Home
last modified time | relevance | path

Searched refs:target (Results 2276 - 2300 of 4108) sorted by relevance

1...<<919293949596979899100>>...165

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py172 # 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 Dnvfx_fragprog.c269 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 Dast.py651 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 Des3pBufferDataUploadTests.cpp668 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 Dnapi_util.h26 std::string &target);
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/
H A Dnapi_util.h26 std::string &target);
/third_party/eudev/hm_src/
H A Dlog.c58 void log_set_target(LogTarget target) in log_set_target() argument
/third_party/gn/src/gn/
H A Daction_target_generator.h8 #include "gn/target.h"
14 ActionTargetGenerator(Target* target,
H A Dbinary_target_generator.h8 #include "gn/target.h"
15 BinaryTargetGenerator(Target* target,
H A Dcreate_bundle_target_generator.h17 CreateBundleTargetGenerator(Target* target,
H A Dfunction_label_matches.cc46 *err = Err(args[0], "First argument must be a target label.");
H A Dgenerated_file_target_generator.h10 #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 Dinherited_libraries.h18 // 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 Danytrans.h26 * 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 Dlibcontrollers.h53 extern char target[LINE_MAX];
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dgypd.py77 [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dreparse.h41 const ntfschar *target, int target_len);
/third_party/node/deps/icu-small/source/i18n/
H A Danytrans.h26 * 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 Dgypd.py77 [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2]
/third_party/mesa3d/src/mesa/main/
H A Dtexgetimage.h50 GLenum target, GLint level,
/third_party/icu/icu4c/source/test/intltest/
H A Ditercoll.h109 UnicodeString &orderString(CollationElementIterator &iter, UnicodeString &target);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-utils-inl.h25 Handle<JSFunction> BuiltinArguments::target() const { in target() function in v8::internal::BuiltinArguments
/third_party/node/deps/v8/src/objects/
H A Dfeedback-cell.h39 HeapObject target)>>
/third_party/node/deps/openssl/openssl/Configurations/platform/Windows/
H A DMSVC.pm24 ($target{multilib} // '' ),
/third_party/pulseaudio/src/tests/
H A Dtest-daemon.sh40 --log-target=file:${PWD}/pulse-daemon.log \

Completed in 12 milliseconds

1...<<919293949596979899100>>...165