| /external/v8/src/ |
| factory.cc | 6 // * Redistributions of source code must retain the above copyright 608 Handle<Code> code, 613 // Setup the code pointer in both the shared function info and in 615 function->shared()->set_code(*code); 616 function->set_code(*code); 639 Handle<Code> code, 644 // Setup the code pointer in both the shared function info and in 646 function->shared()->set_code(*code); 996 Handle<Code> code = isolate()->builtins()->HandleApiCall(); local [all...] |
| frames.cc | 6 // * Redistributions of source code must retain the above copyright 116 // frame code that computes the caller state to access the top 368 Code* StackFrame::GetSafepointData(Isolate* isolate, 376 entry->safepoint_entry = entry->code->GetSafepointEntry(pc); 379 ASSERT(entry->safepoint_entry.Equals(entry->code->GetSafepointEntry(pc))); 382 // Fill in the results and return the code. 383 Code* code = entry->code; local 385 *stack_slots = code->stack_slots() 402 Object* code = holder; local 578 Code* code = StackFrame::GetSafepointData( local 765 Code* code = function->shared()->code(); local 790 Code* code = opt_function->code(); local 862 Object* code = Memory::Object_at(fp() + offset); local 884 Code* code = NULL; local 1113 Code* code = reinterpret_cast<Code*>(object); local [all...] |
| frames.h | 6 // * Redistributions of source code must retain the above copyright 42 // Return the code of the n-th saved register available to JavaScript. 55 Code* code; member in struct:v8::internal::PcToCodeCache::PcToCodeCacheEntry 63 Code* GcSafeFindCodeForPc(Address pc); 64 Code* GcSafeCastToCode(HeapObject* object, Address pc); 102 inline void Iterate(ObjectVisitor* v, Code* holder) const; 211 // Get the code associated with this frame. 213 virtual Code* unchecked_code() const = 0; 215 // Get the code associated with this frame 446 Handle<Code> code() { return code_; } function in class:v8::internal::BASE_EMBEDDED [all...] |
| full-codegen.cc | 6 // * Redistributions of source code must retain the above copyright 299 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION, NOT_IN_LOOP); 300 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info); local 301 code->set_optimizable(info->IsOptimizable()); 302 cgen.PopulateDeoptimizationData(code); 303 code->set_has_deoptimization_support(info->HasDeoptimizationSupport()); 304 code->set_allow_osr_at_loop_nesting_level(0) [all...] |
| ic.cc | 6 // * Redistributions of source code must retain the above copyright 52 // computed from the original code - not the patched code. Let 53 // these cases fall through to the unreachable code below. 64 Code* new_target, 83 // To improve the performance of the (much used) IC code, we unfold 84 // a few levels of the stack frame iteration code. This yields a 119 // Find the function on the stack and both the active code for the 120 // function and the original code. 123 Code* code = shared->code() local 238 Code* code = Code::cast(isolate()->heap()->FindCodeObject(addr)); local 769 Object* code; local 816 Object* code; local 1050 Object* code; local 1171 Object* code = NULL; local 1188 Object* code; local 1206 Object* code; local 1328 Object* code; local 1578 Object* code = NULL; local 1756 Object* code = NULL; local 2106 Handle<Code> code = GetTypeRecordingBinaryOpStub(key, type, result_type); local [all...] |
| serialize.cc | 6 // * Redistributions of source code must retain the above copyright 84 uint32_t code(int i) { return refs_[i].code; } function in class:v8::internal::ExternalReferenceTable 88 int max_id(int code) { return max_id_[code]; } 98 uint32_t code; member in struct:v8::internal::ExternalReferenceTable::ExternalReferenceEntry 160 entry.code = EncodeExternal(type, id); 162 ASSERT_NE(0, entry.code); 176 // NOTE: This function was originally 100k of code. It has since been 178 // very easily cause code bloat. Please be careful in the future when addin [all...] |
| stub-cache.cc | 6 // * Redistributions of source code must retain the above copyright 61 Code* StubCache::Set(String* name, Map* map, Code* code) { 62 // Get the flags from the code. 63 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags()); 74 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC); 75 ASSERT(Code::kFlagsICStateShift == 0) 122 Object* code = receiver->map()->FindInCodeCache(cache_name, flags); local 148 Object* code = receiver->map()->FindInCodeCache(name, flags); local 175 Object* code = receiver->map()->FindInCodeCache(name, flags); local 202 Object* code = receiver->map()->FindInCodeCache(name, flags); local 227 Object* code = receiver->map()->FindInCodeCache(name, flags); local 259 Object* code = receiver->map()->FindInCodeCache(name, flags); local 288 Object* code = receiver->map()->FindInCodeCache(name, flags); local 315 Object* code = receiver->map()->FindInCodeCache(name, flags); local 341 Object* code = receiver->map()->FindInCodeCache(name, flags); local 368 Object* code = receiver->map()->FindInCodeCache(name, flags); local 394 Object* code = receiver->map()->FindInCodeCache(name, flags); local 418 Object* code = map->FindInCodeCache(name, flags); local 441 Object* code = receiver->map()->FindInCodeCache(name, flags); local 470 Object* code = receiver->map()->FindInCodeCache(name, flags); local 496 Object* code = receiver->map()->FindInCodeCache(name, flags); local 522 Object* code = receiver->map()->FindInCodeCache(name, flags); local 632 Object* code = receiver->map()->FindInCodeCache(name, flags); local 674 Object* code = receiver->map()->FindInCodeCache(name, flags); local 702 Object* code = receiver->map()->FindInCodeCache(name, flags); local 728 Object* code = receiver->map()->FindInCodeCache(name, flags); local 756 Object* code = receiver->map()->FindInCodeCache(name, flags); local 808 Object* code = map_holder->map()->FindInCodeCache(name, flags); local 863 Object* code = map_holder->map()->FindInCodeCache(name, flags); local 912 Object* code = map_holder->map()->FindInCodeCache(name, flags); local 940 Object* code; local 965 Object* code = map_holder->map()->FindInCodeCache(name, flags); local 1023 Object* code; local 1498 Code* code = Code::cast(result); local 1502 code, code->arguments_count())); local 1525 Code* code = Code::cast(result); local 1529 code, code->arguments_count())); local 1549 Code* code = Code::cast(result); local 1553 code, code->arguments_count())); local 1574 Code* code = Code::cast(result); local 1578 code, code->arguments_count())); local 1598 Code* code = Code::cast(result); local 1602 code, code->arguments_count())); local 1617 Code* code = Code::cast(result); local 1623 code, code->arguments_count())); local 1644 Code* code = Code::cast(result); local 1649 code, local 1852 Code* code = Code::cast(result); local 1932 Code* code = Code::cast(result); local [all...] |
| /external/v8/test/cctest/ |
| test-heap.cc | 79 Object* code = HEAP->CreateCode( 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); 987 // If we do not flush code this test is invalid [all...] |
| test-regexp.cc | 6 // * Redistributions of source code must retain the above copyright 700 static ArchRegExpMacroAssembler::Result Execute(Code* code, 707 code, 728 Handle<Code> code = Handle<Code>::cast(code_object); local 737 Execute(*code, 773 Handle<Code> code = Handle<Code>::cast(code_object) local 830 Handle<Code> code = Handle<Code>::cast(code_object); local 889 Handle<Code> code = Handle<Code>::cast(code_object); local 931 Handle<Code> code = Handle<Code>::cast(code_object); local 978 Handle<Code> code = Handle<Code>::cast(code_object); local 1034 Handle<Code> code = Handle<Code>::cast(code_object); local 1093 Handle<Code> code = Handle<Code>::cast(code_object); local 1192 Handle<Code> code = Handle<Code>::cast(code_object); local 1235 Handle<Code> code = Handle<Code>::cast(code_object); local 1281 Handle<Code> code = Handle<Code>::cast(code_object); local [all...] |
| /external/webkit/Source/WebCore/bindings/js/ |
| SerializedScriptValue.cpp | 7 * 1. Redistributions of source code must retain the above copyright 1344 SerializationReturnCode code = CloneSerializer::serialize(exec, value, buffer); local [all...] |
| /external/webkit/Source/WebCore/dom/ |
| xml_expat_tokenizer.cpp | 785 enum XML_Error code = XML_GetErrorCode(m_parser); local 786 switch (code) { 796 error(type, XML_ErrorString(code), lineNumber(), columnNumber()); 844 // One or more errors occurred during parsing of the code. Display an error block to the user above
|
| /external/wpa_supplicant/ |
| radius.h | 25 u8 code; member in struct:radius_hdr 201 struct radius_msg *radius_msg_new(u8 code, u8 identifier); 203 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier);
|
| /external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
| radius.h | 25 u8 code; member in struct:radius_hdr 205 struct radius_msg *radius_msg_new(u8 code, u8 identifier); 207 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier);
|
| radius_server.c | 354 int code; local 359 code = RADIUS_CODE_ACCESS_REJECT; 362 code = RADIUS_CODE_ACCESS_ACCEPT; 365 code = RADIUS_CODE_ACCESS_CHALLENGE; 368 msg = radius_msg_new(code, request->hdr->identifier); 375 if (code == RADIUS_CODE_ACCESS_CHALLENGE && 387 if (code == RADIUS_CODE_ACCESS_ACCEPT && sess->eap_if->eapKeyData) { 441 eapfail.code = EAP_CODE_FAILURE; 562 /* FIX: if Code is Request, Success, or Failure, send Access-Reject; 565 * code == request [all...] |
| /external/wpa_supplicant_8/src/radius/ |
| radius.h | 25 u8 code; member in struct:radius_hdr 193 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
|
| radius_server.c | 541 int code; local 547 code = RADIUS_CODE_ACCESS_REJECT; 550 code = RADIUS_CODE_ACCESS_ACCEPT; 553 code = RADIUS_CODE_ACCESS_CHALLENGE; 556 msg = radius_msg_new(code, hdr->identifier); 563 if (code == RADIUS_CODE_ACCESS_CHALLENGE && 575 if (code == RADIUS_CODE_ACCESS_ACCEPT && sess->eap_if->eapKeyData) { 629 eapfail.code = EAP_CODE_FAILURE; 752 /* FIX: if Code is Request, Success, or Failure, send Access-Reject; 755 * code == request [all...] |
| /frameworks/base/cmds/keystore/ |
| keystore.cpp | 508 * code [length_1 message_1 ... length_n message_n] end-of-file 509 * where code is one byte long and lengths are unsigned 16-bit integers in 512 static int recv_code(int sock, int8_t* code) { 513 return recv(sock, code, 1, 0) == 1; 544 static void send_code(int sock, int8_t code) { 545 send(sock, &code, 1, 0); 558 * it will be treated as a response code and transmitted to the client. Note 687 int8_t code; member in struct:action 718 static ResponseCode process(KeyStore* keyStore, int sock, uid_t uid, int8_t code) { 726 while (action->code && action->code != code) [all...] |
| /frameworks/base/core/java/android/database/ |
| DatabaseUtils.java | 86 int code = 0; local 89 code = 1; 92 code = 2; 94 code = 3; 96 code = 4; 98 code = 5; 100 code = 6; 102 code = 7; 104 code = 8; 106 code = 9 132 int code = reply.readExceptionCode(); local 140 int code = reply.readExceptionCode(); local 152 int code = reply.readExceptionCode(); local [all...] |
| /frameworks/base/core/jni/ |
| android_app_NativeActivity.cpp | 458 // is really no benefit to unloading the code. 519 NativeCode* code = static_cast<NativeCode*>(activity); local 520 write_work(code->mainWorkWrite, CMD_FINISH, 0); 525 NativeCode* code = static_cast<NativeCode*>(activity); local 526 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format); 531 NativeCode* code = static_cast<NativeCode*>(activity); local 532 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask); 537 NativeCode* code = static_cast<NativeCode*>(activity); local 538 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags); 543 NativeCode* code = static_cast<NativeCode*>(activity) local 563 NativeCode* code = (NativeCode*)data; local 650 NativeCode* code = NULL; local 741 NativeCode* code = (NativeCode*)handle; local 751 NativeCode* code = (NativeCode*)handle; local 763 NativeCode* code = (NativeCode*)handle; local 778 NativeCode* code = (NativeCode*)handle; local 802 NativeCode* code = (NativeCode*)handle; local 814 NativeCode* code = (NativeCode*)handle; local 826 NativeCode* code = (NativeCode*)handle; local 838 NativeCode* code = (NativeCode*)handle; local 850 NativeCode* code = (NativeCode*)handle; local 862 NativeCode* code = (NativeCode*)handle; local 883 NativeCode* code = (NativeCode*)handle; local 923 NativeCode* code = (NativeCode*)handle; local 935 NativeCode* code = (NativeCode*)handle; local 949 NativeCode* code = (NativeCode*)handle; local 968 NativeCode* code = (NativeCode*)handle; local 984 NativeCode* code = (NativeCode*)handle; local 1001 NativeCode* code = (NativeCode*)handle; local 1021 NativeCode* code = (NativeCode*)handle; local [all...] |
| android_server_BluetoothEventLoop.cpp | 1565 jint code = *(int *) user; local [all...] |
| /frameworks/base/core/tests/coretests/src/android/net/ |
| UriTest.java | 243 code(null); 244 code(""); 245 code("Bob"); 246 code(":Bob"); 247 code("::Bob"); 248 code("Bob::Lee"); 249 code("Bob:Lee"); 250 code("Bob::"); 251 code("Bob:"); 252 code("::Bob::") 255 private void code(String s) { method in class:UriTest [all...] |
| /frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
| voAMRWBEnc.c | 190 Word16 code[L_SUBFR]; /* Fixed codebook excitation */ local 257 Copy(st->mem_decim, code, 2 * L_FILT16k); 259 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code); 268 Copy(st->mem_sig_in, code, 6); 269 HP50_12k8(new_speech + L_FRAME, L_FILT, code); 395 * - quantize and code the isf[] * 564 /* Quantize and code the ISFs */ 594 /* Quantize and code the ISFs */ 710 * - find voicing factor and tilt of code for next subframe. * 777 Set_zero(code, M) [all...] |
| /frameworks/media/libvideoeditor/vss/stagefrightshells/src/ |
| VideoEditorVideoDecoder.cpp | 219 // Replace the AU start code for H264 245 M4OSA_UInt32 code, j; local 282 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt, 8); 283 if (code == 0) { 284 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt, 8); 285 if (code == 0) { 286 code = VideoEditorVideoDecoder_GetBitsFromMemory(&parsingCtxt,8); 287 if (code == 1) { 288 /* start code found */ 289 code = VideoEditorVideoDecoder_GetBitsFromMemory [all...] |
| /libcore/luni/src/main/java/java/net/ |
| URLClassLoader.java | 51 * loaded by this {@code URLClassLoader} are granted permission to access the 206 // So check for the return code; 210 int code; local 211 if ((code = ((HttpURLConnection) uc).getResponseCode()) >= 200 212 && code < 300) { 530 * Constructs a new {@code URLClassLoader} instance. The newly created 599 * Gets all permissions for the specified {@code codesource}. First, this 601 * is "file:/" then a new permission, {@code FilePermission}, granting the 607 * the code source object whose permissions have to be known. 608 * @return the list of permissions according to the code source object [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
| Key.java | 46 * The key code (unicode or custom code) that this key generates. 146 public static int getRtlParenthesisCode(int code, boolean isRtl) { 147 if (isRtl && sRtlParenthesisMap.containsKey(code)) { 148 return sRtlParenthesisMap.get(code); 150 return code; 177 int code, CharSequence outputText, int x, int y, int width, int height) { 191 mCode = code; 280 // Choose the first letter of the label as primary code if not 282 final int code = style.getInt(keyAttr, R.styleable.Keyboard_Key_code local [all...] |