Home
last modified time | relevance | path

Searched defs:gn (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/bin/
Dfetch-gn33 gn = 'gn.exe' if 'win32' in sys.platform else 'gn' variable
37 gn = os.path.join('bin', gn) variable
/third_party/ffmpeg/libavformat/
Dh261dec.c39 int gn= (code>>12)&0xf; in h261_probe() local
Dh263dec.c64 int gn= (code>>(31-5)) & 0x1F; in h263_probe() local
/third_party/gn/misc/emacs/
Dgn-mode.el28 (defgroup gn nil unknown
/third_party/gn/src/gn/
Dninja_build_writer_unittest.cc47 base::FilePath gn(FILE_PATH_LITERAL("testdot.gn")); in TEST_F() local
/third_party/backends/backend/
Dumax1220u-common.c1361 int t = 0, gn; in get_caldata() local
1469 int t, gn; in get_caldata_2100U() local
Dumax_pp_low.c9504 int gn; in evalGain() local
/third_party/python/Lib/
Daifc.py975 gn = sys.argv[2] variable
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dextension.rs531 let gn = match item { in build() localVariable
Dmod.rs1997 let gn = GeneralName::from_ptr(cvt_p(ffi::GENERAL_NAME_new())?); in new() localVariable
2040 let gn = cvt_p(ffi::GENERAL_NAME_new())?; in new_rid() localVariable
2071 let gn = cvt_p(ffi::GENERAL_NAME_new())?; in new_other_name() localVariable
/third_party/python/Modules/
D_ssl.c1533 GENERAL_NAME *gn; in _get_crl_dp() local