/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-BranchFold.ll | 6 declare void @noop() 10 call void @noop( ) 13 call void @noop( ) 16 call void @noop( ) 19 call void @noop( )
|
D | 2003-08-17-BranchFoldOrdering.ll | 10 declare void @noop() 13 call void @noop( ) 16 call void @noop( ) 21 call void @noop( ) 24 call void @noop( )
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | SConscript | 2 # SConscript for noop convenience library 8 noop = env.ConvenienceLibrary( 9 target = 'noop', 15 Export('noop')
|
/external/clang/test/Sema/ |
D | block-literal.c | 4 void (^noop)(void); variable 18 noop = ^{}; in somefunction() 20 noop = ^{printf("\nClosure\n"); }; in somefunction() 54 void (^noop)(void) = ^{}; in test4()
|
/external/icu/icu4c/source/data/mappings/ |
D | ucmlocal.mk | 14 noop-cns-11643.ucm \ 15 noop-gb2312_gl.ucm \ 16 noop-iso-ir-165.ucm
|
/external/skia/tools/ |
D | BUILD_simulator.py | 18 def noop(*args, **kwargs): function 74 'cc_library': noop, 75 'cc_test': noop, 76 'exports_files': noop,
|
/external/webrtc/webrtc/common_audio/ |
D | lapped_transform_unittest.cc | 97 NoopCallback noop; in TEST() local 104 kBlockLength, kShiftAmount, &noop); in TEST() 127 ASSERT_EQ(kChunkLength / kBlockLength, noop.block_num()); in TEST() 134 NoopCallback noop; in TEST() local 141 &noop); in TEST() 158 ASSERT_EQ(kChunkLength / kShiftAmount, noop.block_num()); in TEST()
|
/external/mesa3d/src/mapi/mapi/ |
D | mapi.c | 144 const struct mapi_table *noop = table_get_noop(); in mapi_table_create() local 149 memcpy(tbl, noop, MAPI_TABLE_SIZE); in mapi_table_create() 170 const struct mapi_table *noop = table_get_noop(); in mapi_table_fill() local 179 func = table_get_func(noop, slot); in mapi_table_fill()
|
/external/mesa3d/src/gallium/drivers/ |
D | Makefile.am | 49 noinst_LIBRARIES+= noop/libnoop.a 52 noop/noop_pipe.c \ 53 noop/noop_state.c
|
/external/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 14 void (^noop)(void); 28 noop = ^{}; 30 noop = ^{printf("\nClosure\n"); }; 50 void (^noop)(void) = ^{};
|
/external/icu/icu4c/source/test/intltest/ |
D | reptest.cpp | 243 NoopReplaceable noop; in TestReplaceableClass() local 245 if((p=noop.clone())!=NULL) { in TestReplaceableClass() 250 if(!noop.hasMetaData()) { in TestReplaceableClass() 257 noop2=noop; in TestReplaceableClass() 265 NoopReplaceable noop3(noop); in TestReplaceableClass()
|
/external/llvm/test/Transforms/MergeFunc/ |
D | mergefunc-struct-return.ll | 11 declare void @noop() 20 call void @noop() 36 call void @noop()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_procmaps_test.cc | 20 static void noop() {} in noop() function 45 if (modules[i].containsAddress((uptr)&noop)) { in TEST()
|
/external/curl/docs/examples/ |
D | .gitignore | 31 imap-noop 45 pop3-noop
|
D | Makefile.inc | 31 pop3-dele pop3-top pop3-stat pop3-noop pop3-ssl pop3-tls pop3-multi \ 33 imap-search imap-create imap-delete imap-copy imap-noop imap-ssl \
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | 2011-05-06-CapturedAlloca.ll | 9 define i32* @noop(i32* %p_29) nounwind readnone { 21 %call = call i32* @noop(i32* %arrayidx)
|
/external/v8/gni/ |
D | isolate.gni | 10 # Sets the test isolation mode (noop|prepare|check). 11 v8_test_isolation_mode = "noop" 19 v8_test_isolation_mode != "noop") {
|
/external/v8/test/ |
D | BUILD.gn | 23 if (v8_test_isolation_mode != "noop") { 42 if (v8_test_isolation_mode != "noop") {
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
D | test_soup.py | 200 def noop(str): function 203 bs4.dammit.chardet_dammit = noop 335 def noop(str): function 337 bs4.dammit.chardet_dammit = noop
|
/external/v8/tools/gcmole/ |
D | run_gcmole.gyp | 7 ['test_isolation_mode != "noop"', {
|
/external/v8/tools/jsfunfuzz/ |
D | jsfunfuzz.gyp | 7 ['test_isolation_mode != "noop"', {
|
/external/v8/test/preparser/ |
D | preparser.gyp | 7 ['test_isolation_mode != "noop"', {
|
/external/v8/test/intl/ |
D | intl.gyp | 7 ['test_isolation_mode != "noop"', {
|
/external/v8/test/webkit/ |
D | webkit.gyp | 7 ['test_isolation_mode != "noop"', {
|
/external/v8/test/message/ |
D | message.gyp | 7 ['test_isolation_mode != "noop"', {
|