Searched refs:WRAP (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
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...]
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_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...]
/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...]
H A Dinterception_linux.h35 (::__interception::uptr) & WRAP(func))
H A Dinterception_win.h40 (::__interception::uptr)WRAP(func), \
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc44 WRAP(malloc), WRAP(free), WRAP(calloc),
45 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
/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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dpage_selection.js61 prevDesc[0].pushEarcon(cvox.AbstractEarcons.WRAP);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_earcons.js95 this.earconNames.push('WRAP');
151 this.earconNamesToIds['WRAP'] = cvox.AbstractEarcons.WRAP;
350 cvox.AbstractEarcons.WRAP = 34;
420 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.WRAP] = 'wrap.ogg';
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyDialog.java80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP);
/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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dsearch_widget.js416 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
442 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_manager.js460 earcons.push(cvox.AbstractEarcons.WRAP);
704 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
H A Duser_commands.js344 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java302 final Label label = new Label(parent, SWT.WRAP);
/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/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc943 void *newcond = WRAP(malloc)(pthread_cond_t_sz);
948 WRAP(free)(newcond);
1024 WRAP(free)(cond);
1971 return WRAP(fork)(fake);
/external/libedit/src/
H A Dtty.c256 #ifdef WRAP
257 {"wrap", WRAP, MD_OUT},
258 #endif /* WRAP */
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc734 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(memse
[all...]
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js663 cvox.AbstractEarcons.SECTION,this.earconNamesToIds.SELECTION=cvox.AbstractEarcons.SELECTION,this.earconNamesToIds.SELECTION_REVERSE=cvox.AbstractEarcons.SELECTION_REVERSE,this.earconNamesToIds.SPECIAL_CONTENT=cvox.AbstractEarcons.SPECIAL_CONTENT,this.earconNamesToIds.TASK_SUCCESS=cvox.AbstractEarcons.TASK_SUCCESS,this.earconNamesToIds.WRAP=cvox.AbstractEarcons.WRAP,this.earconNamesToIds.WRAP_EDGE=cvox.AbstractEarcons.WRAP_EDGE);return this.earconNamesToIds[a]};
666 cvox.AbstractEarcons.PARAGRAPH_BREAK=26;cvox.AbstractEarcons.SEARCH_HIT=27;cvox.AbstractEarcons.SEARCH_MISS=28;cvox.AbstractEarcons.SECTION=29;cvox.AbstractEarcons.SELECTION=30;cvox.AbstractEarcons.SELECTION_REVERSE=31;cvox.AbstractEarcons.SPECIAL_CONTENT=32;cvox.AbstractEarcons.TASK_SUCCESS=33;cvox.AbstractEarcons.WRAP=34;cvox.AbstractEarcons.WRAP_EDGE=35;cvox.AbstractEarcons.earconMap={};cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.ALERT_MODAL]="alert_modal.ogg";
672 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.SELECTION_REVERSE]="selection_reverse.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.SPECIAL_CONTENT]="special_content.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.TASK_SUCCESS]="task_success.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.WRAP]="wrap.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.WRAP_EDGE]="wrap_edge.ogg";cvox.NodeStateUtil={};cvox.NodeStateUtil.expand=function(a){try{return a.map(function(a){if(1>a.length)throw Error("cvox.NodeState must have at least one entry");var b=a.slice(1).map(function(a){return"number"==typeof a?cvox.ChromeVox.msgs.getNumber(a):a});return cvox.ChromeVox.msgs.getMsg(a[0],b)}).join(" ")}catch(b){throw Error("error: "+b+" state: "+a);}};cvox.AriaUtil=function(){};cvox.AriaUtil.NO_ROLE_NAME=" ";
1036 a[0].pushEarcon(cvox.AbstractEarcons.SELECTION_REVERSE),a[0].pushEarcon(cvox.AbstractEarcons.WRAP),d=a.concat(d)));return d};cvox.PageSelection.prototype.getFullDescription=function(){return[new cvox.NavDescription({text:window.getSelection().toString(),context:cvox.ChromeVox.msgs.getMsg("selection_is")})]};
1224 this.curSel_),a=[];this.skipped_&&(a.push(cvox.AbstractEarcons.PARAGRAPH_BREAK),this.skipped_=!1);this.recovered_&&(a.push(cvox.AbstractEarcons.FONT_CHANGE),this.recovered_=!1);this.pageEnd_&&(a.push(cvox.AbstractEarcons.WRAP),this.pageEnd_=!1);this.enteredShifter_&&(a.push(cvox.AbstractEarcons.OBJECT_ENTER),this.enteredShifter_=!1);this.exitedShifter_&&(a.push(cvox.AbstractEarcons.OBJECT_EXIT),this.exitedShifter_=!1);0<a.length&&0<e.length&&a.forEach(function(a){e[0].pushEarcon(a)});return e};
1231 cvox.NavigationManager.prototype.finishNavCommand=function(a,b,c,d){if(this.pageEnd_&&!this.pageEndAnnounced_)this.pageEndAnnounced_=!0,cvox.ChromeVox.tts.stop(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),cvox.ChromeVox.verbosity===cvox.VERBOSITY_VERBOSE&&(a=cvox.ChromeVox.msgs.getMsg("wrapped_to_top"),this.isReversed()&&(a=cvox.ChromeVox.msgs.getMsg("wrapped_to_bottom")),cvox.ChromeVox.tts.speak(a,cvox.AbstractTts.QUEUE_MODE_QUEUE,cvox.AbstractTts.PERSONALITY_ANNOTATION));else{if(this.enteredShifter_||
1260 cvox.SearchWidget.prototype.next_=function(a,b){cvox.ChromeVox.navigationManager.setReversed(!!b);var c=!1;this.getPredicate()?(c=cvox.ChromeVox.navigationManager.findNext(this.getPredicate()),cvox.ChromeVox.navigationManager.setReversed(!!b),c||(cvox.ChromeVox.navigationManager.syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.ChromeVox.navigationManager.navigate(!0);c=c?this.getNextResult_(a):null;this.outputSearchResult_(c,a);this.onNavigate();return c};
1262 this.outputSearchResultToBraille_(b)):(cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),this.hasMatch_=!1)};
1375 d=l,cvox.ChromeVox.navigationManager.syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),
[all...]
H A DchromeVoxChromeBackgroundScript.js637 this.earconNames.push("OBJECT_SELECT"),this.earconNames.push("PARAGRAPH_BREAK"),this.earconNames.push("SEARCH_HIT"),this.earconNames.push("SEARCH_MISS"),this.earconNames.push("SECTION"),this.earconNames.push("SELECTION"),this.earconNames.push("SELECTION_REVERSE"),this.earconNames.push("SPECIAL_CONTENT"),this.earconNames.push("TASK_SUCCESS"),this.earconNames.push("WRAP"),this.earconNames.push("WRAP_EDGE"));return this.earconNames[a]};
642 cvox.AbstractEarcons.SECTION,this.earconNamesToIds.SELECTION=cvox.AbstractEarcons.SELECTION,this.earconNamesToIds.SELECTION_REVERSE=cvox.AbstractEarcons.SELECTION_REVERSE,this.earconNamesToIds.SPECIAL_CONTENT=cvox.AbstractEarcons.SPECIAL_CONTENT,this.earconNamesToIds.TASK_SUCCESS=cvox.AbstractEarcons.TASK_SUCCESS,this.earconNamesToIds.WRAP=cvox.AbstractEarcons.WRAP,this.earconNamesToIds.WRAP_EDGE=cvox.AbstractEarcons.WRAP_EDGE);return this.earconNamesToIds[a]};
645 cvox.AbstractEarcons.OBJECT_EXIT=23;cvox.AbstractEarcons.OBJECT_OPEN=24;cvox.AbstractEarcons.OBJECT_SELECT=25;cvox.AbstractEarcons.PARAGRAPH_BREAK=26;cvox.AbstractEarcons.SEARCH_HIT=27;cvox.AbstractEarcons.SEARCH_MISS=28;cvox.AbstractEarcons.SECTION=29;cvox.AbstractEarcons.SELECTION=30;cvox.AbstractEarcons.SELECTION_REVERSE=31;cvox.AbstractEarcons.SPECIAL_CONTENT=32;cvox.AbstractEarcons.TASK_SUCCESS=33;cvox.AbstractEarcons.WRAP=34;cvox.AbstractEarcons.WRAP_EDGE=35;cvox.AbstractEarcons.earconMap={};
651 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.SELECTION]="selection.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.SELECTION_REVERSE]="selection_reverse.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.SPECIAL_CONTENT]="special_content.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.TASK_SUCCESS]="task_success.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.WRAP]="wrap.ogg";cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.WRAP_EDGE]="wrap_edge.ogg";cvox.NodeStateUtil={};cvox.NodeStateUtil.expand=function(a){try{return a.map(function(a){if(1>a.length)throw Error("cvox.NodeState must have at least one entry");var b=a.slice(1).map(function(a){return"number"==typeof a?cvox.ChromeVox.msgs.getNumber(a):a});return cvox.ChromeVox.msgs.getMsg(a[0],b)}).join(" ")}catch(b){throw Error("error: "+b+" state: "+a);}};cvox.AriaUtil=function(){};cvox.AriaUtil.NO_ROLE_NAME=" ";
1318 a[0].pushEarcon(cvox.AbstractEarcons.SELECTION_REVERSE),a[0].pushEarcon(cvox.AbstractEarcons.WRAP),d=a.concat(d)));return d};cvox.PageSelection.prototype.getFullDescription=function(){return[new cvox.NavDescription({text:window.getSelection().toString(),context:cvox.ChromeVox.msgs.getMsg("selection_is")})]};
1472 this.curSel_),a=[];this.skipped_&&(a.push(cvox.AbstractEarcons.PARAGRAPH_BREAK),this.skipped_=!1);this.recovered_&&(a.push(cvox.AbstractEarcons.FONT_CHANGE),this.recovered_=!1);this.pageEnd_&&(a.push(cvox.AbstractEarcons.WRAP),this.pageEnd_=!1);this.enteredShifter_&&(a.push(cvox.AbstractEarcons.OBJECT_ENTER),this.enteredShifter_=!1);this.exitedShifter_&&(a.push(cvox.AbstractEarcons.OBJECT_EXIT),this.exitedShifter_=!1);0<a.length&&0<e.length&&a.forEach(function(a){e[0].pushEarcon(a)});return e};
1479 cvox.NavigationManager.prototype.finishNavCommand=function(a,b,c,d){if(this.pageEnd_&&!this.pageEndAnnounced_)this.pageEndAnnounced_=!0,cvox.ChromeVox.tts.stop(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),cvox.ChromeVox.verbosity===cvox.VERBOSITY_VERBOSE&&(a=cvox.ChromeVox.msgs.getMsg("wrapped_to_top"),this.isReversed()&&(a=cvox.ChromeVox.msgs.getMsg("wrapped_to_bottom")),cvox.ChromeVox.tts.speak(a,cvox.AbstractTts.QUEUE_MODE_QUEUE,cvox.AbstractTts.PERSONALITY_ANNOTATION));else{if(this.enteredShifter_||
1508 cvox.SearchWidget.prototype.next_=function(a,b){cvox.ChromeVox.navigationManager.setReversed(!!b);var c=!1;this.getPredicate()?(c=cvox.ChromeVox.navigationManager.findNext(this.getPredicate()),cvox.ChromeVox.navigationManager.setReversed(!!b),c||(cvox.ChromeVox.navigationManager.syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.ChromeVox.navigationManager.navigate(!0);c=c?this.getNextResult_(a):null;this.outputSearchResult_(c,a);this.onNavigate();return c};
1510 this.outputSearchResultToBraille_(b)):(cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),thi
[all...]
/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/ ...

Completed in 563 milliseconds

12