Home
last modified time | relevance | path

Searched refs:value (Results 20851 - 20875 of 31473) sorted by relevance

1...<<831832833834835836837838839840>>...1259

/third_party/python/Lib/
H A Dtempfile.py323 file. The return value is a pair (fd, name) where fd is the
362 directory. The return value is the pathname of the directory.
516 def __exit__(self, exc, value, tb):
517 result = self.file.__exit__(exc, value, tb)
739 def __exit__(self, exc, value, tb):
912 def __exit__(self, exc, value, tb):
H A Dcodecs.py414 def __exit__(self, type, value, tb):
462 can modify this setting as appropriate. The default value
663 def __exit__(self, type, value, tb):
750 def __exit__(self, type, value, tb):
866 def __exit__(self, type, value, tb):
/third_party/pulseaudio/src/pulse/
H A Dformat.c627 void pa_format_info_set_prop_int(pa_format_info *f, const char *key, int value) { in pa_format_info_set_prop_int() argument
631 pa_proplist_setf(f->plist, key, "%d", value); in pa_format_info_set_prop_int()
665 void pa_format_info_set_prop_string(pa_format_info *f, const char *key, const char *value) { in pa_format_info_set_prop_string() argument
669 pa_proplist_setf(f->plist, key, "\"%s\"", value); in pa_format_info_set_prop_string()
/third_party/python/Lib/idlelib/
H A Ddebugger.py209 type, value, tb = info
214 if value is not None:
217 m1 = f"{m1}: {value}"
518 value = dict[name]
519 svalue = self.repr.repr(value) # repr(value)
521 # repr'd value sent across the RPC interface:
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h97 // when the variant above is more precise. Use SFINAE on the return value to hide
98 // this variant for non-arithmetic types. The return value is still void.
100 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type initWithList(
233 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type
450 static_assert(std::is_floating_point<Type>::value, in length()
491 static_assert(std::is_floating_point<Type>::value, in normalized()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp228 // Verify initial integer value which should be equal to 1 in verifyTexParameters()
232 << "GetTexParameteriv failed. Expected value: 1, Queried value: " << iValue in verifyTexParameters()
241 // Verify initial float value which should be equal to 1.0f in verifyTexParameters()
245 << "GetTexParameterfv failed. Expected value: 1.0, Queried value: " << iValue in verifyTexParameters()
250 // Set custom integer value and verify it in verifyTexParameters()
261 << "texParameteri failed. Expected value: 2, Queried value: " << iValue in verifyTexParameters()
266 // Set custom float value an in verifyTexParameters()
588 int value = ((x * (l + 1)) % 8 < 4) ? 255 : 0; fillTexture() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py269 for key, value in variations.items():
273 flags = value
274 elif len(value) > 0:
275 enums.append((key, value))
543 # Maximum index value has all flags set and all enums at max value.
549 # Minimum array size is one more than the maximum value.
614 # Cache max and mask value of each enum to quickly know when a possible variation is invalid
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp189 std::string GetTestStatLine(const std::string &key, const std::string &value) in GetTestStatLine() argument
191 return std::string(kInfoTag) + ": " + key + ": " + value + "\n"; in GetTestStatLine()
314 testExpectationsPath.value()))
319 std::ifstream caseListStream(caseListPath.value());
/third_party/skia/src/gpu/
H A DSkGr.cpp333 // The computation of 'm' and 'value' is lifted from CPU backend. in make_dither_lut()
337 float value = float(m) * 1.0 / 64.0 - 63.0 / 128.0; in make_dither_lut() local
339 data[y * 8 + x] = (uint8_t)((value + 0.5) * 255.f + 0.5f); in make_dither_lut()
397 half value = table.eval(sk_FragCoord.xy).a - 0.5; // undo the bias in the table in make_dither_effect()
398 // For each color channel, add the random offset to the channel value and then clamp in make_dither_effect()
400 return half4(clamp(color.rgb + value * range, 0.0, color.a), color.a); in make_dither_effect()
443 // a known constant value. In that case we can simply apply a color filter during this in skpaint_to_grpaint_impl()
464 // No gamut conversion - paintAlpha is a (linear) alpha value, splatted to all in skpaint_to_grpaint_impl()
465 // color channels. It's value should be treated as the same in ANY color space. in skpaint_to_grpaint_impl()
509 // No gamut conversion - paintAlpha is a (linear) alpha value, splatte in skpaint_to_grpaint_impl()
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c149 tval.value = val->value;
550 * so we match the value of othername with base->d.rfc822Name
552 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name);
661 eml = emltype->value.utf8string;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRule.java143 if (!features.contains(feature.value)) { in featuredLookups()
144 features.add(feature.value); in featuredLookups()
145 for (NumRecord lookup : featureList.subTableAt(feature.value)) { in featuredLookups()
146 lookupIds.add(lookup.value); in featuredLookups()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h124 virtual void store(SpvId value, OutputStream& out) = 0;
228 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
336 * same dimensions, and applys all() to it to fold it down to a single bool value. Otherwise,
337 * returns the original id value.
367 SpvId writeReciprocal(const Type& type, SpvId value, OutputStream& out);
389 SpvId writeLiteral(double value, const Type& type);
/third_party/python/Lib/test/
H A Dtest_string.py126 def format_field(self, value, format_spec):
127 return format(value(), format_spec)
135 def convert_field(self, value, conversion):
138 return super().convert_field(value, conversion)
/third_party/skia/tools/fm/
H A Dfm.cpp102 T value; member
109 T* value) { in parse_flag()
112 *value = entry.value; in parse_flag()
106 parse_flag(const CommandLineFlags::StringArray& flag, const char* flag_name, const FlagOption<T> (&array)[N], T* value) parse_flag() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c350 zend_throw_exception_ex(NULL, 0, "Given value is not an instance of %s.", in Message_GetUpbMessage()
361 * Helper method to handle the initialization of a message from a PHP value, eg.
400 while (true) { // Iterate over key/value pairs. in Message_InitFromPhp()
500 zval* value; in PHP_METHOD() local
505 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &value, in PHP_METHOD()
510 from = (Message*)Z_OBJ_P(value); in PHP_METHOD()
673 * Returns an unboxed value for the given field. This is called from generated
681 * @return Unwrapped field value or null.
718 * Sets the given wrapper field to the given unboxed value. This is called from
728 * @param Unwrapped field value o
[all...]
/third_party/python/Python/clinic/
H A Dsysmodule.c.h47 "excepthook($module, exctype, value, traceback, /)\n"
56 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value,
64 PyObject *value; in sys_excepthook() local
71 value = args[1]; in sys_excepthook()
73 return_value = sys_excepthook_impl(module, exctype, value, traceback); in sys_excepthook()
105 "Return current exception information: (type, value, traceback).\n"
131 "* exc_value: Exception value, can be None.\n"
238 "the previously interned string object with the same value.");
317 "A typical value is 0.005 (5 milliseconds).");
499 "Return the current value o
[all...]
/third_party/protobuf/php/tests/
H A Dtest_util.php514 private static function appendHelper($obj, $func_suffix, $value)
520 $arr[] = $value;
524 private static function kvUpdateHelper($obj, $func_suffix, $key, $value)
530 $arr[$key] = $value;
/third_party/python/Lib/xmlrpc/
H A Dserver.py782 for key, value in methods.items():
784 fdict[value] = fdict[key]
796 for key, value in method_items:
797 contents.append(self.docroutine(value, key, funcs=fdict))
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc347 const T value = values[i]; in CountingSort() local
350 [value](const Unique u) { return u.first == value; }); in CountingSort()
352 unique.push_back(std::make_pair(value, 1)); in CountingSort()
358 // Sort in ascending order of value (pair.first). in CountingSort()
361 // Write that many copies of each unique value to the array. in CountingSort()
427 // Returns the median value. Side effect: sorts "values".
480 // Estimates the expected value of "lambda" values with a variable number of
700 // a value > 64, which is out of range. When this happens, log a message in PinThreadToCPU()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h158 typename std::enable_if<span_internal::HasData<T, C>::value &&
159 span_internal::HasSize<C>::value>::type;
164 typename std::enable_if<std::is_const<T>::value, U>::type;
169 typename std::enable_if<!std::is_const<T>::value, U>::type;
387 // must be <= size(). Any `len` value that points past the end of the span
388 // will be trimmed to at most size() - `pos`. A default `len` value of `npos`
408 // type `size_type` and thus non-negative. `len` value must be <= size().
425 // type `size_type` and thus non-negative. `len` value must be <= size().
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp594 .value("RGBA_8888", SkColorType::kRGBA_8888_SkColorType); in EMSCRIPTEN_BINDINGS()
596 .value("Opaque", SkAlphaType::kOpaque_SkAlphaType) in EMSCRIPTEN_BINDINGS()
597 .value("Premul", SkAlphaType::kPremul_SkAlphaType) in EMSCRIPTEN_BINDINGS()
598 .value("Unpremul", SkAlphaType::kUnpremul_SkAlphaType); in EMSCRIPTEN_BINDINGS()
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStencilTests.cpp103 const tcu::Vec4 color(u_color.value.f4); in shadeFragments()
129 int stencil; //!< Ref for quad op, clear value for clears
132 float depth; //!< Quad depth or clear value
267 int value = deMin32(ndx*stencilStep, endVal-1); in visualizeStencil() local
268 float colorMix = (float)value/(float)de::max(1, endVal-1); in visualizeStencil()
272 context.stencilFunc(GL_EQUAL, value, 0xffffffffu); in visualizeStencil()

Completed in 37 milliseconds

1...<<831832833834835836837838839840>>...1259