Home
last modified time | relevance | path

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

12345678910>>...109

/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/llvm-project/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/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/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/llvm-project/mlir/lib/IR/
DLocation.cpp30 Location CallSiteLoc::get(Location callee, Location caller) { in get() function in CallSiteLoc
34 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get() function in CallSiteLoc
50 Location FileLineColLoc::get(Identifier filename, unsigned line, in get() function in FileLineColLoc
55 Location FileLineColLoc::get(StringRef filename, unsigned line, unsigned column, in get() function in FileLineColLoc
69 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get() function in FusedLoc
109 Location NameLoc::get(Identifier name, Location child) { in get() function in NameLoc
115 Location NameLoc::get(Identifier name, MLIRContext *context) { in get() function in NameLoc
129 Location OpaqueLoc::get(uintptr_t underlyingLocation, TypeID typeID, in get() function in OpaqueLoc
/external/llvm-project/lldb/test/API/lang/objc/objc-super/
Dclass.m5 -(int)get; method
10 {
17 -(int)get; method
22 {
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
DShakespearePlaysScrabble.kt19 fun get(): Long { in play() method in benchmarks.flow.scrabble.ShakespearePlaysScrabble.MutableLong
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/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/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
/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/llvm-project/mlir/include/mlir/Support/
DTypeID.h117 static TypeID get() { in get() function
122 static TypeID get() { in get() function
131 TypeID TypeID::get() { in get() function
135 TypeID TypeID::get() { in get() function
/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/libgav1/libgav1/src/utils/
Ddynamic_buffer.h30 T* get() { return buffer_.get(); } in get() function
31 const T* get() const { return buffer_.get(); } in get() function
59 T* get() { return buffer_.get(); } in get() function
/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/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/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/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/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h69 T *get() { return referrent; } in get() function
171 MlirContext get() { return context; } in get() function
275 MlirDialect get() { return dialect; } in get() function
311 MlirLocation get() const { return loc; } in get() function
358 MlirModule get() { return module; } in get() function
429 MlirOperation get() const { in get() function
513 MlirRegion get() { return region; } in get() function
533 MlirBlock get() { return block; } in get() function
588 MlirAttribute get() const { return attr; } in get() function
634 MlirType get() const { return type; } in get() function
[all …]
/external/skqp/include/private/
DSkTemplates.h101 T* get() const { return fArray.get(); } in get() function
182 T* get() const { return fArray; } in get() function
243 T* get() const { return fPtr.get(); } in get() function
304 T* get() const { return fPtr; } in get() function
401 void* get() { return fData; } in get() function
402 const void* get() const { return fData; } in get() function
430 void* get() { return fStorage.get(); } in get() function
431 const void* get() const { return fStorage.get(); } in get() function
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp18 sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledInterface()
40 void* ctx, GrGLGetProc get) { in get_egl_query_and_display()
54 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface()
423 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface()
868 SK_API const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get) { in GrGLAssembleInterface()
/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

12345678910>>...109