| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | trietest.c | 147 uint32_t values[30]; in testTrieIteration() local [all...] |
| /third_party/libexif/libexif/ |
| H A D | exif-entry.c | 746 const char *values[4]; /*!< list of progressively shorter string member
|
| /third_party/ltp/testcases/kernel/sched/tool/ |
| H A D | time-schedule.c | 431 static unsigned long compute_median(unsigned long values[MAX_ITERATIONS], in compute_median() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-inlining.cc | 429 std::vector<Node*> values; in InlineCall() local [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-test-wasm.cc | 318 Handle<FixedArray> values = Handle<FixedArray>::cast(values_obj); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | csa-generator.cc | 843 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 D | lp_bld_swizzle.c | 608 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 D | RepeatedField.cs | 402 public void AddRange(IEnumerable<T> values)
in AddRange() argument 464 Add(IEnumerable<T> values) Add() argument [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | format.c | 385 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 D | vktMemoryModelSharedLayoutCase.cpp | 90 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 D | vktRobustnessUtil.cpp | 183 T values[4]; in verifyVec4IntegerValues() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.cpp | 90 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 D | verifier.cc | 519 const auto& values = command->GetValues(); in ProbeSSBO() local
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrMatrixConvolutionEffect.cpp | 43 Make(GrRecordingContext* rContext, SkISize size, const GrCaps& caps, const SkScalar* values) Make() argument [all...] |
| /third_party/skia/src/gpu/ |
| H A D | GrGeometryProcessor.cpp | 341 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 D | main.go | |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | utils.py | 487 def values(self): member in LRUCache [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | ucol_res.cpp | 655 UList *values; member [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFTag.cpp | 119 appendStringArray( const char* owner, const char* name, const std::vector<SkString>& values) appendStringArray() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_FreeType.cpp | 429 static struct { const char* s; SkAdvancedTypefaceMetrics::FontType t; } values[] = { in get_font_type() local
|
| /third_party/python/Lib/ |
| H A D | weakref.py | 243 def values(self): member in WeakValueDictionary 477 def values(sel member in WeakKeyDictionary [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_table_driven_lite.h | 799 RepeatedField<int>* values = Raw<RepeatedField<int>>(msg, offset); in MergePartialFromCodedStreamInlined() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MapField.java | 356 public Collection<V> values() { in values() method in MapField.MutatabilityAwareMap
|
| /third_party/protobuf/js/ |
| H A D | map.js | [all...] |
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | MapForProto2Test.java | 633 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...] |