HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 901 - 925 of 8676) sorted by null

<<31323334353637383940>>

  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 32 * code attributes that it visits.
77 // Remove exceptions with empty code blocks.
94 // Make the code block empty.
108 * Returns whether the specified block of code may throw exceptions.
116 byte[] code = codeAttribute.code;
123 Instruction instruction = InstructionFactory.create(code, offset);
145 * code blocks.
  /external/qemu/distrib/jpeg-6b/
cderror.h 27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
83 JMESSAGE(JERR_RLE_BADERROR, "Bogus error code from RLE library")
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 47 typedef void (__watcall *pfnSDL_CurrentEndThread)(unsigned code);
52 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /external/regex-re2/re2/testing/
compile_test.cc 2 // Use of this source code is governed by a BSD-style
18 // the regexp compiles to the expected code.
21 // that run the compiled code.
25 const char* code; member in struct:re2::Test
123 if (s != t.code) {
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
125 LOG(ERROR) << "Want:\n" << t.code;
  /external/tcpdump/missing/
dlnames.c 8 * 1. Redistributions of source code must retain the above copyright
56 #define DLT_CHOICE(code, description) { #code, description, code }
  /external/v8/src/
bytecodes-irregexp.h 6 // * Redistributions of source code must retain the above copyright
37 // The first argument is packed in with the byte code in one word, but so it
94 #define DECLARE_BYTECODES(name, code, length) \
95 static const int BC_##name = code;
99 #define DECLARE_BYTECODE_LENGTH(name, code, length) \
  /external/v8/test/cctest/
test-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
69 Object* code = HEAP->CreateCode( variable
71 Code::ComputeFlags(Code::STUB),
73 CHECK(code->IsCode());
75 Code::cast(code)->Print();
77 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
106 Object* code = HEAP->CreateCode variable
152 Object* code = HEAP->CreateCode( variable
200 Object* code = HEAP->CreateCode( variable
315 Object* code = HEAP->CreateCode( variable
375 Object* code = HEAP->CreateCode( variable
410 Object* code = HEAP->CreateCode( variable
486 Object* code = HEAP->CreateCode( local
672 Object* code = HEAP->CreateCode( variable
787 Object* code = HEAP->CreateCode( variable
898 Object* code = HEAP->CreateCode( variable
995 Object* code = HEAP->CreateCode( variable
    [all...]
  /external/v8/test/mjsunit/regress/
regress-815.js 6 // * Redistributions of source code must retain the above copyright
28 // 815 describes a situation in which the ARM code generator could
29 // end up in a spilled scope in code that only worked in a register
32 // The code generated for unary + assumes that we are not in a spilled
37 // The code for the iterated-over object in for-in used to be emitted
41 // Emitting code for the left hand side of a for-in.
  /external/webp/src/utils/
huffman_encode.c 3 // Use of this source code is governed by a BSD-style license
33 // 1) Let's make the Huffman code more compatible with rle encoding.
45 // with an rle code.
287 tokens->code = value;
296 tokens->code = value;
302 tokens->code = 16;
307 tokens->code = 16;
322 tokens->code = 0; // 0-value
328 tokens->code = 17;
333 tokens->code = 18
412 uint32_t code = 0; local
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 9 * side benefit, this code might actually be useful when small code is more
18 * is less than 2K bytes. This code is compatible with 16-bit int's and
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
25 * code is meant to supplement RFC 1951, which formally describes the deflate
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
61 * 1.7 3 Mar 2003 - Added test code for distribution
67 * - Add option in TEST code for puff to write the data
68 * - Add option in TEST code to skip input bytes
69 * - Allow TEST code to read from piped stdi
238 int code; \/* len bits being decoded *\/ local
266 int code; \/* len bits being decoded *\/ local
    [all...]
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
78 switch(code) {
102 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 86 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
88 switch (code) {
107 return BBinder::onTransact(code, data, reply, flags);
IMediaLogService.cpp 67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch (code) {
88 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 60 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
62 switch (code) {
76 return super.onTransact(code, data, reply, flags);
IObbActionListener.java 61 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
63 switch (code) {
81 return super.onTransact(code, data, reply, flags);
133 * @param status status code as defined in {@link OnObbStateChangeListener}
  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 74 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 switch(code) {
94 return BBinder::onTransact(code, data, reply, flags);
IGraphicBufferAlloc.cpp 73 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
88 switch(code) {
112 return BBinder::onTransact(code, data, reply, flags);
ISensorServer.cpp 78 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
80 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 95 public Message waitForMessage(int code) {
115 if (msg == null || code == GSMPhoneTest.ANY_MESSAGE || msg.what == code) return msg;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
copy_assign.fail.cpp 40 assert(e.code() == make_error_code(std::future_errc::no_state));
61 assert(e.code() == make_error_code(std::future_errc::no_state));
82 assert(e.code() == make_error_code(std::future_errc::no_state));
copy_ctor.fail.cpp 38 assert(e.code() == make_error_code(std::future_errc::no_state));
57 assert(e.code() == make_error_code(std::future_errc::no_state));
76 assert(e.code() == make_error_code(std::future_errc::no_state));
dtor.pass.cpp 45 assert(e.code() == make_error_code(std::future_errc::broken_promise));
74 assert(e.code() == make_error_code(std::future_errc::broken_promise));
103 assert(e.code() == make_error_code(std::future_errc::broken_promise));
move_assign.pass.cpp 41 assert(e.code() == make_error_code(std::future_errc::no_state));
62 assert(e.code() == make_error_code(std::future_errc::no_state));
83 assert(e.code() == make_error_code(std::future_errc::no_state));
move_ctor.pass.cpp 39 assert(e.code() == make_error_code(std::future_errc::no_state));
58 assert(e.code() == make_error_code(std::future_errc::no_state));
77 assert(e.code() == make_error_code(std::future_errc::no_state));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 111 // To take care of hitbox overlaps, we compare key's code here too.
128 for (final int code : codes) {
129 if (code == Constants.NOT_A_CODE) break;
131 sb.append(Constants.printableCode(code));

Completed in 1769 milliseconds

<<31323334353637383940>>