| /third_party/rust/crates/cxx/syntax/ |
| D | namespace.rs | 14 pub struct Namespace { struct 18 impl Namespace { argument 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
|
| /third_party/skia/m133/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_CORE_TABLE(Namespace, Type) \ argument 68 #define HB_OT_ACCELERATOR(Namespace, Type) \ argument
|
| D | hb-ot-face-table-list.hh | 36 #define HB_OT_CORE_TABLE(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument 41 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument
|
| D | hb-ot-face.cc | 51 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument 57 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
|
| D | hb-null.hh | 127 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument 138 #define DECLARE_NULL_NAMESPACE_BYTES_TEMPLATE1(Namespace, Type, Size) \ argument 149 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
|
| /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
|
| /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/rust/rust/tests/ui/const-generics/type-dependent/ |
| D | issue-70586.rs | 5 struct Namespace; struct 7 impl Namespace { implementation
|
| /third_party/musl/ldso/linux/ |
| D | README.md | 8 ### How does it work 16 ### Usage example
|
| /third_party/musl/porting/linux/user/ldso/ |
| D | README.md | 8 ### How does it work 16 ### Usage example
|
| /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:
|
| /third_party/python/Tools/peg_generator/pegen/ |
| D | __main__.py | 20 args: argparse.Namespace, 49 args: argparse.Namespace,
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | attrs.rs | 27 ns: Option<Namespace>, in resolve_doc_path() 32 pub enum Namespace { enum 113 ns: Option<Namespace>, in resolve_doc_path() 128 ns: Option<Namespace>, in resolve_doc_path()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | classStaticInitializersUsePropertiesBeforeDeclaration.js | 37 var Namespace; variable 38 (function (Namespace) { argument
|
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | ident.rs | 281 ns: Namespace, in resolve_ident_in_lexical_scope() 716 ns: Namespace, in maybe_resolve_ident_in_module() 728 ns: Namespace, in resolve_ident_in_module() 742 ns: Namespace, in resolve_ident_in_module_ext() 780 ns: Namespace, in resolve_ident_in_module_unadjusted() 804 ns: Namespace, in resolve_ident_in_module_unadjusted_ext() 1333 opt_ns: Option<Namespace>, // `None` indicates a module path in import in maybe_resolve_path() 1343 opt_ns: Option<Namespace>, // `None` indicates a module path in import in resolve_path() 1354 opt_ns: Option<Namespace>, // `None` indicates a module path in import in resolve_path_with_ribs()
|
| /third_party/grpc/src/python/grpcio_tests/tests_aio/interop/ |
| D | methods.py | 377 stub: test_pb2_grpc.TestServiceStub, args: argparse.Namespace 388 stub: test_pb2_grpc.TestServiceStub, args: argparse.Namespace 416 stub: test_pb2_grpc.TestServiceStub, args: argparse.Namespace 505 args: Optional[argparse.Namespace] = None,
|
| /third_party/rust/rust/compiler/rustc_hir/src/ |
| D | def.rs | 194 pub fn ns(&self) -> Option<Namespace> { in ns() 487 pub enum Namespace { enum 502 impl Namespace { implementation 513 impl<CTX: crate::HashStableContext> ToStableHashKey<CTX> for Namespace { implementation 517 fn to_stable_hash_key(&self, _: &CTX) -> Namespace { in to_stable_hash_key() 720 pub fn ns(&self) -> Option<Namespace> { in ns()
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | namespace.rs | 5 pub fn namespace(&self) -> &Namespace { 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
|