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

1 2 3 4 5 6 7 891011>>

  /external/grub/netboot/
etherboot.h 410 char data[300]; /* longest RPC call must fit!!!! */
422 call; member in union:rpc_t::__anon18414
  /external/qemu/android/
console.c 1345 ACall call = amodem_get_call( android_modem, nn ); local
1365 ACall call; local
1386 ACall call; local
1408 ACall call; local
    [all...]
  /external/v8/src/
bootstrapper.cc 180 // through the API. We call this regardless of whether we are building a
352 Builtins::Name call,
357 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
1691 Handle<JSFunction> call = local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 195 // Patch the code at the current PC with a call to the target address.
198 // Call instruction takes up 5 bytes and int3 takes up one byte.
212 patcher.masm()->call(target, RelocInfo::NONE);
218 // Add the requested number of int3 instructions after the call.
1395 void Assembler::call(Label* L) { function in class:v8::internal::Assembler
1413 void Assembler::call(byte* entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1423 // Call size is 1 (opcode) + adr.len_ (operand).
1428 void Assembler::call(const Operand& adr) { function in class:v8::internal::Assembler
1441 void Assembler::call(Handle<Code> code, function in class:v8::internal::Assembler
    [all...]
full-codegen-ia32.cc 377 // in a test instruction after the call so we can extract it from the OSR
858 // Call the runtime to declare the globals.
915 // Record position before stub call for type feedback.
2328 Label call; local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 156 // Patch the code at the current PC with a call to the target address.
159 // Load register with immediate 64 and call through a register instructions
175 patcher.masm()->call(r10);
181 // Add the requested number of int3 instructions after the call.
242 // This call to set_modrm doesn't overwrite the REX.B (or REX.X) bits
855 void Assembler::call(Label* L) { function in class:v8::internal::Assembler
876 void Assembler::call(Handle<Code> target, function in class:v8::internal::Assembler
887 void Assembler::call(Register adr) { function in class:v8::internal::Assembler
897 void Assembler::call(const Operand& op) { function in class:v8::internal::Assembler
911 void Assembler::call(Address target) function in class:v8::internal::Assembler
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 114 * For example, this will be set to true if the sync is initiated by a call to
518 * the content provider may need to do some additional work at each call
523 * perform another call to {@link #canonicalize} with that original Uri to
1343 public final Bundle call(Uri uri, String method, String arg, Bundle extras) { method in class:ContentResolver
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 581 public Bundle call(String method, String request, Bundle args) { method in class:SettingsProvider
601 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
607 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
613 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
653 Slog.w(TAG, "call() with invalid method: " + method);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 142 * Broadcast intent action indicating that the call state (cellular)
146 * The {@link #EXTRA_STATE} extra indicates the new call state.
157 * Instead, use {@link #getCallState} to synchronously query the current call state.
169 * call. By default, the device's default SMS app consumes this message and sends a text message
212 * for a String containing the new call state.
245 * Only valid when the new call state is RINGING.
302 * In the future this call will be deprecated.
363 * In the future this call will be deprecated.
1494 public void call(String callingPackage, String number) { method in class:TelephonyManager
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 57 static final int MAX_CONNECTIONS_PER_CALL = 1; // only 1 connection allowed per call
72 // A call that is ringing or (call) waiting
116 // PhoneApp that the call is gone. Do that here
117 Rlog.d(LOG_TAG, "dispose: call connnection onDisconnect, cause LOST_SIGNAL");
128 Rlog.d(LOG_TAG, "dispose: call mPendingMO.onDsiconnect, cause LOST_SIGNAL");
151 // Notify if in call when registering
186 // note that this triggers call state changed notif
198 // Cancel Ecm timer if a second emergency call is originating in Ecm mode
203 // We are initiating a call therefore even if we previousl
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 934 public Void call() throws Exception { method in class:HttpsURLConnectionTest.ServerWork
1078 public Void call() throws Exception { method in class:HttpsURLConnectionTest.ClientConnectionWork
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 948 public UpdateInfo call() throws Exception { method in class:PhotoDataAdapter.GetUpdateInfo
970 public Void call() throws Exception { method in class:PhotoDataAdapter.UpdateContent
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 298 __ Call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET);
367 __ Call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET);
416 __ Call(isolate()->builtins()->InterruptCheck(),
2795 Label call; local
    [all...]
lithium-arm.cc 47 // Call instructions can use only fixed registers as temporaries and
644 // after the call will try to deoptimize to the point before the call.
645 // Thus we still need to attach environment to this call even if
646 // call sequence can not deoptimize eagerly.
1328 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 288 __ call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET);
346 __ call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET);
393 __ call(isolate()->builtins()->InterruptCheck(),
924 // Call the runtime to declare the globals.
934 // Call the runtime to declare the modules.
2743 Label call; local
    [all...]
lithium-ia32.cc 50 // Call instructions can use only fixed registers as temporaries and
709 // after the call will try to deoptimize to the point before the call.
710 // Thus we still need to attach environment to this call even if
711 // call sequence can not deoptimize eagerly.
1414 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 38 // next call: mov(a0, v0). This is not needed on the other architectures.
308 __ Call(isolate()->builtins()->StackCheck(), RelocInfo::CODE_TARGET);
378 // Call will emit a li t9 first, so it is safe to use the delay slot.
379 __ Call(isolate()->builtins()->InterruptCheck(), RelocInfo::CODE_TARGET);
426 __ Call(isolate()->builtins()->InterruptCheck(),
2827 Label call; local
    [all...]
lithium-mips.cc 47 // Call instructions can use only fixed registers as temporaries and
649 // after the call will try to deoptimize to the point before the call.
650 // Thus we still need to attach environment to this call even if
651 // call sequence can not deoptimize eagerly.
770 // We call a C function for double modulo. It can't trigger a GC. We need
771 // to use fixed result register for the call.
1334 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 50 // Call instructions can use only fixed registers as temporaries and
653 // after the call will try to deoptimize to the point before the call.
654 // Thus we still need to attach environment to this call even if
655 // call sequence can not deoptimize eagerly.
1327 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 55 /// EmitObjCBoxedExpr - This routine generates code to call
114 // values alive until after the call.
198 // after the call.
289 // We generally assume that 'self' lives throughout a method call.
378 // self. This represents the call taking direct ownership of that
379 // value. We have to do this after emitting the other call
391 assert(selfAddr && "no self entry for a delegate init call?");
417 // the call back into self. This takes ownership of the value.
446 // Call [super dealloc] if we have a superclass.
512 /// emitStructGetterCall - Call the runtime function to load a propert
1799 llvm::CallInst *call = CGF.EmitNounwindRuntimeCall(fn, value); local
1926 llvm::CallInst *call local
2005 llvm::CallInst *call = EmitNounwindRuntimeCall(fn, value); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 115 case clang::ento::PathDiagnosticPiece::Call:
149 /// function call it represents.
168 case PathDiagnosticPiece::Call: {
169 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece); local
171 assert(LCM.count(&call->path));
172 if (R->isInteresting(LCM[&call->path])) {
177 if (!removeUnneededCalls(call->path, R, LCM))
215 /// Recursively scan through a path and make sure that all call pieces have
220 PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(*I);
222 if (!Call) {
    [all...]
  /external/qemu/telephony/
android_modem.c 197 ACallRec call; member in struct:AVoiceCallRec
524 static void amodem_free_call( AModem modem, AVoiceCall call );
540 ACall call = &vcall->call; local
541 qemu_put_byte( f, call->dir );
542 qemu_put_byte( f, call->state );
543 qemu_put_byte( f, call->mode );
544 qemu_put_be32( f, call->multi );
545 qemu_put_buffer( f, (uint8_t *)call->number, A_CALL_NUMBER_MAX_SIZE+1 );
565 ACall call = &vcall->call local
820 AVoiceCall call = NULL; local
884 AVoiceCall call = modem->calls + nn; local
904 ACall call = &vcall->call; local
1863 ACall call = &vcall->call; local
2071 ACall call = &vcall->call; local
2124 ACall call = &vcall->call; local
2182 ACall call = &vcall->call; local
2240 ACall call = &vcall->call; local
2256 ACall call = &vcall->call; local
2280 ACall call = &vcall->call; local
2295 ACall call = &vcall->call; local
2308 ACall call = &vcall->call; local
2321 ACall call = &vcall->call; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 689 // Call the runtime to find the boolean value of the source and then
889 // Call the runtime to declare the globals.
946 // Record position before stub call for type feedback.
2389 Label call; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 38 // next call: mov(a0, v0). This is not needed on the other architectures.
697 // Call the runtime to find the boolean value of the source and then
899 // Call the runtime to declare the globals.
2413 Label call; local
    [all...]

Completed in 1630 milliseconds

1 2 3 4 5 6 7 891011>>