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

1 2 3 4 5 67 8 91011>>

  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /art/compiler/utils/x86/
assembler_x86.cc 35 void X86Assembler::call(Register reg) { function in class:art::x86::X86Assembler
42 void X86Assembler::call(const Address& address) { function in class:art::x86::X86Assembler
49 void X86Assembler::call(Label* label) { function in class:art::x86::X86Assembler
57 void X86Assembler::call(const ExternalLabel& label) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 39 void X86_64Assembler::call(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
47 void X86_64Assembler::call(const Address& address) { function in class:art::x86_64::X86_64Assembler
55 void X86_64Assembler::call(Label* label) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 227 // Avoid a deadlock between two threads where one is trying to call
230 // sequentially call accept() and close().
308 * the client to trust the web server and call
502 * the server was started or the last call to resetRequestState().
1061 public Void call() throws Exception { method in class:CtsTestServer.ServerThread.HandleResponseTask
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 802 * Simply dump the requested method. Note: The call
1600 public Void call() throws Exception { method in class:Main.ParallelProcessor
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java 58 // Defines the API methods that the Client can call by name.
166 * Records whether we've received a call to one of the public ContentProvider APIs.
688 public Bundle call(String method, String arg, Bundle extras) { method in class:ChromeBrowserProvider
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 14 from subprocess import call namespace
541 # Named type info object represents a named type that is used in OpenGL call
542 # arguments. Each named type defines a set of valid OpenGL call arguments. The
1275 # decoder_func: defines which function to call in the decoder to execute the
1314 # shadowed: True = the value is shadowed so no glGetXXX call will be made.
    [all...]
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.cc 76 // Emit tracing call if requested to do so.
97 // Emit tracing call if requested to do so.
687 // TODO(dcarney): this runtime call should be a handful of
722 javascript()->Call(3, NO_CALL_FUNCTION_FLAGS), 3);
952 // Create nodes to define accessors, using only a single call to the runtime
965 Node* call = NewNode(op, literal, name, getter, setter, attr); local
966 PrepareFrameState(call, it->first->id());
1285 const Operator* call = javascript()->Call(args->length() + 2, flags); local
1300 const Operator* call = javascript()->CallNew(args->length() + 1); local
1327 const Operator* call = javascript()->Call(args->length() + 2, flags); local
1350 const Operator* call = javascript()->Runtime(functionId, args->length()); local
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 121 // Patch the code at the current PC with a call to the target address.
124 // Call instruction takes up 5 bytes and int3 takes up one byte.
138 patcher.masm()->call(target, RelocInfo::NONE32);
144 // Add the requested number of int3 instructions after the call.
1348 void Assembler::call(Label* L) { function in class:v8::internal::Assembler
1366 void Assembler::call(byte* entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1380 // Call size is 1 (opcode) + adr.len_ (operand).
1385 void Assembler::call(const Operand& adr) { function in class:v8::internal::Assembler
1398 void Assembler::call(Handle<Code> code, function in class:v8::internal::Assembler
    [all...]
lithium-ia32.cc 26 // Call instructions can use only fixed registers as temporaries and
642 // after the call will try to deoptimize to the point before the call.
643 // Thus we still need to attach environment to this call even if
644 // call sequence can not deoptimize eagerly.
1277 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 41 // Patch the code at the current PC with a call to the target address.
58 patcher.masm()->call(kScratchRegister);
64 // Add the requested number of int3 instructions after the call.
126 // This call to set_modrm doesn't overwrite the REX.B (or REX.X) bits
655 void Assembler::call(Label* L) { function in class:v8::internal::Assembler
676 void Assembler::call(Address entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
686 void Assembler::call(Handle<Code> target, function in class:v8::internal::Assembler
697 void Assembler::call(Register adr) { function in class:v8::internal::Assembler
707 void Assembler::call(const Operand& op) { function in class:v8::internal::Assembler
721 void Assembler::call(Address target) function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.cc 116 // Patch the code at the current PC with a call to the target address.
119 // Call instruction takes up 5 bytes and int3 takes up one byte.
133 patcher.masm()->call(target, RelocInfo::NONE32);
139 // Add the requested number of int3 instructions after the call.
1281 void Assembler::call(Label* L) { function in class:v8::internal::Assembler
1299 void Assembler::call(byte* entry, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1313 // Call size is 1 (opcode) + adr.len_ (operand).
1318 void Assembler::call(const Operand& adr) { function in class:v8::internal::Assembler
1331 void Assembler::call(Handle<Code> code, function in class:v8::internal::Assembler
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 356 // call is required, an exception within that copy ctor causes
370 // FIXME: this isn't quite right! If there's a final unelided call
372 // must call std::terminate() if that constructor throws, because
431 // call to EmitThrowStmt.
539 // Call __cxa_call_unexpected. This doesn't need to be an invoke
849 /// A cleanup to call __cxa_end_catch. In many cases, the caught
876 /// Emits a call to __cxa_begin_catch and enters a cleanup to call
883 llvm::CallInst *call = local
888 return call;
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 605 assertEquals("fake result", declaresInterface.call());
607 ProxyBuilder.callSuper(declaresInterface, Callable.class.getMethod("call"));
624 assertEquals("fake result", asCallable.call());
636 ProxyBuilder.callSuper(simpleClass, Callable.class.getMethod("call"));
654 assertEquals("b", proxy.call());
656 proxy, ImplementsCallable.class.getMethod("call")));
661 * that support covariant return types. Calling 'Object call()' on the
662 * interface bridges to 'String call()', and so the super method appears to
681 assertEquals("a", proxy.call());
684 // the invocation handler is called, even though this is a callSuper() call!
690 public String call() throws Exception { method in class:ProxyBuilderTest.ImplementsCallable
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 59 virtual void call(UErrorCode* status);
81 void Strcoll::call(UErrorCode* status) function in class:Strcoll
85 // call strcoll for permutation
119 virtual void call(UErrorCode* status);
141 void Strcoll_2::call(UErrorCode* status) function in class:Strcoll_2
145 // call strcoll for two strings at the same index
171 virtual void call(UErrorCode* status);
193 void StrcollUTF8::call(UErrorCode* status) function in class:StrcollUTF8
197 // call strcollUTF8 for permutation
231 virtual void call(UErrorCode* status)
253 void StrcollUTF8_2::call(UErrorCode* status) function in class:StrcollUTF8_2
304 void GetSortKey::call(UErrorCode* status) function in class:GetSortKey
362 void NextSortKeyPart::call(UErrorCode* status) function in class:NextSortKeyPart
429 void NextSortKeyPartUTF8::call(UErrorCode* status) function in class:NextSortKeyPartUTF8
493 void CppCompare::call(UErrorCode* status) { function in class:CppCompare
552 void CppCompare_2::call(UErrorCode* status) { function in class:CppCompare_2
603 void CppCompareUTF8::call(UErrorCode* status) { function in class:CppCompareUTF8
673 void CppCompareUTF8_2::call(UErrorCode* status) { function in class:CppCompareUTF8_2
728 void CppGetCollationKey::call(UErrorCode* status) function in class:CppGetCollationKey
829 void UniStrSort::call(UErrorCode* status) { function in class:UniStrSort
914 void StringPieceSortCpp::call(UErrorCode* status) { function in class:StringPieceSortCpp
938 void StringPieceSortC::call(UErrorCode* status) { function in class:StringPieceSortC
962 void UniStrBinSearch::call(UErrorCode* status) { function in class:UniStrBinSearch
998 void StringPieceBinSearchCpp::call(UErrorCode* status) { function in class:StringPieceBinSearchCpp
1025 void StringPieceBinSearchC::call(UErrorCode* status) { function in class:StringPieceBinSearchC
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 182 m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n", Intrinsic::getName(intrinsic_id).c_str());
249 m_error_stream->Printf("error: call to a function '%s' (alternate name '%s') that is not present in the target\n",
253 m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n",
257 m_error_stream->Printf("error: call to a function '%s' that is not present in the target\n",
272 m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not present in the target\n", name.GetCString());
312 user_inst->setMetadata("lldb.call.realName", metadata);
361 // be called with the builtin attribute on call sites. Remove any such
362 // attributes since it's illegal to have a builtin call to something
368 if (auto call = dyn_cast<CallInst>(*u)) {
369 call->removeAttribute(AttributeSet::FunctionIndex, builtin)
1714 CallInst *call = dyn_cast<CallInst>(&inst); local
1761 CallInst *call = dyn_cast<CallInst>(&inst); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /art/compiler/dex/quick/x86/
target_x86.cc 87 // bulk copy in preparation to call.
461 /* Clobber all regs that might be used by an external C call */
1008 LIR *call = RawLIR(current_dalvik_offset_, kX86CallI, static_cast<int>(target_method_id_ptr), local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 23 // Call instructions can use only fixed registers as temporaries and
589 // after the call will try to deoptimize to the point before the call.
590 // Thus we still need to attach environment to this call even if
591 // call sequence can not deoptimize eagerly.
1240 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 23 // Call instructions can use only fixed registers as temporaries and
481 // after the call will try to deoptimize to the point before the call.
482 // Thus we still need to attach environment to this call even if
483 // call sequence can not deoptimize eagerly.
1054 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 185 // through the API. We call this regardless of whether we are building a
372 Builtins::Name call) {
376 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
1973 Handle<JSFunction> call = local
    [all...]
debug.cc 340 // Patch the IC call.
358 // Patch the IC call.
384 // Step in can only be prepared if currently positioned on an IC call,
385 // construct call or CallFunction stub call.
401 // Step in through construct call requires no changes to the running code.
443 // used by the call site.
496 // calling convention used by the call site.
942 // Hold on to last step action as it is cleared by the call to
1461 Code* call = isolate->builtins()->builtin(Builtins::kFunctionCall); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 25 // Call instructions can use only fixed registers as temporaries and
596 // after the call will try to deoptimize to the point before the call.
597 // Thus we still need to attach environment to this call even if
598 // call sequence can not deoptimize eagerly.
732 // We call a C function for double modulo. It can't trigger a GC. We need
733 // to use fixed result register for the call.
1248 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 25 // Call instructions can use only fixed registers as temporaries and
596 // after the call will try to deoptimize to the point before the call.
597 // Thus we still need to attach environment to this call even if
598 // call sequence can not deoptimize eagerly.
732 // We call a C function for double modulo. It can't trigger a GC. We need
733 // to use fixed result register for the call.
1248 LCallFunction* call = new(zone()) LCallFunction(context, function); local
    [all...]

Completed in 2422 milliseconds

1 2 3 4 5 67 8 91011>>