Home
last modified time | relevance | path

Searched defs:gn (Results 1 – 10 of 10) 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.cc46 base::FilePath gn(FILE_PATH_LITERAL("testdot.gn")); in TEST_F() local
/third_party/python/Lib/
Daifc.py938 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/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c107 guint32 gn; member
/third_party/python/Modules/
D_ssl.c1516 GENERAL_NAME *gn; in _get_crl_dp() local