Home
last modified time | relevance | path

Searched defs:values (Results 351 - 375 of 817) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/icu/icu4c/source/test/cintltst/
H A Dtrietest.c147 uint32_t values[30]; in testTrieIteration() local
[all...]
/third_party/libexif/libexif/
H A Dexif-entry.c746 const char *values[4]; /*!< list of progressively shorter string member
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c431 static unsigned long compute_median(unsigned long values[MAX_ITERATIONS], in compute_median() argument
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.cc429 std::vector<Node*> values; in InlineCall() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc318 Handle<FixedArray> values = Handle<FixedArray>::cast(values_obj); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc843 std::vector<std::string> values = stack->PopMany(instruction.count); in EmitInstruction() local
844 PrintCommaSeparatedList(out(), values); in EmitInstruction() local
1048 EmitCSAValue(ProjectStructField(result, field.name_and_type.name), values, in EmitCSAValue() local
1035 EmitCSAValue(VisitResult result, const Stack<std::string>& values, std::ostream& out) EmitCSAValue() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c608 lp_build_swizzle_soa_inplace(struct lp_build_context *bld, LLVMValueRef *values, const unsigned char swizzles[4]) lp_build_swizzle_soa_inplace() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs402 public void AddRange(IEnumerable<T> values) in AddRange() argument
464 Add(IEnumerable<T> values) Add() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dformat.c385 int pa_format_info_get_prop_int_array(const pa_format_info *f, const char *key, int **values, int *n_values) { in pa_format_info_get_prop_int_array() argument
462 int pa_format_info_get_prop_string_array(const pa_format_info *f, const char *key, char ***values, int *n_values) { in pa_format_info_get_prop_string_array() argument
509 void pa_format_info_free_string_array(char **values, int n_values) { in pa_format_info_free_string_array() argument
634 pa_format_info_set_prop_int_array(pa_format_info *f, const char *key, const int *values, int n_values) pa_format_info_set_prop_int_array() argument
672 pa_format_info_set_prop_string_array(pa_format_info *f, const char *key, const char **values, int n_values) pa_format_info_set_prop_string_array() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp90 void generateValue (const SharedStructVarEntry& entry, de::Random& rnd, vector<string>& values) in generateValue() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp183 T values[4]; in verifyVec4IntegerValues() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp90 void generateValue (const SharedStructVarEntry& entry, de::Random& rnd, vector<string>& values) in generateValue() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc519 const auto& values = command->GetValues(); in ProbeSSBO() local
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp43 Make(GrRecordingContext* rContext, SkISize size, const GrCaps& caps, const SkScalar* values) Make() argument
[all...]
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.cpp341 float values[4] = {matrix.getScaleX(), matrix.getTranslateX(), in SetTransform() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
H A Dmain.go
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py487 def values(self): member in LRUCache
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_res.cpp655 UList *values; member
[all...]
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp119 appendStringArray( const char* owner, const char* name, const std::vector<SkString>& values) appendStringArray() argument
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp429 static struct { const char* s; SkAdvancedTypefaceMetrics::FontType t; } values[] = { in get_font_type() local
/third_party/python/Lib/
H A Dweakref.py243 def values(self): member in WeakValueDictionary
477 def values(sel member in WeakKeyDictionary
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.h799 RepeatedField<int>* values = Raw<RepeatedField<int>>(msg, offset); in MergePartialFromCodedStreamInlined() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java356 public Collection<V> values() { in values() method in MapField.MutatabilityAwareMap
/third_party/protobuf/js/
H A Dmap.js[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapForProto2Test.java633 private static void assertHasMapValues(Message message, String name, Map<?, ?> values) { in assertHasMapValues() argument
662 private static void setMapValues(Message.Builder builder, String name, Map<?, ?> values) { in setMapValues() argument
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...33