| /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
| ImportNode.java | 558 notes = "Verifies that importNode method throws DOMException with NOT_SUPPORTED_ERR code.", 576 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 583 notes = "Verifies that importNode method throws DOMException with NOT_SUPPORTED_ERR code.", 599 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
|
| /dalvik/libcore/xml/src/test/java/tests/xml/ |
| NormalizeTest.java | 310 assertEquals(DOMException.NOT_SUPPORTED_ERR, e.code); 316 assertEquals(DOMException.NOT_SUPPORTED_ERR, e.code);
|
| /development/apps/Development/src/com/android/development/ |
| DevelopmentSettings.java | 405 SurfaceFlingerClicker(int code) { 406 mCode = code; 441 // other development settings code.
|
| /external/bison/doc/ |
| refcard.tex | 197 % Leave 3 column code here in case size increases. 379 /* Initial C code. */ 392 /* Other C code. */ 414 a mixture of C code (enclosed in {\tt \{...\}}), and the
|
| /external/bluetooth/glib/gio/ |
| ginputstream.c | 385 my_error->code == G_IO_ERROR_CANCELLED) 1081 error->code == G_IO_ERROR_CANCELLED) [all...] |
| /external/dropbear/libtommath/ |
| bn.tex | 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming 80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous 85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28 247 source code public domain (unlike various other GPL/etc licensed code), not only is the code freely downloadable but the 248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision 251 LibTomMath was written to be an instructive collection of source code. This is why there are many comments, only one 255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accomp (…) [all...] |
| /external/emma/core/java12/com/vladium/jcd/cls/ |
| ClassDef.java | 374 // note: although this is not documented, J2SDK code uses '.''s as 581 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, 0, 0, local 586 attributes.add (code);
|
| /external/icu4c/common/unicode/ |
| uchar.h | 52 * Unicode assigns each code point (not just assigned character) values for 123 /** The lowest Unicode code point value. Code points are non-negative. @stable ICU 2.0 */ 127 * The highest Unicode code point value (scalar value) according to 129 * For a single character, UChar32 is a simple type that can hold any code point value. 270 Code points that are explicitly defined as illegal 472 ICU-specific property for the ccc of the first code point 479 ICU-specific property for the ccc of the last code point 582 /** Non-category for unassigned and non-character code points. @stable ICU 2.0 */ [all...] |
| /external/jpeg/ |
| jcphuff.c | 228 emit_bits (phuff_entropy_ptr entropy, unsigned int code, int size) 232 register INT32 put_buffer = (INT32) code; 242 put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */ 416 /* This code assumes we are on a two's complement machine */ 496 * in C, we shift after obtaining the absolute value; so the code is 706 /* Emit buffered correction bits that must be associated with this code */
|
| /external/libffi/include/ |
| ffi.h.in | 88 /* The closure code assumes that this works on pointers, i.e. a size_t */ 259 void *ffi_closure_alloc (size_t size, void **code); 361 /* ---- Definitions shared with assembly code ---------------------------- */ 386 /* This should always refer to the last type code (for sanity checks) */
|
| /external/openssl/ssl/ |
| s3_enc.c | 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/android/ |
| main.c | 74 extern void qemu_help(int code); 292 void send_key_event(unsigned code, unsigned down) 294 if(code == 0) { 298 printf(">> KEY [0x%03x,%s]\n", (code & 0x1ff), down ? "down" : " up " ); 299 kbd_put_keycode((code & 0x1ff) | (down ? 0x200 : 0)); 557 /* this function is being called from the console code that is currently inactive 672 /* special code to deal with Alt-F4 properly */ 679 /* special code to deal with Command-Q properly */ 777 unsigned code = keycodes[nn].kcode; local 779 code |= 0x200 [all...] |
| /external/qemu/android/skin/ |
| file.c | 117 AndroidKeyCode code; member in struct:__anon4141 196 return ki->code; 463 dprint( "### WARNING: invalid skin layout event format: '%s', should be '<TYPE>:<CODE>:<VALUE>'", event );
|
| /external/srec/tools/test_g2g/ |
| test_g2g.c | 410 for(ii=0; ii<num_ihmms; ii++) ihmms[ii] = a->pdata[ ihmms[ii]].code; 533 table[j] = a->pdata[i].code;
|
| /external/v8/ |
| Android.v8common.mk | 12 src/code-stubs.cc \
|
| /external/v8/src/ |
| apinatives.js | 6 // * Redistributions of source code must retain the above copyright
|
| objects-inl.h | 6 // * Redistributions of source code must retain the above copyright 32 // code. gcc is not happy when attempting to inline too deep. 884 // CAUTION: The original code below: [all...] |
| v8natives.js | 6 // * Redistributions of source code must retain the above copyright 65 // with delete. See http://code.google.com/p/chromium/issues/detail?id=1717 950 return 'function ' + name + '() { [native code] }'; 952 return 'function () { [native code] }';
|
| /external/v8/src/ia32/ |
| codegen-ia32.h | 6 // * Redistributions of source code must retain the above copyright 86 // Generate code to push the value of the reference on top of the 98 // Generate code to store the value on top of the expression stack in the 241 // Code generation state 243 // The state is passed down the AST by the code generator (and back up, in 246 // code generator's stack of states, and destroying one implicitly pops it. 248 // The code generator state is only used for expressions, so statements have 253 // Create an initial code generator state. Destroying the initial state 254 // leaves the code generator with a NULL state. 257 // Create a code generator state based on a code generator's curren [all...] |
| /external/v8/src/x64/ |
| codegen-x64.h | 6 // * Redistributions of source code must retain the above copyright 87 // Generate code to push the value of the reference on top of the 99 // Generate code to store the value on top of the expression stack in the 241 // Code generation state 243 // The state is passed down the AST by the code generator (and back up, in 246 // code generator's stack of states, and destroying one implicitly pops it. 248 // The code generator state is only used for expressions, so statements have 253 // Create an initial code generator state. Destroying the initial state 254 // leaves the code generator with a NULL state. 257 // Create a code generator state based on a code generator's curren [all...] |
| macro-assembler-x64.h | 6 // * Redistributions of source code must retain the above copyright 36 // Default scratch register used by MacroAssembler (and other code that needs 134 // Invoke the JavaScript function code by either calling or jumping. 135 void InvokeCode(Register code, 140 void InvokeCode(Handle<Code> code, 160 // Store the code object for the given builtin in the target register. 443 // Emit code to discard a non-negative number of pointer-sized elements 452 void Jump(Handle<Code> code_object, RelocInfo::Mode rmode); 456 void Call(Handle<Code> code_object, RelocInfo::Mode rmode) [all...] |
| /external/v8/test/mjsunit/ |
| arguments-read-and-assignment.js | 6 // * Redistributions of source code must retain the above copyright
|
| array-concat.js | 6 // * Redistributions of source code must retain the above copyright
|
| array-functions-prototype.js | 6 // * Redistributions of source code must retain the above copyright
|
| array-slice.js | 6 // * Redistributions of source code must retain the above copyright
|