/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_wrap_newlib.cc | 31 #define WRAP(name) __nacl_irt_##name##_wrap macro 46 __libnacl_irt_##group.name = (typeof(REAL(name)))WRAP(name); 95 int WRAP(close)(int fd) { in WRAP() function 99 int WRAP(dup)(int fd, int* newfd) { in WRAP() function 104 int WRAP(dup2)(int fd, int newfd) { in WRAP() function 109 void WRAP(exit)(int status) { in WRAP() function 113 int WRAP(read)(int fd, void* buf, size_t count, size_t* nread) { in WRAP() function 119 int WRAP(write)(int fd, const void* buf, size_t count, size_t* nwrote) { in WRAP() function 125 int WRAP(seek)(int fd, off_t offset, int whence, off_t* new_offset) { in WRAP() function 130 int WRAP(fstat)(int fd, struct stat* buf) { in WRAP() function [all …]
|
D | kernel_wrap_glibc.cc | 113 #define WRAP(name) __nacl_irt_##name##_wrap macro 127 #define USE_WRAP(name) __nacl_irt_##name = (typeof(__nacl_irt_##name))WRAP(name) 191 int WRAP(chdir)(const char* pathname) { in WRAP() function 195 int WRAP(close)(int fd) { in WRAP() function 199 int WRAP(dup)(int fd, int* newfd) NOTHROW { in WRAP() function 205 int WRAP(dup2)(int fd, int newfd) NOTHROW { in WRAP() function 209 void WRAP(exit)(int status) { in WRAP() function 213 int WRAP(fstat)(int fd, struct nacl_abi_stat* nacl_buf) { in WRAP() function 222 int WRAP(getcwd)(char* buf, size_t size) { in WRAP() function 227 int WRAP(getdents)(int fd, dirent* nacl_buf, size_t nacl_count, size_t* nread) { in WRAP() function [all …]
|
D | kernel_wrap_bionic.cc | 102 #define WRAP(name) __nacl_irt_##name##_wrap macro 114 #define USE_WRAP(name) __nacl_irt_##name = (typeof(__nacl_irt_##name))WRAP(name) 147 int WRAP(chdir)(const char* pathname) { in WRAP() function 151 int WRAP(close)(int fd) { in WRAP() function 155 int WRAP(dup)(int fd, int* newfd) NOTHROW { in WRAP() function 160 int WRAP(dup2)(int fd, int newfd) NOTHROW { in WRAP() function 164 void WRAP(exit)(int status) { in WRAP() function 168 int WRAP(fchdir)(int fd) NOTHROW { in WRAP() function 172 int WRAP(fchmod)(int fd, mode_t mode) NOTHROW { in WRAP() function 176 int WRAP(fdatasync)(int fd) NOTHROW { in WRAP() function [all …]
|
/external/compiler-rt/lib/interception/ |
D | interception.h | 105 { 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(func)(__VA_ARGS__) [all …]
|
D | interception_win.h | 40 (::__interception::uptr)WRAP(func), \
|
D | interception_linux.h | 35 (::__interception::uptr) & WRAP(func))
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 44 WRAP(malloc), WRAP(free), WRAP(calloc), 45 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
|
/external/freetype/src/gzip/ |
D | infutil.h | 80 #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/ |
D | logdump.c | 69 #define WRAP(jsb, blocknr) \ macro 443 WRAP(jsb, blocknr); in dump_journal() 451 WRAP(jsb, blocknr); in dump_journal() 488 WRAP(jsb, blocknr); in dump_descriptor_block() 513 WRAP(jsb, blocknr); in dump_descriptor_block()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
D | abstract_earcons.js | 151 this.earconNamesToIds['WRAP'] = cvox.AbstractEarcons.WRAP; 350 cvox.AbstractEarcons.WRAP = 34; 420 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.WRAP] = 'wrap.ogg';
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | page_selection.js | 61 prevDesc[0].pushEarcon(cvox.AbstractEarcons.WRAP);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
D | StringPropertyDialog.java | 80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP); in createDialogArea()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
D | search_widget.js | 416 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP); 442 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableListTest.java | 402 enum WrapWithIterable { WRAP, NO_WRAP } enumConstant 412 Iterable<Integer> iterableToCopy = wrap == WrapWithIterable.WRAP in runConcurrentlyMutatedTest() 500 runConcurrentlyMutatedTest(WrapWithIterable.WRAP); in testCopyOf_concurrentlyMutatedIterable()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 460 earcons.push(cvox.AbstractEarcons.WRAP); 704 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
|
D | user_commands.js | 344 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | typewrapping.h.pump | 67 // WRAP(ruleset_name, A, X, value) // Compile-time error if no associated rule. 265 #define WRAP(ruleSet, toType, fromType, from) \
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | HtmlTooltipHelper.java | 302 final Label label = new Label(parent, SWT.WRAP); in createTooltipControl_Label()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 734 int res = WRAP(vname)(__VA_ARGS__, ap); \ 2483 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1); 2486 if (allocated_path && !res) WRAP(free)(allocated_path); 4096 return WRAP(memmove)(to, from, size); 4099 return WRAP(memmove)(to, from, size); 4102 return WRAP(memmove)(to, from, size); 4105 return WRAP(memcpy)(to, from, size); 4108 return WRAP(memcpy)(to, from, size); 4111 return WRAP(memcpy)(to, from, size); 4115 return WRAP(memset)(block, c, size); [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 943 void *newcond = WRAP(malloc)(pthread_cond_t_sz); in init_cond() 948 WRAP(free)(newcond); in init_cond() 1024 WRAP(free)(cond); in INTERCEPTOR() 1971 return WRAP(fork)(fake); in TSAN_INTERCEPTOR()
|
/external/libedit/src/ |
D | tty.c | 256 #ifdef WRAP 257 {"wrap", WRAP, MD_OUT},
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1036 a[0].pushEarcon(cvox.AbstractEarcons.SELECTION_REVERSE),a[0].pushEarcon(cvox.AbstractEarcons.WRAP),… 1224 …T_CHANGE),this.recovered_=!1);this.pageEnd_&&(a.push(cvox.AbstractEarcons.WRAP),this.pageEnd_=!1);… 1231 …romeVox.tts.stop(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),cvox.ChromeVox.ver… 1260 ….syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.Chro… 1262 this.outputSearchResultToBraille_(b)):(cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP)… 1375 ….syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),f=cvox.ChromeVox.n…
|
D | chromeVoxChromeBackgroundScript.js | 637 …AL_CONTENT"),this.earconNames.push("TASK_SUCCESS"),this.earconNames.push("WRAP"),this.earconNames.… 1318 a[0].pushEarcon(cvox.AbstractEarcons.SELECTION_REVERSE),a[0].pushEarcon(cvox.AbstractEarcons.WRAP),… 1472 …T_CHANGE),this.recovered_=!1);this.pageEnd_&&(a.push(cvox.AbstractEarcons.WRAP),this.pageEnd_=!1);… 1479 …romeVox.tts.stop(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),cvox.ChromeVox.ver… 1508 ….syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.Chro… 1510 this.outputSearchResultToBraille_(b)):(cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP)… 1535 ….syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),f=cvox.ChromeVox.n…
|
D | chromeVoxChromeOptionsScript.js | 1253 a[0].pushEarcon(cvox.AbstractEarcons.SELECTION_REVERSE),a[0].pushEarcon(cvox.AbstractEarcons.WRAP),… 1407 …T_CHANGE),this.recovered_=!1);this.pageEnd_&&(a.push(cvox.AbstractEarcons.WRAP),this.pageEnd_=!1);… 1414 …romeVox.tts.stop(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),cvox.ChromeVox.ver… 1443 ….syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.Chro… 1445 this.outputSearchResultToBraille_(b)):(cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP)… 1471 ….syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),f=cvox.ChromeVox.n…
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 2925 2F13 >52F9 # 3.0 KANGXI RADICAL WRAP
|