Home
last modified time | relevance | path

Searched defs:native (Results 1 – 25 of 26) sorted by relevance

12

/external/jline/src/src/main/native/
DMakefile6 native: target
/external/libmojo/base/android/jni_generator/
Dgolden_sample_for_tests_jni.h60 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
Djni_generator.py888 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/
DvktWsiSurfaceTests.cpp272 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
DvktWsiSwapchainTests.cpp563 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/
Dplatform_android.c46 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/
Data.h52 uint64_t native; member
80 uint16_t native; member
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dutil.hpp104 native = 1 << 2 enumerator
/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc422 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/
Dnatives-external.cc85 const char native[] = "native "; in NameFromId() local
/external/v8/
DMakefile325 native: $(OUTDIR)/Makefile.native target
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_acceptor_service.hpp153 native_type native(implementation_type& impl) in native() function in asio::socket_acceptor_service
Dstream_socket_service.hpp136 native_type native(implementation_type& impl) in native() function in asio::stream_socket_service
Dbasic_socket_acceptor.hpp497 native_type native() in native() function in asio::basic_socket_acceptor
Dbasic_socket.hpp389 native_type native() in native() function in asio::basic_socket
/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc229 jstring JavaStringFromStdString(JNIEnv* jni, const std::string& native) { in JavaStringFromStdString()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c101 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/
DEndian.h22 enum endianness {big, little, native}; enumerator
/external/llvm/include/llvm/Support/
DEndian.h23 enum endianness {big, little, native}; enumerator
/external/llvm/lib/Support/
DPath.cpp548 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/
DPath.cpp548 void native(const Twine &path, SmallVectorImpl<char> &result) { in native() function
558 void native(SmallVectorImpl<char> &Path) { in native() function
/external/libchrome/base/files/
Dfile_path_unittest.cc55 const FilePath::CharType* native; member
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp432 void native(const Twine &path, SmallVectorImpl<char> &result) { in native() function
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h70 int native; member
/external/python/cpython2/Modules/
D_struct.c2042 formatdef *native = native_table; in init_struct() local

12