/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalContext.h | 83 /* dump string, enum value */ \ 254 /// Returns a zero value. 281 typename std::enable_if<std::is_trivially_destructible<T>::value, T>::type * 287 typename std::enable_if<!std::is_trivially_destructible<T>::value, T>::type *
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | multiplanar_external_texture.cc | 105 BindingPoint bp = {var->BindingPoint().group->value, in Process() 106 var->BindingPoint().binding->value}; in Process()
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 100 def append_dict_sorted_array(dict_array, key, value): 103 dict_array[key].append(value)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normlzr.cpp | 385 UBool value) in setOption() 387 if (value) { in setOption() 384 setOption(int32_t option, UBool value) setOption() argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uniset.h | 50 * <em>operand</em> API that allows the caller to modify the value of 323 * A bogus set has no value. It is different from an empty set. 324 * It can be used to indicate that no set value is available. 336 * A bogus set has no value. It is different from an empty set. 337 * It can be used to indicate that no set value is available. 354 * Minimum value that can be stored in a UnicodeSet. 360 * Maximum value that can be stored in a UnicodeSet. 401 * @param serialization the value 'kSerialized' 509 * Returns the hash code value for this set. 511 * @return the hash code value fo [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 43 /// saved value may be loaded directly into PC. Since liveness tracking of 135 // If true, the value of the stack object is set before 144 /// If true, this stack slot is used to spill a value (could be deopt 146 /// slot can't alias any LLVM IR value. This is very similar to a Spill 163 /// this value saves the original IR allocation. Can be NULL. 170 // If true, an LLVM IR value might point to this object. 250 /// to the distance between the initial SP and the value in FP. For many 251 /// targets, this value is only used when generating debug info (via 467 return Objects[ObjectIdx + NumFixedObjects].Alignment.value(); in getObjectAlignment() 566 unsigned getMaxAlignment() const { return MaxAlignment.value(); } in getMaxAlignment() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypesArraysTuples.js | 2 type Box<T> = { value: T }; 129 value: T;
|
H A D | intraExpressionInferences.js | 104 public value?: T; 348 value?: T;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image.cpp | 826 void dng_image::SetConstant (uint32 value, in SetConstant() argument 842 value); in SetConstant()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | expat.h | 193 value will be NULL in the case of "#REQUIRED". If "isrequired" is 271 /* atts is array of name/value pairs, terminated by 0; 331 For internal entities (<!ENTITY foo "bar">), value will 333 The value string is NOT null-terminated; the length is provided in 337 For external entities, value will be NULL and systemId will be 340 non-NULL value only for unparsed entity declarations. 347 const XML_Char *value, int value_length, const XML_Char *base, 464 Unicode scalar value c. 469 n-byte sequence that encodes a single Unicode scalar value. 476 convert function must return the Unicode scalar value represente 1024 long int value; global() member [all...] |
/third_party/python/Lib/test/ |
H A D | test_reprlib.py | 374 def append(self, value): 375 self.values.append(value)
|
H A D | test_ttk_textonly.py | 145 self.assertEqual(ttk._format_mapdict({'opt': [('value',)]}), 146 ('-opt', '{} value')) 158 valid = {'opt': [[1, 'value']]} 159 self.assertEqual(ttk._format_mapdict(valid), ('-opt', '1 value')) 162 valid = {'opt': [(stateval, 'value')]} 164 ('-opt', '{} value')) 258 # to act like a dict (except when the value evaluates to False). 340 def test_it(sspec, value, res_value, states): 342 (sspec, value)), [states + (res_value, )]) 367 sample_ltuple = ('name', '-option', 'value') [all...] |
/third_party/python/Parser/ |
H A D | pegen.h | 90 expr_ty value; member 100 expr_ty value; member
|
/third_party/python/Python/ |
H A D | pyhash.c | 57 integers, floats and Decimals) then use the predefined hash value 64 have the same hash value but would compare unequal. 256 Py_uhash_t value; in fnv() member 275 x = (_PyHASH_MULTIPLIER * x) ^ block.value; in fnv() 334 * value on all platforms. It is also required to for a good dispersion of
|
/third_party/python/Modules/ |
H A D | getpath.py | 129 # relative path to the platlib dir. The executable_dir value is 272 # stage. POSIX does not set this value. 284 # NOTE: The use_environment value is ignored for this lookup. 363 key, had_equ, value = line.partition('=') 365 executable_dir = real_executable_dir = value.strip() 678 # as the default value of each subkey of
|
/third_party/python/Objects/ |
H A D | bytes_methods.c | 126 size_t value = *(const size_t *) _p; in _Py_bytes_isascii() local 127 if (value & ASCII_CHAR_MASK) { in _Py_bytes_isascii() 445 In case it is an integer in range(0, 256), writes the integer value
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 84 name, value, type = RegEnumValue(handle, i) 88 d[convert_mbcs(name)] = convert_mbcs(value) 623 """Set environment variable 'name' to an MSVC path type value.
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dist.py | 135 for (key, value) in d.command_options.get('install').items(): 136 self.assertEqual(value, result_dict[key])
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_parser.py | 705 self.assertEqual(err.value, err2.value)
|
/third_party/python/Lib/ |
H A D | uuid.py | 196 raise ValueError('field 1 out of range (need a 32-bit value)') 198 raise ValueError('field 2 out of range (need a 16-bit value)') 200 raise ValueError('field 3 out of range (need a 16-bit value)') 202 raise ValueError('field 4 out of range (need an 8-bit value)') 204 raise ValueError('field 5 out of range (need an 8-bit value)') 206 raise ValueError('field 6 out of range (need a 48-bit value)') 212 raise ValueError('int is out of range (need a 128-bit value)') 228 # is_safe is a SafeUUID instance. Return just its value, so that 230 d['is_safe'] = self.is_safe.value 245 # Q. What's the value o [all...] |
/third_party/python/Modules/expat/ |
H A D | expat.h | 195 value will be NULL in the case of "#REQUIRED". If "isrequired" is 284 /* atts is array of name/value pairs, terminated by 0; 344 For internal entities (<!ENTITY foo "bar">), value will 346 The value string is NOT null-terminated; the length is provided in 350 For external entities, value will be NULL and systemId will be 353 non-NULL value only for unparsed entity declarations. 360 const XML_Char *value, int value_length, const XML_Char *base, 477 Unicode scalar value c. 482 n-byte sequence that encodes a single Unicode scalar value. 489 convert function must return the Unicode scalar value represente 1035 long int value; global() member [all...] |
/third_party/rust/crates/clap/src/error/ |
H A D | format.rs | 92 did_you_mean(&mut styled, "value", valid); in format_error() 151 ContextValue::String(value) => { in write_dynamic_context() 153 styled.warning(value); in write_dynamic_context() 186 styled.none("a value is required for '"); in write_dynamic_context() 190 styled.none("invalid value '"); in write_dynamic_context() 281 styled.none("unexpected value '"); in write_dynamic_context() 321 styled.none("invalid value '"); in write_dynamic_context() 394 /// Returns the singular or plural form on the verb to be based on the argument's value.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | status.cc | 88 // Convert canonical code to a value known to this binary. 89 absl::StatusCode MapToLocalCode(int value) { in MapToLocalCode() argument 90 absl::StatusCode code = static_cast<absl::StatusCode>(value); in MapToLocalCode()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | benchmarks.cc | 103 typename absl::enable_if_t<!use_default_initialization<Engine>::value, Engine> 112 typename absl::enable_if_t<use_default_initialization<Engine>::value, Engine>
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_navigator_test.cc | 297 std::string value = CordToString(result.tree); in TEST_P() local 298 EXPECT_THAT(value, Eq(data.substr(offset, length))); in TEST_P()
|