Home
last modified time | relevance | path

Searched refs:value (Results 18776 - 18800 of 22474) sorted by relevance

1...<<751752753754755756757758759760>>...899

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dexpat.h193 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 Dtest_reprlib.py374 def append(self, value):
375 self.values.append(value)
H A Dtest_ttk_textonly.py145 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 Dpegen.h90 expr_ty value; member
100 expr_ty value; member
/third_party/python/Python/
H A Dpyhash.c57 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 Dgetpath.py129 # 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 Dbytes_methods.c126 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 Dmsvccompiler.py84 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 Dtest_dist.py135 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 Dtest_parser.py705 self.assertEqual(err.value, err2.value)
/third_party/python/Lib/
H A Duuid.py196 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 Dexpat.h195 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 Dformat.rs92 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 Dstatus.cc88 // 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 Dbenchmarks.cc103 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 Dcord_rep_btree_navigator_test.cc297 std::string value = CordToString(result.tree); in TEST_P() local
298 EXPECT_THAT(value, Eq(data.substr(offset, length))); in TEST_P()
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h101 // The value will pass to ProgramSettings::fUseAF.
307 std::enable_if_t<std::is_trivially_copyable<T>::value, BuilderUniform&> operator=( in operator =()
312 SkDEBUGFAIL("Incorrect value size"); in operator =()
324 SkDEBUGFAIL("Incorrect value size"); in operator =()
337 static_assert(std::is_trivially_copyable<T>::value, "Value must be trivial copyable"); in set()
342 SkDEBUGFAIL("Incorrect value size"); in set()
/third_party/skia/include/private/
H A DSkColorData.h110 /** A float value which specifies this channel's contribution to luminance. */
126 /** Calculates 256 - (value * alpha256) / 255 in range [0,256],
127 * for [0,255] value and [0,256] alpha256.
129 static inline U16CPU SkAlphaMulInv256(U16CPU value, U16CPU alpha256) { in SkAlphaMulInv256() argument
130 unsigned prod = 0xFFFF - value * alpha256; in SkAlphaMulInv256()
333 /* SrcOver the 32bit src color with the 16bit dst, returning a 16bit value
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs315 pub(crate) fn ioctl_fionbio(fd: BorrowedFd<'_>, value: bool) -> io::Result<()> {
317 let data = c::c_int::from(value);
/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs296 if let ExprKind::Block(..) = &mut anon_const.value.kind { in librustc_parenthesize()
297 noop_visit_expr(&mut anon_const.value, self); in librustc_parenthesize()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Drsa.rs55 pub fn from_raw(value: c_int) -> Padding { in from_raw()
56 Padding(value) in from_raw()
/third_party/rust/crates/strsim-rs/src/
H A Dlib.rs63 /// Calculates the Jaro similarity between two sequences. The returned value
64 /// is between 0.0 and 1.0 (higher value means more similar).
144 /// Calculates the Jaro similarity between two strings. The returned value
145 /// is between 0.0 and 1.0 (higher value means more similar).
313 /* Returns the final index for a value in a single vector that represents a fixed
357 Some(&value) => value, in generic_damerau_levenshtein()
/third_party/spirv-tools/source/val/
H A Dvalidate_non_uniform.cpp240 const auto value = inst->GetOperandAs<uint32_t>(4); in ValidateGroupNonUniformBallotBitCount() local
241 const auto value_type = _.FindDef(value)->type_id(); in ValidateGroupNonUniformBallotBitCount()
/third_party/spirv-tools/test/
H A Dtext_to_binary.memory_test.cpp42 input << "OpStore %ptr %value " << GetParam().name(); in TEST_P()
46 Eq(MakeInstruction(spv::Op::OpStore, {1, 2, (uint32_t)GetParam().value()}, in TEST_P()
60 const std::string input = "OpStore %ptr %value Volatile|Aligned 16"; in TEST_F()
77 {1, 2, (uint32_t)GetParam().value()}))); in TEST_P()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderProgram.cpp165 m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSlot.value).value(); in refreshUniforms()

Completed in 31 milliseconds

1...<<751752753754755756757758759760>>...899