Searched defs:call (Results 126 - 150 of 252) sorted by relevance

1234567891011

/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp318 template<typename T, typename Fn> void call(Fn f) { function in namespace:PR13470
320 f(T{1}); // expected-error {{call to deleted constructor}}
327 call<W>(ref_w); // expected-note {{instantiation of}}
334 call<X>(ref_x); // ok
340 val_x(X{1}); // expected-error {{call to deleted constructor}}
341 call<X>(val_x); // expected-note {{instantiation of}}
354 val_x(X{1}); // expected-error {{call to deleted constructor}}
387 }; // expected-error {{call to deleted constructor}} \
393 }; // expected-error {{call to deleted constructor}}
H A Dmember-pointer.cpp184 // We can't call this with an overload set because we're not allowed
203 bind(&nonstat); // expected-error {{no matching function for call}}
204 bind(&A::nonstat); // expected-error {{no matching function for call}}
206 bind(&mixed); // expected-error {{no matching function for call}}
207 bind(&A::mixed); // expected-error {{no matching function for call}}
209 bind(&stat); // expected-error {{no matching function for call}}
210 bind(&A::stat); // expected-error {{no matching function for call}}
216 bindmem(&nonstat); // expected-error {{no matching function for call}}
219 bindmem(&mixed); // expected-error {{no matching function for call}}
222 bindmem(&stat); // expected-error {{no matching function for call}}
284 template<class U> int & call(U u) function in struct:PR9973::dm
[all...]
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp138 // virtual void call(UErrorCode* pErrorCode) { ... }
164 virtual void call(UErrorCode* pErrorCode){ function in class:Roundtrip
231 virtual void call(UErrorCode* pErrorCode){ function in class:FromUnicode
284 virtual void call(UErrorCode* pErrorCode){ function in class:FromUTF8
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c213 struct callchain_list *call; local
215 call = zalloc(sizeof(*call));
216 if (!call) {
220 call->ip = cursor_node->ip;
221 call->ms.sym = cursor_node->sym;
222 call->ms.map = cursor_node->map;
223 list_add_tail(&call->list, &node->val);
/external/mtpd/
H A Dpptp.c109 uint16_t call; member in struct:packet::__anon28035::__anon28036::__anon28038::__anon28040
118 uint16_t call; member in struct:packet::__anon28035::__anon28036::__anon28038::__anon28041
127 uint16_t call; member in struct:packet::__anon28035::__anon28036::__anon28038::__anon28043
291 outgoing.ocrq.call = local;
311 remote = incoming.ocrp.call;
334 * always uses CCRQ to clear a call, so here we still handle it. */
335 if (state == OCRP && incoming.ccrq.call == remote) {
343 if (state == OCRP && incoming.cdn.call == remote) {
365 "with error", incoming.icrq.call);
367 outgoing.icrp.peer = incoming.icrq.call;
[all...]
/external/strace/
H A Dunwind.c491 struct call_t *call; local
493 call = malloc(sizeof(*call));
494 if (!call)
497 call->output_line = sprint_call_or_error(binary_filename,
502 call->next = NULL;
505 queue->head = call;
506 queue->tail = call;
508 queue->tail->next = call;
509 queue->tail = call;
539 struct call_t *call, *tmp; local
[all...]
/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp97 // virtual void call(UErrorCode* pErrorCode) { ... }
159 virtual void call(UErrorCode * /*pErrorCode*/) { function in class:BinarySearchPackageLookup
249 virtual void call(UErrorCode * /*pErrorCode*/) { function in class:PrefixBinarySearchPackageLookup
282 // in the call() function.
293 // NUL-terminate the name for call() to find the next one.
306 virtual void call(UErrorCode *pErrorCode) { function in class:BytesTriePackageLookup
439 virtual void call(UErrorCode *pErrorCode) { function in class:UCharsTrieDictMatches
465 virtual void call(UErrorCode * /*pErrorCode*/) { function in class:UCharsTrieDictContains
585 virtual void call(UErrorCode *pErrorCode) { function in class:BytesTrieDictMatches
614 virtual void call(UErrorCod function in class:BytesTrieDictContains
[all...]
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h88 virtual void call(UErrorCode* status) function in class:StringPerfFunction
/external/chromium_org/third_party/skia/forth/
H A DForth.cpp73 void ForthWord::call(ForthCallBlock* block) { function in class:ForthWord
/external/chromium_org/v8/src/
H A Dcode-stubs.cc213 DispatchedCall call) {
219 call(pstub, value_out); \
212 Dispatch(Isolate* isolate, uint32_t key, void** value_out, DispatchedCall call) argument
/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc778 void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation, argument
781 CallDescriptor* descriptor = OpParameter<CallDescriptor*>(call);
786 GetFrameStateDescriptor(call->InputAt(descriptor->InputCount()));
795 InitializeCallBuffer(call, &buffer, true, false);
804 // Select the appropriate opcode based on the call type.
820 // Emit the call instruction.
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc620 void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation, argument
623 CallDescriptor* descriptor = OpParameter<CallDescriptor*>(call);
628 GetFrameStateDescriptor(call->InputAt(descriptor->InputCount()));
637 InitializeCallBuffer(call, &buffer, true, false);
667 // Select the appropriate opcode based on the call type.
683 // Emit the call instruction.
/external/chromium_org/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc667 void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation, argument
670 CallDescriptor* descriptor = OpParameter<CallDescriptor*>(call);
675 call->InputAt(static_cast<int>(descriptor->InputCount())));
681 InitializeCallBuffer(call, &buffer, true, true);
693 // Select the appropriate opcode based on the call type.
709 // Emit the call instruction.
/external/deqp/modules/egl/
H A DteglImageTests.cpp114 RetVal checkCallError (tcu::TestContext& testCtx, const char* call, RetVal returnValue, EGLint expectError) argument
117 log << TestLog::Message << call << TestLog::EndMessage;
134 void checkCallReturn (tcu::TestContext& testCtx, const char* call, RetVal returnValue, RetVal expectReturnValue, EGLint expectError) argument
137 log << TestLog::Message << call << TestLog::EndMessage;
158 void checkGLCall (tcu::TestContext& testCtx, const char* call, GLenum expectError) argument
161 log << TestLog::Message << call << TestLog::EndMessage;
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp97 // virtual void call(UErrorCode* pErrorCode) { ... }
159 virtual void call(UErrorCode * /*pErrorCode*/) { function in class:BinarySearchPackageLookup
249 virtual void call(UErrorCode * /*pErrorCode*/) { function in class:PrefixBinarySearchPackageLookup
282 // in the call() function.
293 // NUL-terminate the name for call() to find the next one.
306 virtual void call(UErrorCode *pErrorCode) { function in class:BytesTriePackageLookup
439 virtual void call(UErrorCode *pErrorCode) { function in class:UCharsTrieDictMatches
465 virtual void call(UErrorCode * /*pErrorCode*/) { function in class:UCharsTrieDictContains
585 virtual void call(UErrorCode *pErrorCode) { function in class:BytesTrieDictMatches
614 virtual void call(UErrorCod function in class:BytesTrieDictContains
[all...]
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h88 virtual void call(UErrorCode* status) function in class:StringPerfFunction
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp12 // a call to the new function.
104 /// \brief Helper to call buildExtractionBlockSet with an ArrayRef.
110 /// \brief Helper to call buildExtractionBlockSet with a RegionNode.
419 /// the call instruction, splitting any PHI nodes in the header block as
424 // Emit a call to the new function, passing in: *pointer to struct (if
477 // Emit the call to the function
478 CallInst *call = CallInst::Create(newFunction, params, local
480 codeReplacer->getInstList().push_back(call);
513 // Now we can emit a switch statement using the call as a value.
659 call, TheSwitc
[all...]
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp805 // the Test module to call into it. Thus, we create a new function `main'
831 CallInst *call = CallInst::Create(oldMainProto, args, "", BB); local
833 // If the type of old function wasn't void, return value of call
834 ReturnInst::Create(Safe->getContext(), call, BB);
839 // module. Instead, we use a JIT API call to dynamically resolve the
905 // Resolve the call to function F via the JIT API:
907 // call resolver(GetElementPtr...)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowActivity.java376 * in a call to {@code Activity#startActivityForResult(Intent, int)}
402 invoker.call("onActivityResult", Integer.TYPE, Integer.TYPE, Intent.class)
435 dialog = (Dialog) invoker.call("onCreateDialog", Integer.TYPE).with(id);
438 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class)
441 invoker.call("onPrepareDialog", Integer.TYPE, Dialog.class, Bundle.class)
481 invoker.call("onCreate", Bundle.class).with(noInstanceState);
482 invoker.call("onStart").withNothing();
483 invoker.call("onPostCreate", Bundle.class).with(noInstanceState);
484 invoker.call("onResume").withNothing();
492 invoker.call("onSaveInstanceStat
523 public ActivityInvoker call(final String methodName, final Class ...argumentClasses) { method in class:ShadowActivity.ActivityInvoker
[all...]
/external/chromium_org/third_party/closure_compiler/runner/
H A Drunner.jar ... .chromium.closure.compiler.Runner$CompilerRunner call () throws java.lang.Exception private java.lang ...
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c562 /* call swap could result in sending callheld=1 multiple times */
641 /* p_idxstr++; point to beginning of call number */
781 ** Description Send call and callsetup indicators.
789 UINT8 call = p_scb->call_ind; local
792 /* set new call and callsetup values based on BTA_AgResult */
797 call = BTA_AG_CALL_INACTIVE;
802 call = BTA_AG_CALL_ACTIVE;
806 call = p_scb->call_ind;
810 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE);
841 /* call callbac
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DObjectHandling.c1143 ternaryfunc call = func->ob_type->tp_call; local
1145 if (unlikely(!call))
1151 result = (*call)(func, arg, kw);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp101 virtual void call(UErrorCode* status){ function in class:CmdKeyGen
154 virtual void call(UErrorCode* status){ function in class:CmdIter
196 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t) argument
200 if (call == forward_null || call == backward_null) {
206 if (call == forward_null || call == forward_len){
214 virtual void call(UErrorCode* status){ function in class:CmdIterAll
376 virtual void call(UErrorCode* status){ function in struct:CmdQsort
408 virtual void call(UErrorCod function in class:CmdBinSearch
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc283 FakeCall* call,
286 : WebRtcVideoChannel2(call, engine, engine->GetVideoEncoderFactory()),
287 fake_call_(call),
674 FakeCall* call = fake_channel_->GetFakeCall(); local
688 // Verify call with same set of extensions returns true.
699 ASSERT_EQ(1u, call->GetVideoSendStreams().size());
700 send_stream = call->GetVideoSendStreams()[0];
706 send_stream = call->GetVideoSendStreams()[0];
714 FakeCall* call = fake_channel_->GetFakeCall(); local
728 // Verify call wit
282 FakeWebRtcVideoChannel2( FakeCall* call, WebRtcVideoEngine2* engine, VoiceMediaChannel* voice_channel) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc32 #include "talk/session/media/call.h"
78 AudioSourceProxy::AudioSourceProxy(Call* call) argument
79 : call_(call) {
85 void AudioSourceProxy::OnAudioMonitor(Call* call, const AudioInfo& info) { argument
89 void AudioSourceProxy::OnMediaStreamsUpdate(Call* call, Session* session, argument
134 // prior to the SignalSessionState call, because that may trigger handling of
224 // If no more sessions for this call, delete it
229 // Signal to the user that a timeout has happened and the call should
235 // Callee didn't answer - terminate call
334 // If this call ha
656 Join(Call* call, bool enable) argument
[all...]

Completed in 722 milliseconds

1234567891011