Home
last modified time | relevance | path

Searched defs:value (Results 2101 - 2125 of 11295) sorted by relevance

1...<<81828384858687888990>>...452

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DChrono.cpp18 const char llvm::detail::unit<std::ratio<3600>>::value[] = "h"; member in llvm::llvm::detail::unit
19 const char llvm::detail::unit<std::ratio<60>>::value[] = "m"; member in llvm::llvm::detail::unit
20 const char llvm::detail::unit<std::ratio<1>>::value[] = "s"; member in llvm::llvm::detail::unit
21 const char llvm::detail::unit<std::milli>::value[] = "ms"; member in llvm::llvm::detail::unit
22 const char llvm::detail::unit<std::micro>::value[] = "us"; member in llvm::llvm::detail::unit
23 const char llvm::detail::unit<std::nano>::value[] = "ns"; member in llvm::llvm::detail::unit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.h46 void setReturnStackOffset(unsigned value) { in setReturnStackOffset() argument
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol.h80 uint32_t value() const { return val_; } in value() function in tint::Symbol
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvectorize_scalar_matrix_constructors_test.cc49 auto value = std::to_string(c * rows + r) + ".0"; in TEST_P() local
/third_party/skia/third_party/externals/tint/src/utils/
H A Dhash.h36 static constexpr inline uint32_t value() { return 0x7f4a7c16; } in value() function
43 static constexpr inline uint64_t value() { return 0x9e3779b97f4a7c16; } in value() function
50 void HashCombine(size_t* hash, const T& value) { in HashCombine() argument
66 void HashCombine(size_t* hash, const T& value, const ARGS&... args) { in HashCombine() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_constructor_expression_test.cc328 auto* value = vec2<f32>(2.0f, 2.0f); in TEST_F() local
438 auto* value = vec3<f32>(2.0f, 2.0f, 2.0f); in TEST_F() local
640 auto* value = vec4<f32>(2.0f, 2.0f, 2.0f, 2.0f); in TEST_F() local
/third_party/skia/third_party/externals/icu/scripts/
H A Dmake_data_assembly.py83 value = '0' variable
86 value = '0x0' + split[i] variable
88 value = split[i] variable
90 value = '0x0' + split[i] variable
92 value = '0x' + split[i] variable
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstrmap.h45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Derrorcode.h104 void set(UErrorCode value) { errorCode=value; } in set() argument
/third_party/toybox/toys/pending/
H A Dgetfattr.c72 char *value = NULL; in do_getfattr() local
/third_party/vixl/examples/aarch64/
H A Dcheck-bounds.cc64 run_function(Simulator* simulator, Instruction* function, uint64_t value, uint64_t low, uint64_t high) run_function() argument
H A Dsimulated-runtime-calls.cc45 float int32_to_float(int32_t value) { in int32_to_float() argument
50 int32_t float_to_int32(float value) { in float_to_int32() argument
55 void overload_function(float value) { in overload_function() argument
59 void overload_function(int32_t value) { in overload_function() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DmappedTypesArraysTuples.js
H A DnoUncheckedIndexAccess.js43 var value = Meat[0]; variable
H A DgenericContextualTypes1.js
H A DvarianceAnnotations.js
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DQueueWriteBufferValidationTests.cpp81 uint16_t value = 123; in TEST_F() local
89 uint32_t value = 0x01020304; in TEST_F() local
98 uint32_t value = 0; in TEST_F() local
112 uint32_t value in TEST_F() local
124 uint32_t value = 0; TEST_F() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.h80 const EnumValueDescriptor* value; member
H A Djava_enum_lite.cc60 const EnumValueDescriptor* value = descriptor_->value(i); in EnumLiteGenerator() local
[all...]
H A Djava_enum_lite.h80 const EnumValueDescriptor* value; member
/third_party/python/Python/clinic/
H A Dmarshal.c.h33 PyObject *value; in marshal_dump() local
99 PyObject *value; marshal_dumps() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofField.php41 private $value; variable
50 $this->value = $value; variable
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnumBuilderContext.java76 public IRubyObject value(ThreadContext context, IRubyObject name, IRubyObject number) { in value() method in RubyEnumBuilderContext
/third_party/pulseaudio/src/pulsecore/
H A Dsemaphore-osx.c53 pa_semaphore *pa_semaphore_new(unsigned value) { in pa_semaphore_new() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h91 inline SubstituteArg(const char* value) in SubstituteArg() argument
93 inline SubstituteArg(const string& value) in SubstituteArg() argument
106 inline SubstituteArg(char value) in SubstituteArg() argument
108 inline SubstituteArg(short value) in SubstituteArg() argument
110 inline SubstituteArg(unsigned short value) in SubstituteArg() argument
112 SubstituteArg(int value) SubstituteArg() argument
114 SubstituteArg(unsigned int value) SubstituteArg() argument
116 SubstituteArg(long value) SubstituteArg() argument
118 SubstituteArg(unsigned long value) SubstituteArg() argument
120 SubstituteArg(long long value) SubstituteArg() argument
122 SubstituteArg(unsigned long long value) SubstituteArg() argument
124 SubstituteArg(float value) SubstituteArg() argument
126 SubstituteArg(double value) SubstituteArg() argument
128 SubstituteArg(bool value) SubstituteArg() argument
[all...]

Completed in 13 milliseconds

1...<<81828384858687888990>>...452