/third_party/rust/crates/cxx/syntax/ |
D | namespace.rs | 14 pub struct Namespace { struct 18 impl Namespace { implementation 27 pub fn parse_bridge_attr_namespace(input: ParseStream) -> Result<Namespace> { in parse_bridge_attr_namespace() 40 impl Default for &Namespace { implementation 47 impl Parse for Namespace { implementation 54 impl Display for Namespace { implementation 63 impl IdentFragment for Namespace { implementation 69 impl<'a> IntoIterator for &'a Namespace { implementation 77 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() 527 namespace: &Namespace, in parse_extern_fn() 714 namespace: &Namespace, in parse_extern_verbatim() 753 namespace: &Namespace, in parse_extern_verbatim_type() 849 namespace: &Namespace, in parse_type_alias() 912 namespace: &Namespace, in parse_extern_type_bounded() 1481 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/Lib/test/libregrtest/ |
D | runtest.py | 145 def is_failed(result: TestResult, ns: Namespace) -> bool: 168 def get_abs_module(ns: Namespace, test_name: str) -> str: 176 def _runtest(ns: Namespace, test_name: str) -> TestResult: 233 def runtest(ns: Namespace, test_name: str) -> TestResult: 264 def save_env(ns: Namespace, test_name: str): 268 def _runtest_inner2(ns: Namespace, test_name: str) -> bool: 320 ns: Namespace, test_name: str, display_failure: bool = True
|
D | runtest_mp.py | 41 def must_stop(result: TestResult, ns: Namespace) -> bool: 55 def run_test_in_subprocess(testname: str, ns: Namespace) -> subprocess.Popen: 80 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/python/Tools/peg_generator/pegen/ |
D | __main__.py | 21 args: argparse.Namespace, 50 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/cef/libcef/browser/extensions/ |
D | extensions_api_client.cc | 70 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) { in AddAdditionalValueStoreCaches()
|
/third_party/mesa3d/bin/ |
D | commit_in_branch.py | 8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:
|
/third_party/python/Lib/multiprocessing/dummy/ |
D | __init__.py | 82 class Namespace(object): class
|