Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 25 of 67) sorted by relevance

123

/third_party/rust/crates/cxx/syntax/
Dnamespace.rs14 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/
Dhb-ot-face.hh42 #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
Dhb-ot-face-table-list.hh36 #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
Dhb-ot-face.cc51 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument
57 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
Dhb-null.hh127 #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/
Dhb-ot-face.hh42 #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
Dhb-ot-face.cc49 #define HB_OT_TABLE(Namespace, Type) Type.init0 (); in init0() argument
55 #define HB_OT_TABLE(Namespace, Type) Type.fini (); in fini() argument
Dhb-ot-face-table-list.hh36 #define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type) argument
/third_party/python/Tools/wasm/
Dwasm_assets.py128 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/
Dissue-70586.rs5 struct Namespace; struct
7 impl Namespace { implementation
/third_party/musl/ldso/linux/
DREADME.md8 ### How does it work
16 ### Usage example
/third_party/musl/porting/linux/user/ldso/
DREADME.md8 ### How does it work
16 ### Usage example
/third_party/python/Lib/test/libregrtest/
Druntest.py146 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
Druntest_mp.py44 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__.py20 args: argparse.Namespace,
49 args: argparse.Namespace,
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dattrs.rs27 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/
DclassStaticInitializersUsePropertiesBeforeDeclaration.js37 var Namespace; variable
38 (function (Namespace) { argument
/third_party/rust/rust/compiler/rustc_resolve/src/
Dident.rs281 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/
Dmethods.py377 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/
Ddef.rs194 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/
Dnamespace.rs5 pub fn namespace(&self) -> &Namespace { in namespace()
/third_party/typescript/tests/cases/compiler/
DuseBeforeDefinitionInDeclarationFiles.ts7 export namespace Namespace { namespace
DunionTypeWithRecursiveSubtypeReduction1.ts5 class Namespace { class
DclassStaticInitializersUsePropertiesBeforeDeclaration.ts16 namespace Namespace { namespace
DunionTypeWithRecursiveSubtypeReduction2.ts5 class Namespace { class

123