/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-BranchFold.ll | 7 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 | 9 declare void @noop() 12 call void @noop( ) 15 call void @noop( ) 20 call void @noop( ) 23 call void @noop( )
|
/external/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 260 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/ |
D | SkottieAnimator.cpp | 262 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/ |
D | client_stub_spec.rb | 297 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/ |
D | SConscript | 2 # SConscript for noop convenience library 8 noop = env.ConvenienceLibrary( 9 target = 'noop', 13 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 | 8 noop-cns-11643.ucm \ 9 noop-gb2312_gl.ucm \ 10 noop-iso-ir-165.ucm
|
/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/skqp/tools/ |
D | BUILD_simulator.py | 18 def noop(*args, **kwargs): function 74 'cc_library': noop, 75 'cc_test': noop, 76 'exports_files': noop,
|
/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/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | rpc_server.rb | 361 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/ |
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 | 245 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/ |
D | dependency_optimizer.cc | 621 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/ |
D | coro-early.ll | 44 ; CHECK-LABEL: @noop( 45 define i8* @noop() { 49 %n = call i8* @llvm.coro.noop() 60 declare i8* @llvm.coro.noop()
|
/external/skqp/src/core/ |
D | SkRecord.h | 168 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/ |
D | SkRecord.h | 166 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/ |
D | mergefunc-struct-return.ll | 11 declare void @noop() 20 call void @noop() 36 call void @noop()
|
/external/llvm/test/Transforms/MergeFunc/ |
D | mergefunc-struct-return.ll | 11 declare void @noop() 20 call void @noop() 36 call void @noop()
|
/external/grpc-grpc/src/ruby/end2end/ |
D | load_grpc_with_gc_stress_driver.rb | 31 GRPC::Core::CallCredentials.new(proc { |noop| noop })
|