HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 2126 - 2150 of 2299) sorted by null

<<81828384858687888990>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 60 * serialization calls to <CODE>org.apache.xml.serializer.ToStream</CODE> or
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 675 static int encodeShift(int code, int amount) {
676 return ((amount & 0x1f) << 2) | code;
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 78 * the code cache lookup otherwise it is possible to indefinitely bouce
79 * between the interpreter and the code cache if the instruction that fails
230 * rGLUE & rFP were preserved in the translated code, and rPC has
241 * Common code to update potential trace start counter, and initiate
358 * Common code when a backward branch is taken.
476 * Common code for method invocation with range.
502 * Common code for method invocation without range.
676 * Common code for method invocation, calling through "glue code".
704 * Common code for handling a return instruction
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 322 int syntaxError(UErrorCode code,
326 return parser.syntaxError(code, rule, start, status);
407 // 16-bit code units suffices here.
412 // whitespace likely to be seen in code.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 4 ; This source code is licensed under the GNU LGPL
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 218 void SetDirectFBerror (const char *function, DFBResult code)
220 const char *error = DirectFBErrorString (code);
225 SDL_SetError("Unknown error code from %s", function);
  /external/v8/benchmarks/
base.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/src/ia32/
virtual-frame-ia32.cc 6 // * Redistributions of source code must retain the above copyright
57 // Emit code to write elements below the stack pointer to their
234 // We should always be merging the code generator's current frame to an
380 // register code order, we have special code to ensure that the backing
421 // Code optimization if backing store should also move
457 // Verify that edi contains a JS function. The following code
487 // Record the location of the JS exit code for patching when setting
493 // call instruction to support patching the exit code in the
531 // For more locals a loop in generated code is more compact
    [all...]
  /external/v8/test/mjsunit/
array-reduce.js 6 // * Redistributions of source code must retain the above copyright
debug-backtrace.js 6 // * Redistributions of source code must retain the above copyright
debug-sourceinfo.js 6 // * Redistributions of source code must retain the above copyright
json.js 6 // * Redistributions of source code must retain the above copyright
mirror-object.js 6 // * Redistributions of source code must retain the above copyright
  /external/v8/tools/
splaytree.js 6 // * Redistributions of source code must retain the above copyright
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.h 9 * 1. Redistributions of source code must retain the above copyright
911 static void linkCall(void* code, Call call, FunctionPtr function)
913 ARMAssembler::linkCall(code, call.m_jmp, function.value());
MacroAssemblerARMv7.h 7 * 1. Redistributions of source code must retain the above copyright
670 // or jumps that will require external linkage (after the code has been
    [all...]
  /external/webkit/WebCore/css/
html.css 546 tt, code, kbd, samp {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 288 * entering of PIN code or passphrase to retry the
1093 switch (hdr->code) {
1151 "code %d", hdr->code);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 553 switch (msg->hdr->code) {
637 "(type=%d code=%d id=%d)%s - dropping packet",
638 msg_type, msg->hdr->code, msg->hdr->identifier,
    [all...]
  /external/zlib/contrib/masmx64/
inffasx64.asm 18 .code
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 387 void notifySuppServiceFailed(SuppService code) {
388 mSuppServiceFailedRegistrants.notifyResult(code);
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 11 Code & Documentation:
944 var code = event.which || event.keyCode;
945 var key = Event.Keys.keyOf(code);
947 var fKey = code - 111;
950 key = key || String.fromCharCode(code).toLowerCase();
991 code: code,
    [all...]
  /frameworks/base/libs/audioflinger/
AudioFlinger.cpp     [all...]
  /external/v8/src/
mirror-debugger.js 6 // * Redistributions of source code must retain the above copyright
816 * Returns the source code for the function.
817 * @return {string or undefined} The source code for the function. If the
1225 * through JavaScript code.
    [all...]
objects.cc 6 // * Redistributions of source code must retain the above copyright
3034 Code* code = Code::cast(cache->get(i + 1)); local
4984 Code* code = Code::cast(*p); local
    [all...]

Completed in 985 milliseconds

<<81828384858687888990>>