Searched defs:WRAP (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_bionic.cc101 // Macro to get the WRAP function
102 #define WRAP(name) __nacl_irt_##name##_wrap macro
113 // Switch IRT's pointer to the WRAP function
114 #define USE_WRAP(name) __nacl_irt_##name = (typeof(__nacl_irt_##name))WRAP(name)
147 int WRAP(chdir)(const char* pathname) {
151 int WRAP(close)(int fd) {
155 int WRAP(dup)(int fd, int* newfd) NOTHROW {
160 int WRAP(dup2)(int fd, int newfd) NOTHROW {
164 void WRAP(exit)(int status) {
168 int WRAP(fchdi
[all...]
H A Dkernel_wrap_glibc.cc112 // Macro to get the WRAP function
113 #define WRAP(name) __nacl_irt_##name##_wrap macro
126 // Switch IRT's pointer to the WRAP function
127 #define USE_WRAP(name) __nacl_irt_##name = (typeof(__nacl_irt_##name))WRAP(name)
191 int WRAP(chdir)(const char* pathname) {
195 int WRAP(close)(int fd) {
199 int WRAP(dup)(int fd, int* newfd) NOTHROW {
205 int WRAP(dup2)(int fd, int newfd) NOTHROW {
209 void WRAP(exit)(int status) {
213 int WRAP(fsta
[all...]
H A Dkernel_wrap_newlib.cc30 // Macro to get the WRAP function
31 #define WRAP(name) __nacl_irt_##name##_wrap macro
44 // Switch the IRT's pointer to the WRAP function
46 __libnacl_irt_##group.name = (typeof(REAL(name)))WRAP(name);
95 int WRAP(close)(int fd) {
99 int WRAP(dup)(int fd, int* newfd) {
104 int WRAP(dup2)(int fd, int newfd) {
109 void WRAP(exit)(int status) {
113 int WRAP(read)(int fd, void* buf, size_t count, size_t* nread) {
119 int WRAP(writ
[all...]
/external/compiler-rt/lib/interception/
H A Dinterception.h105 { reinterpret_cast<const uptr>(WRAP(func_name)), \
119 # define WRAP(x) wrap_##x macro
126 # define WRAP(x) x macro
130 # define WRAP(x) __asan_wrap_##x macro
139 # define WRAP(x) __interceptor_ ## x macro
149 # define WRAP(x) __interceptor_ ## x macro
175 extern "C" ret_type WRAP(func)(__VA_ARGS__);
197 ret_type WRAP(func)(__VA_ARGS__)
207 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
209 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(fun
[all...]
/external/freetype/src/gzip/
H A Dinfutil.h80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} macro
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
/external/e2fsprogs/debugfs/
H A Dlogdump.c69 #define WRAP(jsb, blocknr) \ macro
443 WRAP(jsb, blocknr);
451 WRAP(jsb, blocknr);
488 WRAP(jsb, blocknr);
513 WRAP(jsb, blocknr);
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java402 enum WrapWithIterable { WRAP, NO_WRAP } enum constant in enum:ImmutableListTest.ConcurrentTests.WrapWithIterable
412 Iterable<Integer> iterableToCopy = wrap == WrapWithIterable.WRAP
500 runConcurrentlyMutatedTest(WrapWithIterable.WRAP);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 215 milliseconds