/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/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/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/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/skia/include/private/ |
D | SkTemplates.h | 120 T* get() const { return fArray; } in get() function 206 T* get() const { return fArray; } in get() function 278 T* get() const { return fPtr; } in get() function 352 T* get() const { return fPtr; } in get() function 453 void* get() { return fData; } in get() function 454 const void* get() const { return fData; } in get() function 476 void* get() { return fStorage.get(); } in get() function 477 const void* get() const { return fStorage.get(); } in get() function
|
/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
|
D | AbstractFuture.java | 94 public V get(long timeout, TimeUnit unit) throws InterruptedException, in get() method in AbstractFuture 115 public V get() throws InterruptedException, ExecutionException { in get() method in AbstractFuture 264 V get(long nanos) throws TimeoutException, CancellationException, in get() method in AbstractFuture.Sync 281 V get() throws CancellationException, ExecutionException, in get() method in AbstractFuture.Sync
|
/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/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CacheValue.java | 91 public abstract V get(); in get() method in CacheValue 109 public V get() { return null; } in get() method in CacheValue.NullValue 124 public V get() { return value; } in get() method in CacheValue.StrongValue 138 public V get() { return ref.get(); } in get() method in CacheValue.SoftValue
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Helpers.h | 76 inline VkResult get(VkPhysicalDevice phy, std::vector<VkQueueFamilyProperties> &queues) in get() function 87 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkSurfaceFormatKHR> &fo… in get() function 96 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkPresentModeKHR> &mode… in get() function 105 inline VkResult get(VkDevice dev, VkSwapchainKHR swapchain, std::vector<VkImage> &images) in get() function
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 18 const GrGLInterface* GrGLAssembleInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleInterface() 40 void* ctx, GrGLGetProc get) { in get_egl_query_and_display() 54 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLInterface() 551 const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLESInterface()
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | StripedBenchmark.java | 54 @Override Striped<Lock> get(int stripes) { in get() method 59 @Override Striped<Lock> get(int stripes) { in get() method 64 @Override Striped<Lock> get(int stripes) { in get() method 69 abstract Striped<Lock> get(int stripes); in get() method in StripedBenchmark.Impl
|
/external/libchrome/base/ |
D | bind_helpers.h | 183 T* get() const { return ptr_; } in get() function 192 const T& get() const { return *ptr_; } in get() function 202 T* get() const { return ptr_.get(); } in get() function 227 T* get() const { return ptr_; } in get() function
|
/external/skia/include/gpu/ |
D | GrGpuResourceRef.h | 103 T* get() const { return static_cast<T*>(this->getResource()); } in get() function 120 GrTexture* get() const { in get() function 141 GrRenderTarget* get() const { in get() function 195 T* get() const { return fResource; } in get() function
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | DictionaryExtensions.cs | 50 public static object get( this IDictionary map, object key ) in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 55 public static TValue get<TKey, TValue>( this IDictionary<TKey, TValue> map, TKey key ) in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 80 public static TValue get<TKey, TValue>( this SortedList<TKey, TValue> map, TKey key ) in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | DictionaryExtensions.cs | 50 public static object get(IDictionary map, object key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 55 public static TValue get<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions 78 public static TValue get<TKey, TValue>(SortedList<TKey, TValue> map, TKey key) { in get() method in Antlr.Runtime.JavaExtensions.DictionaryExtensions
|
/external/skia/src/core/ |
D | SkAutoMalloc.h | 60 void* get() { return fPtr.get(); } in get() function 61 const void* get() const { return fPtr.get(); } in get() function 123 void* get() const { return fPtr; } in get() function
|
/external/dagger2/producers/src/main/java/dagger/producers/ |
D | Produced.java | 52 public abstract T get() throws ExecutionException; in get() method in Produced 85 @Override public T get() { in get() method in Produced.Successful 112 @Override public T get() throws ExecutionException { in get() method in Produced.Failed
|
/external/vogar/test/vogar/testing/ |
D | InterceptOutputStreams.java | 42 PrintStream get() { in get() method 53 PrintStream get() { in get() method 63 abstract PrintStream get(); in get() method in InterceptOutputStreams.Stream
|
/external/libchrome/base/memory/ |
D | manual_constructor.h | 43 inline Type* get() { in get() function 46 inline const Type* get() const { in get() function
|
/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
|
/external/guava/guava/src/com/google/common/base/ |
D | Suppliers.java | 66 @Override public T get() { in get() method in Suppliers.SupplierComposition 120 @Override public T get() { in get() method in Suppliers.MemoizingSupplier 180 @Override public T get() { in get() method in Suppliers.ExpiringMemoizingSupplier 230 @Override public T get() { in get() method in Suppliers.SupplierOfInstance 269 @Override public T get() { in get() method in Suppliers.ThreadSafeSupplier
|
/external/valgrind/memcheck/tests/x86/ |
D | tronical.S | 74 .globl get symbol 75 get: label
|