| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
| D | TypeBuilder.h | 114 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/include/llvm/IR/ |
| D | TypeBuilder.h | 114 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/swiftshader/src/Vulkan/Debug/ |
| D | Type.cpp | 21 std::shared_ptr<Type> TypeOf<bool>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 22 std::shared_ptr<Type> TypeOf<uint8_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 23 std::shared_ptr<Type> TypeOf<int8_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 24 std::shared_ptr<Type> TypeOf<uint16_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 25 std::shared_ptr<Type> TypeOf<int16_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 26 std::shared_ptr<Type> TypeOf<float>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 27 std::shared_ptr<Type> TypeOf<uint32_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 28 std::shared_ptr<Type> TypeOf<int32_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 29 std::shared_ptr<Type> TypeOf<double>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf 30 std::shared_ptr<Type> TypeOf<uint64_t>::get() { static auto ty = std::make_shared<Type>(Ki… in get() function in vk::dbg::TypeOf [all …]
|
| /external/libcxx/test/support/ |
| D | propagate_const_helpers.h | 8 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/perfetto/include/perfetto/protozero/ |
| D | field.h | 166 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/igt-gpu-tools/tests/ |
| D | kms_getfb.c | 145 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
|
| D | vc4_tiling.c | 46 struct drm_vc4_get_tiling get = { variable 62 struct drm_vc4_get_tiling get = { variable 83 struct drm_vc4_get_tiling get = { variable
|
| /external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/ |
| D | ShakespearePlaysScrabble.kt | 19 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/javapoet/src/main/java/com/squareup/javapoet/ |
| D | TypeVariableName.java | 88 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/ |
| D | main.py | 67 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/ |
| D | RequestManagerRetriever.java | 55 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/toolchain-utils/deprecated/cwp/bartlett/ |
| D | server.py | 54 def get(self, response=''): # pylint: disable-msg=C6409 member in MainPage 91 def get(self, resource): # pylint: disable-msg=C6409 member in ServeHandler 101 def get(self): # pylint: disable-msg=C6409 member in ListAll 118 def get(self, resource): # pylint: disable-msg=C6409 member in DelEntries
|
| /external/grpc-grpc/src/core/lib/gprpp/ |
| D | manual_constructor.h | 111 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/lib/Analysis/ |
| D | MemoryLocation.cpp | 21 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/perfetto/infra/ci/frontend/ |
| D | frontend.py | 40 def get(self, sha1): member in GerritCommitsHandler 50 def get(self, first, second): member in GerritLogHandler 60 def get(self): member in GerritChangesHandler
|
| /external/guice/core/src/com/google/inject/ |
| D | Key.java | 208 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/skqp/src/gpu/gl/ |
| D | GrGLAssembleInterface.cpp | 18 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/skia/include/private/ |
| D | SkTemplates.h | 107 T* get() const { return fArray.get(); } in get() function 188 T* get() const { return fArray; } in get() function 249 T* get() const { return fPtr.get(); } in get() function 310 T* get() const { return fPtr; } in get() function 407 void* get() { return fData; } in get() function 408 const void* get() const { return fData; } in get() function 436 void* get() { return fStorage.get(); } in get() function 437 const void* get() const { return fStorage.get(); } in get() function
|
| /external/skqp/include/private/ |
| D | SkTemplates.h | 101 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/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | ImmediateFuture.java | 56 public abstract V get() throws ExecutionException; in get() method in ImmediateFuture 59 public V get(long timeout, TimeUnit unit) throws ExecutionException { in get() method in ImmediateFuture 84 public V get() { in get() method in ImmediateFuture.ImmediateSuccessfulFuture 105 public V get() { in get() method in ImmediateFuture.ImmediateSuccessfulCheckedFuture 149 public V get() throws ExecutionException { in get() method in ImmediateFuture.ImmediateFailedCheckedFuture
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | ImmediateFuture.java | 56 public abstract V get() throws ExecutionException; in get() method in ImmediateFuture 59 public V get(long timeout, TimeUnit unit) throws ExecutionException { in get() method in ImmediateFuture 84 public V get() { in get() method in ImmediateFuture.ImmediateSuccessfulFuture 105 public V get() { in get() method in ImmediateFuture.ImmediateSuccessfulCheckedFuture 149 public V get() throws ExecutionException { in get() method in ImmediateFuture.ImmediateFailedCheckedFuture
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | MemoryLocation.cpp | 21 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/libchrome/base/ |
| D | bind_internal.h | 69 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/ |
| D | CacheValue.java | 89 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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
| D | ContentMetadata.java | 46 byte[] get(String key, @Nullable byte[] defaultValue); in get() method 56 String get(String key, @Nullable String defaultValue); in get() method 65 long get(String key, long defaultValue); in get() method
|