Home
last modified time | relevance | path

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

12345678

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
D2003-08-17-BranchFold.ll7 declare void @noop()
10 call void @noop( )
13 call void @noop( )
16 call void @noop( )
19 call void @noop( )
D2003-08-17-BranchFoldOrdering.ll9 declare void @noop()
12 call void @noop( )
15 call void @noop( )
20 call void @noop( )
23 call void @noop( )
/external/skia/modules/skottie/src/
DSkottieAnimator.cpp260 const T* noop = nullptr) { in BindPropertyImpl() argument
276 if (noop && val == *noop) in BindPropertyImpl()
364 const VectorValue* noop) { in BindSplitPositionProperty() argument
365 if (auto split_animator = SplitPointAnimator::Make(jv, abuilder, std::move(apply), noop)) { in BindSplitPositionProperty()
379 const ScalarValue* noop) const { in bindProperty()
380 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
387 const VectorValue* noop) const { in bindProperty()
392 ? BindSplitPositionProperty(jv, this, ascope, std::move(apply), noop) in bindProperty()
393 : BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
400 const ShapeValue* noop) const { in bindProperty()
[all …]
/external/skqp/modules/skottie/src/
DSkottieAnimator.cpp262 const T* noop = nullptr) { in BindPropertyImpl() argument
278 if (noop && val == *noop) in BindPropertyImpl()
366 const VectorValue* noop) { in BindSplitPositionProperty() argument
367 if (auto split_animator = SplitPointAnimator::Make(jv, abuilder, std::move(apply), noop)) { in BindSplitPositionProperty()
381 const ScalarValue* noop) const { in bindProperty()
382 return BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
389 const VectorValue* noop) const { in bindProperty()
394 ? BindSplitPositionProperty(jv, this, ascope, std::move(apply), noop) in bindProperty()
395 : BindPropertyImpl(jv, this, ascope, std::move(apply), noop); in bindProperty()
402 const ShapeValue* noop) const { in bindProperty()
[all …]
/external/grpc-grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb297 stub.request_response(@method, @sent_msg, noop, noop,
311 @op = stub.request_response(@method, @sent_msg, noop, noop,
400 stub.client_streamer(@method, @sent_msgs, noop, noop,
413 @op = stub.client_streamer(@method, @sent_msgs, noop, noop,
538 def get_responses(stub, unmarshal: noop) argument
539 e = stub.server_streamer(@method, @sent_msg, noop, unmarshal,
552 def get_responses(stub, run_start_call_first: false, unmarshal: noop) argument
553 @op = stub.server_streamer(@method, @sent_msg, noop, unmarshal,
686 recvd_call, noop, noop, INFINITE_FUTURE,
791 recvd_call, noop, noop, INFINITE_FUTURE,
[all …]
/external/mesa3d/src/gallium/drivers/noop/
DSConscript2 # SConscript for noop convenience library
8 noop = env.ConvenienceLibrary(
9 target = 'noop',
13 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.mk8 noop-cns-11643.ucm \
9 noop-gb2312_gl.ucm \
10 noop-iso-ir-165.ucm
/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/skqp/tools/
DBUILD_simulator.py18 def noop(*args, **kwargs): function
74 'cc_library': noop,
75 'cc_test': noop,
76 'exports_files': noop,
/external/skia/tools/
DBUILD_simulator.py18 def noop(*args, **kwargs): function
74 'cc_library': noop,
75 'cc_test': noop,
76 'exports_files': noop,
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb361 noop = proc { |x| x }
365 c = ActiveCall.new(an_rpc.call, noop, noop, an_rpc.deadline,
377 noop = proc { |x| x }
381 c = ActiveCall.new(an_rpc.call, noop, noop, an_rpc.deadline,
/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.cpp245 NoopReplaceable noop; in TestReplaceableClass() local
247 if((p=noop.clone())!=NULL) { in TestReplaceableClass()
252 if(!noop.hasMetaData()) { in TestReplaceableClass()
259 noop2=noop; in TestReplaceableClass()
267 NoopReplaceable noop3(noop); in TestReplaceableClass()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc621 NodeDef* noop; in GroupCrossDeviceControlEdges() local
628 noop = node_map_->GetNode(group_name); in GroupCrossDeviceControlEdges()
630 } while (noop != nullptr); in GroupCrossDeviceControlEdges()
631 noop = optimized_graph_->add_node(); in GroupCrossDeviceControlEdges()
632 noop->set_name(group_name); in GroupCrossDeviceControlEdges()
633 noop->set_device(input->device()); in GroupCrossDeviceControlEdges()
634 noop->set_op("NoOp"); in GroupCrossDeviceControlEdges()
635 node_map_->AddNode(noop->name(), noop); in GroupCrossDeviceControlEdges()
636 emplace_result.first->second = noop; in GroupCrossDeviceControlEdges()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dcoro-early.ll44 ; CHECK-LABEL: @noop(
45 define i8* @noop() {
49 %n = call i8* @llvm.coro.noop()
60 declare i8* @llvm.coro.noop()
/external/skqp/src/core/
DSkRecord.h168 static const SkRecords::NoOp noop{};
169 return f(noop);
179 static const SkRecords::NoOp noop{};
180 return f(const_cast<SkRecords::NoOp*>(&noop));
/external/skia/src/core/
DSkRecord.h166 static const SkRecords::NoOp noop{};
167 return f(noop);
177 static const SkRecords::NoOp noop{};
178 return f(const_cast<SkRecords::NoOp*>(&noop));
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/
Dmergefunc-struct-return.ll11 declare void @noop()
20 call void @noop()
36 call void @noop()
/external/llvm/test/Transforms/MergeFunc/
Dmergefunc-struct-return.ll11 declare void @noop()
20 call void @noop()
36 call void @noop()
/external/grpc-grpc/src/ruby/end2end/
Dload_grpc_with_gc_stress_driver.rb31 GRPC::Core::CallCredentials.new(proc { |noop| noop })

12345678