Home
last modified time | relevance | path

Searched refs:value (Results 10701 - 10725 of 16037) sorted by relevance

1...<<421422423424425426427428429430>>...642

/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/skia/third_party/externals/dawn/src/dawn_native/
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/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()
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() argument
52 (void)value; in _enumPropertyStartsRange()
71 /* add the start code point of each same-value range of the trie */ in ubidi_addPropertyStarts()
81 /* add the code points from the Joining_Group array where the value changes */ in ubidi_addPropertyStarts()
96 /* add the limit code point if the last value was not 0 (it is now start==limit) */ in ubidi_addPropertyStarts()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duloc.h299 * Invariant character for assigning value to a keyword
305 * Unicode code point for '=' for assigning value to a keyword.
355 * One more than the highest normal ULocDataLocaleType value.
356 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
386 * may already be open based on the previous default locale value.
388 * @param localeID the new ICU default locale. A value of NULL will try to get
539 * Gets the Win32 LCID value for the specified locale.
545 * @param localeID the locale to get the Win32 LCID value with
720 * Gets the value of the keyword suitable for display for the specified locale.
725 * @param keyword The keyword for whose value shoul
[all...]
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js107 Object.defineProperty(exports, "__esModule", { value: true });
129 Object.defineProperty(exports, "__esModule", { value: true });
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink.js107 Object.defineProperty(exports, "__esModule", { value: true });
129 Object.defineProperty(exports, "__esModule", { value: true });
/third_party/typescript/tests/baselines/reference/
H A DmappedTypes2.js15 set(value: T): void;
144 set(value: T): void;
H A DmappedTypes4.js13 result[k] = { value: obj[k] };
79 result[k] = { value: obj[k] };
H A DnamedTupleMembers.js42 export function useState<T>(initial: T): [value: T, setter: (T) => void] {
131 export declare function useState<T>(initial: T): [value: T, setter: (T: any) => void];
H A DimportHelpers.js51 Object.defineProperty(exports, "__esModule", { value: true });
99 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
106 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
H A DtypeGuardsWithInstanceOfByConstructorSignature.js47 new (value: string): C1;
48 new (value: number): C2;
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h144 // span from the first character of the substituted value for the beginning
145 // variable to the last character of the substituted value for the ending
206 // begins at begin_varname's value and ends after the last character of the
207 // value substituted for end_varname.
229 // at begin_varname's value and ends after the last character of the value
295 // begin_varname's value and ends after the last character of the value
309 const char* key, const std::string& value, in PrintInternal()
311 (*vars)[key] = value; in PrintInternal()
308 PrintInternal(std::map<std::string, std::string>* vars, const char* text, const char* key, const std::string& value, const Args&... args) PrintInternal() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIntArrayList.java287 int value = array[index]; in remove()
293 return value; in remove()
H A DLongArrayList.java287 long value = array[index]; in remove()
293 return value; in remove()
H A DFloatArrayList.java287 float value = array[index]; in remove()
293 return value; in remove()

Completed in 17 milliseconds

1...<<421422423424425426427428429430>>...642