| /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/swiftshader/third_party/LLVM/include/llvm/Support/ |
| D | TypeBuilder.h | 106 static PointerType *get(LLVMContext &Context) { in get() function 117 static ArrayType *get(LLVMContext &Context) { in get() function 124 static ArrayType *get(LLVMContext &Context) { in get() function 183 static IntegerType *get(LLVMContext &C) { in get() function 190 static Type *get(LLVMContext& C) { in get() function 198 static Type *get(LLVMContext& C) { in get() function 206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get() function 210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get() function 214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } in get() function 218 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/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/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
|
| D | ArrayTypeName.java | 92 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
|
| D | ParameterizedTypeName.java | 113 public static ParameterizedTypeName get(ClassName rawType, TypeName... typeArguments) { in get() method in ParameterizedTypeName 118 public static ParameterizedTypeName get(Class<?> rawType, Type... typeArguments) { in get() method in ParameterizedTypeName 123 public static ParameterizedTypeName get(ParameterizedType type) { in get() method in ParameterizedTypeName 128 static ParameterizedTypeName get(ParameterizedType type, Map<Type, TypeVariableName> map) { in get() method in ParameterizedTypeName
|
| D | WildcardTypeName.java | 100 public static TypeName get(javax.lang.model.type.WildcardType mirror) { in get() method in WildcardTypeName 104 static TypeName get( in get() method in WildcardTypeName 120 public static TypeName get(WildcardType wildcardName) { in get() method in WildcardTypeName 124 static TypeName get(WildcardType wildcardName, Map<Type, TypeVariableName> map) { in get() method in WildcardTypeName
|
| /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/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/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/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() 420 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() 861 SK_API const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get) { in GrGLAssembleInterface()
|
| /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/nos/test/system-test-harness/src/ |
| D | nugget_core_tests.cc | 110 std::vector<uint8_t> get; in TEST_F() local 123 std::vector<uint8_t> get; in TEST_F() local 139 std::vector<uint8_t> get; in TEST_F() local 154 std::vector<uint8_t> get; in TEST_F() local 169 std::vector<uint8_t> get; in TEST_F() local 183 std::vector<uint8_t> get; in TEST_F() local
|
| /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/skia/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/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/android_icu4j/src/main/java/android/icu/impl/ |
| D | CacheValue.java | 92 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/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/guava/guava/src/com/google/common/util/concurrent/ |
| D | Futures.java | 121 public abstract V get() throws ExecutionException; in get() method in Futures.ImmediateFuture 124 public V get(long timeout, TimeUnit unit) throws ExecutionException { in get() method in Futures.ImmediateFuture 149 public V get() { in get() method in Futures.ImmediateSuccessfulFuture 164 public V get() { in get() method in Futures.ImmediateSuccessfulCheckedFuture 189 public V get() throws ExecutionException { in get() method in Futures.ImmediateFailedFuture 208 public V get() { in get() method in Futures.ImmediateCancelledFuture 224 public V get() throws ExecutionException { in get() method in Futures.ImmediateFailedCheckedFuture
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
| D | StringPool.java | 39 public String get(final String s) { in get() method in StringPool 60 public String[] get(final String[] arr) { in get() method in StringPool
|