Searched defs:native (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/Support/
H A DEndian.h23 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
40 if (endian != native && sys::IsBigEndianHost != (endian == big))
290 <uint16_t, native, unaligned> unaligned_uint16_t;
292 <uint32_t, native, unaligned> unaligned_uint32_t;
294 <uint64_t, native, unaligned> unaligned_uint64_t;
297 <int16_t, native, unaligned> unaligned_int16_t;
299 <int32_t, native, unaligned> unaligned_int32_t;
301 <int64_t, native, unaligned> unaligned_int64_t;
/external/libchrome/base/files/
H A Dfile_path_unittest.cc55 const FilePath::CharType* native; member in struct:base::UTF8TestData
1144 EXPECT_EQ(cases[i].native, from_utf8.value())
1145 << "i: " << i << ", input: " << cases[i].native;
1147 FilePath from_native = FilePath(cases[i].native);
1149 << "i: " << i << ", input: " << cases[i].native;
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_unittest.cc417 // Serialization test for native struct.
421 // Serialization of a null native struct.
422 NativeStructPtr native; local
424 mojo::internal::PrepareToSerialize<NativeStructPtr>(native, nullptr);
429 mojo::internal::Serialize<NativeStructPtr>(std::move(native), &buf, &data,
440 // Serialization of a native struct with null data.
441 NativeStructPtr native(NativeStruct::New());
443 mojo::internal::PrepareToSerialize<NativeStructPtr>(native, nullptr);
448 mojo::internal::Serialize<NativeStructPtr>(std::move(native), &buf, &data,
459 NativeStructPtr native(NativeStruc
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h44 #include "native.h"
55 struct native_display *native; member in struct:egl_g3d_display
75 /* the native surface; NULL for pbuffers */
76 struct native_surface *native; member in struct:egl_g3d_surface
87 const struct native_config *native; member in struct:egl_g3d_config
118 const struct native_connector *native; member in struct:egl_g3d_screen
/external/libmojo/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h60 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); local
61 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
62 return native->Destroy(env, JavaParamRef<jobject>(env, jcaller));
108 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); local
109 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0);
110 return native->Method(env, JavaParamRef<jobject>(env, jcaller));
118 CPPClass::InnerClass* native = local
120 CHECK_NATIVE_PTR(env, jcaller, native, "MethodOtherP0", 0);
121 return native->MethodOtherP0(env, JavaParamRef<jobject>(env, jcaller));
130 CPPClass* native local
141 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); local
152 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); local
[all...]
/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp43 /// (Deprecated: Use native_handle_type.) The native representation of a
47 /// The native representation of a socket.
118 /// Construct a basic_socket on an existing native socket.
120 * This constructor creates a socket object to hold an existing native socket.
127 * @param native_socket A native socket.
293 /// Assign an existing native socket to the socket.
295 * This function opens the socket to hold an existing native socket.
299 * @param native_socket A native socket.
312 /// Assign an existing native socket to the socket.
314 * This function opens the socket to hold an existing native socke
389 native_type native() function in class:asio::basic_socket
[all...]
H A Dbasic_socket_acceptor.hpp56 /// (Deprecated: Use native_handle_type.) The native representation of an
60 /// The native representation of an acceptor.
153 /// Construct a basic_socket_acceptor on an existing native acceptor.
155 * This constructor creates an acceptor object to hold an existing native
164 * @param native_acceptor A native acceptor.
307 /// Assigns an existing native acceptor to the acceptor.
309 * This function opens the acceptor to hold an existing native acceptor.
313 * @param native_acceptor A native acceptor.
326 /// Assigns an existing native acceptor to the acceptor.
328 * This function opens the acceptor to hold an existing native accepto
497 native_type native() function in class:asio::basic_socket_acceptor
[all...]
H A Dsocket_acceptor_service.hpp45 /// The native type of the socket acceptor.
48 /// (Deprecated: Use native_handle_type.) The native acceptor type.
51 /// The native acceptor type.
109 /// Assign an existing native acceptor to a socket acceptor.
152 /// (Deprecated: Use native_handle().) Get the native acceptor implementation.
153 native_type native(implementation_type& impl) function in class:asio::socket_acceptor_service
158 /// Get the native acceptor implementation.
201 /// Gets the non-blocking mode of the native acceptor implementation.
207 /// Sets the non-blocking mode of the native acceptor implementation.
H A Dstream_socket_service.hpp49 /// (Deprecated: Use native_handle_type.) The native socket type.
52 /// The native socket type.
114 /// Assign an existing native socket to a stream socket.
135 /// (Deprecated: Use native_handle().) Get the native socket implementation.
136 native_type native(implementation_type& impl) function in class:asio::stream_socket_service
141 /// Get the native socket implementation.
236 /// Gets the non-blocking mode of the native socket implementation.
242 /// Sets the non-blocking mode of the native socket implementation.
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp43 /// (Deprecated: Use native_handle_type.) The native representation of a
47 /// The native representation of a socket.
118 /// Construct a basic_socket on an existing native socket.
120 * This constructor creates a socket object to hold an existing native socket.
127 * @param native_socket A native socket.
293 /// Assign an existing native socket to the socket.
295 * This function opens the socket to hold an existing native socket.
299 * @param native_socket A native socket.
312 /// Assign an existing native socket to the socket.
314 * This function opens the socket to hold an existing native socke
389 native_type native() function in class:asio::basic_socket
[all...]
H A Dbasic_socket_acceptor.hpp56 /// (Deprecated: Use native_handle_type.) The native representation of an
60 /// The native representation of an acceptor.
153 /// Construct a basic_socket_acceptor on an existing native acceptor.
155 * This constructor creates an acceptor object to hold an existing native
164 * @param native_acceptor A native acceptor.
307 /// Assigns an existing native acceptor to the acceptor.
309 * This function opens the acceptor to hold an existing native acceptor.
313 * @param native_acceptor A native acceptor.
326 /// Assigns an existing native acceptor to the acceptor.
328 * This function opens the acceptor to hold an existing native accepto
497 native_type native() function in class:asio::basic_socket_acceptor
[all...]
H A Dsocket_acceptor_service.hpp45 /// The native type of the socket acceptor.
48 /// (Deprecated: Use native_handle_type.) The native acceptor type.
51 /// The native acceptor type.
109 /// Assign an existing native acceptor to a socket acceptor.
152 /// (Deprecated: Use native_handle().) Get the native acceptor implementation.
153 native_type native(implementation_type& impl) function in class:asio::socket_acceptor_service
158 /// Get the native acceptor implementation.
201 /// Gets the non-blocking mode of the native acceptor implementation.
207 /// Sets the non-blocking mode of the native acceptor implementation.
H A Dstream_socket_service.hpp49 /// (Deprecated: Use native_handle_type.) The native socket type.
52 /// The native socket type.
114 /// Assign an existing native socket to a stream socket.
135 /// (Deprecated: Use native_handle().) Get the native socket implementation.
136 native_type native(implementation_type& impl) function in class:asio::stream_socket_service
141 /// Get the native socket implementation.
236 /// Gets the non-blocking mode of the native socket implementation.
242 /// Sets the non-blocking mode of the native socket implementation.
/external/syslinux/gpxe/src/include/gpxe/
H A Data.h36 * 64-bit integer in native byte order, unioned with bytes named so
51 /** LBA as a 64-bit integer in native-endian order */
52 uint64_t native; member in union:ata_lba
79 /** Value in native-endian order */
80 uint16_t native; member in union:ata_fifo
/external/v8/src/snapshot/
H A Dnatives-external.cc23 * NativesStore stores the 'native' (builtin) JS libraries.
85 const char native[] = "native "; local
87 Vector<char> name(Vector<char>::New(id_length + sizeof(native) - 1 +
89 memcpy(name.start(), native, sizeof(native) - 1);
90 memcpy(name.start() + sizeof(native) - 1, id, id_length);
91 memcpy(name.start() + sizeof(native) - 1 + id_length, extension,
/external/webrtc/talk/app/webrtc/java/jni/
H A Djni_helpers.cc43 // were attached by the JVM because of a Java->native call.
228 // Given a UTF-8 encoded |native| string return a new (UTF-16) jstring.
229 jstring JavaStringFromStdString(JNIEnv* jni, const std::string& native) { argument
230 jstring jstr = jni->NewStringUTF(native.c_str());
235 // Given a (UTF-16) jstring return a new UTF-8 native string.
273 // through a "native" method call).
/external/deqp/modules/egl/
H A DteglImageUtil.cpp86 MovePtr<T> native)
88 , m_native (native) {}
85 NativeSurface(MovePtr<UniqueSurface> surface, MovePtr<T> native) argument
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c42 get_format_bpp(int native) argument
46 switch (native) {
321 _eglLog(_EGL_WARNING, "unsupported native buffer format 0x%x", buf->format);
524 _eglLog(_EGL_DEBUG, "No DRI config supports native format 0x%x",
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp51 #include "common/native.h"
115 get_pipe_format(int native) argument
119 switch (native) {
140 LOGE("unsupported native format 0x%x", native);
262 LOGE("invalid buffer native buffer %p", abuf);
514 LOGE("invalid native window with magic 0x%x", win->common.magic);
518 LOGE("failed to query native window format");
523 LOGW("native window format 0x%x != config format 0x%x",
527 LOGE("and the native windo
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h71 int native; member in struct:r200_vertex_program

Completed in 484 milliseconds