| /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
| documentinvalidcharacterexceptioncreateentref1.java | 74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
|
| documentinvalidcharacterexceptioncreatepi.java | 77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
|
| documentinvalidcharacterexceptioncreatepi1.java | 74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
|
| hc_attrappendchild4.java | 84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
|
| hc_attrinsertbefore5.java | 85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
|
| /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| namednodemapremovenameditemns05.java | 91 switch (ex.code) { 106 switch (ex.code) {
|
| namednodemapsetnameditemns09.java | 88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
|
| /dalvik/vm/compiler/template/armv5te/ |
| TEMPLATE_MEM_OP_DECODE.S | 16 bx lr @ return to compiled code
|
| /dalvik/vm/compiler/template/armv5te-vfp/ |
| TEMPLATE_MEM_OP_DECODE.S | 18 bx lr @ return to compiled code
|
| /dalvik/vm/mterp/x86-atom/ |
| OP_INVOKE_VIRTUAL_QUICK.S | 19 * Code: Optimization for invoke-virtual and invoke-virtual/range 38 jmp common_invokeMethod${routine} # invoke method common code
|
| /external/elfutils/libdw/ |
| dwarf_getattrs.c | 31 /* Get the abbreviation code. */ 64 get_uleb128 (attr.code, attrp); 68 if (attr.code == 0 && attr.form == 0)
|
| dwarf_siblingof.c | 49 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code, 51 if (sibattr.code == DW_AT_sibling)
|
| /external/libpng/projects/visualc71/ |
| README_zlib.txt | 38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code 39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version) 42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code 43 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
|
| /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
| d_gain_c.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 61 code[] = pointer to innovation codevector of type Word16 95 PSEUDO-CODE 101 When the code is written for a specific target processor the 188 ; FUNCTION CODE 194 Word16 code[], /* i : innovation codevector */ 217 gc_pred(pred_state, mode, code, &exp, &frac,
|
| /external/oprofile/daemon/ |
| opd_trans.c | 137 fprintf(stderr, "Unknown code !\n"); 314 * is an unsigned long and below the printf("..." %llu\n", code) 317 unsigned long long code; local 325 code = pop_buffer_value(&trans); 327 if (!is_escape_code(code)) { 328 opd_put_sample(&trans, code); 339 code = pop_buffer_value(&trans); 341 if (code >= LAST_CODE) { 342 fprintf(stderr, "Unknown code %llu\n", code); [all...] |
| /external/qemu/android/skin/ |
| keyboard.h | 25 typedef void (*SkinKeyEventFunc)( void* opaque, AndroidKeyCode code, int down ); 57 extern void skin_keyboard_add_key_event( SkinKeyboard* k, unsigned code, unsigned down );
|
| /external/qemu/distrib/sdl-1.2.12/include/ |
| SDL_thread.h | 74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code); 79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code); 104 The return code for the thread function is placed in the area
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
| directx.h | 15 /* Far pointers don't exist in 32-bit code */ 22 #define MAKE_HRESULT(sev,fac,code) \ 23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
|
| /external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
| directx.h | 15 /* Far pointers don't exist in 32-bit code */ 22 #define MAKE_HRESULT(sev,fac,code) \ 23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
|
| /external/skia/src/animator/ |
| SkDisplayXMLParser.h | 63 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
|
| /external/v8/src/mips/ |
| frames-mips.cc | 6 // * Redistributions of source code must retain the above copyright 58 Object* code = Memory::Object_at(fp + offset); local 59 bool is_debug_exit = code->IsSmi();
|
| /external/webkit/WebKit/android/jni/ |
| MockGeolocation.cpp | 7 * * Redistributions of source code must retain the above copyright 60 static void setError(JNIEnv* env, jobject, int code, jstring message) 62 PositionError::ErrorCode codeEnum = static_cast<PositionError::ErrorCode>(code);
|
| /external/webkit/WebKit/win/ |
| WebError.h | 7 * 1. Redistributions of source code must retain the above copyright 55 /* [in] */ int code, 58 virtual HRESULT STDMETHODCALLTYPE code(
|
| /external/webkit/WebKitTools/DumpRenderTree/win/ |
| ResourceLoadDelegate.cpp | 8 * 1. Redistributions of source code must retain the above copyright 121 return L"<NSURLResponse " + url + L", http status code " + wstringFromInt(statusCode) + L">"; 135 int code; local 136 if (FAILED(error->code(&code))) 143 if (code == -998) 144 code = -1; 148 // Convert the winsock error code to an NSURLError code. 149 if (code == WSAEADDRNOTAVAIL [all...] |
| /frameworks/base/core/java/android/app/ |
| PendingIntent.java | 127 * @param resultCode The final result code determined by the send. 176 * @param requestCode Private request code for the sender (currently 211 * @param requestCode Private request code for the sender (currently 247 * @param requestCode Private request code for the sender (currently 312 * @param code Result code to supply back to the PendingIntent's target. 319 public void send(int code) throws CanceledException { 320 send(null, code, null, null, null); 328 * @param code Result code to supply back to the PendingIntent's target [all...] |