Home
last modified time | relevance | path

Searched refs:value (Results 9201 - 9225 of 14395) sorted by relevance

1...<<361362363364365366367368369370>>...576

/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()
H A DBooleanArrayList.java288 boolean value = array[index]; in remove()
294 return value; in remove()
H A DDoubleArrayList.java288 double value = array[index]; in remove()
294 return value; in remove()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h256 // Parses a command-line argument into a name/value pair. Returns
257 // true if the next argument in the argv should be used as the value,
262 // name = "-I", value = "src/protos"
264 // name = "--cpp_out", value = "src/foo.pb2.cc"
266 // name = "", value = "foo.proto"
267 bool ParseArgument(const char* arg, std::string* name, std::string* value);
271 const std::string& value);
/third_party/protobuf/python/google/protobuf/internal/
H A D_parameterized.py189 return ', '.join('%s=%s' % (argname, _CleanRepr(value))
190 for argname, value in testcase_params.items())
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_zzdummy.py74 def checklines(self, text, value):
82 actual.append(txt.startswith(value))
/third_party/python/Lib/test/test_json/
H A Dtest_enum.py38 self.assertEqual(self.dumps(enum), repr(enum.value))
54 self.assertEqual(self.dumps(enum), str(enum.value))
/third_party/python/Lib/
H A Dxdrlib.py42 def result(self, value):
44 return function(self, value)
/third_party/rust/crates/bindgen/bindgen/ir/
H A Denum_ty.rs94 let value = if is_bool { in from_ty()
101 if let Some(val) = value { in from_ty()
249 /// The integer value of the variant.
256 /// A constant value assigned to an enumeration variant.
297 /// Get this variant's value.

Completed in 17 milliseconds

1...<<361362363364365366367368369370>>...576