Home
last modified time | relevance | path

Searched defs:getter (Results 1 – 25 of 81) sorted by relevance

1234

/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp51 const GLProcGetter* getter = (const GLProcGetter*) ctx; in mac_get_gl_proc() local
56 GLProcGetter getter; in GrGLCreateNativeInterface() local
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp49 const GLProcGetter* getter = (const GLProcGetter*) ctx; in ios_get_gl_proc() local
54 GLProcGetter getter; in GrGLCreateNativeInterface() local
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp55 const GLProcGetter* getter = (const GLProcGetter*) ctx; in win_get_gl_proc() local
69 GLProcGetter getter; in GrGLCreateNativeInterface() local
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dlooper.py119 def first_group(self, getter=None): argument
130 def last_group(self, getter=None): argument
141 def _compare_group(self, item, other, getter): argument
/external/v8/test/mjsunit/regress/
Dregress-crbug-352586.js7 function getter() { function
Dregress-874.js30 var getter = function(){ return 42; }; function
Dregress-992.js33 var getter = desc.get; variable
Dcompare-map-elim1.js35 function getter() { function
Dregress-crbug-137689.js30 function getter() { return 10; } function
Dregress-2163.js33 function getter() { return 111; } function
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
DBeanCopier.java132 PropertyDescriptor getter = (PropertyDescriptor)names.get(setter.getName()); in generateClass() local
160 private static boolean compatible(PropertyDescriptor getter, PropertyDescriptor setter) { in compatible()
DImmutableBean.java97 MethodInfo getter = ReflectUtils.getMethodInfo(getters[i]); in generateClass() local
DBulkBeanEmitter.java67 MethodInfo getter = ReflectUtils.getMethodInfo(getters[i]); in generateGet() local
/external/v8/test/webkit/
Ddfg-inline-arguments-use-from-all-the-places-broken.js36 function getter() { function
Ddfg-inline-arguments-use-from-all-the-places.js36 function getter() { function
Dstrict-throw-type-error.js26 function getter(object, name) function
Dproperty-getters-and-setters.js91 testObj=({get getter(){return 'getter was called.'}, b: 'bar'}) getter
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-property.m11 -(int) getter; method
/external/clang/test/SemaObjC/
Dsuper-property-notation.m5 -(int) getter; method
/external/jetty/src/java/org/eclipse/jetty/jmx/
DObjectMBean.java318 Method getter = (Method) _getters.get(name); in getAttribute() local
574 Method getter = null; in defineAttribute() local
/external/v8/test/mjsunit/compiler/
Dinline-accessors.js72 function TryGetter(context, getter, obj, expected, expectException) { argument
85 function TestGetterInAllContexts(getter, obj, expected, expectException) { argument
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DMessageNanoPrinter.java163 Method getter = null; in print() local
/external/v8/test/webkit/fast/js/
DObject-defineProperty.js78 function getter(){ throw "called getter"; } function
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py403 def getter(self): function
447 def getter(self): function
491 def getter(self): function
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py419 def getter(self): function
463 def getter(self): function
514 def getter(self): function

1234