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

<<61626364656667686970>>

  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 38 * This AttributeVisitor simplifies the code attributes that it visits, based
86 * execute the code and provide
118 // Process the code.
159 // Reset the code changes.
169 Instruction instruction = InstructionFactory.create(codeAttribute.code,
196 Instruction instruction = InstructionFactory.create(codeAttribute.code,
238 Instruction instruction = InstructionFactory.create(codeAttribute.code,
245 // that straddles some marked code.
251 // that straddles some marked code.
279 // Is the corresponding variable necessary anywhere in the code,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 235 * @param what what code of message when delivered
254 * @param what what code of message when delivered
273 * @param what what code of message when delivered
    [all...]
  /external/v8/src/
heap.cc 6 // * Redistributions of source code must retain the above copyright
200 // and does not count available bytes already in the old space or code
261 PrintF("Code space, used: %8d, available: %8d, waste: %8d\n",
716 // Visitor class to verify pointers in code or data space do not point into
801 // there are no intergenerational pointers in code or data spaces.
992 // Skip code object, we know it does not contain inter-generational
1002 // By definition, we do not care about remembered set bits in code,
2205 Code* code = Code::cast(result); local
    [all...]
string-stream.cc 6 // * Redistributions of source code must retain the above copyright
270 // printing code. This is a problem on Windows in particular; see
479 void StringStream::PrintFunction(Object* f, Object* receiver, Code** code) {
488 *code = fun->code();
  /external/webkit/JavaScriptCore/assembler/
X86Assembler.h 7 * 1. Redistributions of source code must retain the above copyright
1491 char* code = reinterpret_cast<char*>(m_formatter.data()); local
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 6 // * Redistributions of source code must retain the above copyright
41 Code::Flags flags,
59 // Get the code entry from the cache.
64 __ ldr(offset, FieldMemOperand(offset, Code::kFlagsOffset));
65 __ and_(offset, offset, Operand(~Code::kFlagsNotUsedInLookup));
69 // Restore offset and re-load code entry from cache.
74 // Jump to the first instruction in the code stub.
75 __ add(offset, offset, Operand(Code::kHeaderSize - kHeapObjectTag));
85 Code::Flags flags,
92 // Make sure that code is valid. The shifting code relies on th
356 Code* code = NULL; local
1799 Code* code = Builtins::builtin(Builtins::JSConstructStubGeneric); local
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 6 // * Redistributions of source code must retain the above copyright
46 Code::Flags flags,
64 // Get the code entry from the cache.
69 __ movl(offset, FieldOperand(kScratchRegister, Code::kFlagsOffset));
70 __ and_(offset, Immediate(~Code::kFlagsNotUsedInLookup));
74 // Jump to the first instruction in the code stub.
75 __ addq(kScratchRegister, Immediate(Code::kHeaderSize - kHeapObjectTag));
82 void StubCompiler::GenerateLoadMiss(MacroAssembler* masm, Code::Kind kind) {
83 ASSERT(kind == Code::LOAD_IC || kind == Code::KEYED_LOAD_IC)
84 Code* code = NULL; local
1851 Code* code = Builtins::builtin(Builtins::JSConstructStubGeneric); local
    [all...]
  /external/wpa_supplicant/
eap.c 259 * entering of PIN code or passphrase to retry the
726 resp->code = EAP_CODE_RESPONSE;
795 resp->code = EAP_CODE_RESPONSE;
997 resp->code = EAP_CODE_RESPONSE;
1048 resp->code = EAP_CODE_RESPONSE;
1088 switch (hdr->code) {
1146 "code %d", hdr->code);
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 908 char code[8] = {0, 0, 0, 0, 0, 0, 0, 0}; local
912 uprv_strcat(code, language);
915 uprv_strcat(code, "_");
916 uprv_strcat(code, country);
920 if (uprv_strcmp(code, languageMap[i].localeCode) == 0) {
    [all...]
  /external/openssl/crypto/engine/
eng_padlock.c 18 * 1. Redistributions of source code must retain the above copyright
168 #if 1 /* disable RNG for now, see commentary in vicinity of RNG code */
297 * When generating position-independent code GCC won't let
499 #define REP_XCRYPT(code) \
502 _asm _emit code
509 #define PADLOCK_XCRYPT_ASM(name,code) \
518 REP_XCRYPT(code) \
527 padlock_xstore(void *outp,unsigned int code)
1162 * This code is not engaged. The reason is that it does not comply
  /external/v8/src/ia32/
assembler-ia32.h 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
48 // compatible with int, which has caused code-generation bugs.
60 // code generated for some assembly instructions (because they boil down
61 // to a few constants). If this is a problem, we could change the code
64 // and best performance in optimized code.
71 int code() const { function in struct:v8::internal::Register
97 int code() const { function in struct:v8::internal::XMMRegister
301 // may be used together with a Label in order to refer to a yet unknown code
359 // // Generate SSE2 floating point code
    [all...]
  /external/v8/test/cctest/
test-heap.cc 79 Object* code = Heap::CreateCode(desc, local
81 Code::ComputeFlags(Code::STUB),
83 CHECK(code->IsCode());
85 HeapObject* obj = HeapObject::cast(code);
90 CHECK_EQ(code, found);
95 Code::ComputeFlags(Code::STUB),
101 CHECK(not_right != code);
  /frameworks/base/core/java/android/webkit/
LoadListener.java 261 ((Integer) status.get("code")).intValue(),
516 int code, /* Status-Code value */ String reasonPhrase) {
521 + " code: " + code
527 status.put("code", code);
538 private void handleStatus(int major, int minor, int code, String reason) {
541 mStatusCode = code;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)])
53 /* Tree code classes. */
55 /* Each tree_code has an associated code class represented by a
59 tcc_exceptional, /* An exceptional code (fits no category). */
62 tcc_type, /* A type object code. */
75 /* Each tree code class has an associated string representation.
86 #define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)]
88 /* Nonzero if CODE represents an exceptional code. *
1952 enum omp_clause_code code; local
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 35 a, a code {
40 a:active code {
45 a:visited code {
67 code, pre {
1177 dl.tag-list dt code,
1179 dl.atn-list dt code,
  /cts/tests/src/android/app/cts/
LaunchpadActivity.java 379 .setAction("Unexpected request code: " + requestCode));
510 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) {
513 if (code == GOT_RECEIVE_TRANSACTION) {
517 } else if (code == ERROR_TRANSACTION) {
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 123 static ArmLIR *genIT(CompilationUnit *cUnit, ArmConditionCode code,
127 int condBit = code & 1;
150 return newLIR2(cUnit, kThumb2It, code, mask);
182 * Of particular interest to this code is the test for the
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 68 registers in compiled code
72 r7 rINST first 16-bit code unit of current instruction
151 * instruction epilogue code. The multi-compare approach below needs
179 * address in the code cache following the invoke instruction. Otherwise
212 str r9, [r3, #offThread_inJitCodeCache] @ in code cache or not
293 * Thumb code through the link register to transfer control to the callee
347 * Thumb code through the link register to transfer control to the callee
422 @ go ahead and transfer control to the native code
426 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
436 blx r8 @ off to the native code
    [all...]
  /device/htc/dream-sapphire/libsensors/
sensors.c 357 event[0].code = SYN_CONFIG;
443 //LOGD("type: %d code: %d value: %-5d time: %ds",
444 // event.type, event.code, event.value,
446 switch (event.code) {
509 if (event.code == SYN_CONFIG) {
  /external/bluetooth/bluez/compat/
fakehid.c 63 static void send_event(int fd, uint16_t type, uint16_t code, int32_t value)
73 event.code = code;
280 printf("Unknown event code %d\n", event);
  /external/bzip2/
compress.c 249 Int32 code[BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE];
490 BZ2_hbAssignCodes ( &(s->code[t][0]), &(s->len[t][0]),
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
560 = &(s->code[s->selector[selCtr]][0]);
586 s->code [s->selector[selCtr]] [mtfv[i]] );
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 51 #define EXT2_CHECK_MAGIC(struct, code) \
52 if ((struct)->magic != (code)) return (code)
  /external/expat/amiga/
expat_vectors.c 67 extern const XML_LChar * _Expat_XML_ErrorString(struct ExpatIFace *, enum XML_Error code);
362 const XML_LChar * _Expat_XML_ErrorString(struct ExpatIFace * Self, enum XML_Error code)
364 return XML_ErrorString(code);
  /external/libpcap/
pcap.c 8 * 1. Redistributions of source code must retain the above copyright
184 * The first one ('0') conflicts with the return code of
203 * The first one ('0') conflicts with the return code of 0 from
323 #define DLT_CHOICE(code, description) { #code, description, code }
  /external/libxml2/include/libxml/
xmlerror.h 44 XML_FROM_OUTPUT, /* The serialization code */
78 int code; /* The error code, e.g. an xmlParserError */ member in struct:_xmlError
    [all...]

Completed in 1937 milliseconds

<<61626364656667686970>>