Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_ldso_namespace.c43 ns_t ns; in namespace_test_0020() local
72 ns_t ns; in namespace_test_0030() local
105 ns_t ns; in namespace_test_0050() local
129 ns_t ns; in namespace_test_0070() local
146 ns_t ns; in namespace_test_0080() local
196 ns_t ns; in namespace_test_0110() local
230 ns_t ns; in namespace_test_0140() local
243 ns_t ns; in namespace_test_0150() local
256 ns_t ns; in namespace_test_0160() local
269 ns_t ns; in namespace_test_0170() local
[all …]
/third_party/node/test/es-module/
Dtest-esm-data-urls.js16 const ns = await import(plainESMURL); constant
36 const ns = await import(plainESMURL); constant
43 const ns = await import(plainESMURL); constant
50 const ns = await import(plainESMURL); constant
57 const ns = await import(plainESMURL); constant
62 const ns = await import('data:application/json;foo="test,"this"'); constant
67 const ns = await import(`data:application/json;foo=${ constant
84 const ns = await import(plainESMURL); constant
91 const ns = await import(plainESMURL); constant
/third_party/musl/porting/linux/user/ldso/
Dnamespace.c139 void ns_free(ns_t *ns) in ns_free()
171 void ns_add_dso(ns_t *ns, struct dso *dso) in ns_add_dso()
222 void nslist_add_ns(ns_t *ns) in nslist_add_ns()
246 void ns_set_name(ns_t *ns, const char *name) in ns_set_name()
257 void ns_set_env_paths(ns_t *ns, const char *env_paths) in ns_set_env_paths()
272 void ns_set_lib_paths(ns_t *ns, const char *lib_paths) in ns_set_lib_paths()
287 void ns_set_asan_lib_paths(ns_t *ns, const char *asan_lib_paths) in ns_set_asan_lib_paths()
304 void ns_set_permitted_paths(ns_t *ns, const char *permitted_paths) in ns_set_permitted_paths()
314 void ns_set_asan_permitted_paths(ns_t *ns, const char *asan_permitted_paths) in ns_set_asan_permitted_paths()
328 void ns_set_separated(ns_t *ns, bool separated) in ns_set_separated()
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsExportForms.ts36 const ns = require("./cls"); constant
40 const ns = require("./cls"); constant
44 const ns = require("./cls"); constant
48 const ns = require("./cls"); constant
/third_party/python/Objects/
Dnamespaceobject.c29 _PyNamespaceObject *ns = (_PyNamespaceObject *)self; in namespace_new() local
41 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init()
58 namespace_dealloc(_PyNamespaceObject *ns) in namespace_dealloc()
67 namespace_repr(PyObject *ns) in namespace_repr()
148 namespace_traverse(_PyNamespaceObject *ns, visitproc visit, void *arg) in namespace_traverse()
156 namespace_clear(_PyNamespaceObject *ns) in namespace_clear()
177 namespace_reduce(_PyNamespaceObject *ns, PyObject *Py_UNUSED(ignored)) in namespace_reduce()
249 PyObject *ns = namespace_new(&_PyNamespace_Type, NULL, NULL); in _PyNamespace_New() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp.cpp619 bool dng_xmp::Exists (const char *ns, in Exists()
640 const char *ns, in IteratePaths()
650 void dng_xmp::Remove (const char *ns, in Remove()
660 void dng_xmp::RemoveProperties (const char *ns) in RemoveProperties()
669 void dng_xmp::RemoveEmptyStringOrArray (const char *ns, in RemoveEmptyStringOrArray()
690 static bool RemoveEmptyStringsAndArraysCallback (const char *ns, in RemoveEmptyStringsAndArraysCallback()
705 void dng_xmp::RemoveEmptyStringsAndArrays (const char *ns) in RemoveEmptyStringsAndArrays()
717 void dng_xmp::Set (const char *ns, in Set()
728 bool dng_xmp::GetString (const char *ns, in GetString()
739 void dng_xmp::SetString (const char *ns, in SetString()
[all …]
Ddng_xmp_sdk.cpp495 void dng_xmp_sdk::AppendArrayItem (const char *ns, in AppendArrayItem()
522 int32 dng_xmp_sdk::CountArrayItems (const char *ns, in CountArrayItems()
546 bool dng_xmp_sdk::Exists (const char *ns, in Exists()
613 void dng_xmp_sdk::Remove (const char *ns, in Remove()
635 void dng_xmp_sdk::RemoveProperties (const char *ns) in RemoveProperties()
662 bool dng_xmp_sdk::IsEmptyString (const char *ns, in IsEmptyString()
708 bool dng_xmp_sdk::IsEmptyArray (const char *ns, in IsEmptyArray()
793 void dng_xmp_sdk::ComposeArrayItemPath (const char *ns, in ComposeArrayItemPath()
818 void dng_xmp_sdk::ComposeStructFieldPath (const char *ns, in ComposeStructFieldPath()
880 bool dng_xmp_sdk::GetString (const char *ns, in GetString()
[all …]
/third_party/python/PC/layout/
Dmain.py84 def get_lib_layout(ns): argument
106 def get_tcltk_lib(ns): argument
125 def get_layout(ns): argument
285 def _py_temp_compile(src, name, ns, dest_dir=None, checked=True): argument
292 def _write_to_zip(zf, dest, src, ns, checked=True): argument
328 def generate_source_files(ns): argument
368 def _create_zip_file(ns): argument
386 def copy_files(files, ns): argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegList.h24 #define REGLIST1(ns, r0) \ argument
26 #define REGLIST2(ns, r0, r1) \ argument
28 #define REGLIST3(ns, r0, r1, r2) \ argument
30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument
32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
/third_party/flutter/skia/tools/
DDumpRecord.cpp45 void print(const T& command, double ns) { in print()
49 void print(const SkRecords::Restore& command, double ns) { in print()
54 void print(const SkRecords::Save& command, double ns) { in print()
59 void print(const SkRecords::SaveLayer& command, double ns) { in print()
64 void print(const SkRecords::DrawPicture& command, double ns) { in print()
80 void print(const SkRecords::DrawAnnotation& command, double ns) { in print()
100 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportForms.js33 const ns = require("./cls"); constant
34 module.exports = { ns }; field
37 const ns = require("./cls"); constant
41 const ns = require("./cls"); constant
45 const ns = require("./cls"); constant
115 var ns = require("./cls"); variable
131 module.exports = { ns: ns }; property
DgrammarErrors.js26 var ns; variable
27 (function (ns) { argument
DexportAsNamespace3(module=esnext).js11 let ns = {a: 1, b: 2} variable
28 var ns = { a: 1, b: 2 }; variable
DexportAsNamespace3(module=es2015).js11 let ns = {a: 1, b: 2} variable
29 var ns = { a: 1, b: 2 }; variable
/third_party/python/PC/layout/support/
Dpip.py19 def get_pip_dir(ns): argument
28 def get_pip_layout(ns): argument
44 def extract_pip_files(ns): argument
Dappxmanifest.py220 def _fixup_sccd(ns, sccd, new_hash=None): argument
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types argument
335 def _get_registry_entries(ns, root="", d=None): argument
366 def add_registry_entries(ns, xml): argument
391 def get_appxmanifest(ns): argument
482 def get_resources_xml(ns): argument
486 def get_appx_layout(ns): argument
Doptions.py107 def ns_get(ns, key, default=False): argument
111 def ns_set(ns, key, value=True): argument
123 def update_presets(ns): argument
Dnuspec.py60 def _get_nuspec_data_overrides(ns): argument
68 def get_nuspec_layout(ns): argument
/third_party/skia/tools/
Ddump_record.cpp56 void print(const T& command, double ns) { in print()
60 void print(const SkRecords::Restore& command, double ns) { in print()
65 void print(const SkRecords::Save& command, double ns) { in print()
70 void print(const SkRecords::SaveLayer& command, double ns) { in print()
75 void print(const SkRecords::DrawPicture& command, double ns) { in print()
90 void print(const SkRecords::DrawAnnotation& command, double ns) { in print()
109 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c37 #define JNCHECK(ns, env) do { \ argument
49 #define JNRET(ns, env, call, res) do { \ argument
59 #define JNGO(ns, env, call, label) do { \ argument
91 napi_status ns; in jn_create_error() local
126 napi_status ns; member
142 napi_status ns; in jn_get_ref() local
149 napi_status ns; in jn_null() local
156 napi_status ns; in jn_global() local
163 napi_status ns; in jn_undefined() local
194 napi_status ns; in jn_create_string() local
[all …]
/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.ts250 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
267 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
284 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
301 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
318 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
339 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
360 const ns = this.treeAdapter.getNamespaceURI(this.items[i]); constant
/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/
DfilterNamespace_import.ts2 namespace ns { namespace
16 import type ns from './ns'; alias
DexportDeclaration_missingBraces.ts13 namespace ns { namespace
20 export type ns; alias
/third_party/libxml2/python/tests/
Dbuild.py14 ns = root.newNs("http://example.com/doc", "my") variable
36 ns = root.ns() variable
/third_party/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts3 export namespace ns { namespace
12 export namespace ns { namespace

12345678910>>...15