Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/musl/ldso/linux/
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/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
68 const ns = await import(`data:application/json;foo=${ constant
85 const ns = await import(plainESMURL, { with: { type: 'json' } }); constant
92 const ns = await import(plainESMURL, { with: { type: 'json' } }); constant
/third_party/python/Objects/
Dnamespaceobject.c30 _PyNamespaceObject *ns = (_PyNamespaceObject *)self; in namespace_new() local
42 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init()
59 namespace_dealloc(_PyNamespaceObject *ns) in namespace_dealloc()
68 namespace_repr(PyObject *ns) in namespace_repr()
149 namespace_traverse(_PyNamespaceObject *ns, visitproc visit, void *arg) in namespace_traverse()
157 namespace_clear(_PyNamespaceObject *ns) in namespace_clear()
178 namespace_reduce(_PyNamespaceObject *ns, PyObject *Py_UNUSED(ignored)) in namespace_reduce()
250 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/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
123 var ns = require("./cls"); variable
139 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
DfilterNamespace_import.js29 var ns; variable
30 (function (ns) { argument
/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
490 def get_resources_xml(ns): argument
494 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/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/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts3 export namespace ns { namespace
12 export namespace ns { namespace
/third_party/lwip/src/netif/ppp/
Dpppol2tp.c347 u16_t hflags, hlen, len=0, tunnel_id=0, session_id=0, ns=0, nr=0, offset=0; in pppol2tp_input() local
486 …ol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) { in pppol2tp_dispatch_control_packet()
906 static err_t pppol2tp_send_scccn(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_scccn()
957 static err_t pppol2tp_send_icrq(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_icrq()
1006 static err_t pppol2tp_send_iccn(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_iccn()
1053 static err_t pppol2tp_send_zlb(pppol2tp_pcb *l2tp, u16_t ns, u16_t nr) { in pppol2tp_send_zlb()
1082 static err_t pppol2tp_send_stopccn(pppol2tp_pcb *l2tp, u16_t ns) { in pppol2tp_send_stopccn()

12345678910>>...14