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

1234567891011>>

/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
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderTypeList.java51 @Override public BuilderTypeReference get(int index) { method in class:BuilderTypeList
52 return types.get(index);

Completed in 608 milliseconds

1234567891011>>