| /external/libxml2/ |
| HTMLtree.c | 343 * @code: the error number 350 htmlSaveErr(int code, xmlNodePtr node, const char *extra) 354 switch(code) { 370 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
|
| /external/opencore/codecs_v2/video/avc_h264/enc/src/ |
| slice.cpp | 693 uint code; local 725 code = currMB->ref_idx_L0[mbPartIdx]; 726 status = te_v(stream, code, max_ref_idx);
|
| /external/openssl/ssl/ |
| ssl_locl.h | 11 * apply to all code found in this distribution, be it the RC4, RSA, 12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 17 * the code are not to be removed. 26 * 1. Redistributions of source code must retain the copyright 37 * 4. If you include any Windows specific code (or a derivative thereof) from 38 * the apps directory (application code) you must include an acknowledgement: 54 * derivative of this code cannot be changed. i.e. this code cannot simply be 65 * 1. Redistributions of source code must retain the above copyrigh [all...] |
| /external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
| SDL_dx5events.c | 84 /* Convert a DirectInput return code to a text message */ 85 static void SetDIerror(char *function, int code) 91 switch (code) { 116 function, code);
|
| /external/qemu/proxy/ |
| proxy_http_rewriter.c | 48 * when debugging the proxy code. 187 int rep_code; /* reply code as decimal */ 283 const char* code, 290 r->rep_code = atoi(code); 292 PROXY_LOG("%s: bad reply code: %d", __FUNCTION__, code); 324 * slirp_fd is connected to the slirp code through a [all...] |
| /external/webkit/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/webkit/WebCore/platform/network/soup/ |
| ResourceHandleSoup.cpp | 148 // All other kinds of redirections, except for the *304* status code 306 // TODO: maybe we should run this code even if there's no client? 531 * mapping for uploaded files code inspired by technique used in 737 error->code, 786 error->code, 839 error->code,
|
| /external/webkit/WebKit/mac/WebCoreSupport/ |
| WebFrameLoaderClient.mm | 8 * 1. Redistributions of source code must retain the above copyright 310 // FIXME: At one point we had code here to check a "was user gesture" flag. [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
| eap_sim_common.c | 984 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) 1001 eap->code = code;
|
| /frameworks/base/core/java/android/app/ |
| ApplicationThreadNative.java | 67 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) 69 switch (code) { 407 return super.onTransact(code, data, reply, flags);
|
| /frameworks/base/libs/surfaceflinger/ |
| LayerBase.cpp | 782 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 784 switch (code) { 799 return BnSurface::onTransact(code, data, reply, flags);
|
| /frameworks/base/media/libmedia/ |
| IAudioFlinger.cpp | 507 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 509 switch(code) { 773 return BBinder::onTransact(code, data, reply, flags);
|
| /frameworks/base/telephony/java/com/android/internal/telephony/test/ |
| SimulatedCommands.java | 709 * cause code returned as Integer in Message.obj.response 710 * Returns integer cause code defined in TS 24.008 [all...] |
| /external/v8/test/cctest/ |
| test-api.cc | 6 // * Redistributions of source code must retain the above copyright 64 static void ExpectString(const char* code, const char* expected) { 65 Local<Value> result = CompileRun(code); 72 static void ExpectBoolean(const char* code, bool expected) { 73 Local<Value> result = CompileRun(code); 79 static void ExpectObject(const char* code, Local<Value> expected) { 80 Local<Value> result = CompileRun(code); 759 // The code will not be run in that case, due to the "if" guard. 1013 const char* code = "var str = 'oddle'; obj[str] + obj.poddle;"; local 2624 const char* code = local 2649 const char* code = local 2673 const char* code = local 2702 const char* code = local 2725 const char* code = local 2753 const char* code = local 2783 const char* code = local 2813 const char* code = local 3418 const char* code = local 7071 const char* code = "throw 7;"; local 7094 const char* code = "throw 7;"; local [all...] |
| /external/grub/docs/ |
| texinfo.tex | 295 % Do this outside of the \shipout so @code etc. will be expanded in 296 % the headline as they should be, not taken literally (outputting ''code). [all...] |
| /external/openssl/crypto/bn/asm/ |
| pa-risc2W.s | 2 ; PA-RISC 64-bit implementation of bn_asm code 4 ; This code is approximately 2x faster than the C version 11 ; Code written by Chris Ruemmler (with some help from the HP C 14 ; The code compiles with HP's assembler 19 .subspa $CODE$,QUAD=0,ALIGN=8,ACCESS=0x2c,CODE_ONLY 144 ; then go straight to the cleanup code. 740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION 742 .IMPORT fprintf,CODE,NO_RELOCATION 743 .IMPORT abort,CODE,NO_RELOCATION 909 ; Note, that when using b6 and b7, the code must save these befor [all...] |
| /external/v8/src/ |
| mark-compact.cc | 6 // * Redistributions of source code must retain the above copyright 275 Code* code = Code::GetCodeFromTargetAddress(rinfo->target_address()); local 276 if (FLAG_cleanup_ics_at_gc && code->is_inline_cache_stub()) { 281 MarkCompactCollector::MarkObject(code); 288 HeapObject* code = Code::GetCodeFromTargetAddress(rinfo->call_address()); local 289 MarkCompactCollector::MarkObject(code); 889 // strings are promoted to the code space, large objects to large object space [all...] |
| messages.js | 6 // * Redistributions of source code must retain the above copyright 211 // Returns the source code line containing the given source 365 * Get a slice of source code from the script. The boundaries for the slice is 842 // Any code that reaches this point is seriously nasty! 873 // user code.
|
| string.js | 6 // * Redistributions of source code must retain the above copyright 385 // over all matches. The loop is not in C++ code here like the one in 387 // Unfortunately, that means this code is nearly duplicated, here and in 727 function StringFromCharCode(code) { 729 if (n == 1) return %CharFromCode(ToNumber(code) & 0xffff)
|
| /external/webkit/JavaScriptCore/jit/ |
| JITStubs.cpp | 9 * 1. Redistributions of source code must retain the above copyright 110 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 16 == 0x0, JITStackFrame_maintains_16byte_stack_alignment); 113 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x50, JITStackFrame_code_offset_matches_ctiTrampoline); 173 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 32 == 0x0, JITStackFrame_maintains_32byte_stack_alignment); 176 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x80, JITStackFrame_code_offset_matches_ctiTrampoline); 311 // r0 contains the code 343 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 16 == 0x0, JITStackFrame_maintains_16byte_stack_alignment); 346 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x50, JITStackFrame_code_offset_matches_ctiTrampoline); 350 __declspec(naked) EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, JSValue* exception, Profiler**, JSGlobalData*) 410 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x30, JITStackFrame_code_offset_matches_ctiTrampoline) [all...] |
| /external/webkit/WebCore/inspector/front-end/ |
| InjectedScript.js | 8 * 1. Redistributions of source code must retain the above copyright [all...] |
| /external/webkit/WebCore/platform/network/mac/ |
| ResourceHandleMac.mm | 7 * 1. Redistributions of source code must retain the above copyright 445 switch ([nsError code]) { 451 response.setHTTPStatusCode([nsError code]); 741 // FIXME: If we get more than 2B bytes in a single chunk, this code won't do the right thing. 756 // FIXME: If we get a resource with more than 2B bytes, this code won't do the right thing. [all...] |
| /external/bluetooth/bluez/input/ |
| device.c | 255 static void send_event(int fd, uint16_t type, uint16_t code, int32_t value) 262 event.code = code;
|
| /external/bluetooth/glib/gio/tests/ |
| live-g-file.c | 676 log (" res = %d, error code %d = %s\n", res, error->code, 840 log (" error code %d = %s\n", error->code, error->message); 872 error->code, error->message); [all...] |
| /external/qemu/android/ |
| console.c | 1675 int type, code, value, ret; local [all...] |