/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RegexTransformerTest.java | 95 CldrValue value = CldrValue.parseValue( in testMultipleResults() 99 ImmutableList<Result> results = transformer.transform(value); in testMultipleResults() 169 // Because the value is expressed via an explicit values instruction, it is split by space. in testValueSplitting() 172 + "/parentLocale[@parent=\"foo\"][@locales=\"value is split\"]", in testValueSplitting() 175 "/parentLocales/foo", "value", "is", "split"); in testValueSplitting() 177 // However if a placeholder is quoted in the value instruction, it is not split. in testValueSplitting() 180 + "[@type=\"value is not split\"]" in testValueSplitting() 185 "/mapTimezones/\"foo\"/XX", "value is not split"); in testValueSplitting() 197 " ; /numberingSystems/baz ; values=\"&swap( $1-$2, $3{value} )\""); in testResultFunctionCalling() 205 // a function's output is still subject to value splittin in testResultFunctionCalling() 516 transformSingleResult( PathValueTransformer transformer, String path, String value) transformSingleResult() argument [all...] |
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-bignum-dtoa.cc | 200 double v = Double(smallest_normal64).value(); in TEST() 212 v = Double(largest_denormal64).value(); in TEST() 311 double v = Single(smallest_normal32).value(); in TEST() 317 v = Single(largest_denormal32).value(); in TEST()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
H A D | MessagePatternUtilDemo.java | 76 double value; in printComplexArgStyle() 83 value = variant.getSelectorValue(); in printComplexArgStyle() 84 if (value == MessagePattern.NO_NUMERIC_VALUE) { in printComplexArgStyle() 87 System.out.println(indent + variant.getSelector() + " (" + value + "):"); in printComplexArgStyle()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | LongNameHandler.java | 71 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument 72 UResource.Table pluralsTable = value.getTable(); in put() 73 for (int i = 0; pluralsTable.getKeyAndValue(i, key, value); ++i) { in put() 78 String formatString = value.getString(); in put()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | udatpg.cpp | 149 const UChar *value, int32_t length) { in udatpg_setAppendItemFormat() 150 UnicodeString valueString((UBool)(length<0), value, length); in udatpg_setAppendItemFormat() 168 const UChar *value, int32_t length) { in udatpg_setAppendItemName() 169 UnicodeString valueString((UBool)(length<0), value, length); in udatpg_setAppendItemName() 147 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemFormat() argument 166 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemName() argument
|
H A D | numrange_impl.cpp | 41 void put(const char* key, ResourceValue& value, UBool /*noFallback*/, UErrorCode& status) U_OVERRIDE { 42 ResourceTable miscTable = value.getTable(status); 44 for (int i = 0; miscTable.getKeyAndValue(i, key, value); i++) { 49 fData.rangePattern = {value.getUnicodeString(status), status}; 57 fData.approximatelyPattern = {value.getUnicodeString(status), status};
|
/third_party/libbpf/src/ |
H A D | btf.h | 189 LIBBPF_API int btf__add_enum_value(struct btf *btf, const char *name, __s64 value); 191 LIBBPF_API int btf__add_enum64_value(struct btf *btf, const char *name, __u64 value); 204 LIBBPF_API int btf__add_type_tag(struct btf *btf, const char *value, int ref_type_id); 219 LIBBPF_API int btf__add_decl_tag(struct btf *btf, const char *value, int ref_type_id,
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu.h | 60 * Special timeout value meaning that the timeout is infinite. 1038 * \param timeout_ns - \c [in] Timeout value to wait 1048 * then timeout value as 0 must be passed. In this case success will be 1113 * \param version - \c [out] Pointer to to the "version" return value 1114 * \param feature - \c [out] Pointer to to the "feature" return value 1210 * \param size - \c [in] Size of the returned value. 1211 * \param value - \c [out] Pointer to the return value. 1218 unsigned size, void *value); 1228 * \param value [all...] |
/third_party/lzma/CPP/7zip/Archive/ |
H A D | LzmaHandler.cpp | 203 Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value))
in GetArchiveProperty() argument 224 prop.Detach(value);
in GetArchiveProperty() 283 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value))
in GetProperty() argument 292 prop.Detach(value);
in GetProperty()
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-mem.c | 367 * Pushes an uint8_t value onto the stack. 371 uint8_t uint8_value) /**< value pushed onto the stack */ in parser_stack_push_uint8() 404 * Pops the last uint8_t value from the stack. 440 * Pushes an uint16_t value onto the stack. 444 uint16_t uint16_value) /**< value pushed onto the stack */ in parser_stack_push_uint16() 465 * Pops the last uint16_t value from the stack. 467 * @return the value popped from the stack. 472 uint32_t value = context_p->stack_top_uint8; in parser_stack_pop_uint16() local 481 value |= ((uint32_t) page_p->bytes[context_p->stack.last_position - 2]) << 8; in parser_stack_pop_uint16() 488 value | in parser_stack_pop_uint16() [all...] |
/third_party/jinja2/ |
H A D | utils.py | 137 If the `silent` is True the return value will be `None` if the import 472 leave unchanged. Return the value of this key. 519 def __setitem__(self, key: t.Any, value: t.Any) -> None: 520 """Sets the value for an item. Moves the item up so that it 530 self._mapping[key] = value 576 """Intelligently sets the initial value of autoescaping based on the 603 If nothing matches then the initial value of autoescaping is set to the 604 value of `default`. 751 def __setitem__(self, name: str, value: t.Any) -> None: 752 self.__attrs[name] = value [all...] |
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-number.c | 203 * @return 0 or 1 - value of sign bit 244 * @return NaN value 262 * @return if !sign - +Infinity value, 263 * else - -Infinity value. 431 * Make Number of given sign from given mantissa value and binary exponent 454 /* Rounding to nearest value */ in ecma_number_make_from_sign_mantissa_and_exponent() 487 /* Rounding to nearest value */ in ecma_number_make_from_sign_mantissa_and_exponent() 717 * @return ecma value 718 * Returned value must be freed with ecma_free_value. 835 /* Not a valid number char, set value t in ecma_number_parse_int() 852 ecma_number_t value = ECMA_NUMBER_ZERO; ecma_number_parse_int() local [all...] |
/third_party/mesa3d/src/amd/registers/ |
H A D | makeregheader.py | 74 The return value may be None, if such a comment is deemed unnecessary. 77 where chips may be the set of chips supporting a specific enum value, 234 # Merge value lines 242 prev.enumentry.value == line.enumentry.value: 249 # Disambiguate field and value lines 284 # Collect and sort value lines by address 290 value_lines.sort(key=lambda line: (line.enumentry.value, line.name)) 292 value_lines.sort(key=lambda line: (line.name, line.enumentry.value)) 353 print('#define {define_name} {value_line.enumentry.value}{commen [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ycbcr_textures.c | 63 implicit_downsampled_coord(nir_builder *b, nir_ssa_def *value, nir_ssa_def *max_value, in implicit_downsampled_coord() argument 67 b, value, in implicit_downsampled_coord() 72 implicit_downsampled_coord_unnormalized(nir_builder *b, nir_ssa_def *value, int div_scale) in implicit_downsampled_coord_unnormalized() argument 75 b, value, in implicit_downsampled_coord_unnormalized()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
H A D | ssl.h | 1360 * @param value - alert value
1364 const char *SSL_alert_desc_string(int value);
1369 * @param value - alert value
1373 const char *SSL_alert_desc_string_long(int value);
1378 * @param value - alert value
1382 const char *SSL_alert_type_string(int value);
1387 * @param value [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 475 #define si_pm4_bind_state(sctx, member, value) \ 477 (sctx)->queued.named.member = (value); \ 478 if (value && value != (sctx)->emitted.named.member) \ 659 * The number of texels in the texel array is then clamped to the value of in si_clamp_texture_texel_count()
|
H A D | si_shaderlib_nir.c | 175 nir_ssa_def *value = nir_load_ssbo(&b, 1, 8, zero, src_offset, .align_mul=1); in si_create_dcc_retile_cs() local 182 nir_store_ssbo(&b, value, zero, dst_offset, .write_mask=0x1, .align_mul=1); in si_create_dcc_retile_cs() 226 * sample 1. That's why the clear value has 2 bytes - we're clearing 2 samples at the same time. in gfx9_create_clear_dcc_msaa_cs() 339 nir_ssa_def *value = nir_load_array_var(&b, in, id); in si_create_passthrough_tcs() local 340 nir_store_array_var(&b, out, id, value, 0xf); in si_create_passthrough_tcs()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 305 s << "LDS_A["; s.print_zw_hex(src->value.u, 8); s << "]"; in print_src() 308 s << "LDS_B["; s.print_zw_hex(src->value.u, 8); s << "]"; in print_src() 319 s.print_zw_hex(src->value.u, 8); in print_src() 320 s << " " << src->value.f << "]"; in print_src()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_gs.cpp | 268 const auto& value = m_streamout_data[location]->value(); 275 } else if (value[i]->chan() < 4) { 276 ir = new AluInstr(op1_mov, tmp[i + shift], value[i], AluInstr::write);
|
/third_party/node/lib/internal/modules/esm/ |
H A D | hooks.js | 91 set(value) { 93 return ReflectSet(this, 'importAttributes', value); 303 const { hookErrIdentifier } = meta; // Retrieve the value after all settled 448 const { hookErrIdentifier } = meta; // Retrieve the value after all settled 639 await AtomicsWaitAsync(this.#lock, WORKER_TO_MAIN_THREAD_NOTIFICATION, this.#workerNotificationLastId).value; 872 { __proto__: null, value: nextHookName },
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 119 If the `silent` is True the return value will be `None` if the import 392 leave unchanged. Return the value of this key. 442 def __setitem__(self, key, value): 443 """Sets the value for an item. Moves the item up so that it 453 self._mapping[key] = value 548 """Intelligently sets the initial value of autoescaping based on the 575 If nothing matches then the initial value of autoescaping is set to the 576 value of `default`. 713 def __setitem__(self, name, value): 714 self.__attrs[name] = value [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 18 #include "src/wasm/value-type.h" 112 // Patch a (padded) u32v at the given offset to be the given value. 200 void FixupByte(size_t position, byte value) { in FixupByte() argument 201 body_.patch_u8(position, value); in FixupByte() 333 // size, or the maximum uint32_t value if the maximum table size has been 358 void SetMinMemorySize(uint32_t value); 359 void SetMaxMemorySize(uint32_t value);
|
/third_party/node/test/parallel/ |
H A D | test-util-format.js | 456 { value: msg, enumerable: false }); 458 { value: 'CustomError', enumerable: false }); 468 { value: msg, enumerable: false }); 470 { value: 'BadCustomError', enumerable: false });
|
H A D | test-whatwg-webstreams-transfer.js | 94 assert.deepStrictEqual(chunk, { done: false, value: theData }); 122 // value-oriented stream on the other side: 143 assert.deepStrictEqual(chunk, { done: false, value: theByteData }); 276 assert.strictEqual(result.value, theData.toUpperCase()); 462 assert(result.value instanceof Uint8Array);
|
/third_party/node/src/ |
H A D | inspector_js_api.cc | 35 Local<Value> value) { in ToProtocolString() 36 TwoByteValue buffer(isolate, value); in ToProtocolString() 100 void OnMessage(Local<Value> value) { in OnMessage() argument 101 MakeCallback(callback_.Get(env()->isolate()), 1, &value); in OnMessage() 34 ToProtocolString(Isolate* isolate, Local<Value> value) ToProtocolString() argument
|