Home
last modified time | relevance | path

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

12345678910>>...51

/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/swiftshader/third_party/LLVM/include/llvm/Support/
DTypeBuilder.h106 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/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/r8/src/test/examples/multidex002/
DReferencedByClassInAnnotation.java12 public int get() { in get() method
19 public int get() { in get() method
25 public abstract int get(); in get() method in ReferencedByClassInAnnotation
DReferencedByAnnotationWithOtherReferences.java12 public int get() { in get() method
19 public int get() { in get() method
25 public abstract int get(); in get() method in ReferencedByAnnotationWithOtherReferences
/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/toolchain-utils/cwp/bartlett/
Dserver.py54 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/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/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
DICUConfig.java49 public static String get(String name) { in get() method in ICUConfig
60 public static String get(String name, String def) { in get() method in ICUConfig
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCacheValue.java91 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/libchrome/base/memory/
Dmanual_constructor.h43 inline Type* get() { in get() function
46 inline const Type* get() const { in get() function
/external/skia/include/private/
DSkTemplates.h120 T* get() const { return fArray; } in get() function
201 T* get() const { return fArray; } in get() function
273 T* get() const { return fPtr; } in get() function
349 T* get() const { return fPtr; } in get() function
450 void* get() { return fData; } in get() function
451 const void* get() const { return fData; } in get() function
473 void* get() { return fStorage.get(); } in get() function
474 const void* get() const { return fStorage.get(); } in get() function
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DStringPool.java39 public String get(final String s) { in get() method in StringPool
60 public String[] get(final String[] arr) { in get() method in StringPool
/external/vulkan-validation-layers/demos/smoke/
DHelpers.h76 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/
DGrGLAssembleInterface.cpp18 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()
543 const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get) { in GrGLAssembleGLESInterface()
/external/valgrind/memcheck/tests/x86/
Dtronical.S74 .globl get symbol
75 get: label
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DNullablePtr.h35 const T *get() const { in get() function
41 T *get() { in get() function
/external/skia/src/core/
DSkAutoMalloc.h60 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/guava/guava/src/com/google/common/util/concurrent/
DFutures.java121 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/libchrome/base/
Dbind_helpers.h183 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/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DStripedBenchmark.java54 @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/messageformat/java/com/ibm/icu/impl/
DICUConfig.java43 public static String get(String name) { in get() method in ICUConfig
54 public static String get(String name, String def) { in get() method in ICUConfig
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
DSynthetic.java51 public String get() { in get() method in Synthetic.Inner
56 public Object get() { in get() method in Synthetic
/external/r8/src/test/debugTestResources/
DBridges.java9 void get(T t); in get() method
15 public void get(String s) { in get() method in Bridges.StringImpl

12345678910>>...51