| /third_party/rust/crates/cxx/syntax/ |
| D | namespace.rs | 14 pub struct Namespace { struct 18 impl Namespace { impl 71 impl Default for &Namespace { implementation 78 impl Parse for Namespace { implementation 85 impl Display for Namespace { implementation 94 impl IdentFragment for Namespace { implementation 100 impl<'a> IntoIterator for &'a Namespace { implementation 108 impl<'a> FromIterator<&'a Ident> for Namespace { implementation
|
| D | parse.rs | 34 namespace: &Namespace, in parse_items() 340 namespace: &Namespace, in parse_foreign_mod() 465 namespace: &Namespace, in parse_extern_type() 523 namespace: &Namespace, in parse_extern_fn() 709 namespace: &Namespace, in parse_extern_verbatim() 748 namespace: &Namespace, in parse_extern_verbatim_type() 848 namespace: &Namespace, in parse_type_alias() 911 namespace: &Namespace, in parse_extern_type_bounded() 1477 namespace: Namespace, in pair()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-face.hh | 42 #define HB_OT_TABLE(Namespace, Type) namespace Namespace { struct Type; } argument 43 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type##_accelerator_t) argument 53 #define HB_OT_TABLE_ORDER(Namespace, Type) \ argument 58 #define HB_OT_TABLE(Namespace, Type) HB_OT_TABLE_ORDER (Namespace, Type), argument 64 #define HB_OT_TABLE(Namespace, Type) \ argument 66 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
|
| D | hb-ot-face.cc | 49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument 55 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
|
| D | hb-ot-face-table-list.hh | 36 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument
|
| D | hb-null.hh | 109 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 120 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
|
| /third_party/python/Tools/wasm/ |
| D | wasm_assets.py | 128 def get_builddir(args: argparse.Namespace) -> pathlib.Path: 135 def get_sysconfigdata(args: argparse.Namespace) -> pathlib.Path: 147 args: argparse.Namespace, 173 def detect_extension_modules(args: argparse.Namespace):
|
| /third_party/python/Lib/test/libregrtest/ |
| D | runtest.py | 146 def is_failed(result: TestResult, ns: Namespace) -> bool: 169 def get_abs_module(ns: Namespace, test_name: str) -> str: 177 def _runtest(ns: Namespace, test_name: str) -> TestResult: 248 def runtest(ns: Namespace, test_name: str) -> TestResult: 279 def save_env(ns: Namespace, test_name: str): 283 def _runtest_inner2(ns: Namespace, test_name: str) -> bool: 339 ns: Namespace, test_name: str, display_failure: bool = True
|
| D | runtest_mp.py | 44 def must_stop(result: TestResult, ns: Namespace) -> bool: 58 def run_test_in_subprocess(testname: str, ns: Namespace, stdout_fh: TextIO) -> subprocess.Popen: 87 def run_tests_worker(ns: Namespace, test_name: str) -> NoReturn:
|
| D | cmdline.py | 144 class Namespace(argparse.Namespace): class
|
| /third_party/musl/porting/linux/user/ldso/ |
| D | README.md | 8 ### How does it work 16 ### Usage example
|
| /third_party/musl/ldso/linux/ |
| D | README.md | 8 ### How does it work 16 ### Usage example
|
| /third_party/python/Tools/peg_generator/pegen/ |
| D | __main__.py | 20 args: argparse.Namespace, 49 args: argparse.Namespace,
|
| /third_party/typescript/tests/baselines/reference/ |
| D | classStaticInitializersUsePropertiesBeforeDeclaration.js | 37 var Namespace; variable 38 (function (Namespace) { argument
|
| /third_party/node/src/ |
| D | node_crypto.cc | 82 #define V(Namespace) Namespace::Initialize(env, target); in Initialize() argument 88 #define V(Namespace) Namespace::RegisterExternalReferences(registry); in RegisterExternalReferences() argument
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | namespace.rs | 5 pub fn namespace(&self) -> &Namespace { in namespace()
|
| D | block.rs | 6 Namespace(&'static str), enumerator
|
| D | file.rs | 66 fn parse_args(attr: &Attribute) -> Result<Namespace> { in parse_args()
|
| D | out.rs | 59 pub fn set_namespace(&mut self, namespace: &'a Namespace) { in set_namespace() 127 pub fn set_namespace(&mut self, namespace: &'a Namespace) { in set_namespace()
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| D | namespace.js | 13 var Namespace = /*#__PURE__*/function (_Node) { class 15 function Namespace() { class in Namespace
|
| /third_party/typescript/tests/cases/compiler/ |
| D | useBeforeDefinitionInDeclarationFiles.ts | 7 export namespace Namespace { namespace
|
| D | unionTypeWithRecursiveSubtypeReduction1.ts | 5 class Namespace { class
|
| D | classStaticInitializersUsePropertiesBeforeDeclaration.ts | 16 namespace Namespace { namespace
|
| D | unionTypeWithRecursiveSubtypeReduction2.ts | 5 class Namespace { class
|
| /third_party/mesa3d/bin/ |
| D | commit_in_branch.py | 8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:
|