Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 2787) sorted by relevance

12345678910>>...112

/external/llvm/include/llvm/IR/
DTypeBuilder.h114 static PointerType *get(LLVMContext &Context) { in get() function
125 static ArrayType *get(LLVMContext &Context) { in get() function
132 static ArrayType *get(LLVMContext &Context) { in get() function
191 static IntegerType *get(LLVMContext &C) { in get() function
198 static Type *get(LLVMContext& C) { in get() function
206 static Type *get(LLVMContext& C) { in get() function
214 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get() function
218 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get() function
222 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } in get() function
226 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get() function
[all …]
/external/libcxx/test/support/
Dpropagate_const_helpers.h8 constexpr const int *get() const { return &i_; } in get() function
9 constexpr int *get() { return &i_; } in get() function
22 constexpr const int *get() const { return &i_; } in get() function
23 constexpr int *get() { return &i_; } in get() function
37 constexpr const int *get() const { return &i_; } in get() function
38 constexpr int *get() { return &i_; } in get() function
52 constexpr const int *get() const { return &i_; } in get() function
53 constexpr int *get() { return &i_; } in get() function
66 constexpr const int *get() const { return &i_; } in get() function
67 constexpr int *get() { return &i_; } in get() function
[all …]
/external/python/google-auth-library-python/tests/compute_engine/
Dtest_credentials.py70 def test_refresh_success(self, get, utcnow): argument
104 def test_refresh_success_with_scopes(self, get, utcnow): argument
139 def test_refresh_error(self, get): argument
148 def test_before_request_refreshes(self, get): argument
193 def test_default_state(self, get): argument
220 def test_make_authorization_grant_assertion(self, sign, get, utcnow): argument
253 def test_with_service_account(self, sign, get, utcnow): argument
285 def test_additional_claims(self, sign, get, utcnow): argument
341 def test_with_target_audience(self, sign, get, utcnow): argument
453 def test_with_quota_project(self, sign, get, utcnow): argument
[all …]
/external/ComputeLibrary/arm_compute/core/
DPixelValue.h241 void get(uint8_t &v) const in get() function
249 void get(int8_t &v) const in get() function
257 void get(uint16_t &v) const in get() function
265 void get(int16_t &v) const in get() function
273 void get(uint32_t &v) const in get() function
281 void get(int32_t &v) const in get() function
289 void get(uint64_t &v) const in get() function
297 void get(int64_t &v) const in get() function
305 void get(bfloat16 &v) const in get() function
313 void get(half &v) const in get() function
[all …]
/external/skia/modules/canvaskit/
Dcolor.js45 get: function() { return CanvasKit.Color4f(0, 0, 0, 0); } method
48 get: function() { return CanvasKit.Color4f(0, 0, 0, 1); } method
51 get: function() { return CanvasKit.Color4f(1, 1, 1, 1); } method
54 get: function() { return CanvasKit.Color4f(1, 0, 0, 1); } method
57 get: function() { return CanvasKit.Color4f(0, 1, 0, 1); } method
60 get: function() { return CanvasKit.Color4f(0, 0, 1, 1); } method
63 get: function() { return CanvasKit.Color4f(1, 1, 0, 1); } method
66 get: function() { return CanvasKit.Color4f(0, 1, 1, 1); } method
69 get: function() { return CanvasKit.Color4f(1, 0, 1, 1); } method
/external/perfetto/include/perfetto/protozero/
Dfield.h166 void get(bool* val) const { *val = as_bool(); } in get() function
167 void get(uint32_t* val) const { *val = as_uint32(); } in get() function
168 void get(int32_t* val) const { *val = as_int32(); } in get() function
169 void get(uint64_t* val) const { *val = as_uint64(); } in get() function
170 void get(int64_t* val) const { *val = as_int64(); } in get() function
171 void get(float* val) const { *val = as_float(); } in get() function
172 void get(double* val) const { *val = as_double(); } in get() function
173 void get(std::string* val) const { *val = as_std_string(); } in get() function
174 void get(ConstChars* val) const { *val = as_string(); } in get() function
175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function
[all …]
/external/eigen/bench/perf_monitoring/resources/
Ds2.js1 …s={},a.logs={},a.dom={},"undefined"!=typeof module&&"undefined"!=typeof exports&&"undefined"==type… argument
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
DShakespearePlaysScrabble.kt19 fun get(): Long { in play() method
35 fun get(): Long in get() method
40 override fun get(): Long = this@LongWrapper.get() + 1L in get() method
47 override fun get(): Long = this@LongWrapper.get() + other.get() in add() method
54 override fun get(): Long = 0L in zero() method
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeVariableName.java88 public static TypeVariableName get(String name) { in get() method in TypeVariableName
93 public static TypeVariableName get(String name, TypeName... bounds) { in get() method in TypeVariableName
98 public static TypeVariableName get(String name, Type... bounds) { in get() method in TypeVariableName
103 public static TypeVariableName get(TypeVariable mirror) { in get() method in TypeVariableName
115 static TypeVariableName get( in get() method in TypeVariableName
135 public static TypeVariableName get(TypeParameterElement element) { in get() method in TypeVariableName
148 public static TypeVariableName get(java.lang.reflect.TypeVariable<?> type) { in get() method in TypeVariableName
153 static TypeVariableName get(java.lang.reflect.TypeVariable<?> type, in get() method in TypeVariableName
DArrayTypeName.java92 public static ArrayTypeName get(ArrayType mirror) { in get() method in ArrayTypeName
96 static ArrayTypeName get( in get() method in ArrayTypeName
102 public static ArrayTypeName get(GenericArrayType type) { in get() method in ArrayTypeName
106 static ArrayTypeName get(GenericArrayType type, Map<Type, TypeVariableName> map) { in get() method in ArrayTypeName
/external/igt-gpu-tools/tests/
Dkms_getfb.c145 struct drm_mode_fb_cmd get = { .fb_id = 0 }; in test_handle_input() local
150 struct drm_mode_fb_cmd get = { .fb_id = add.fb_id }; in test_handle_input() local
162 struct drm_mode_fb_cmd get = { .fb_id = add.fb_id }; in test_handle_input() local
168 struct drm_mode_fb_cmd get = { .fb_id = get_any_prop_id(fd) }; in test_handle_input() local
193 struct drm_mode_fb_cmd get = { .fb_id = add.fb_id }; in test_duplicate_handles() local
214 struct drm_mode_fb_cmd get = { }; in test_duplicate_handles() local
Dvc4_tiling.c46 struct drm_vc4_get_tiling get = { variable
62 struct drm_vc4_get_tiling get = { variable
83 struct drm_vc4_get_tiling get = { variable
/external/python/google-api-python-client/samples/api-python-client-doc/
Dmain.py67 def get(self): member in MainHandler
79 def get(self): member in GadgetHandler
92 def get(self): member in EmbedHandler
105 def get(self, service_name, version, collection): member in ResourceHandler
/external/glide/library/src/main/java/com/bumptech/glide/manager/
DRequestManagerRetriever.java55 public static RequestManagerRetriever get() { in get() method in RequestManagerRetriever
81 public RequestManager get(Context context) { in get() method in RequestManagerRetriever
97 public RequestManager get(FragmentActivity activity) { in get() method in RequestManagerRetriever
107 public RequestManager get(Fragment fragment) { in get() method in RequestManagerRetriever
123 public RequestManager get(Activity activity) { in get() method in RequestManagerRetriever
141 public RequestManager get(android.app.Fragment fragment) { in get() method in RequestManagerRetriever
/external/guice/core/src/com/google/inject/
DKey.java208 static <T> Key<T> get(Class<T> type, AnnotationStrategy annotationStrategy) { in get() method in Key
213 public static <T> Key<T> get(Class<T> type) { in get() method in Key
218 public static <T> Key<T> get(Class<T> type, Class<? extends Annotation> annotationType) { in get() method in Key
223 public static <T> Key<T> get(Class<T> type, Annotation annotation) { in get() method in Key
228 public static Key<?> get(Type type) { in get() method in Key
233 public static Key<?> get(Type type, Class<? extends Annotation> annotationType) { in get() method in Key
238 public static Key<?> get(Type type, Annotation annotation) { in get() method in Key
243 public static <T> Key<T> get(TypeLiteral<T> typeLiteral) { in get() method in Key
248 public static <T> Key<T> get( in get() method in Key
254 public static <T> Key<T> get(TypeLiteral<T> typeLiteral, Annotation annotation) { in get() method in Key
/external/llvm/lib/Analysis/
DMemoryLocation.cpp21 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation
30 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation
40 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation
47 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation
57 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
/external/libgav1/libgav1/src/utils/
Ddynamic_buffer.h31 T* get() { return buffer_.get(); } in get() function
32 const T* get() const { return buffer_.get(); } in get() function
60 T* get() { return buffer_.get(); } in get() function
/external/grpc-grpc/src/core/lib/gprpp/
Dmanual_constructor.h111 BaseType* get() { return reinterpret_cast<BaseType*>(&space_); } in get() function
112 const BaseType* get() const { in get() function
176 Type* get() { return reinterpret_cast<Type*>(&space_); } in get() function
177 const Type* get() const { return reinterpret_cast<const Type*>(&space_); } in get() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dmanual_constructor.h111 BaseType* get() { return reinterpret_cast<BaseType*>(&space_); } in get() function
112 const BaseType* get() const { in get() function
176 Type* get() { return reinterpret_cast<Type*>(&space_); } in get() function
177 const Type* get() const { return reinterpret_cast<const Type*>(&space_); } in get() function
/external/perfetto/infra/ci/frontend/
Dfrontend.py40 def get(self, sha1): member in GerritCommitsHandler
50 def get(self, first, second): member in GerritLogHandler
60 def get(self): member in GerritChangesHandler
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp35 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation
45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation
56 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation
64 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation
75 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
/external/libchrome/base/
Dbind_internal.h69 T* get() const { return ptr_; } in get() function
79 const T& get() const { return *ptr_; } in get() function
90 T* get() const { return ptr_.get(); } in get() function
116 T* get() const { return ptr_; } in get() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCacheValue.java89 public abstract V get(); in get() method in CacheValue
107 public V get() { return null; } in get() method in CacheValue.NullValue
122 public V get() { return value; } in get() method in CacheValue.StrongValue
136 public V get() { return ref.get(); } in get() method in CacheValue.SoftValue
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCacheValue.java92 public abstract V get(); in get() method in CacheValue
110 public V get() { return null; } in get() method in CacheValue.NullValue
125 public V get() { return value; } in get() method in CacheValue.StrongValue
139 public V get() { return ref.get(); } in get() method in CacheValue.SoftValue
/external/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js55 get: function() { method
78 get: function() { method
96 get: function() { method
114 get: function() { method
128 get: function() { method
293 get: function() { method
303 get: function() { method
313 get: function() { method
340 get: function() { method
353 get: function() { method
[all …]

12345678910>>...112