HomeSort by relevance Sort by last modified time
    Searched refs:noop (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
SConscript 2 # SConscript for noop convenience library
8 noop = env.ConvenienceLibrary(
9 target = 'noop',
15 Export('noop')
noop_pipe.c 34 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", FALSE)
305 return "NOOP";
  /external/mesa3d/src/gallium/drivers/noop/
SConscript 2 # SConscript for noop convenience library
8 noop = env.ConvenienceLibrary(
9 target = 'noop',
15 Export('noop')
noop_pipe.c 34 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", FALSE)
305 return "NOOP";
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/target-platform-configuration/0.20.0/
target-platform-configuration-0.20.0.jar 
  /external/icu/icu4c/source/data/mappings/
ucmlocal.mk 5 # 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/
block-literal.c 4 void (^noop)(void);
18 noop = ^{};
20 noop = ^{printf("\nClosure\n"); };
54 void (^noop)(void) = ^{};
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc 20 static void noop() {} function
46 if (modules[i].containsAddress((uptr)&noop)) {
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi.c 144 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);
  /external/mesa3d/src/mapi/mapi/
mapi.c 144 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/
Makefile 12 $(TOP)/src/gallium/drivers/noop/libnoop.a
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/
Makefile 12 $(TOP)/src/gallium/drivers/noop/libnoop.a
  /external/mesa3d/src/gallium/targets/dri-r600/
Makefile 12 $(TOP)/src/gallium/drivers/noop/libnoop.a
  /external/mesa3d/src/gallium/targets/dri-radeonsi/
Makefile 12 $(TOP)/src/gallium/drivers/noop/libnoop.a
  /external/chromium_org/third_party/icu/source/test/intltest/
reptest.cpp 243 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/
reptest.cpp 243 NoopReplaceable noop; local
245 if((p=noop.clone())!=NULL) {
250 if(!noop.hasMetaData()) {
257 noop2=noop;
265 NoopReplaceable noop3(noop);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 56 PendingIntent noop = PendingIntent.getActivity(context, 0, new Intent(), 0); local
80 builder.addAction(ACTION1_ICON.getValueInt(), ACTION1_TEXT.getValueString(), noop); local
82 builder.addAction(ACTION2_ICON.getValueInt(), ACTION2_TEXT.getValueString(), noop); local
84 builder.addAction(ACTION3_ICON.getValueInt(), ACTION3_TEXT.getValueString(), noop); local
90 builder.setContentIntent(noop);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-radeonsi/
Makefile 14 $(TOP)/src/gallium/drivers/noop/libnoop.a \
  /external/mesa3d/src/gallium/targets/vdpau-radeonsi/
Makefile 14 $(TOP)/src/gallium/drivers/noop/libnoop.a \
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmlocal.mk 54 noop-cns-11643.ucm noop-gb2312_gl.ucm noop-iso-ir-165.ucm
  /external/mksh/src/
emacsfn.h 65 FN(noop, "no-op", 0)
  /external/elfutils/0.153/src/
findtextrel.c 202 noop (void *arg __attribute__ ((unused))) function
489 tdestroy (knownsrcs, noop);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 181 {->New command.noop()}
436 {->New command.noop()}
667 | {noop} // No operation
701 | {noop} // No operation
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 49 NOOP noop()
235 def noop(self): member in class:POP3
240 return self._shortcmd('NOOP')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 49 NOOP noop()
235 def noop(self): member in class:POP3
240 return self._shortcmd('NOOP')

Completed in 699 milliseconds

1 2 3