HomeSort by relevance Sort by last modified time
    Searched defs:get (Results 301 - 325 of 2528) sorted by null

<<11121314151617181920>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleDescriptionBox.java 62 content.get(new byte[4]);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java 37 byteBuffer.get(b, dst.position(), r);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkResponseCacheAdapter.java 36 @Override public CacheResponse get(URI uri, String requestMethod, method in class:OkResponseCacheAdapter
38 return responseCache.get(uri, requestMethod, requestHeaders);
  /external/oprofile/daemon/
opd_extended.h 54 odb_t * (*get)(struct transient const *, int); member in struct:opd_ext_sfile_handlers
89 * Get event struct opd_event from the counter index value.
  /external/proguard/src/proguard/
ClassPath.java 43 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/cpp/
cpp_field.cc 129 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::cpp::FieldGeneratorMap
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 99 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::java::FieldGeneratorMap
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc 89 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::javamicro::FieldGeneratorMap
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.cc 89 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::javanano::FieldGeneratorMap
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
AppSingletonizer.java 20 T instance = get(shadowApplication);
28 protected abstract T get(ShadowApplication shadowApplication); method in class:AppSingletonizer
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseIntArray.java 19 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/win/
SkTScopedComPtr.h 55 T *get() const { return fPtr; } function in class:SkTScopedComPtr
  /external/smack/src/org/xbill/DNS/
Compression.java 60 get(Name name) { method in class:Compression
  /external/srec/portable/include/
ArrayList.h 120 ESR_ReturnCode(*get)(struct ArrayList_t* self, size_t index, void** element); member in struct:ArrayList_t
  /external/srec/shared/include/
HashMap.h 126 ESR_ReturnCode(*get)(struct HashMap_t* self, const LCHAR* key, void** value); member in struct:HashMap_t
Int8ArrayList.h 89 ESR_ReturnCode(*get)(struct Int8ArrayList_t* self, size_t index, asr_int8_t* element); member in struct:Int8ArrayList_t
IntArrayList.h 89 ESR_ReturnCode(*get)(struct IntArrayList_t* self, size_t index, int* element); member in struct:IntArrayList_t
  /external/srec/srec/Nametag/include/
SR_Nametags.h 93 ESR_ReturnCode(*get)(struct SR_Nametags_t* self, const LCHAR* id, SR_Nametag** nametag); member in struct:SR_Nametags_t
  /external/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
105 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str function in class:num_get
109 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
114 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
119 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
    [all...]
  /external/v8/test/mjsunit/
array-literal-transitions.js 45 function get(foo) { return foo; } // Used to generate dynamic values. function
50 var a1 = [get(1), get(2), get(3)];
53 var b0 = [1, 2, get("three")];
55 var b1 = [get(1), get(2), get("three")];
58 var c0 = [1, 2, get(3.5)];
70 var c2 = [get(1), get(2), get(3.5)]
    [all...]
  /external/webrtc/src/system_wrappers/interface/
scoped_refptr.h 78 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) {
88 T* get() const { return ptr_; } function in class:webrtc::scoped_refptr
119 return *this = r.get();
  /frameworks/av/drm/common/
DrmConstraints.cpp 43 String8 DrmConstraints::get(const String8& key) const { function in class:DrmConstraints
DrmInfoRequest.cpp 46 String8 DrmInfoRequest::get(const String8& key) const { function in class:DrmInfoRequest
DrmMetadata.cpp 38 String8 DrmMetadata::get(const String8& key) const { function in class:DrmMetadata
  /frameworks/base/core/java/android/nfc/
ApduList.java 23 public List<byte[]> get() { method in class:ApduList

Completed in 398 milliseconds

<<11121314151617181920>>