/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 48 const GLProcGetter* getter = (const GLProcGetter*) ctx; in ios_get_gl_proc() local 53 GLProcGetter getter; in GrGLCreateNativeInterface() local
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 52 const GLProcGetter* getter = (const GLProcGetter*) ctx; in mac_get_gl_proc() local 57 GLProcGetter getter; in GrGLCreateNativeInterface() local
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 56 const GLProcGetter* getter = (const GLProcGetter*) ctx; in win_get_gl_proc() local 70 GLProcGetter getter; in GrGLCreateNativeInterface() local
|
/external/toybox/toys/pending/ |
D | getfattr.c | 32 ssize_t (*getter)(const char *, const char *, void *, size_t) = getxattr; local
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-property.m | 11 -(int) getter; method
|
/external/clang/test/SemaObjC/ |
D | super-property-notation.m | 5 -(int) getter; method
|
/external/autotest/frontend/ |
D | database_settings_helper.py | 132 def _get_database_config(getter): argument
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | DexAnnotationDirectory.java | 113 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/ |
D | MessageNanoPrinter.java | 164 Method getter = null; in print() local
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 88 GetThreadLocal getter(&tlp, &done); in TEST() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | ValidationTestBase.java | 139 final Method getter = Class.forName(Stubs.class.getName(), false, in assertLogEvents() local
|
/external/v8/src/ |
D | property-descriptor.cc | 250 Handle<Object> getter; in ToPropertyDescriptor() local
|
D | api-natives.cc | 60 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()
|
D | lookup.cc | 459 Handle<Object> getter, Handle<Object> setter, in TransitionToAccessorProperty() 928 Handle<Object> getter(accessor_pair->getter(), isolate()); in LookupCachedProperty() local
|
/external/python/cpython2/Include/ |
D | descrobject.h | 8 typedef PyObject *(*getter)(PyObject *, void *); typedef
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | python_message.py | 403 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/ |
D | DisplayNameTest.java | 369 String[] codes, Object[] contextList, DisplayNameGetter getter) { in check()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DisplayNameTest.java | 370 String[] codes, Object[] contextList, DisplayNameGetter getter) { in check()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_helpers.h | 93 WPADBusPropertyAccessor getter; member
|
/external/v8/src/wasm/ |
D | wasm-objects.cc | 28 #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/ |
D | python_message.py | 616 def getter(self): function 661 def getter(self): function 715 def getter(self): function
|
/external/javassist/src/main/javassist/ |
D | CtNewMethod.java | 221 public static CtMethod getter(String methodName, CtField field) in getter() method in CtNewMethod
|
/external/flatbuffers/src/ |
D | idl_gen_php.cpp | 210 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/ |
D | mock.py | 1117 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.py | 1070 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
|