Home
last modified time | relevance | path

Searched refs:_target (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dlink.js4 const _target = Symbol.for('_target') constant
48 return this[_target]
52 const current = this[_target]
63 this[_target] = null
67 this[_target] = null
81 this[_target] = target
Dnode.js48 const _target = Symbol.for('_target') constant
583 link[_target] = null
596 this[_target] = null
745 this[_target] = target
756 node[_target] = this
805 l[_target] = null
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
DBUILD.gn39 _target = "angle_restricted_trace_${_trace}"
41 angle_trace(_target) {
48 _traces += [ ":${_target}" ]
49 _trace_headers += [ ":${_target}_headers" ]
/third_party/libcoap/tests/oss-fuzz/
DMakefile.ci.in21 SOURCES:=$(wildcard *_target.c)
23 PROGRAMS:=$(patsubst %_target.o, %_fuzzer, $(OBJECTS))
32 %_fuzzer: %_target.o
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
DBUILD.gn46 _target = "cr_trace_${_trace_counter}"
48 angle_trace(_target) {
56 _traces += [ ":${_target}" ]
/third_party/jsframework/runtime/main/reactivity/
Ddep.js21 export function pushTarget (_target) { argument
25 Dep.target = _target;
/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts89 …function shouldConvertDeclaration(_target: AccessExpression | ObjectLiteralExpression, source: Exp…
93 if (isAccessExpression(_target)) {
94 … if (isPropertyAccessExpression(_target) && isConstructorAssignment(_target)) return true;
98 return every(_target.properties, property => {
/third_party/python/Lib/multiprocessing/
Dprocess.py90 self._target = target
107 if self._target:
108 self._target(*self._args, **self._kwargs)
125 del self._target, self._args, self._kwargs
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dfind_vendored.rs4 pub fn get_openssl(_target: &str) -> (Vec<PathBuf>, PathBuf) { in get_openssl()
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js2 get(_target, prop) { throw new Error(`get: ${String(prop)}`); }, argument
/third_party/pulseaudio/src/pulsecore/
Dlog.c382 pa_log_target_type_t _target; in pa_log_levelv_meta() local
396 _target = target_override_set ? target_override : target.type; in pa_log_levelv_meta()
462 switch (_target) { in pa_log_levelv_meta()
/third_party/jsframework/runtime/vdom/
DElement.ts58 private _target:TemplateInterface; property in Element
317 this._target = target;
321 return this._target;
707 … compileCustomComponent(this._vm, component, this._target, parentNode, value.toString(), meta);
/third_party/python/Lib/
Dthreading.py857 self._target = target
945 if self._target is not None:
946 self._target(*self._args, **self._kwargs)
950 del self._target, self._args, self._kwargs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h56 std::unique_ptr<TargetMachine> _target; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp47 : Mod(std::move(M)), MBRef(MBRef), _target(TM) { in LTOModule()
641 const Triple TT(_target->getTargetTriple()); in parseMetadata()
/third_party/skia/third_party/externals/abseil-cpp/CMake/
DAbseilDll.cmake470 STRING(REGEX REPLACE "^absl::" "" _target ${ABSL_INTERNAL_DLL_TARGET})
474 "${_target}"
/third_party/node/deps/v8/src/builtins/
Dtorque-internal.tq278 _target: MutableSlice<char8>,
281 _target: MutableSlice<char16>,
/third_party/python/Lib/xmlrpc/
Dclient.py443 self._target = target
459 del self._target, self._parser # get rid of circular references
/third_party/node/doc/contributing/
Dcommit-queue.md67 Using the scheduler is preferable over using pull\_request\_target for two
/third_party/python/Lib/xml/etree/
DElementTree.py1540 self.target = self._target = target
1737 del self.target, self._target
/third_party/python/Lib/urllib/
Drequest.py2418 _target = '/'.join(self.dirs)
2419 self.ftp.cwd(_target)
/third_party/node/doc/api/
Desm.md1491 > 1. If \_target.length is zero, return **null**.
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md623 …://github.com/nodejs/node/commit/18fd620606)] - **build**: add node\_lib\_target\_name to cctest d…
2844 …mmit/a2d340fb00)] - **n-api**: napi\_is\_construct\_call->napi\_get\_new\_target (Sampson Gao) [#1…
DCHANGELOG_V9.md619 …://github.com/nodejs/node/commit/8c934990ef)] - **build**: add node\_lib\_target\_name to cctest d…
DCHANGELOG_V14.md3471 …/node/commit/6ce3293cc4)] - **events**: use internal/validators in event\_target.js (Denys Otrishk…

12