/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 172 # Per-target 'xcode_settings' are pushed down into configs earlier by gyp. 174 # for that config -- the per-target settings as well. Settings that are 175 # the same for all configs are implicitly per-target settings. 257 """Returns the framework version of the current target. Only valid for 281 assert False, "Don't know extension for '{}', target '{}'".format( 298 """Returns the directory name of the bundle represented by this target. 388 """Returns the PRODUCT_TYPE of this target.""" 392 "(target %s)" % self.spec["target_name"] 398 "mac_bundle (target %s)" % self.spec["target_name"] 404 "(target [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 269 nv40_fp_cal(struct nvfx_fpc *fpc, unsigned target) in nv40_fp_cal() argument 283 reloc.target = target; in nv40_fp_cal() 305 nv40_fp_rep(struct nvfx_fpc *fpc, unsigned count, unsigned target) in nv40_fp_rep() argument 324 reloc.target = target; in nv40_fp_rep() 327 //util_dynarray_append(&fpc->loop_stack, unsigned, target); in nv40_fp_rep() 334 nv40_fp_bra(struct nvfx_fpc *fpc, unsigned target) 350 reloc.target = target; [all...] |
/third_party/python/Lib/ |
H A D | ast.py | 651 NAMED_EXPR = auto() # <target> := <expr1> 852 self.set_precedence(_Precedence.ATOM, node.target, node.value) 853 self.traverse(node.target) 871 for target in node.targets: 872 self.set_precedence(_Precedence.TUPLE, target) 873 self.traverse(target) 881 self.traverse(node.target) 887 with self.delimit_if("(", ")", not node.simple and isinstance(node.target, Name)): 888 self.traverse(node.target) 1060 self.set_precedence(_Precedence.TUPLE, node.target) [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBufferDataUploadTests.cpp | 668 SingleOperationStatistics calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target) in calculateSingleOperationStatistics() 674 values[ndx] = samples[ndx].duration.*target; in calculateSingleOperationStatistics() 909 static LineParametersWithConfidence fitLineToSamples (const std::vector<UploadSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &DurationType::fitResponseDuration) in fitLineToSamples() 918 point.y() = (float)(samples[sampleNdx].duration.*target); in fitLineToSamples() 927 static LineParametersWithConfidence fitLineToSamples (const std::vector<RenderSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*target = &DurationType::fitResponseDuration) in fitLineToSamples() 936 point.y() = (float)(samples[sampleNdx].duration.*target); in fitLineToSamples() 945 static LineParametersWithConfidence fitLineToSamples (const std::vector<T>& samples, int beginNdx, int endNdx, deUint64 T::SampleType::*target = &T::SampleType::fitResponseDuration) in fitLineToSamples() 947 return fitLineToSamples(samples, beginNdx, endNdx, 1, target); in fitLineToSamples() 951 static LineParametersWithConfidence fitLineToSamples (const std::vector<T>& samples, deUint64 T::SampleType::*target = &T::SampleType::fitResponseDuration) in fitLineToSamples() 953 return fitLineToSamples(samples, 0, (int)samples.size(), target); in fitLineToSamples() [all...] |
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/ |
H A D | napi_util.h | 26 std::string &target);
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/ |
H A D | napi_util.h | 26 std::string &target);
|
/third_party/eudev/hm_src/ |
H A D | log.c | 58 void log_set_target(LogTarget target) in log_set_target() argument
|
/third_party/gn/src/gn/ |
H A D | action_target_generator.h | 8 #include "gn/target.h" 14 ActionTargetGenerator(Target* target,
|
H A D | binary_target_generator.h | 8 #include "gn/target.h" 15 BinaryTargetGenerator(Target* target,
|
H A D | create_bundle_target_generator.h | 17 CreateBundleTargetGenerator(Target* target,
|
H A D | function_label_matches.cc | 46 *err = Err(args[0], "First argument must be a target label.");
|
H A D | generated_file_target_generator.h | 10 #include "gn/target.h" 16 GeneratedFileTargetGenerator(Target* target, 34 // Returns false if `contents` is defined (i.e. if this target was provided 36 // it is okay to set metadata collection variables on this target.
|
H A D | inherited_libraries.h | 18 // a given target. These are pushed up the dependency tree. 24 // append a new item if the target already exists. However, the existing one 38 void Append(const Target* target, bool is_public); 41 // parameter indicates how the current target depends on the items in 45 // the current target isn't forwarding them.
|
/third_party/icu/icu4c/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/ltp/testcases/kernel/controllers/libcontrollers/ |
H A D | libcontrollers.h | 53 extern char target[LINE_MAX];
|
/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 \
|