Home
last modified time | relevance | path

Searched refs:noop (Results 1 – 25 of 149) sorted by relevance

123456

/external/llvm/test/Transforms/SimplifyCFG/
D2003-08-17-BranchFold.ll6 declare void @noop()
10 call void @noop( )
13 call void @noop( )
16 call void @noop( )
19 call void @noop( )
D2003-08-17-BranchFoldOrdering.ll10 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/
DSConscript2 # SConscript for noop convenience library
8 noop = env.ConvenienceLibrary(
9 target = 'noop',
15 Export('noop')
/external/clang/test/Sema/
Dblock-literal.c4 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/
Ducmlocal.mk14 noop-cns-11643.ucm \
15 noop-gb2312_gl.ucm \
16 noop-iso-ir-165.ucm
/external/skia/tools/
DBUILD_simulator.py18 def noop(*args, **kwargs): function
74 'cc_library': noop,
75 'cc_test': noop,
76 'exports_files': noop,
/external/webrtc/webrtc/common_audio/
Dlapped_transform_unittest.cc97 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/
Dmapi.c144 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/
DMakefile.am49 noinst_LIBRARIES+= noop/libnoop.a
52 noop/noop_pipe.c \
53 noop/noop_state.c
/external/clang/test/Rewriter/
Drewrite-block-literal.mm14 void (^noop)(void);
28 noop = ^{};
30 noop = ^{printf("\nClosure\n"); };
50 void (^noop)(void) = ^{};
/external/icu/icu4c/source/test/intltest/
Dreptest.cpp243 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/
Dmergefunc-struct-return.ll11 declare void @noop()
20 call void @noop()
36 call void @noop()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_procmaps_test.cc20 static void noop() {} in noop() function
45 if (modules[i].containsAddress((uptr)&noop)) { in TEST()
/external/curl/docs/examples/
D.gitignore31 imap-noop
45 pop3-noop
DMakefile.inc31 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/
D2011-05-06-CapturedAlloca.ll9 define i32* @noop(i32* %p_29) nounwind readnone {
21 %call = call i32* @noop(i32* %arrayidx)
/external/v8/gni/
Disolate.gni10 # Sets the test isolation mode (noop|prepare|check).
11 v8_test_isolation_mode = "noop"
19 v8_test_isolation_mode != "noop") {
/external/v8/test/
DBUILD.gn23 if (v8_test_isolation_mode != "noop") {
42 if (v8_test_isolation_mode != "noop") {
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
Dtest_soup.py200 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/
Drun_gcmole.gyp7 ['test_isolation_mode != "noop"', {
/external/v8/tools/jsfunfuzz/
Djsfunfuzz.gyp7 ['test_isolation_mode != "noop"', {
/external/v8/test/preparser/
Dpreparser.gyp7 ['test_isolation_mode != "noop"', {
/external/v8/test/intl/
Dintl.gyp7 ['test_isolation_mode != "noop"', {
/external/v8/test/webkit/
Dwebkit.gyp7 ['test_isolation_mode != "noop"', {
/external/v8/test/message/
Dmessage.gyp7 ['test_isolation_mode != "noop"', {

123456