HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 801 - 825 of 878) sorted by null

<<313233343536

  /external/bluetooth/bluez/src/
uinput.h 716 uint16_t code; member in struct:uinput_event
  /external/v8/src/
heap.cc 6 // * Redistributions of source code must retain the above copyright
216 ASSERT(!HEAP->InNewSpace(object)); // Code only works for old objects.
226 ASSERT(!HEAP->InNewSpace(object)); // Code only works for old objects.
268 // and does not count available bytes already in the old space or code
336 PrintF("Code space, used: %8" V8_PTR_PREFIX "d"
468 // Note: as weak callbacks can execute arbitrary code, we cannot
896 // Visitor class to verify pointers in code or data space do not point into
1003 // there are no intergenerational pointers in code or data spaces.
2785 Code* code = Code::cast(result); local
    [all...]
hydrogen.cc 6 // * Redistributions of source code must retain the above copyright
591 Handle<Code> HGraph::Compile(CompilationInfo* info) {
595 return Handle<Code>::null();
601 if (chunk == NULL) return Handle<Code>::null();
603 if (!FLAG_alloc_lithium) return Handle<Code>::null();
607 if (!FLAG_use_lithium) return Handle<Code>::null();
621 Code::Flags flags =
622 Code::ComputeFlags(Code::OPTIMIZED_FUNCTION, NOT_IN_LOOP);
623 Handle<Code> code local
    [all...]
parser.cc 6 // * Redistributions of source code must retain the above copyright
809 // Base class containing common code for the different finder classes used by
1428 Handle<Code> code = Handle<Code>(fun->shared()->code()); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 98 that the preamble will never occur except in specific code
103 /* Translates PPC32/64 code to IR. */
150 /* Pointer to the guest code area. */
160 /* The IRSB* into which we're generating code. */
182 /* Simple; "& f" points directly at the code for f. */
9310 UChar* code = (UChar*)(guest_code + delta); local
    [all...]
guest_x86_toIR.c 36 /* Translates x86 code to IR. */
97 translate x86 code for execution on a 64-bit host.
154 that the preamble will never occur except in specific code
203 /* Pointer to the guest code area (points to start of BB, not to the
214 /* The IRSB* into which we're generating code. */
7918 UChar* code = (UChar*)(guest_code + delta); local
7970 UChar* code = (UChar*)(guest_code + delta); local
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 11 // integer code. Execution is spread out over quite a few basic blocks;
21 // Licensing: the code within is mostly taken from bzip2, which has a BSD
22 // license. There is a little code from VEX, which is licensed under GPLv2
43 1. Redistributions of source code must retain the above copyright
115 1. Redistributions of source code must retain the above copyright
363 Code contributed by Yoshioka Tsuneo
366 This code is not _officially_ part of libbzip2 (yet);
369 If this code breaks, please contact both Yoshioka and me.
649 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon12485
800 /* save area for scalars in the main decompress code */
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 4 // integer code. Execution is spread out over quite a few basic blocks;
14 // Licensing: the code within is mostly taken from bzip2, which has a BSD
15 // license. There is a little code from VEX, which is licensed under GPLv2
36 1. Redistributions of source code must retain the above copyright
108 1. Redistributions of source code must retain the above copyright
356 Code contributed by Yoshioka Tsuneo
359 This code is not _officially_ part of libbzip2 (yet);
362 If this code breaks, please contact both Yoshioka and me.
642 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon12658
793 /* save area for scalars in the main decompress code */
    [all...]
varinfo6.c 42 // integer code. Execution is spread out over quite a few basic blocks;
52 // Licensing: the code within is mostly taken from bzip2, which has a BSD
53 // license. There is a little code from VEX, which is licensed under GPLv2
74 1. Redistributions of source code must retain the above copyright
146 1. Redistributions of source code must retain the above copyright
394 Code contributed by Yoshioka Tsuneo
397 This code is not _officially_ part of libbzip2 (yet);
400 If this code breaks, please contact both Yoshioka and me.
680 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon12672
831 /* save area for scalars in the main decompress code */
    [all...]
  /external/valgrind/main/perf/
bz2.c 4 // integer code. Execution is spread out over quite a few basic blocks;
14 // Licensing: the code within is mostly taken from bzip2, which has a BSD
15 // license. There is a little code from VEX, which is licensed under GPLv2
36 1. Redistributions of source code must retain the above copyright
108 1. Redistributions of source code must retain the above copyright
356 Code contributed by Yoshioka Tsuneo
359 This code is not _officially_ part of libbzip2 (yet);
362 If this code breaks, please contact both Yoshioka and me.
642 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon12754
793 /* save area for scalars in the main decompress code */
    [all...]
test_input_for_tinycc.c 1070 Int32 code [6][258]; member in struct:__anon12767
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 58 * <p>An Intent provides a facility for performing late runtime binding between the code in
213 * information supplied in the <code>AndroidManifest.xml</code> file as
223 * <li> For data that is not a <code>content:</code> URI and where no explicit
225 * intent data (such as <code>http:</code> or <code>mailto:</code>) is
301 * <code>com.android.notepad.NotesList</code>, serves as our mai
5571 int code = 0; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 320 MMI service code
331 * Primary Scrambling Code (as described in TS 25.331)
336 * Level index of CPICH Received Signal Code Power in UMTS
369 /* an integer cause code defined in TS 24.008
418 * 0 = MO intermediate result code
419 * 1 = MT unsolicited result code
421 int code; /* See 27.007 7.17 member in struct:__anon16186
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 110 * ASCII code points input.
1440 int code = primaryCode; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 24 __u16 code; member in struct:input_event
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
input.h 23 __u16 code; member in struct:input_event
rtnetlink.h 313 __u8 code; member in struct:rta_session::__anon21569::__anon21571
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
input.h 23 __u16 code; member in struct:input_event
rtnetlink.h 313 __u8 code; member in struct:rta_session::__anon21923::__anon21925
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
input.h 23 __u16 code; member in struct:input_event
rtnetlink.h 313 __u8 code; member in struct:rta_session::__anon22277::__anon22279
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
input.h 23 __u16 code; member in struct:input_event
rtnetlink.h 313 __u8 code; member in struct:rta_session::__anon22696::__anon22698
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
input.h 23 __u16 code; member in struct:input_event

Completed in 2011 milliseconds

<<313233343536