Searched defs:get (Results 176 - 200 of 1167) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/IR/
H A DTypeBuilder.h45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
53 /// static StructType *get(LLVMContext &Context) {
56 /// return StructType::get(
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context),
59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context),
106 static PointerType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
117 static ArrayType *get(LLVMContex function in class:llvm::TypeBuilder
124 static ArrayType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
183 static IntegerType *get(LLVMContext &C) { function in class:llvm::TypeBuilder
190 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
198 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } function in class:llvm::TypeBuilder
210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } function in class:llvm::TypeBuilder
214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } function in class:llvm::TypeBuilder
218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } function in class:llvm::TypeBuilder
222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } function in class:llvm::TypeBuilder
226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } function in class:llvm::TypeBuilder
231 static Type *get(LLVMContext &C) { function in class:llvm::TypeBuilder
249 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
255 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
266 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
278 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
293 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
309 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
324 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
331 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
341 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
353 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
368 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
384 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h45 /// get - Return the machine instruction descriptor that corresponds to the
48 const MCInstrDesc &get(unsigned Opcode) const { function in class:llvm::MCInstrInfo
/external/llvm/include/llvm/Support/
H A DSaveAndRestore.h28 T get() { return OldValue; } function in struct:llvm::SaveAndRestore
H A DThreadLocal.h50 /// get - Fetches a pointer to the object associated with the current
52 T* get() { return static_cast<T*>(getInstance()); } function in class:llvm::sys::ThreadLocal
/external/lzma/CPP/Common/
H A DAutoPtr.h20 T* get() const { return _p; } function in class:CMyAutoPtr
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DAnswers.java36 public Answer<Object> get() { method in class:Answers
/external/mockito/src/org/mockito/internal/util/collections/
H A DHashCodeAndEqualsMockWrapper.java35 public Object get() { method in class:HashCodeAndEqualsMockWrapper
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DGroupEntry.java23 public abstract ByteBuffer get(); method in class:GroupEntry
26 return get().limit();
/external/okhttp/android/main/java/com/squareup/okhttp/
H A DConfigAwareConnectionPool.java26 * and a later calls to {@link #get()} will return a new pool.
78 public synchronized ConnectionPool get() { method in class:ConfigAwareConnectionPool
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHandshake.java47 public static Handshake get(SSLSession session) { method in class:Handshake
69 public static Handshake get( method in class:Handshake
89 ? ((X509Certificate) peerCertificates.get(0)).getSubjectX500Principal()
101 ? ((X509Certificate) localCertificates.get(0)).getSubjectX500Principal()
H A DOkResponseCache.java26 Response get(Request request) throws IOException; method in interface:OkResponseCache
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRequestLine.java16 static String get(Request request, Proxy.Type proxyType, int httpMinorVersion) { method in class:RequestLine
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
H A DGetExample.java14 String result = get(new URL("https://raw.github.com/square/okhttp/master/README.md"));
18 String get(URL url) throws IOException { method in class:GetExample
/external/oprofile/daemon/
H A Dopd_extended.h54 odb_t * (*get)(struct transient const *, int); member in struct:opd_ext_sfile_handlers
/external/proguard/src/proguard/
H A DClassPath.java43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput())
75 public ClassPathEntry get(int index) method in class:ClassPath
77 return (ClassPathEntry)classPathEntries.get(index);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.cc99 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::java::FieldGeneratorMap
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_field.cc89 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::javamicro::FieldGeneratorMap
/external/qemu/android/base/files/
H A DScopedFd.h38 int get() const { return fd_; } function in class:android::base::ScopedFd
H A DScopedStdioFile.h36 FILE* get() const { return mFile; } function in class:android::base::ScopedStdioFile
/external/qemu/android/base/memory/
H A DScopedPtr.h66 T* get() { return mPtr; } function in class:android::base::ScopedPtr
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DAppSingletonizer.java20 T instance = get(shadowApplication);
28 protected abstract T get(ShadowApplication shadowApplication); method in class:AppSingletonizer
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseIntArray.java19 public int get( int key ){ method in class:ShadowSparseIntArray
20 return get( key, 0 );
24 public int get(int key, int valueIfKeyNotFound){ method in class:ShadowSparseIntArray
25 return sparseArray.get( key, valueIfKeyNotFound );
/external/skia/include/utils/
H A DSkLua.h37 lua_State* get() const { return fL; } function in class:SkLua
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
14 #define GET_PROC_SUFFIX(F, S) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F #S)
15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F)
17 const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) { argument
/external/smack/src/org/xbill/DNS/
H A DCompression.java60 get(Name name) { method in class:Compression

Completed in 1057 milliseconds

1234567891011>>