HomeSort by relevance Sort by last modified time
    Searched defs:Code (Results 1 - 18 of 18) sorted by null

  /external/webkit/WebCore/html/
MediaError.h 7 * 1. Redistributions of source code must retain the above copyright
37 enum Code { MEDIA_ERR_ABORTED = 1, MEDIA_ERR_NETWORK, MEDIA_ERR_DECODE, MEDIA_ERR_SRC_NOT_SUPPORTED };
39 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); }
41 Code code() const { return m_code; } function in class:WebCore::MediaError
44 MediaError(Code code) : m_code(code) { }
    [all...]
  /external/opencore/android/
playerdriver.h 36 enum Code {
78 Code code() const { return mCode; } function in class:PlayerCommand
87 // @return the command code as a string.
90 PlayerCommand(Code code, media_completion_f cbf, void* cookie) :
91 mCode(code), mCallback(cbf), mCookie(cookie) {}
94 Code mCode;
  /external/v8/src/
codegen.cc 6 // * Redistributions of source code must retain the above copyright
80 // Copy the register locations from the code generator's frame.
82 // deferred code and restored on exit.
102 DeferredCode* code = deferred_.RemoveLast(); local
103 ASSERT(masm_ == code->masm());
104 // Record position of deferred code stub.
105 masm_->RecordStatementPosition(code->statement_position());
106 if (code->position() != RelocInfo::kNoPosition) {
107 masm_->RecordPosition(code->position());
109 // Generate the code
198 Handle<Code> code = local
    [all...]
handles.cc 6 // * Redistributions of source code must retain the above copyright
327 // hidden symbols hash code is zero (and no other string has hash
328 // code zero) it will always occupy the first entry if present.
445 // Init line_ends array with code positions of line ends inside script
491 // Convert code position into line number.
693 // Compile the source information to a code object.
750 Handle<Code> ComputeLazyCompile(int argc) {
751 CALL_HEAP_FUNCTION(StubCache::ComputeLazyCompile(argc), Code);
stub-cache.cc 6 // * Redistributions of source code must retain the above copyright
55 Code* StubCache::Set(String* name, Map* map, Code* code) {
56 // Get the flags from the code.
57 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
68 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
69 ASSERT(Code::kFlagsICStateShift == 0)
101 Object* code = receiver->map()->FindInCodeCache(name, flags); local
120 Object* code = receiver->map()->FindInCodeCache(name, flags); local
139 Object* code = receiver->map()->FindInCodeCache(name, flags); local
156 Object* code = receiver->map()->FindInCodeCache(name, flags); local
170 Code* code = Builtins::builtin(Builtins::LoadIC_Normal); local
181 Object* code = receiver->map()->FindInCodeCache(name, flags); local
203 Object* code = receiver->map()->FindInCodeCache(name, flags); local
222 Object* code = receiver->map()->FindInCodeCache(name, flags); local
240 Object* code = receiver->map()->FindInCodeCache(name, flags); local
259 Object* code = receiver->map()->FindInCodeCache(name, flags); local
277 Object* code = receiver->map()->FindInCodeCache(name, flags); local
294 Object* code = receiver->map()->FindInCodeCache(name, flags); local
311 Object* code = receiver->map()->FindInCodeCache(name, flags); local
330 Object* code = receiver->map()->FindInCodeCache(name, flags); local
347 Object* code = receiver->map()->FindInCodeCache(name, flags); local
365 Object* code = receiver->map()->FindInCodeCache(name, flags); local
382 Object* code = receiver->map()->FindInCodeCache(name, flags); local
399 Object* code = receiver->map()->FindInCodeCache(name, flags); local
436 Object* code = map->FindInCodeCache(name, flags); local
484 Object* code = map->FindInCodeCache(name, flags); local
521 Object* code = map->FindInCodeCache(name, flags); local
541 Object* code = ComputeCallNormal(argc, in_loop); local
556 Object* code = receiver->map()->FindInCodeCache(name, flags); local
710 Code* code = Code::cast(result); local
942 Code* code = Code::cast(result); local
960 Code* code = Code::cast(result); local
976 Code* code = Code::cast(result); local
992 Code* code = Code::cast(result); local
1008 Code* code = Code::cast(result); local
1022 Code* code = Code::cast(result); local
1039 Code* code = Code::cast(result); local
1127 Code* code = Code::cast(result); local
    [all...]
factory.cc 6 // * Redistributions of source code must retain the above copyright
470 Handle<Code> code,
474 function->set_code(*code);
495 Handle<Code> code) {
497 function->set_code(*code);
527 Handle<Code> code,
532 function->set_code(*code);
773 Handle<Code> code = Handle<Code>(Builtins::builtin(Builtins::HandleApiCall)); local
    [all...]
debug.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
65 static Handle<Code> ComputeCallDebugBreak(int argc) {
66 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugBreak(argc), Code);
70 static Handle<Code> ComputeCallDebugPrepareStepIn(int argc) {
71 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugPrepareStepIn(argc), Code);
97 // Iterate through reloc info for code and original code stopping at each
98 // breakable code target.
120 // Check for breakable code target. Look in the original code as settin
125 Code* code = Code::GetCodeFromTargetAddress(target); local
1160 Code* code = Code::GetCodeFromTargetAddress(target); local
1318 Code* code = Code::GetCodeFromTargetAddress(addr); local
    [all...]
objects.h 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
87 // - Code
178 // constants can be embedded in generated code.
351 // code for the class including allocation and garbage collection routines,
774 // RuntimeStubs assumes EXCEPTION = 1 in the compiler-generated code.
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 20 the crc code when it is not needed. For shared libraries, gzip encoding
31 /* number of length codes, not counting the special END_BLOCK code */
37 /* number of Literal or Length codes, including the END_BLOCK code */
61 /* Data structure describing a single value and its code string. */
65 ush code; /* bit string */ member in union:ct_data_s::__anon4523
74 #define Code fc.code
82 int max_code; /* largest code with non zero frequency */
229 * example a binary file with poorly compressible code followed by
239 /* Buffer for distances. To simplify the code, d_buf and l_buf hav
    [all...]
  /external/zlib/
deflate.h 20 the crc code when it is not needed. For shared libraries, gzip encoding
31 /* number of length codes, not counting the special END_BLOCK code */
37 /* number of Literal or Length codes, including the END_BLOCK code */
61 /* Data structure describing a single value and its code string. */
65 ush code; /* bit string */ member in union:ct_data_s::__anon7057
74 #define Code fc.code
82 int max_code; /* largest code with non zero frequency */
229 * example a binary file with poorly compressible code followed by
239 /* Buffer for distances. To simplify the code, d_buf and l_buf hav
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
ImpsTags.java 152 public static final String Code = "Code";
  /external/v8/test/cctest/
test-debug.cc 6 // * Redistributions of source code must retain the above copyright
46 using ::v8::internal::Code;
93 // Helper function used by the CHECK function when given code
97 const Code* expected,
99 const Code* value) {
110 const Code* expected,
112 const Code* value) {
397 static Handle<Code> ComputeCallDebugBreak(int argc) {
399 Code);
420 // If deep check of functions is requested check that no debug break code
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 799 milliseconds