/external/libmojo/base/android/jni_generator/ |
D | golden_sample_for_tests_jni.h | 60 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeDestroy() local 108 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethod() local 118 CPPClass::InnerClass* native = in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethodOtherP0() local 130 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeAddStructB() local 141 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeIterateAndDoSomethingWithStructB() local 152 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeReturnAString() local
|
D | jni_generator.py | 888 def GetJNIFirstParamType(self, native): argument 897 def GetJNIFirstParam(self, native, for_declaration): argument 903 def GetParamsInDeclaration(self, native): argument 917 def GetParamsInStub(self, native): argument 937 def GetStubName(self, native): argument 962 def GetJNIFirstParamForCall(self, native): argument 966 def GetNativeStub(self, native): argument 1130 def GetKMethodArrayEntry(self, native): argument
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.h | 55 struct native_display *native; member 76 struct native_surface *native; member 87 const struct native_config *native; member 118 const struct native_connector *native; member
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 272 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceTest() local 285 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceCustomAllocatorTest() local 331 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceSimulateOOMTest() local 383 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceSupportTest() local 478 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilitiesTest() local 506 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilities2Test() local 598 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceFormatsTest() local 627 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceFormats2Test() local 730 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfacePresentModesTest() local
|
D | vktWsiSwapchainTests.cpp | 570 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainTest() local 608 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainSimulateOOMTest() local 1401 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(de… in basicRenderTest() local 1534 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desi… in resizeSwapchainTest() local 1670 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desir… in getImagesIncompleteResultTest() local 1693 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in destroyNullHandleSwapchainTest() local
|
/external/jline/src/src/main/native/ |
D | Makefile | 6 native: target
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | ata.h | 52 uint64_t native; member 80 uint16_t native; member
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | struct_unittest.cc | 422 NativeStructPtr native; in TEST_F() local 441 NativeStructPtr native(NativeStruct::New()); in TEST_F() local 459 NativeStructPtr native(NativeStruct::New()); in TEST_F() local
|
/external/v8/src/snapshot/ |
D | natives-external.cc | 85 const char native[] = "native "; in NameFromId() local
|
/external/v8/ |
D | Makefile | 321 native: $(OUTDIR)/Makefile.native target
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_acceptor_service.hpp | 153 native_type native(implementation_type& impl) in native() function in asio::socket_acceptor_service
|
D | stream_socket_service.hpp | 136 native_type native(implementation_type& impl) in native() function in asio::stream_socket_service
|
D | basic_socket.hpp | 389 native_type native() in native() function in asio::basic_socket
|
D | basic_socket_acceptor.hpp | 497 native_type native() in native() function in asio::basic_socket_acceptor
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | jni_helpers.cc | 229 jstring JavaStringFromStdString(JNIEnv* jni, const std::string& native) { in JavaStringFromStdString()
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 23 enum endianness {big, little, native}; enumerator
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 42 get_format_bpp(int native) in get_format_bpp()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 548 void native(const Twine &path, SmallVectorImpl<char> &result) { in native() function 558 void native(SmallVectorImpl<char> &Path) { in native() function
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 115 get_pipe_format(int native) in get_pipe_format()
|
/external/libchrome/base/files/ |
D | file_path_unittest.cc | 55 const FilePath::CharType* native; member
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 432 void native(const Twine &path, SmallVectorImpl<char> &result) { in native() function
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 71 int native; member
|