| /external/v8/test/mjsunit/regress/ |
| regress-580.js | 6 // * Redistributions of source code must retain the above copyright 29 // See http://code.google.com/p/v8/issues/detail?id=580
|
| regress-603.js | 6 // * Redistributions of source code must retain the above copyright 30 // http://code.google.com/p/v8/issues/detail?id=603
|
| /external/v8/test/mjsunit/ |
| short-circuit-boolean.js | 6 // * Redistributions of source code must retain the above copyright 28 // Test some code paths through the compiler for short-circuited
|
| /external/v8/tools/ |
| tickprocessor-driver.js | 6 // * Redistributions of source code must retain the above copyright 29 // Tick Processor's code flow.
|
| /external/webkit/WebKitTools/Scripts/webkitpy/ |
| statusserver.py | 7 # * Redistributions of source code must retain the above copyright 94 if e.code == 404:
|
| /external/wpa_supplicant/ |
| eap_pax_common.h | 23 u8 code; member in struct:eap_pax_hdr 25 u16 length; /* including code, identifier, and length */
|
| eap_sake_common.h | 54 u8 code; member in struct:eap_sake_hdr
|
| /frameworks/base/core/java/android/net/http/ |
| EventHandler.java | 96 * @param code HTTP Status code. See RFC 2616. 101 int code,
|
| /frameworks/base/include/binder/ |
| BpBinder.h | 39 virtual status_t transact( uint32_t code,
|
| /frameworks/base/include/media/ |
| IAudioPolicyService.h | 80 virtual status_t onTransact( uint32_t code,
|
| /frameworks/base/include/surfaceflinger/ |
| ISurface.h | 102 virtual status_t onTransact( uint32_t code,
|
| ISurfaceComposer.h | 135 virtual status_t onTransact( uint32_t code,
|
| /hardware/qcom/gps/loc_api/libloc_api-rpc/ |
| Android.mk | 4 #? Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 30 # removed from library build since the client should implement this code.
|
| /system/core/include/diskconfig/ |
| diskconfig.h | 73 uint8_t code[440]; /* bytes 0-439 */ member in struct:pc_boot_record
|
| /system/extras/tests/sdcard/ |
| sysutil.cpp | 8 * * Redistributions of source code must retain the above copyright 390 void syncAndDropCaches(int code) 394 writeIntToFile(kDropCaches, code); 399 void fsyncAndDropCaches(int fd, int code) 403 writeIntToFile(kDropCaches, code);
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| BaseMachine.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.LocalItem; 36 /* {@code non-null;} the prototype for the associated method */ 39 /** {@code non-null;} primary arguments */ 42 /** {@code >= 0;} number of primary arguments */ 45 /** {@code null-ok;} type of the operation, if salient */ 48 /** auxiliary {@code int} argument */ 51 /** {@code null-ok;} auxiliary constant argument */ 57 /** {@code null-ok;} auxiliary switch cases argument * [all...] |
| /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
| CreateDocumentType.java | 110 success = (ex.code == DOMException.NAMESPACE_ERR); 168 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 217 success = (ex.code == DOMException.NAMESPACE_ERR);
|
| NamedNodeMapRemoveNamedItemNS.java | 206 // switch (ex.code) { 221 // switch (ex.code) { 233 notes = "Verifies that removeNamedItemNS method throws DOMException with NOT_FOUND_ERR code.", 254 success = (ex.code == DOMException.NOT_FOUND_ERR); 261 notes = "Verifies that removeNamedItemNS method throws DOMException with NOT_FOUND_ERR code.", 282 success = (ex.code == DOMException.NOT_FOUND_ERR); 289 notes = "Verifies that removeNamedItemNS method throws DOMException with NOT_FOUND_ERR code.", 311 success = (ex.code == DOMException.NOT_FOUND_ERR);
|
| /external/e2fsprogs/lib/ext2fs/ |
| inode_io.c | 30 #define EXT2_CHECK_MAGIC(struct, code) \ 31 if ((struct)->magic != (code)) return (code)
|
| /external/expat/xmlwf/ |
| xmlfile.c | 63 enum XML_Error code = XML_GetErrorCode(parser); local 64 const XML_Char *message = XML_ErrorString(code); 72 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code);
|
| /external/freetype/src/psaux/ |
| t1cmap.c | 71 FT_UInt code, n; local 75 /* convert character code to Adobe SID string */ 76 code = cmap->code_to_sid[char_code]; 77 glyph_name = cmap->sid_to_string( code );
|
| /external/freetype/src/sfnt/ |
| sfobjs.c | 54 FT_UInt len, code, n; local 66 code = FT_NEXT_USHORT( read ); 67 if ( code < 32 || code > 127 ) 68 code = '?'; 70 string[n] = (char)code; 85 FT_UInt len, code, n; local 97 code = *read++; 98 if ( code < 32 || code > 127 [all...] |
| /external/icu4c/common/ |
| brkeng.cpp | 220 UScriptCode code = uscript_getScript(c, &status); local 222 const CompactTrieDictionary *dict = loadDictionaryFor(code, breakType); 225 switch(code) {
|
| /external/icu4c/test/cintltst/ |
| sprpdata.c | 51 uint32_t code; local 75 /* get the character code, field 0 */ 76 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16); 82 compareMapping(data, code,mapping, length,USPREP_MAP); 101 /*fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);*/ 236 // supplementary code point
|
| /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;
|