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

<<21222324252627282930>>

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 31 @ go ahead and transfer control to the native code
35 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
45 blx r8 @ off to the native code
  /external/v8/test/mjsunit/regress/
regress-233.js 6 // * Redistributions of source code must retain the above copyright
28 // See issue 233 <URL: http://code.google.com/p/v8/issues/detail?id=233 >
31 // This code shouldn't segmentation fault.
regress-386.js 6 // * Redistributions of source code must retain the above copyright
29 // Test for http://code.google.com/p/v8/issues/detail?id=386
37 // a flaw in the code that handled this combination of events.
regress-69.js 6 // * Redistributions of source code must retain the above copyright
31 // See issue: http://code.google.com/p/v8/issues/detail?id=69
33 // Flags: --debug-code --expose-gc
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 65 protected boolean onTransact(int code, Parcel data, Parcel reply,
67 //Log.i("ServiceTest", "Received code " + code + " in state " + mStartState);
68 if (code == STARTED_CODE) {
87 } else if (code == DESTROYED_CODE) {
95 } else if (code == UNBIND_CODE) {
105 } else if (code == REBIND_CODE) {
114 return super.onTransact(code, data, reply, flags);
  /bionic/libc/kernel/common/linux/
module.h 108 #define module_put_and_exit(code) do_exit(code)
  /bootable/recovery/
ui.c 255 if (ev.code == REL_Y) {
264 ev.code = KEY_DOWN;
270 ev.code = KEY_UP;
278 } while (ev.type != EV_KEY || ev.code > KEY_MAX);
285 key_pressed[ev.code] = ev.value;
290 key_queue[key_queue_len++] = ev.code;
295 if (ev.value > 0 && device_toggle_display(key_pressed, ev.code)) {
302 if (ev.value > 0 && device_reboot_now(key_pressed, ev.code)) {
329 LOGE("Missing bitmap %s\n(Code %d)\n", BITMAPS[i].name, result);
  /build/core/combo/arch/arm/
armv4t.mk 7 # code in assembler source since the bx (branch and exchange) instruction is
  /build/target/board/sim/
BoardConfig.mk 20 # The simulator does not support native code at all
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 19 import com.android.dx.rop.code.RopMethod;
20 import com.android.dx.rop.code.TranslationAdvice;
30 * Settings for optimization of code.
34 * {@code null-ok;} hash set of class name + method names that
35 * should be optimized. {@code null} if this constraint was not
41 * {@code null-ok;} hash set of class name + method names that should NOT
123 * @param nonOptRmeth {@code non-null;} origional rop method
124 * @param paramSize {@code >= 0;} parameter size of method
126 * @param args {@code non-null;} translator arguments
127 * @param advice {@code non-null;} translation advic
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 19 import com.android.dx.dex.code.DalvCode;
20 import com.android.dx.dex.code.DalvInsnList;
21 import com.android.dx.dex.code.LocalList;
22 import com.android.dx.dex.code.PositionList;
40 * This code exists mostly as a reference implementation and test for
41 * for the {@code DebugInfoEncoder}
53 /** size of code block in code units */
87 * @param codesize size of code block in code unit
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 20 import com.android.dx.rop.code.RegisterSpecSet;
21 import com.android.dx.rop.code.RegisterSpec;
29 * Stolen from {@link com.android.dx.rop.code.LocalVariableInfo}.
32 /** {@code >= 0;} the register count for the method */
36 * {@code non-null;} {@link com.android.dx.rop.code.RegisterSpecSet} to use when indicating a block
43 * {@code non-null;} array consisting of register sets representing the
49 /** {@code non-null;} map from instructions to the variable each assigns */
55 * @param method {@code non-null;} the method being represented by this instance
77 * @param index {@code >= 0;} the block inde
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/
PaddedBlockCipher.java 212 byte code = (byte)(blockSize - bufOff);
216 buf[bufOff] = code;
  /dalvik/libcore/sql/src/main/java/SQLite/
StringEncoder.java 9 * author in the source code of the SQLite distribution.
10 * I feel obliged to provide a quote from the original C-source code:
12 * "The author disclaims copyright to this source code. In place of
38 * When decoded with this class' <code>decode</code> method
97 * this class' <code>encode</code> method.
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 114 * Retains namespace attributes like {@code xmlns="http://foo"} or {@code
803 String code = get(pos);
806 name = code;
809 if (code.charAt(0) == '#') {
811 (code.charAt(1) == 'x'
812 ? Integer.parseInt(code.substring(2), 16)
813 : Integer.parseInt(code.substring(1)));
818 String result = (String) entityMap.get(code);
824 error("unresolved: &" + code + ";")
    [all...]
  /dalvik/vm/mterp/armv5te/
bincmp.S 19 FETCH_S(r9, 1) @ r9<- branch offset, in code units
zcmp.S 16 FETCH_S(r9, 1) @ r9<- branch offset, in code units
  /dalvik/vm/mterp/armv6t2/
bincmp.S 18 FETCH_S(r9, 1) @ r9<- branch offset, in code units
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 19 * Code: Generic 32-bit array "get" operation. Provides a "scale" variable
47 # to reduce code size
OP_INVOKE_SUPER_QUICK.S 19 * Code: Optimization for invoke-super and invoke-super/range
40 jmp common_invokeMethod${routine} # invoke method common code
OP_PACKED_SWITCH.S 19 * Code: Jump to a new instruction using a jump table
44 call $func # call code-unit branch offset
  /development/simulator/wrapsim/
DevEvent.c 149 wsLog("%s: set LED code=%d value=%d\n",
150 dev->debugName, piev->code, piev->value);
286 static int sendKeyEvent(FakeDev* dev, int code, int isDown)
293 iev.code = code;
318 iev.code = BTN_TOUCH;
343 iev.code = ABS_X;
353 iev.code = ABS_Y;
376 iev.code = 0;
  /external/gtest/test/
gtest_xml_output_unittest.py 10 # * Redistributions of source code must retain the above copyright
146 XML document. Furthermore, the program's exit code must be
162 "'%s' exited with code %s, which doesn't match "
163 "the expected exit code %s."
  /external/icu4c/samples/
defs.mk 2 # Sample code makefile definitions
  /external/icu4c/tools/gennames/
gennames.c 17 * parses it, and extracts the character code,
56 * Different strings for a code point - normal name, 1.0 name, and ISO comment -
61 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5
101 * the algRangeData (zero-terminated), followed by the Unicode code point
105 * 1 Names are formed by calculating modulo-factors of the code point value as follows:
112 * The rangeStart is subtracted; with the difference, here "code":
114 * index[i]=code%factor[i];
115 * code/=factor[i];
232 uint32_t code; member in struct:__anon2443
304 addLine(uint32_t code, char *names[], int16_t lengths[], int16_t count)
475 uint32_t code=0; local
    [all...]

Completed in 1715 milliseconds

<<21222324252627282930>>