Searched refs:noop (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A DSConscript2 # SConscript for noop convenience library
8 noop = env.ConvenienceLibrary(
9 target = 'noop',
15 Export('noop')
H A Dnoop_pipe.c34 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", FALSE)
/external/mesa3d/src/gallium/drivers/noop/
H A DSConscript2 # SConscript for noop convenience library
8 noop = env.ConvenienceLibrary(
9 target = 'noop',
15 Export('noop')
H A Dnoop_pipe.c34 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", FALSE)
/external/icu/icu4c/source/data/mappings/
H A Ducmlocal.mk5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
14 noop-cns-11643.ucm \
15 noop-gb2312_gl.ucm \
16 noop-iso-ir-165.ucm
/external/clang/test/Sema/
H A Dblock-literal.c4 void (^noop)(void);
18 noop = ^{};
20 noop = ^{printf("\nClosure\n"); };
54 void (^noop)(void) = ^{};
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc20 static void noop() {} function
46 if (modules[i].containsAddress((uptr)&noop)) {
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi.c144 const struct mapi_table *noop = table_get_noop(); local
149 memcpy(tbl, noop, MAPI_TABLE_SIZE);
170 const struct mapi_table *noop = table_get_noop(); local
179 func = table_get_func(noop, slot);
H A Dmapi_abi.py498 """Return the noop functions."""
520 noop = '%s\n{\n%s\n%s\n}' % (proto, stmt1, stmt2)
522 noop = '%s\n{\n%s\n}' % (proto, stmt1)
524 noops.append(noop)
529 """Return an initializer for the noop dispatch table."""
707 self.prefix_noop = 'noop'
835 self.prefix_noop = 'noop'
/external/mesa3d/src/mapi/mapi/
H A Dmapi.c144 const struct mapi_table *noop = table_get_noop(); local
149 memcpy(tbl, noop, MAPI_TABLE_SIZE);
170 const struct mapi_table *noop = table_get_noop(); local
179 func = table_get_func(noop, slot);
H A Dmapi_abi.py498 """Return the noop functions."""
520 noop = '%s\n{\n%s\n%s\n}' % (proto, stmt1, stmt2)
522 noop = '%s\n{\n%s\n}' % (proto, stmt1)
524 noops.append(noop)
529 """Return an initializer for the noop dispatch table."""
707 self.prefix_noop = 'noop'
835 self.prefix_noop = 'noop'
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/
H A DMakefile12 $(TOP)/src/gallium/drivers/noop/libnoop.a
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/
H A DMakefile12 $(TOP)/src/gallium/drivers/noop/libnoop.a
/external/mesa3d/src/gallium/targets/dri-r600/
H A DMakefile12 $(TOP)/src/gallium/drivers/noop/libnoop.a
/external/mesa3d/src/gallium/targets/dri-radeonsi/
H A DMakefile12 $(TOP)/src/gallium/drivers/noop/libnoop.a
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dreptest.cpp243 NoopReplaceable noop; local
245 if((p=noop.clone())!=NULL) {
250 if(!noop.hasMetaData()) {
257 noop2=noop;
265 NoopReplaceable noop3(noop);
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp243 NoopReplaceable noop; local
245 if((p=noop.clone())!=NULL) {
250 if(!noop.hasMetaData()) {
257 noop2=noop;
265 NoopReplaceable noop3(noop);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-radeonsi/
H A DMakefile14 $(TOP)/src/gallium/drivers/noop/libnoop.a \
/external/mesa3d/src/gallium/targets/vdpau-radeonsi/
H A DMakefile14 $(TOP)/src/gallium/drivers/noop/libnoop.a \
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmlocal.mk54 noop-cns-11643.ucm noop-gb2312_gl.ucm noop-iso-ir-165.ucm
/external/mksh/src/
H A Demacsfn.h65 FN(noop, "no-op", 0)
/external/elfutils/0.153/src/
H A Dfindtextrel.c202 noop (void *arg __attribute__ ((unused))) function
489 tdestroy (knownsrcs, noop);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc181 {->New command.noop()}
436 {->New command.noop()}
667 | {noop} // No operation
701 | {noop} // No operation
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js740 fences: noop,
743 nptable: noop,
749 table: noop,
1175 url: noop,
1184 del: noop,
1834 function noop() {}
1835 noop.exec = noop;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/js/
H A Djquery-1.4.1.min.js28 return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return z.JSON&&z.JSON.parse?z.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Ra.test(a)){var b=r.getElementsByTagName("head")[0]||
56 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=
126 e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(fa){}if(e.beforeSend&&e.beforeSend.call(o,w,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");w.abort();return false}e.global&&f("ajaxSend",[w,e]);var g=w.onreadystatechange=function(q){if(!w||w.readyState===0||q==="abort"){E||d();E=true;if(w)w.onreadystatechange=c.noop}else if(!E&&w&&(w.readyState===4||q==="timeout")){E=true;w.onreadystatechange=c.noop;j=q==="timeout"?"timeout":!c.httpSuccess(w)?
147 d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i;a.removeChild(b);c.offset.initialize=c.noop},

Completed in 563 milliseconds

12