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

<<51525354555657585960>>

  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 17 package com.android.dx.cf.code;
33 * @param prototype {@code non-null;} the prototype for the associated
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 17 package com.android.dx.dex.code;
39 * code block. This may be greater than the largest observed register+
40 * category because the method this code block exists in may
49 * @param list {@code non-null;} the list to use for elements
51 * this code block requires.
52 * @return {@code non-null;} an appropriately-constructed instance of this
69 * Constructs an instance. All indices initially contain {@code null}.
81 * do that, this will throw {@code NullPointerException}.
83 * @param n {@code >= 0, < size();} which index
84 * @return {@code non-null;} element at that inde
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 19 import com.android.dx.dex.code.LocalList;
20 import com.android.dx.dex.code.PositionList;
21 import com.android.dx.rop.code.RegisterSpec;
22 import com.android.dx.rop.code.SourcePosition;
49 * with {@code this} excluded. A value of '0' indicates "no name"
51 * {@code DebugInfoConstants}.
52 * <li> A single terminating {@code OP_END_SEQUENCE}
58 /** {@code null-ok;} positions (line numbers) to encode */
61 /** {@code null-ok;} local variables to encode */
99 * @param positions {@code null-ok;} positions (line numbers) to encod
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 17 package com.android.dx.rop.code;
26 * identical to Java access flags, but {@code ACC_SUPER} isn't
27 * used at all in translated code, and {@code ACC_SYNCHRONIZED}
47 * synchronized method; only valid in dex files for {@code native}
53 * class with new-style {@code invokespecial} for superclass
80 * method with strict floating point ({@code strictfp})
101 * method was declared {@code synchronized}; has no effect on
150 * @return {@code non-null;} human-oriented string
161 * @return {@code non-null;} human-oriented strin
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 19 import com.android.dx.rop.code.*;
25 /** {@code non-null;} rop insn that we're wrapping */
55 * @param index {@code >=0;} index of source to change
106 * @return {@code null-ok;} sources list
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 23 import com.android.dx.rop.code.RegisterSpec;
31 * Calculate the live ranges for register {@code reg}.<p>
39 * {@code non-null;} index by basic block indexed set of basic blocks
46 * {@code non-null;} set of blocks remaing to visit as "live out as block"
51 * {@code >=0;} SSA register currently being analyzed.
65 /** index of statement {@code s} in {@code blockN} */
81 * live in/out information in {@code SsaBasicBlock} instances and
84 * @param ssaMeth {@code non-null;} method to process
85 * @return {@code non-null;} interference graph indexed by SS
    [all...]
  /dalvik/libcore/
NativeCode.mk 16 # Definitions for building the native code needed for the core library.
59 $(error No native code defined for libcore)
  /external/bluetooth/bluez/include/bluetooth/
l2cap.h 92 uint8_t code; member in struct:__anon1087
  /external/bluetooth/glib/tests/
iochannel-test.c 95 if (gerr->code != G_CONVERT_ERROR_NO_CONVERSION)
  /external/freetype/src/truetype/
ttinterp.h 143 FT_Int curRange; /* current code range number */
144 FT_Byte* code; /* current code range */ member in struct:TT_ExecContextRec_
178 TT_CodeRangeTable codeRangeTable; /* table of valid code ranges */
294 /* FreeType error code. 0 means success. */
  /external/iproute2/tc/
tc_util.h 53 int code, struct nlmsghdr *n);
  /external/jpeg/
jfdctflt.c 18 * much more complex and seem not to be any faster when reduced to code.
23 * JPEG textbook (see REFERENCES section in file README). The following code
50 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
jfdctfst.c 13 * much more complex and seem not to be any faster when reduced to code.
18 * JPEG textbook (see REFERENCES section in file README). The following code
46 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 151 u_int8_t code[2]; /* range of code */ member in struct:ip6t_icmp
156 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 265 packet.code = CODE_PADI;
367 if (packet.code == CODE_PADO) {
435 packet.code = CODE_PADR;
548 if (packet.code == CODE_PADS) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 206 int code; /* User defined event code */ member in struct:SDL_UserEvent
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 108 .end @ end of assembly code
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 108 .end @ end of assembly code
  /external/tremolo/Tremolo/
floor1LARM.s 11 @ * Redistributions of source code must retain the above copyright
  /external/v8/src/
regexp-macro-assembler.h 6 // * Redistributions of source code must retain the above copyright
164 #ifdef V8_NATIVE_REGEXP // Avoid compiling unused code.
168 // Type of input string to generate code for.
171 // Result of calling generated native RegExp code.
186 static Result Match(Handle<Code> regexp,
193 // Called from generated RegExp code.
209 // Used by generated RegExp code.
216 static Result Execute(Code* code,
string-stream.h 6 // * Redistributions of source code must retain the above copyright
153 // NOTE: Returns the code in the output parameter.
154 void PrintFunction(Object* function, Object* receiver, Code** code);
  /external/v8/test/cctest/
test-accessors.cc 6 // * Redistributions of source code must retain the above copyright
400 CHECK(frame->code()->IsCode());
402 i::Code* code = frame->code(); local
403 CHECK(code->contains(pc));
  /external/v8/test/mjsunit/regress/
regress-219.js 6 // * Redistributions of source code must retain the above copyright
31 // (See http://code.google.com/p/v8/issues/detail?id=219)
regress-231.js 6 // * Redistributions of source code must retain the above copyright
28 // See issue 231 <URL: http://code.google.com/p/v8/issues/detail?id=231 >
regress-334.js 6 // * Redistributions of source code must retain the above copyright
30 // Test for http://code.google.com/p/v8/issues/detail?id=334

Completed in 1863 milliseconds

<<51525354555657585960>>