Home
last modified time | relevance | path

Searched refs:GN (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/libchrome/base/
Dbase.gyp847 # GN: //base:base_perftests
870 # GN: //base:base_i18n_perftests
885 # GN: //base/test:test_support
1085 # GN version: //base/debug:debugging_flags
1119 # GN: //base:check_example
1408 # GN: //base:base_jni_headers
1447 # GN: //base:android_runtime_jni_headers
1457 # GN: //base:base_unittests_jni_headers
1470 # GN: //base:base_native_libraries_gen
1483 # GN: //base:base_multidex_gen
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp179 friend raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN);
198 raw_ostream &operator<< (raw_ostream &OS, const GepNode &GN) { in operator <<() argument
201 if (GN.Flags & GepNode::Root) { in operator <<()
205 if (GN.Flags & GepNode::Internal) { in operator <<()
211 if (GN.Flags & GepNode::Used) { in operator <<()
218 if (GN.Flags & GepNode::Root) in operator <<()
219 OS << "BaseVal:" << GN.BaseVal->getName() << '(' << GN.BaseVal << ')'; in operator <<()
221 OS << "Parent:" << GN.Parent; in operator <<()
224 if (ConstantInt *CI = dyn_cast<ConstantInt>(GN.Idx)) in operator <<()
226 else if (GN.Idx->hasName()) in operator <<()
[all …]
/external/chromium-webview/
DREADME10 release tag 51.0.2704.91, using the GN build tool (not the older GYP tool). To match our build sett…
24 in your GN argument file before building.
/external/webrtc/
D.gn13 # GN build files are placed when they can not be placed directly
23 # These are the list of GN files that run exec_script. This whitelist exists
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c2224 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE()
2242 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE()
2253 keyidx = gsm->GN; in SM_STATE()
2588 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN, rsc); in SM_STATE()
2592 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE()
2610 hdr[0] = gsm->GN & 0x03; in SM_STATE()
2625 rsc, gsm->GNonce, kde, kde_len, gsm->GN, 1); in SM_STATE()
2697 group->GTK[group->GN - 1], group->GTK_len) < 0) in wpa_gtk_update()
2700 group->GTK[group->GN - 1], group->GTK_len); in wpa_gtk_update()
2731 group->GN = 1; in wpa_group_gtk_init()
[all …]
/external/webrtc/build_overrides/
DREADME.md1 # Build overrides in GN
Dwebrtc.gni9 # This file contains overrides to GN variables that applies for the WebRTC
/external/icu/icu4c/source/data/region/
Dps.txt33 GN{"ګیانا"}
Dfa_AF.txt41 GN{"گینیا"}
Dchr.txt97 GN{"ᎫᏇ"}
Dyi.txt104 GN{"גינע"}
Dzgh.txt85 GN{"ⵖⵉⵏⵢⴰ"}
Dvai.txt86 GN{"ꕅꔤꕇ"}
Dshi.txt86 GN{"ⵖⵉⵏⵢⴰ"}
Ddyo.txt77 GN{"Giné"}
Dbrx.txt126 GN{"गिनी"}
Dor.txt126 GN{"ଗୁଏନେଆ"}
Dks.txt124 GN{"گِنی"}
Duk.txt132 GN{"Гвінея"}
/external/libchrome/base/trace_event/etw_manifest/
Detw_manifest.gyp7 # GN version: //base/trace_event/etw_manifest/BUILD.gn
/external/webrtc/webrtc/build/
Dwebrtc.gni78 # supported in GN (since openmax_dl is not supported for mips64el).
107 # up into declare_args should we need to actually use them for the GN build).
/external/webrtc/webrtc/tools/
DBUILD.gn64 # TODO(kjellander): Convert all of tools.gyp into GN here.
/external/pdfium/samples/
Dsamples.gyp17 # This is implicit in GN.
/external/webrtc/third_party/gflags/
DBUILD.gn29 # GN orders flags on a target before flags from configs. The default config
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt2319 "GN",
8380 "GN-B",
8381 "GN-BE~F",
8382 "GN-BK",
8383 "GN-C",
8384 "GN-CO",
8385 "GN-D",
8386 "GN-DB",
8387 "GN-DI",
8388 "GN-DL",
[all …]

12345678910