/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_function_header_test.cc | 61 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 D | generate.go | 106 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 D | git-sync-deps | 208 for value in os_specific_dependencies.itervalues(): 209 dependencies.update(value)
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff.cpp | 188 // 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 D | ubidi_props.cpp | 50 _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 D | uloc.h | 299 * 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 D | when-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js | 107 Object.defineProperty(exports, "__esModule", { value: true }); 129 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | when-pkg-references-sibling-package-through-indirect-symlink.js | 107 Object.defineProperty(exports, "__esModule", { value: true }); 129 Object.defineProperty(exports, "__esModule", { value: true });
|
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypes2.js | 15 set(value: T): void; 144 set(value: T): void;
|
H A D | mappedTypes4.js | 13 result[k] = { value: obj[k] }; 79 result[k] = { value: obj[k] };
|
H A D | namedTupleMembers.js | 42 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 D | importHelpers.js | 51 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 D | typeGuardsWithInstanceOfByConstructorSignature.js | 47 new (value: string): C1; 48 new (value: number): C2;
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer.h | 144 // 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 D | IntArrayList.java | 287 int value = array[index]; in remove() 293 return value; in remove()
|
H A D | LongArrayList.java | 287 long value = array[index]; in remove() 293 return value; in remove()
|
H A D | FloatArrayList.java | 287 float value = array[index]; in remove() 293 return value; in remove()
|
H A D | BooleanArrayList.java | 288 boolean value = array[index]; in remove() 294 return value; in remove()
|
H A D | DoubleArrayList.java | 288 double value = array[index]; in remove() 294 return value; in remove()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.h | 256 // 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.py | 189 return ', '.join('%s=%s' % (argname, _CleanRepr(value)) 190 for argname, value in testcase_params.items())
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_zzdummy.py | 74 def checklines(self, text, value): 82 actual.append(txt.startswith(value))
|
/third_party/python/Lib/test/test_json/ |
H A D | test_enum.py | 38 self.assertEqual(self.dumps(enum), repr(enum.value)) 54 self.assertEqual(self.dumps(enum), str(enum.value))
|
/third_party/python/Lib/ |
H A D | xdrlib.py | 42 def result(self, value): 44 return function(self, value)
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | enum_ty.rs | 94 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.
|