| /external/jline/src/src/main/native/ |
| D | Makefile | 6 native: target
|
| /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/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 | 563 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainTest() local 601 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainSimulateOOMTest() local 1345 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(de… in basicRenderTest() local 1478 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desi… in resizeSwapchainTest() local 1614 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desir… in getImagesIncompleteResultTest() local 1637 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in destroyNullHandleSwapchainTest() local
|
| /external/mesa3d/src/egl/drivers/dri2/ |
| D | platform_android.c | 46 int native; /* HAL_PIXEL_FORMAT_ */ member 65 get_fourcc_yuv(int native, int is_ycrcb, int chroma_step) in get_fourcc_yuv() 79 is_yuv(int native) in is_yuv() 91 get_format_bpp(int native) in get_format_bpp() 113 static int get_fourcc(int native) in get_fourcc()
|
| /external/syslinux/gpxe/src/include/gpxe/ |
| D | ata.h | 52 uint64_t native; member 80 uint16_t native; member
|
| /external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
| D | util.hpp | 104 native = 1 << 2 enumerator
|
| /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 | 325 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_acceptor.hpp | 497 native_type native() in native() function in asio::basic_socket_acceptor
|
| D | basic_socket.hpp | 389 native_type native() in native() function in asio::basic_socket
|
| /external/webrtc/talk/app/webrtc/java/jni/ |
| D | jni_helpers.cc | 229 jstring JavaStringFromStdString(JNIEnv* jni, const std::string& native) { in JavaStringFromStdString()
|
| /external/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_compiler.c | 101 struct etna_native_reg native; /* native register to map to */ member 759 etna_native_to_dst(struct etna_native_reg native, unsigned comps) in etna_native_to_dst() 774 etna_native_to_src(struct etna_native_reg native, uint32_t swizzle) in etna_native_to_src() 930 const struct etna_native_reg *native) in etna_create_src()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Endian.h | 22 enum endianness {big, little, native}; enumerator
|
| /external/llvm/include/llvm/Support/ |
| D | Endian.h | 23 enum endianness {big, little, native}; enumerator
|
| /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/swiftshader/third_party/llvm-subzero/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/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 | 70 int native; member
|
| /external/python/cpython2/Modules/ |
| D | _struct.c | 2042 formatdef *native = native_table; in init_struct() local
|