Home
last modified time | relevance | path

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

123

/third_party/rust/crates/cxx/syntax/
Dnamespace.rs14 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
Dparse.rs34 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/
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
Dhb-null.hh109 #define DECLARE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
120 #define DEFINE_NULL_NAMESPACE_BYTES(Namespace, Type) \ argument
/third_party/python/Lib/test/libregrtest/
Druntest.py145 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
Druntest_mp.py41 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:
Dcmdline.py144 class Namespace(argparse.Namespace): class
/third_party/musl/porting/linux/user/ldso/
DREADME.md8 ### How does it work
16 ### Usage example
/third_party/python/Tools/peg_generator/pegen/
D__main__.py21 args: argparse.Namespace,
50 args: argparse.Namespace,
/third_party/typescript/tests/baselines/reference/
DclassStaticInitializersUsePropertiesBeforeDeclaration.js37 var Namespace; variable
38 (function (Namespace) { argument
/third_party/node/src/
Dnode_crypto.cc82 #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/
Dnamespace.rs5 pub fn namespace(&self) -> &Namespace { in namespace()
Dblock.rs6 Namespace(&'static str), enumerator
Dfile.rs66 fn parse_args(attr: &Attribute) -> Result<Namespace> { in parse_args()
Dout.rs59 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/
Dnamespace.js13 var Namespace = /*#__PURE__*/function (_Node) { class
15 function Namespace() { class 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
/third_party/cef/libcef/browser/extensions/
Dextensions_api_client.cc70 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) { in AddAdditionalValueStoreCaches()
/third_party/mesa3d/bin/
Dcommit_in_branch.py8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py82 class Namespace(object): class

123