Home
last modified time | relevance | path

Searched refs:value (Results 20276 - 20300 of 31723) sorted by relevance

1...<<811812813814815816817818819820>>...1269

/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py47 value = pp.Group((pp.Keyword("input") | pp.Keyword("output") | pp.Keyword("uniform")) + variable
51 pp.ZeroOrMore(value) +
183 # SkSL rejects code that fails to return a value; GLSL ES2 allows it.
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h27 ASN1_STRING *value; /* AttributeValue */ member
120 /* decoded value of CRLissuer extension: set if indirect CRL */
238 /* Require explicit policy value */
290 int x509v3_add_len_value_uchar(const char *name, const unsigned char *value,
/third_party/openssl/crypto/x509/
H A Dv3_lib.c153 * The "crit" variable is set to the critical value.
154 * The return value is the decoded extension or NULL on
156 * the value of *crit reflects the cause:
157 * >= 0, extension found but not decoded (reflects critical value).
214 * The precise operation is governed by the 'flags' value. The 'crit' and
215 * 'value' arguments (if relevant) are the extensions internal structure.
218 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, in STACK_OF()
267 ext = X509V3_EXT_i2d(nid, crit, value); in STACK_OF()
H A Dx509_v3.c210 i = ASN1_OCTET_STRING_set(&ex->value, data->data, data->length); in X509_EXTENSION_set_data()
227 return &ex->value; in X509_EXTENSION_get_data()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DBasicSubsetTests.java81 PlatformId.Macintosh.value(), MacintoshEncodingId.Mongolian.value())); in testSubsetGlyphs()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquantityformatter.cpp219 const UnicodeString &value, in format()
226 const UnicodeString *param = &value; in format()
217 format( const SimpleFormatter &pattern, const UnicodeString &value, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) format() argument
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dudatpg.h97 * One more than the highest normal UDateTimePatternField value.
98 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
152 * One more than the highest normal UDateTimePatternConflict value.
153 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
344 * value is overriden. Otherwise, the previous value is retained. In either
361 * @return conflicting status. The value could be UDATPG_NO_CONFLICT,
378 * (era). So if that value is, say "{0}, {1}" then the final resulting
388 * @param value pattern, such as "{0}, {1}"
389 * @param length the length of value
[all...]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dmakefile.py18 for key, value in sorted(makefile_vars.items()):
21 VALUE = value
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c150 const char *name, const char *value)
153 printf("%s: %s\n",name,value);
181 const char *name, const char * const *value, int num_values) in append_headers_to_data()
190 asprintf(data,"%s%s: %s\n", *data,name,value[i]); in append_headers_to_data()
180 append_headers_to_data(void *cls, const char *name, const char * const *value, int num_values) append_headers_to_data() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DFlowGraphNode.h270 * You can set a value that will be used for processing.
271 * If you connect an output port to this port then its value will be used instead.
292 * Write every value of the float buffer.
293 * This value will be ignored if an output port is connected
296 void setValue(float value) { in setValue() argument
300 *buffer++ = value; in setValue()
/third_party/skia/src/sksl/analysis/
H A DSkSLGetLoopUnrollInfo.cpp69 if (!initDecl.value()) { in get_es2_loop_unroll_info()
72 if (!ConstantFolder::GetConstantValue(*initDecl.value(), &loopInfo.fStart)) { in get_es2_loop_unroll_info()
/third_party/skia/tests/
H A DTraceMemoryDumpTest.cpp33 uint64_t value) override {
37 fDumpedObjectsSize += value;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSurface.cpp34 Surface::Type value, in AbslFormatConvert()
37 switch (value) { in AbslFormatConvert()
33 AbslFormatConvert( Surface::Type value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
H A DBindingInfo.cpp22 BindingInfoType value, in AbslFormatConvert()
25 switch (value) { in AbslFormatConvert()
21 AbslFormatConvert( BindingInfoType value, const absl::FormatConversionSpec& spec, absl::FormatSink* s) AbslFormatConvert() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.h85 void setLabel(Napi::Env, std::optional<std::string> value) override;
88 interop::Interface<interop::EventHandler> value) override;
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServer.h72 static_assert(std::is_base_of<CallbackUserdata, UserdataT>::value,
177 typename Enable = std::enable_if<std::is_base_of<CallbackUserdata, T>::value>>
/third_party/python/Lib/tkinter/
H A Dfont.py115 def __setitem__(self, key, value):
116 self.configure(**{key: value})
/third_party/pulseaudio/src/pulsecore/
H A Dasyncq.c73 static unsigned reduce(pa_asyncq *l, unsigned value) { in reduce() argument
74 return value & (unsigned) (l->size - 1); in reduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamReader.h76 static_assert(std::is_integral<T>::value, in readInteger()
77 "Cannot call readInteger with non-integral value!"); in readInteger()
90 static_assert(std::is_enum<T>::value, in readEnum()
91 "Cannot call readEnum with non-enum value!"); in readEnum()
99 /// Read an unsigned LEB128 encoded value.
105 /// Read a signed LEB128 encoded value.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp25 std::tuple_size<typename std::remove_reference<Tuple>::type>::value),
36 std::tuple_size<typename std::remove_reference<Tuple>::type>::value),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp59 void Emit(uint32_t value, raw_ostream &OS) const;
60 void Emit(uint64_t value, raw_ostream &OS) const;
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_function_header_test.cc61 EXPECT_EQ(loc->value, 1u); in TEST_F()
90 EXPECT_EQ(loc->value, 1u); in TEST_F()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
H A Dgenerate.go106 return "", fmt.Errorf("Eval expects a single argument or list name-value pairs")
150 // Map is a simple generic key-value map, which can be used in the template
155 // Put adds the key-value pair into the map.
157 func (m Map) Put(key, value interface{}) string {
158 m[key] = value
162 // Get looks up and returns the value with the given key. If the map does not
168 // is returns a function that returns true if the value passed to the function
244 // the string value of the [[display()]] decoration. For example:
/third_party/skia/tools/
H A Dgit-sync-deps208 for value in os_specific_dependencies.itervalues():
209 dependencies.update(value)
/third_party/skia/tools/skdiff/
H A Dskdiff.cpp188 // In HSV, value is defined as max RGB component. in compute_diff()
189 int value = MAX3(thisR, thisG, thisB); in compute_diff() local
190 dr->fWeightedFraction += ((float) value) / 255; in compute_diff()

Completed in 24 milliseconds

1...<<811812813814815816817818819820>>...1269