/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationRuleParser.java | 47 static final Position[] POSITION_VALUES = Position.values();
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 588 for (RestrictionLevel levelSetInSpoofChecker : RestrictionLevel.values()) { in TestRestrictionLevel()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
H A D | SpoofCheckerTest.java | 585 for (RestrictionLevel levelSetInSpoofChecker : RestrictionLevel.values()) { in TestRestrictionLevel()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationRuleParser.java | 51 static final Position[] POSITION_VALUES = Position.values();
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.c | 214 property_pair_p->values[prop_index].value = values_p[index]; in ecma_fast_array_convert_to_normal() 515 uint32_t opts) /**< any combination of ecma_list_properties_options_t values */ in ecma_fast_array_get_property_names() 1202 * @return string values collection
|
/third_party/jinja2/ |
H A D | nodes.py | 113 or arbitrary values. Fields are passed to the constructor as regular 173 over all fields and yields the values of they are nodes. If the value 385 fields = ("targets", "values", "body") 387 values: t.List["Expr"] 539 The `ctx` of the node can be one of the following values: 576 """All constant values. The parser will return this node for simple 578 complex values such as lists too. Only constants with a safe
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.h | 485 // when going out of the alu clause, values in the clause temporary gprs, 486 // AR, predicate values, PS/PV are destroyed 644 val_map values; member in r600_sb::ssa_rename
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 642 /* We reserve the first 2^16 values for builtins */ 808 * re-arranges them. The one restriction is that the bottom 2^16 values 1121 * exactly to any element of gl_varying_slot. The values of this enum are 1268 * These correspond to the hardware values in 3DSTATE_TE, and are provided 1930 struct brw_shader_reloc_value *values, 2047 * intrinsic. This is used to return different values based on some aspect of
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 212 undefined values in the template. 379 callbacks and configuration values without breaking inheritance. 447 return iter(sorted(self.extensions.values(), key=lambda x: x.priority))
|
/third_party/node/test/common/ |
H A D | wpt.js | 25 * Return one of three expected values 874 for (const spec of this.specMap.values()) {
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 184 undefined values in the template. 350 callbacks and configuration values without breaking inheritance. 405 return iter(sorted(self.extensions.values(),
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 447 uint32_t values[MAX_PUSH_CONSTANT_DWORDS]; member
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 256 ! Observed return values are:
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | c_generator.py | 365 super().__init__(grammar, set(tokens.values()), file)
|
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 834 for builder in PROFILES.values():
|
/third_party/python/Lib/ |
H A D | dis.py | 157 # Sentinel to represent values that cannot be calculated 549 maxlineno = max(linestarts.values()) + line_offset
|
H A D | functools.py | 474 key += tuple(type(v) for v in kwds.values())
|
H A D | smtpd.py | 132 return max(self.command_size_limits.values())
|
/third_party/pulseaudio/src/modules/ |
H A D | stream-interaction.c | 160 vol.values[0] = g->volume; in cork_or_duck()
|
/third_party/python/Lib/http/ |
H A D | server.py | 642 for v in HTTPStatus.__members__.values() 745 # ignore ill-formed values 1154 # values to override previously set values
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 769 # NumberOfBytes, CompletionKey values returned by 873 for fut, ov, obj, callback in list(self._cache.values()):
|
H A D | proactor_events.py | 885 for future in self._accept_futures.values():
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 975 INIT_ID(values), \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 56 cl::values(clEnumValN(RegBankSelect::Mode::Fast, "regbankselect-fast", 250 // Same number of values: copy in getRepairCost() 253 // Same number of values: copy. in getRepairCost() 519 // However, when we break down the value into different values, in computeMapping() 987 // At this point we know both costs hold sensible values. in operator <() 989 // If both values have a different base frequency, there is no much in operator <() 1048 // Otherwise, just compare the values. in operator <()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 723 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>(); in handleElementStart()
|