/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | gypd.py | 77 [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | reparse.h | 41 const ntfschar *target, int target_len);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | anytrans.h | 26 * A transliterator named Any-T or Any-T/V, where T is the target 29 * The target must be a script. It partitions text into runs of the 31 * transliterates from that script to the given target or 32 * target/variant. Adjacent COMMON or INHERITED script characters are 45 * The target or target/variant string. 47 UnicodeString target; member in AnyTransliterator 50 * The target script code. Never USCRIPT_INVALID_CODE. 93 * @param theTarget the target name. Must not be empty, and must 109 * Returns a transliterator from the given source to our target o [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | gypd.py | 77 [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2]
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texgetimage.h | 50 GLenum target, GLint level,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itercoll.h | 109 UnicodeString &orderString(CollationElementIterator &iter, UnicodeString &target);
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-utils-inl.h | 25 Handle<JSFunction> BuiltinArguments::target() const { in target() function in v8::internal::BuiltinArguments
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-cell.h | 39 HeapObject target)>>
|
/third_party/node/deps/openssl/openssl/Configurations/platform/Windows/ |
H A D | MSVC.pm | 24 ($target{multilib} // '' ),
|
/third_party/pulseaudio/src/tests/ |
H A D | test-daemon.sh | 40 --log-target=file:${PWD}/pulse-daemon.log \
|
/third_party/openssl/Configurations/platform/Windows/ |
H A D | MSVC.pm | 24 ($target{multilib} // '' ),
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampBase.hpp | 60 const char* getTexTargetString(glw::GLenum target);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.h | 19 TextureTarget target,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | anytrans.h | 26 * A transliterator named Any-T or Any-T/V, where T is the target 29 * The target must be a script. It partitions text into runs of the 31 * transliterates from that script to the given target or 32 * target/variant. Adjacent COMMON or INHERITED script characters are 45 * The target or target/variant string. 47 UnicodeString target; member in AnyTransliterator 50 * The target script code. Never USCRIPT_INVALID_CODE. 93 * @param theTarget the target name. Must not be empty, and must 109 * Returns a transliterator from the given source to our target o [all...] |
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
H A D | RampLinear.h | 30 * When the target is modified then the output will ramp smoothly 31 * between the original and the new target value. 34 * The target may be updated while a ramp is in progress, which will trigger 57 * @param target 59 void setTarget(float target);
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | call_expression.h | 74 /// The target function 75 const Target target; member in tint::ast::CallExpression
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | call.h | 32 /// @param target the call target 37 const CallTarget* target, 45 /// @return the target of the call
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectAssignLikeNonUnionResult.js | 7 declare function assign<T, U>(target: T, source: U): T & U;
|
H A D | importHelpersWithLocalCollisions(module=es2015).js | 14 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
|
H A D | inferObjectTypeFromStringLiteralToKeyof.js | 3 declare function inference2<T>(target: T, name: keyof T): T;
|
/third_party/python/Lib/test/test_importlib/partial/ |
H A D | cfimport.py | 29 threads.append(threading.Thread(target=t2 if i % 1 else t1))
|
/third_party/rust/crates/env_logger/examples/ |
H A D | syslog_friendly_format.rs | 17 record.target(),
in main()
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
H A D | ios_debug_cmd.py | 31 logt = threading.Thread(target=collect_log)
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 259 // target specific functions, TODO: put in subclass or Target 458 if (pb->getExit()->asFlow()->target.bb == bb) in splitEdges() 459 pb->getExit()->asFlow()->target.bb = pn; in splitEdges() 538 tmp->reg.data.id = cal->target.fn->ins[t].rep()->reg.data.id; in visit() 552 tmp->reg.data.id = cal->target.fn->outs[d].rep()->reg.data.id; in visit() 565 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); in visit() 566 it != cal->target.fn->clobbers.end(); in visit() 2257 switch (tex->tex.target.getEnum()) { in isScalarTexGM107() 2278 switch (tex->tex.target.getEnum()) { in isScalarTexGM107() 2290 switch (tex->tex.target in isScalarTexGM107() [all...] |
/third_party/node/lib/ |
H A D | fs.js | 1739 * Creates the link called `path` pointing to `target`. 1740 * @param {string | Buffer | URL} target 1746 function symlink(target, path, type_, callback_) { 1750 target = getValidatedPath(target, 'target'); 1757 // Calculate absolute file name of the symlink target, and check 1761 absoluteTarget = pathModule.resolve(path, '..', target); 1769 const destination = preprocessSymlinkDestination(target, 1782 const destination = preprocessSymlinkDestination(target, typ [all...] |