Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp48 const GLProcGetter* getter = (const GLProcGetter*) ctx; in ios_get_gl_proc() local
53 GLProcGetter getter; in GrGLCreateNativeInterface() local
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp52 const GLProcGetter* getter = (const GLProcGetter*) ctx; in mac_get_gl_proc() local
57 GLProcGetter getter; in GrGLCreateNativeInterface() local
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp56 const GLProcGetter* getter = (const GLProcGetter*) ctx; in win_get_gl_proc() local
70 GLProcGetter getter; in GrGLCreateNativeInterface() local
/external/toybox/toys/pending/
Dgetfattr.c32 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr; local
/external/clang/test/CodeGenObjC/
Dsuper-dotsyntax-property.m11 -(int) getter; method
/external/clang/test/SemaObjC/
Dsuper-property-notation.m5 -(int) getter; method
/external/autotest/frontend/
Ddatabase_settings_helper.py132 def _get_database_config(getter): argument
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexAnnotationDirectory.java113 private static <S, T extends Comparable<T>> boolean isSorted(S[] items, Function<S, T> getter) { in isSorted()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DMessageNanoPrinter.java164 Method getter = null; in print() local
/external/libchrome/base/threading/
Dthread_local_unittest.cc88 GetThreadLocal getter(&tlp, &done); in TEST() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DValidationTestBase.java139 final Method getter = Class.forName(Stubs.class.getName(), false, in assertLogEvents() local
/external/v8/src/
Dproperty-descriptor.cc250 Handle<Object> getter; in ToPropertyDescriptor() local
Dapi-natives.cc60 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes, in DefineAccessorProperty()
237 auto getter = handle(properties->get(i++), isolate); in ConfigureInstance() local
573 Handle<FunctionTemplateInfo> getter, in AddAccessorProperty()
Dlookup.cc459 Handle<Object> getter, Handle<Object> setter, in TransitionToAccessorProperty()
928 Handle<Object> getter(accessor_pair->getter(), isolate()); in LookupCachedProperty() local
/external/python/cpython2/Include/
Ddescrobject.h8 typedef PyObject *(*getter)(PyObject *, void *); typedef
/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java369 String[] codes, Object[] contextList, DisplayNameGetter getter) { in check()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java370 String[] codes, Object[] contextList, DisplayNameGetter getter) { in check()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_helpers.h93 WPADBusPropertyAccessor getter; member
/external/v8/src/wasm/
Dwasm-objects.cc28 #define DEFINE_GETTER0(getter, Container, name, field, type) \ argument
31 #define DEFINE_ACCESSORS0(getter, setter, Container, name, field, type) \ argument
35 #define DEFINE_OPTIONAL_ACCESSORS0(getter, setter, Container, name, field, \ argument
42 #define DEFINE_OPTIONAL_GETTER0(getter, Container, name, field, type) \ argument
48 #define DEFINE_GETTER0(getter, Container, name, field, type) \ argument
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py616 def getter(self): function
661 def getter(self): function
715 def getter(self): function
/external/javassist/src/main/javassist/
DCtNewMethod.java221 public static CtMethod getter(String methodName, CtField field) in getter() method in CtNewMethod
/external/flatbuffers/src/
Didl_gen_php.cpp210 std::string getter = GenGetter(field.value.type); in GetScalarFieldOfStruct() local
233 std::string getter = GenGetter(field.value.type); in GetScalarFieldOfTable() local
/external/pdfium/third_party/pymock/
Dmock.py1117 self, getter, attribute, new, spec, create, argument
1414 getter = lambda: _importer(target) function
1439 getter = lambda: target function
1469 getter = lambda: _importer(target) function
1471 getter = lambda: target function
/external/python/cpython2/Lib/test/
D_mock_backport.py1070 self, getter, attribute, new, spec, create, argument
1365 getter = lambda: _importer(target) function
1387 getter = lambda: target function
1417 getter = lambda: _importer(target) function
1419 getter = lambda: target function

1234