| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tufmtts.cpp | 461 double values[2] = {1.588, 1.011}; in test10219Plurals() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
| H A D | SerializableTestUtility.java | 632 String values[] = { field in SerializableTestUtility.BigDecimalHandler
|
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | pnamesbuilder.cpp | 137 const Value *values; member in Property 253 const Value *values=PROPERTIES[propIndex].values; in build() local 130 Property(int32_t enumValue, const char *joinedAliases, const Value *values, int32_t valueCount) Property() argument 335 buildValueMap(const Value values[], int32_t length, UErrorCode &errorCode) buildValueMap() argument 376 valuesIndexOf(const Value values[], int32_t length, int32_t value) valuesIndexOf() argument 408 buildValuesBytesTrie(const Value values[], int32_t length, UErrorCode &errorCode) buildValuesBytesTrie() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| H A D | XCldrStub.java | 54 public final Multimap<K, V> putAll(K key, V... values) { in putAll() argument 60 public void putAll(K key, Collection<V> values) { in putAll() argument 102 public Set<V> values() { in values() method in XCldrStub.Multimap 348 copyOf(Set<T> values) copyOf() argument 356 copyOf(Map<K,V> values) copyOf() argument 364 copyOf(Multimap<K,V> values) copyOf() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | StringPrep.java | 338 private static final void getValues(char trieWord,Values values){ in getValues() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
| H A D | SerializableTestUtility.java | 631 String values[] = { field in SerializableTestUtility.BigDecimalHandler
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | ucol_res.cpp | 655 UList *values; member [all...] |
| /third_party/libunwind/libunwind/tests/ |
| H A D | Gia64-test-nat.c | 95 static unw_word_t values[MAX_CHECKS*MAX_VALUES_PER_FUNC]; variable
|
| /third_party/jinja2/ |
| H A D | utils.py | 550 def values(self) -> t.Iterable[t.Any]: member in LRUCache
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.h | 258 tu_cs_emit_array(struct tu_cs *cs, const uint32_t *values, uint32_t length) in tu_cs_emit_array() argument
|
| /third_party/mesa3d/src/broadcom/simulator/ |
| H A D | v3dx_simulator.c | 538 simulator_perfmon_stop(struct v3d_hw *v3d, uint32_t ncounters, uint64_t *values) simulator_perfmon_stop() argument
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | utils.py | 487 def values(self): member in LRUCache [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | utils.py | 454 def values(self): member in LRUCache
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | uniform_query.cpp | 731 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform() argument 1141 validate_uniform(GLint location, GLsizei count, const GLvoid *values, unsigned *offset, struct gl_context *ctx, struct gl_shader_program *shProg, enum glsl_base_type basicType, unsigned src_components) validate_uniform() argument [all...] |
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler_test.cpp | 802 uint64_t values[16]; in TEST_F() member
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | ucol_res.cpp | 665 UList *values; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_arit.c | 83 const float *values; member
|
| /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...] |