HomeSort by relevance Sort by last modified time
    Searched defs:call (Results 151 - 175 of 433) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.h 86 virtual void call(UErrorCode* status) function in class:StringPerfFunction
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 179 // Emulate PRERET: jump to the target and call to the origin from there
190 // bra BB:3 + n0 (directly to the call; move to beginning of BB and fixate)
193 // bra BB:3 + n1 (skip the call)
194 // call BB:0 + n2 (skip bra at beginning of BB:0)
207 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); local
209 bbT->insertHead(call);
215 call->subOp = NV50_IR_SUBOP_EMU_PRERET + 2;
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 97 // 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(UErrorCode * /*pErrorCode*/) function in class:BytesTrieDictContains
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 88 virtual void call(UErrorCode* status) function in class:StringPerfFunction
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 179 // Emulate PRERET: jump to the target and call to the origin from there
190 // bra BB:3 + n0 (directly to the call; move to beginning of BB and fixate)
193 // bra BB:3 + n1 (skip the call)
194 // call BB:0 + n2 (skip bra at beginning of BB:0)
207 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); local
209 bbT->insertHead(call);
215 call->subOp = NV50_IR_SUBOP_EMU_PRERET + 2;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 376 * 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("onSaveInstanceState", Bundle.class).with(outState)
523 public ActivityInvoker call(final String methodName, final Class ...argumentClasses) { method in class:ShadowActivity.ActivityInvoker
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 322 public Bundle call(String callingPkg, String method, String arg, Bundle extras) { method in class:ContentProvider.Transport
325 return ContentProvider.this.call(method, arg, extras);
711 * provider, but that call has been rejected for the operation given
739 * Example client call:<p>
1640 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider
    [all...]
ContentProviderNative.java 275 Bundle responseBundle = call(callingPkg, method, stringArg, args);
622 public Bundle call(String callingPkg, String method, String request, Bundle args) method in class:ContentProviderProxy
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 968 ARMRelocator::Result call(Relocation& pReloc, ARMRelocator& pParent) function
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 252 public UpdateInfo call() throws Exception { method in class:AlbumDataLoader.GetUpdateInfo
283 public Void call() throws Exception { method in class:AlbumDataLoader.UpdateContent
328 * getUpdateInfo() --> | (synchronous call)
333 * updateContent() --> | (synchronous call)
AlbumSetDataLoader.java 263 public UpdateInfo call() throws Exception { method in class:AlbumSetDataLoader.GetUpdateInfo
282 public Void call() { method in class:AlbumSetDataLoader.UpdateContent
365 // change until we call UpdateContent.
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 35 import com.android.services.telephony.common.Call;
36 import com.android.services.telephony.common.Call.Capabilities;
41 * Presenter for the Call Card Fragment.
51 private Call mPrimary;
52 private Call mSecondary;
59 // create the call timer
69 public void init(Context context, Call call) {
72 // Call may be null if disconnect happened already.
73 if (call != null)
    [all...]
InCallActivity.java 19 import com.android.services.telephony.common.Call;
20 import com.android.services.telephony.common.Call.State;
39 * Phone app "in call" screen.
147 * Dismisses the in-call screen.
150 * have to be re-created from scratch for the next call. Instead, we just move ourselves to the
197 // in-call UI:
207 // Always disable the Back key while an incoming call is ringing
208 final Call call = CallList.getInstance().getIncomingCall(); local
209 if (call != null)
346 final Call call = CallList.getInstance().getActiveOrBackgroundCall(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 130 l.setText("Cumulative call duration of all OpenGL Calls in this frame:");
308 GLCall call = mTrace.getGLCalls().get(lastCallIndex); local
309 final Image image = mTrace.getImage(call);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 402 //! maximum instruction size for jump,jcc,call: 6 for jcc rel32
404 //! minimum instruction size for jump,jcc,call: 2
425 \brief return size of a jump or call instruction
451 \brief check whether a branch target is already handled, if yes, return the size of the immediate; otherwise, call insertShortWorklist or insertLabelWorklist.
453 If the branch target is not handled, call insertShortWorklist or insertLabelWorklist depending on isShortTerm, unknown is set to true, immSize is set to 32 if isShortTerm is false, set to 32 if isShortTerm is true and target is check_cast_null, set to 8 otherwise.
455 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate
501 if(type == JmpCall_call) { //call sz16 does not work in gdb
571 call("ncgGetEIP"); //must be immediately before JMP
608 \brief generate a single native instruction to call a function
612 void call(const char* target) function
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 559 /* call swap could result in sending callheld=1 multiple times */
637 /* p_idxstr++; point to beginning of call number */
777 ** Description Send call and callsetup indicators.
785 UINT8 call = p_scb->call_ind; local
788 /* set new call and callsetup values based on BTA_AgResult */
793 call = BTA_AG_CALL_INACTIVE;
798 call = BTA_AG_CALL_ACTIVE;
802 call = p_scb->call_ind;
806 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE);
837 /* call callback with event *
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 98 virtual void call(UErrorCode* status){ function in class:CmdKeyGen
149 virtual void call(UErrorCode* status){ function in class:CmdIter
186 enum CALL {forward_null, forward_len, backward_null, backward_len};
191 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t)
195 if (call == forward_null || call == backward_null) {
201 if (call == forward_null || call == forward_len){
209 virtual void call(UErrorCode* status) function in class:CmdIterAll
367 virtual void call(UErrorCode* status){ function in struct:CmdQsort
399 virtual void call(UErrorCode* status){ function in class:CmdBinSearch
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 94 std::map<uint32, Call *>::iterator it;
96 std::map<uint32, Call *>::iterator it = calls_.begin();
107 Call *MediaSessionClient::CreateCall() {
108 Call *call = new Call(this); local
109 calls_[call->id()] = call;
110 SignalCallCreate(call);
111 return call;
150 Call* call = NULL; local
191 Call *call = (*it).second; local
236 SessionMap::const_iterator call; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 59 FlowInstruction *call; local
72 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
77 call->fixed = 1;
78 call->absolute = call->builtin = 1;
79 call->target.builtin = builtin;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 181 * If a function call is generated, \c call_ir will point to it on exit.
197 * call takes place. Since we haven't emitted the call yet, we'll place
198 * the post-call conversions in a temporary exec_list, and emit them later.
223 * and then perform the conversion after the function call
275 /* If the function call is a constant expression, don't generate any
300 ir_call *call = new(ctx) ir_call(sig, deref, actual_parameters); local
301 instructions->push_tail(call);
401 _mesa_glsl_error(loc, state, "no matching function for call to `%s'", str);
536 /* Dereference a row of the matrix, then call this function again to ge
1494 ir_call *call = NULL; local
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py 23 'call',
636 method call:
707 # use ids here so as not to call __hash__ on the mocks
814 message = 'Expected call: %s\nActual call: %s'
827 different to the last call to the mock."""
831 raise AssertionError('Expected call: %s\nNot called' % (expected,))
877 '%r not all found in call list' % (tuple(not_found),)
886 the call is the most recent one."""
887 kall = call(*args, **kwargs
2131 call = _Call(from_kall=False) variable
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 552 // CHECK: call {{.*}} @_ZN6test174funcINS_1BEEENS_1AIXszclsrT_3fooEEEEv()
651 // CHECK: call i32 @_ZN6test243fooEv()
657 // CHECK: call signext i8 @_ZN6test24L3fooEv()
665 static void call() { fn(); } function in struct:test25::A
669 // CHECK: call void @_ZN6test251AIXadL_ZNS_3fooEvEEE4callEv()
670 A<foo>::call();
682 // CHECK: call void @_ZN6test263fooINS_6holderEEEvRDtsrT_IfE6objectE(
702 // CHECK: call void @_ZN6test271aINS_1AEEEvRDtsrNT_5innerE6objectE(
704 // CHECK: call void @_ZN6test271bINS_1AEEEvRDTcldtcvT__Esr5AliasE4methEE(
719 // CHECK: call void @_ZN6test283fooIcEEvDtsr1AIT_E1AE3bitE
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 753 * call to {@link System.nanoTime()}.
868 public final T call() { method in class:JSR166TestCase.CheckedCallable
882 public final T call() { method in class:JSR166TestCase.CheckedInterruptedCallable
901 public Object call() { return Boolean.TRUE; } method in class:JSR166TestCase.NoOpCallable
907 public String call() { return TEST_STRING; } method in class:JSR166TestCase.StringTask
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 101 virtual void call(UErrorCode* status){ function in class:CmdKeyGen
154 virtual void call(UErrorCode* status){ function in class:CmdIter
191 enum CALL {forward_null, forward_len, backward_null, backward_len};
196 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t)
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(UErrorCode* status){ function in class:CmdBinSearch
    [all...]

Completed in 2635 milliseconds

1 2 3 4 5 67 8 91011>>