/third_party/icu/icu4c/source/i18n/ |
H A D | dayperiodrules.cpp | 53 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) override { 54 ResourceTable dayPeriodData = value.getTable(errorCode); 57 for (int32_t i = 0; dayPeriodData.getKeyAndValue(i, key, value); ++i) { 59 ResourceTable locales = value.getTable(errorCode); 62 for (int32_t j = 0; locales.getKeyAndValue(j, key, value); ++j) { 63 UnicodeString setNum_str = value.getUnicodeString(errorCode); 74 ResourceTable rules = value.getTable(errorCode); 75 processRules(rules, key, value, errorCode); 82 ResourceValue &value, UErrorCode &errorCode) { in processRules() 85 for (int32_t i = 0; rules.getKeyAndValue(i, key, value); in processRules() [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-objects-general.c | 38 * @return ecma value 39 * Returned value must be freed with ecma_free_value 78 ecma_op_create_object_object_arg (ecma_value_t value) /**< argument of constructor */ in ecma_op_create_object_object_arg() argument 80 ecma_check_value_type_is_spec_defined (value); in ecma_op_create_object_object_arg() 82 if (ecma_is_value_object (value) in ecma_op_create_object_object_arg() 83 || ecma_is_value_number (value) in ecma_op_create_object_object_arg() 84 || ecma_is_value_prop_name (value) in ecma_op_create_object_object_arg() 85 || ecma_is_value_boolean (value)) in ecma_op_create_object_object_arg() 88 return ecma_op_to_object (value); in ecma_op_create_object_object_arg() 93 JERRY_ASSERT (ecma_is_value_undefined (value) in ecma_op_create_object_object_arg() [all...] |
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.h | 138 static const char* GetEntity( const char* in, char* value ); 141 inline static const char* GetChar( const char* p, char* value ) in GetChar() 146 return GetEntity( p, value ); in GetChar() 150 *value = *p; in GetChar() 264 /** The meaning of 'value' changes for the specific type of 276 const std::string& Value() const { return value; } in Value() 278 /** Changes the value of the node. Defined as: 287 void SetValue( const std::string& _value ) { value = _value; } in SetValue() 296 TiXmlNode* FirstChild( const std::string& value ) const; ///< The first child of this node with the matching 'value' in FirstChild() 415 std::string value; global() member in TiXmlNode 481 std::string value; global() member in TiXmlAttribute [all...] |
/third_party/node/deps/brotli/c/common/ |
H A D | platform.h | 394 uint16_t value = BrotliUnalignedRead16(p); in BROTLI_UNALIGNED_LOAD16LE() local 395 return BROTLI_BSWAP16_(value); in BROTLI_UNALIGNED_LOAD16LE() 401 uint32_t value = BrotliUnalignedRead32(p); in BROTLI_UNALIGNED_LOAD32LE() local 402 return BROTLI_BSWAP32_(value); in BROTLI_UNALIGNED_LOAD32LE() 410 uint64_t value = BrotliUnalignedRead64(p); in BROTLI_UNALIGNED_LOAD64LE() local 411 return BROTLI_BSWAP64_(value); in BROTLI_UNALIGNED_LOAD64LE() 414 uint64_t value = BROTLI_BSWAP64_(v); in BROTLI_UNALIGNED_STORE64LE() local 415 BrotliUnalignedWrite64(p, value); in BROTLI_UNALIGNED_STORE64LE() 425 uint32_t value = (uint32_t)(in[0]); in BROTLI_UNALIGNED_LOAD32LE() local 426 value | in BROTLI_UNALIGNED_LOAD32LE() 433 uint64_t value = (uint64_t)(in[0]); BROTLI_UNALIGNED_LOAD64LE() local [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 256 const struct dxil_value *value); 262 const struct dxil_value *value); 337 dxil_value_type_equal_to(const struct dxil_value *value, 341 dxil_value_type_bitsize_equal_to(const struct dxil_value *value, unsigned bitsize); 344 dxil_value_get_type(const struct dxil_value *value); 347 dxil_module_get_int1_const(struct dxil_module *m, bool value); 350 dxil_module_get_int8_const(struct dxil_module *m, int8_t value); 353 dxil_module_get_int16_const(struct dxil_module *m, int16_t value); 356 dxil_module_get_int32_const(struct dxil_module *m, int32_t value); 359 dxil_module_get_int64_const(struct dxil_module *m, int64_t value); [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_noop_drm_shim.c | 164 param->value = 1ull << 48; in i915_ioctl_gem_context_getparam() 166 param->value = 1ull << 31; in i915_ioctl_gem_context_getparam() 168 param->value = 0; in i915_ioctl_gem_context_getparam() 181 *gp->value = i915.device_id; in i915_ioctl_get_param() 184 *gp->value = 0; in i915_ioctl_get_param() 187 *gp->value = i915.devinfo.timestamp_frequency; in i915_ioctl_get_param() 191 *gp->value = I915_GEM_PPGTT_NONE; in i915_ioctl_get_param() 193 *gp->value = I915_GEM_PPGTT_ALIASING; in i915_ioctl_get_param() 195 *gp->value = I915_GEM_PPGTT_FULL; in i915_ioctl_get_param() 199 *gp->value in i915_ioctl_get_param() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dayperiodrules.cpp | 55 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) override { 56 ResourceTable dayPeriodData = value.getTable(errorCode); 59 for (int32_t i = 0; dayPeriodData.getKeyAndValue(i, key, value); ++i) { 61 ResourceTable locales = value.getTable(errorCode); 64 for (int32_t j = 0; locales.getKeyAndValue(j, key, value); ++j) { 65 UnicodeString setNum_str = value.getUnicodeString(errorCode); 76 ResourceTable rules = value.getTable(errorCode); 77 processRules(rules, key, value, errorCode); 84 ResourceValue &value, UErrorCode &errorCode) { in processRules() 87 for (int32_t i = 0; rules.getKeyAndValue(i, key, value); in processRules() [all...] |
/third_party/mesa3d/src/util/ |
H A D | u_math.h | 586 * This makes no assumptions about the high bits of the value and will 601 * This assumes and asserts that the value fits into `width` bits. 649 * Align a value up to an alignment value 651 * If \c value is not already aligned to the requested alignment value, it 654 * \param value Value to be rounded 655 * \param alignment Alignment value to be used. This must be a power of two. 664 ALIGN(uintptr_t value, int32_t alignment) in ALIGN() argument 667 return (((value) in ALIGN() 674 ALIGN_NPOT(uintptr_t value, int32_t alignment) ALIGN_NPOT() argument 692 ROUND_DOWN_TO(uint64_t value, int32_t alignment) ROUND_DOWN_TO() argument 702 align(int value, int alignment) align() argument 708 align64(uint64_t value, unsigned alignment) align64() argument 717 util_align_npot(size_t value, size_t alignment) util_align_npot() argument 725 u_minify(unsigned value, unsigned levels) u_minify() argument 758 util_unsigned_fixed(float value, unsigned frac_bits) util_unsigned_fixed() argument 764 util_signed_fixed(float value, unsigned frac_bits) util_signed_fixed() argument [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | atomic-utils.h | 42 static base::AtomicWord to_storage_type(S value) { in to_storage_type() 43 return static_cast<base::AtomicWord>(value); in to_storage_type() 45 static S to_return_type(base::AtomicWord value) { in to_return_type() 46 return static_cast<S>(value); in to_return_type() 52 static base::AtomicWord to_storage_type(S* value) { in to_storage_type() 53 return reinterpret_cast<base::AtomicWord>(value); in to_storage_type() 55 static S* to_return_type(base::AtomicWord value) { in to_return_type() 56 return reinterpret_cast<S*>(value); in to_return_type() 152 // Atomically sets bits selected by the mask to the given value. 172 static AtomicStorageType to_storage_type(U value) { in to_storage_type() 191 to_storage_addr(T* value) to_storage_addr() argument 195 to_storage_addr(const T* value) to_storage_addr() argument [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | eh-frame.cc | 381 void EhFrameWriter::WriteULeb128(uint32_t value) { in WriteULeb128() argument 383 byte chunk = value & 0x7F; in WriteULeb128() 384 value >>= 7; in WriteULeb128() 385 if (value != 0) chunk |= 0x80; in WriteULeb128() 387 } while (value != 0); in WriteULeb128() 390 void EhFrameWriter::WriteSLeb128(int32_t value) { in WriteSLeb128() argument 394 byte chunk = value & 0x7F; in WriteSLeb128() 395 value >>= 7; in WriteSLeb128() 396 done = ((value == 0) && ((chunk & kSignBitMask) == 0)) || in WriteSLeb128() 397 ((value in WriteSLeb128() 496 int value = (bytecode & EhFrameConstants::kLocationMask) * DumpDwarfDirectives() local 499 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local 536 int value = eh_frame_iterator.GetNextByte() * DumpDwarfDirectives() local 539 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local 544 int value = eh_frame_iterator.GetNextUInt16() * DumpDwarfDirectives() local 547 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local 552 int value = eh_frame_iterator.GetNextUInt32() * DumpDwarfDirectives() local 555 stream << "| pc_offset=" << offset_in_procedure << " (delta=" << value DumpDwarfDirectives() local [all...] |
/third_party/python/Tools/scripts/ |
H A D | summarize_stats.py | 77 failures = [(value, index) for (index, value) in enumerate(failure_kinds)] 80 for value, index in failures: 81 if not value: 83 rows.append((kind_to_text(index, defines, name), value, f"{100*value/total_failures:0.1f}%")) 91 key, value = line.split(":") 93 value = int(value) 94 stats[key] += value [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | LzcompCompress.java | 300 private void encodeLength(int value, int dist, int numDistRanges) { in encodeLength() argument 302 value -= LEN_MIN3; in encodeLength() 304 value -= LEN_MIN; in encodeLength() 306 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLength() 313 if ((value & mask) != 0) { in encodeLength() 318 if ((value & mask) != 0) { in encodeLength() 325 if ((value & mask) != 0) { in encodeLength() 330 if ((value & mask) != 0) { in encodeLength() 338 private int encodeLengthCost(int value, int dist, int numDistRanges) { in encodeLengthCost() argument 340 value in encodeLengthCost() 377 encodeDistance2(int value, int distRanges) encodeDistance2() argument 385 encodeDistance2Cost(int value, int distRanges) encodeDistance2Cost() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dayperiodrules.cpp | 53 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) { in put() 54 ResourceTable dayPeriodData = value.getTable(errorCode); in put() 57 for (int32_t i = 0; dayPeriodData.getKeyAndValue(i, key, value); ++i) { in put() 59 ResourceTable locales = value.getTable(errorCode); in put() 62 for (int32_t j = 0; locales.getKeyAndValue(j, key, value); ++j) { in put() 63 UnicodeString setNum_str = value.getUnicodeString(errorCode); in put() 74 ResourceTable rules = value.getTable(errorCode); in put() 75 processRules(rules, key, value, errorCode); in put() 82 ResourceValue &value, UErrorCode &errorCode) { in processRules() 85 for (int32_t i = 0; rules.getKeyAndValue(i, key, value); in processRules() [all...] |
H A D | units_data.cpp | 53 * conversion rates that are found in `value` to the output vector. 57 * @param value The "convertUnits" resource, containing unit conversion rate 62 void put(const char *source, ResourceValue &value, UBool /*noFallback*/, UErrorCode &status) { in put() argument 66 // that with `value`, we're looking at the convertUnits table. in put() 70 ResourceTable conversionRateTable = value.getTable(status); in put() 72 // We're reusing `value`, which seems to be a common pattern: in put() 73 for (int32_t unit = 0; conversionRateTable.getKeyAndValue(unit, srcUnit, value); unit++) { in put() 74 ResourceTable unitTable = value.getTable(status); in put() 79 for (int32_t i = 0; unitTable.getKeyAndValue(i, key, value); i++) { in put() 81 baseUnit = value in put() 149 put(const char *key, ResourceValue &value, UBool , UErrorCode &status) put() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | platform.h | 394 uint16_t value = BrotliUnalignedRead16(p); in BROTLI_UNALIGNED_LOAD16LE() local 395 return BROTLI_BSWAP16_(value); in BROTLI_UNALIGNED_LOAD16LE() 401 uint32_t value = BrotliUnalignedRead32(p); in BROTLI_UNALIGNED_LOAD32LE() local 402 return BROTLI_BSWAP32_(value); in BROTLI_UNALIGNED_LOAD32LE() 410 uint64_t value = BrotliUnalignedRead64(p); in BROTLI_UNALIGNED_LOAD64LE() local 411 return BROTLI_BSWAP64_(value); in BROTLI_UNALIGNED_LOAD64LE() 414 uint64_t value = BROTLI_BSWAP64_(v); in BROTLI_UNALIGNED_STORE64LE() local 415 BrotliUnalignedWrite64(p, value); in BROTLI_UNALIGNED_STORE64LE() 425 uint32_t value = (uint32_t)(in[0]); in BROTLI_UNALIGNED_LOAD32LE() local 426 value | in BROTLI_UNALIGNED_LOAD32LE() 433 uint64_t value = (uint64_t)(in[0]); BROTLI_UNALIGNED_LOAD64LE() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Endian.h | 36 /// ::value is either alignment, or alignof(T) if alignment is 0. 39 enum { value = alignment == 0 ? alignof(T) : alignment }; enumerator 51 inline value_type byte_swap(value_type value, endianness endian) { in byte_swap() argument 53 sys::swapByteOrder(value); in byte_swap() 54 return value; in byte_swap() 57 /// Swap the bytes of value to match the given endianness. 59 inline value_type byte_swap(value_type value) { in byte_swap() argument 60 return byte_swap(value, endian); in byte_swap() 63 /// Read a value of a particular endianness from memory. 70 memory, (detail::PickAlignment<value_type, alignment>::value)), in read() 99 write(void *memory, value_type value, endianness endian) write() argument 103 &value, sizeof(value_type)); write() local 109 write(void *memory, value_type value) write() argument [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_const_literal_test.cc | 50 ASSERT_NE(c.value, nullptr); in TEST_F() 52 EXPECT_EQ(c->As<ast::SintLiteralExpression>()->value, -234); in TEST_F() 62 ASSERT_NE(c.value, nullptr); in TEST_F() 64 EXPECT_EQ(c->As<ast::UintLiteralExpression>()->value, 234u); in TEST_F() 74 ASSERT_NE(c.value, nullptr); in TEST_F() 76 EXPECT_FLOAT_EQ(c->As<ast::FloatLiteralExpression>()->value, 234e12f); in TEST_F() 87 ASSERT_EQ(c.value, nullptr); in TEST_F() 97 ASSERT_EQ(c.value, nullptr); in TEST_F() 106 ASSERT_EQ(c.value, nullptr); in TEST_F() 115 ASSERT_EQ(c.value, nullpt in TEST_F() [all...] |
/third_party/toybox/toys/pending/ |
H A D | stty.c | 73 int value; member 160 int i, j, value, mask; in show_flags() local 166 value = flags[i].value; in show_flags() 168 if ((actual&mask)==value && (sane&mask)!=value) { in show_flags() 173 if ((actual&value) != (sane&value)) { in show_flags() 174 out("%s%s", actual&value?"":"-", flags[i].name); in show_flags() 215 *f |= flags[i].value; in set_flag() 248 set_size(int is_rows, unsigned short value) set_size() argument 350 int value; do_stty() local [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | SmallSortedMap.java | 48 * first {@code k} mappings in an array for a configurable value of {@code k}, allowing direct 103 final List value = (List) entry.getValue(); in newFieldMap() 104 entry.setValue(Collections.unmodifiableList(value)); in newFieldMap() 109 final List value = (List) entry.getValue(); in newFieldMap() 110 entry.setValue(Collections.unmodifiableList(value)); in newFieldMap() 239 public V put(K key, V value) { in put() argument 244 return entryList.get(index).setValue(value); in put() 250 return getOverflowEntriesMutable().put(key, value); in put() 258 entryList.add(insertionPoint, new Entry(key, value)); in put() 311 * @return The returned integer position follows the same semantics as the value returne 402 private V value; global() field in SmallSortedMap.Entry 408 Entry(K key, V value) Entry() argument [all...] |
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 363 char* value; member 802 * 'create_media_size()' - Create a media-size value. 809 ipp_t *media_size = ippNew(); /* media-size value */ in create_media_size() 820 * 'create_media_range()' - Create a pagesize-range value. 933 * 'create_media_col()' - Create a media-col value. 946 ipp_t *media_col = ippNew(), /* media-col value */ in create_media_col() 1003 int value; in compare_rangesize() local 1005 if ((value = compare_int(a->x_dim_min, b->x_dim_min)) == 0) { in compare_rangesize() 1006 if ((value = compare_int(a->x_dim_max, b->x_dim_max)) == 0) { in compare_rangesize() 1007 if ((value in compare_rangesize() 1022 int value; compare_media() local 1584 int count, i, value; add_enum_attributes() local 1647 int count, i, value; add_margin_attributes() local 2164 int count, value, i; get_staplelocation() local 2192 int count, value, i; get_foldtype() local 2218 int count, value, i; get_finishings() local 2244 int count, value, i; get_punchmedia() local 3660 local_printer_is_same_device(gpointer key, gpointer value, gpointer user_data) local_printer_is_same_device() argument 3719 local_printer_has_uuid(gpointer key, gpointer value, gpointer user_data) local_printer_has_uuid() argument 3732 local_printer_service_name_matches(gpointer key, gpointer value, gpointer user_data) local_printer_service_name_matches() argument 4060 gchar *value = NULL; prepare_browse_data() local 4930 char **value; /* LDAP value */ ldap_getval_firststring() local 9089 char *key = NULL, *value = NULL; matched_filters() local 9492 char *key = NULL, *value = NULL; examine_discovered_printer_record() local 11455 read_browseallow_value(const char *value, allow_sense_t sense) read_browseallow_value() argument 11529 char *value = NULL, *ptr, *ptr2, *start; read_configuration() local 12197 GVariant *value; nm_properties_changed() local 12212 find_previous_queue(gpointer key, gpointer value, gpointer user_data) find_previous_queue() argument [all...] |
/third_party/node/src/ |
H A D | histogram.cc | 67 double value = static_cast<double>((*histogram)->Count()); in GetCount() local 68 args.GetReturnValue().Set(value); in GetCount() 83 double value = static_cast<double>((*histogram)->Min()); in GetMin() local 84 args.GetReturnValue().Set(value); in GetMin() 97 double value = static_cast<double>((*histogram)->Max()); in GetMax() local 98 args.GetReturnValue().Set(value); in GetMax() 118 double value = static_cast<double>((*histogram)->Exceeds()); in GetExceeds() local 119 args.GetReturnValue().Set(value); in GetExceeds() 141 double value = static_cast<double>((*histogram)->Percentile(percentile)); in GetPercentile() local 142 args.GetReturnValue().Set(value); in GetPercentile() 152 int64_t value = (*histogram)->Percentile(percentile); GetPercentileBigInt() local 201 int64_t value = args[0]->IsBigInt() Record() local 505 double value = static_cast<double>((*histogram)->Count()); GetCount() local 521 double value = static_cast<double>((*histogram)->Min()); GetMin() local 535 double value = static_cast<double>((*histogram)->Max()); GetMax() local 555 double value = static_cast<double>((*histogram)->Exceeds()); GetExceeds() local 579 double value = static_cast<double>((*histogram)->Percentile(percentile)); GetPercentile() local 590 int64_t value = (*histogram)->Percentile(percentile); GetPercentileBigInt() local [all...] |
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 64 // This is important for arm, where the internal::Condition where each value in AsMasmCondition() 65 // represents an encoded bit field value. in AsMasmCondition() 106 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() argument 108 __ JumpIfRoot(value, index, target); in JumpIfRoot() 111 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() argument 113 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot() 116 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument 118 __ JumpIfSmi(value, target); in JumpIfSmi() 127 void BaselineAssembler::JumpIfNotSmi(Register value, Label* target, in JumpIfNotSmi() argument 129 __ JumpIfNotSmi(value, targe in JumpIfNotSmi() 151 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument 185 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 193 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument 204 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument 212 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument 220 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument 228 Move(Register output, TaggedIndex value) Move() argument 237 Move(Register output, Handle<HeapObject> value) Move() argument 240 Move(Register output, int32_t value) Move() argument 385 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument 394 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument 404 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | json.c | 195 pa_log("Unexpected escape value: %c", *str); in parse_string() 281 /* Number format looks good, now try to extract the value. in parse_number() 288 pa_log("Cannot convert string '%s' to double value", str); in parse_number() 294 pa_log("Cannot convert string '%s' to int64_t value", str); in parse_number() 310 pa_json_object *name = NULL, *value = NULL; in parse_object() local 327 str = parse_value(str, ",}", &value, depth + 1); in parse_object() 329 pa_log("Could not parse value for object"); in parse_object() 333 pa_hashmap_put(obj->object_values, pa_xstrdup(pa_json_object_get_string(name)), value); in parse_object() 337 value = NULL; in parse_object() 343 /* We now know the value wa in parse_object() 361 pa_json_object *value; parse_array() local 780 json_write_string_escaped(pa_json_encoder *encoder, const char *value) json_write_string_escaped() argument 875 pa_json_encoder_add_element_string(pa_json_encoder *encoder, const char *value) pa_json_encoder_add_element_string() argument 888 pa_json_encoder_add_member_string(pa_json_encoder *encoder, const char *name, const char *value) pa_json_encoder_add_member_string() argument 940 json_write_bool(pa_json_encoder *encoder, bool value) json_write_bool() argument 946 pa_json_encoder_add_element_bool(pa_json_encoder *encoder, bool value) pa_json_encoder_add_element_bool() argument 959 pa_json_encoder_add_member_bool(pa_json_encoder *encoder, const char *name, bool value) pa_json_encoder_add_member_bool() argument 974 json_write_int(pa_json_encoder *encoder, int64_t value) json_write_int() argument 980 pa_json_encoder_add_element_int(pa_json_encoder *encoder, int64_t value) pa_json_encoder_add_element_int() argument 993 pa_json_encoder_add_member_int(pa_json_encoder *encoder, const char *name, int64_t value) pa_json_encoder_add_member_int() argument 1008 json_write_double(pa_json_encoder *encoder, double value, int precision) json_write_double() argument 1013 pa_json_encoder_add_element_double(pa_json_encoder *encoder, double value, int precision) pa_json_encoder_add_element_double() argument 1026 pa_json_encoder_add_member_double(pa_json_encoder *encoder, const char *name, double value, int precision) pa_json_encoder_add_member_double() argument [all...] |
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 56 static int is_true(const char *value); 57 static int is_false(const char *value); 90 const char *val, *val2; /* Option value */ in main() 279 val = ppd_attr->value; in main() 285 val2 = ppd_attr->value; in main() 294 val2 = ppd_attr->value; in main() 318 fprintf(stderr, "DEBUG: Invalid number of lines %d, using default value: %d\n", in main() 326 fprintf(stderr, "DEBUG: Invalid number of columns %d, using default value: %d\n", in main() 336 val = ppd_attr->value; in main() 349 val = ppd_attr->value; in main() 871 is_true(const char *value) is_true() argument 886 is_false(const char *value) is_false() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CharsTrie.java | 93 * The state value is never 0. 95 * @return opaque state value 105 * Unlike {@link #resetToState(State)}, the 64-bit state value 110 * @param state The opaque trie state value from getState64(). 157 * Slower than {@link #resetToState64(long)} which does not validate the state value. 178 * Determines whether the string so far matches, whether it has a value, 180 * @return The match/value Result. 197 * @param inUnit Input char value. Values below 0 and above 0xffff will never match. 198 * @return The match/value Result. 211 * @return The match/value Resul 480 public int value; global() field in CharsTrie.Entry [all...] |