Searched defs:get (Results 251 - 275 of 1167) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElementRef.h61 T* get() const { return fObj; } function in class:GrProgramElementRef
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkTScopedComPtr.h55 T *get() const { return fPtr; } function in class:SkTScopedComPtr
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.h38 SkDrawable* get(int index) { return fDrawList[index]; } function in class:SkDisplayList
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWrite.h79 const T* get() const { return reinterpret_cast<const T*>(fData); } function in class:AutoTDWriteTable
/external/chromium_org/third_party/tlslite/scripts/
H A Dtlsdb.py57 def get(self, index): member in class:Args
64 return self.get(index)
84 dbName = args.get(2)
90 dbName = args.get(2)
91 username = args.get(3)
92 password = args.get(4)
104 dbName = args.get(2)
111 dbName = args.get(2)
112 username = args.get(3)
135 dbName = args.get(
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ref_ptr.h87 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) {
97 T* get() const { return ptr_; } function in class:rtc::scoped_refptr
128 return *this = r.get();
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_refptr.h85 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) {
95 T* get() const { return ptr_; } function in class:webrtc::scoped_refptr
126 return *this = r.get();
/external/chromium_org/tools/deep_memory_profiler/tests/
H A Drange_dict_tests.py29 def get(self): member in class:ExclusiveRangeDictTest.TestAttribute
45 result.append({'begin': begin, 'end':end, 'attr':attr.get()})
56 result.append({'begin': begin, 'end':end, 'attr':attr.get()})
69 result.append({'begin': begin, 'end':end, 'attr':attr.get()})
87 result1.append({'begin': begin, 'end':end, 'attr':attr.get()})
97 result2.append({'begin': begin, 'end':end, 'attr':attr.get()})
116 result.append({'begin': begin, 'end':end, 'attr':attr.get()})
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp.py30 def get(self): member in class:MainPage
35 run_id = self.request.get('run_id')
36 tmpl_id = self.request.get('tmpl_id')
37 upload_msg = self.request.get('upload_msg')
/external/chromium_org/ui/accelerometer/
H A Daccelerometer_types.h57 const gfx::Vector3dF& get(AccelerometerSource source) const { function in class:ui::AccelerometerUpdate
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp45 /// FileSystemStatCache::get - Get the 'stat' information for the specified
54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, function in class:FileSystemStatCache
80 // open succeeds, use fstat to get the stat info.
88 // Otherwise, the open succeeded. Do an fstat to get the information
/external/clang/test/CodeGenCXX/
H A Ddebug-info-byval.cpp26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) { function
/external/compiler-rt/test/asan/TestCases/
H A Ddlclose-test.cc49 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var"); local
50 if (!get) {
54 int *addr = get();
/external/deqp/framework/referencerenderer/
H A DrrGenericVector.hpp95 inline tcu::Vector<ScalarType, 4> get (void) const function in class:rr::GenericVec4
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DFieldIdsSection.java56 public IndexedItem get(Constant cst) { method in class:FieldIdsSection
63 IndexedItem result = fieldIds.get((CstFieldRef) cst);
105 FieldIdItem result = fieldIds.get(field);
129 FieldIdItem item = fieldIds.get(ref);
H A DMethodIdsSection.java56 public IndexedItem get(Constant cst) { method in class:MethodIdsSection
63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst);
105 MethodIdItem result = methodIds.get(method);
129 MethodIdItem item = methodIds.get(ref);
H A DProtoIdsSection.java56 public IndexedItem get(Constant cst) { method in class:ProtoIdsSection
97 ProtoIdItem result = protoIds.get(prototype);
121 ProtoIdItem item = protoIds.get(prototype);
H A DStringIdsSection.java58 public IndexedItem get(Constant cst) { method in class:StringIdsSection
65 IndexedItem result = strings.get((CstString) cst);
129 StringIdItem already = strings.get(value);
163 StringIdItem s = strings.get(string);
H A DTypeIdsSection.java56 public IndexedItem get(Constant cst) { method in class:TypeIdsSection
64 IndexedItem result = typeIds.get(type);
110 TypeIdItem result = typeIds.get(type);
134 TypeIdItem result = typeIds.get(typePerSe);
158 TypeIdItem item = typeIds.get(type);
H A DUniformItemSection.java66 public abstract IndexedItem get(Constant cst); method in class:UniformItemSection
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DInsnList.java43 public Insn get(int n) { method in class:InsnList
59 * {@code get(size() - 1)}.
64 return get(size() - 1);
76 get(i).accept(visitor);
96 if (!get(i).contentEquals(b.get(i))) {
/external/droiddriver/src/com/google/android/droiddriver/helpers/
H A DDroidDrivers.java41 public static DroidDriver get() { method in class:DroidDrivers
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DClassMap.java44 public V get(Class<?> key) { method in class:ClassMap
45 return getMap(key).get(key);
68 Object map = ClassLoaderLocalMap.get(classLoader, this);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIAttributeCollection.java37 Attribute_info get (int offset); method in interface:IAttributeCollection
H A DIFieldCollection.java37 Field_info get (int offset); method in interface:IFieldCollection
52 int [] get (ClassDef cls, String name); method in interface:IFieldCollection

Completed in 564 milliseconds

<<11121314151617181920>>