| /third_party/musl/libc-test/src/functionalext/unittest/ |
| D | unit_test_ldso_namespace.c | 43 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/ |
| D | test-esm-data-urls.js | 16 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/ |
| D | namespace.c | 139 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/ |
| D | jsDeclarationsExportForms.ts | 36 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/ |
| D | namespaceobject.c | 29 _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/ |
| D | dng_xmp.cpp | 619 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 …]
|
| D | dng_xmp_sdk.cpp | 495 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/ |
| D | main.py | 84 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/ |
| D | IceRegList.h | 24 #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/ |
| D | DumpRecord.cpp | 45 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/ |
| D | jsDeclarationsExportForms.js | 33 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
|
| D | grammarErrors.js | 26 var ns; variable 27 (function (ns) { argument
|
| D | exportAsNamespace3(module=esnext).js | 11 let ns = {a: 1, b: 2} variable 28 var ns = { a: 1, b: 2 }; variable
|
| D | exportAsNamespace3(module=es2015).js | 11 let ns = {a: 1, b: 2} variable 29 var ns = { a: 1, b: 2 }; variable
|
| /third_party/python/PC/layout/support/ |
| D | pip.py | 19 def get_pip_dir(ns): argument 28 def get_pip_layout(ns): argument 44 def extract_pip_files(ns): argument
|
| D | appxmanifest.py | 220 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
|
| D | options.py | 107 def ns_get(ns, key, default=False): argument 111 def ns_set(ns, key, value=True): argument 123 def update_presets(ns): argument
|
| D | nuspec.py | 60 def _get_nuspec_data_overrides(ns): argument 68 def get_nuspec_layout(ns): argument
|
| /third_party/skia/tools/ |
| D | dump_record.cpp | 56 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/ |
| D | ejdb2_node.c | 37 #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/ |
| D | open-element-stack.ts | 250 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/ |
| D | filterNamespace_import.ts | 2 namespace ns { namespace 16 import type ns from './ns'; alias
|
| D | exportDeclaration_missingBraces.ts | 13 namespace ns { namespace 20 export type ns; alias
|
| /third_party/libxml2/python/tests/ |
| D | build.py | 14 ns = root.newNs("http://example.com/doc", "my") variable 36 ns = root.ns() variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | interfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts | 3 export namespace ns { namespace 12 export namespace ns { namespace
|