HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1076 - 1100 of 2299) sorted by null

<<41424344454647484950>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
setNamedItemNS04.java 112 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
FtpURLConnection.java 163 * <code>URL</code>
350 byte[] code = new byte[3];
351 for (int i = 0; i < code.length; i++) {
356 code[i] = (byte) tmp;
358 replyCode = new String(code, "ISO8859_1"); //$NON-NLS-1$
373 throw (IOException)(new IOException("reply code is invalid").initCause(e));
449 * Set the flag if this <code>URLConnection</code> supports input (read).
472 * Set the flag if this <code>URLConnection</code> supports output(read)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 203 int code = Integer.parseInt(value); local
204 boolean extra = defineEntity(name, (char) code);
289 int code = Integer.parseInt(value); local
291 boolean extra = defineEntity(name, (char) code);
  /external/bluetooth/glib/tests/
uri-test.c 208 else if (error->code != to_uri_tests[i].expected_error)
211 i, error->code, to_uri_tests[i].expected_error);
262 else if (error->code != from_uri_tests[i].expected_error)
265 i, error->code, from_uri_tests[i].expected_error);
  /external/gtest/src/
Android.mk 18 # contains most of the code (assertions...) and libgtest_main just
27 # condense them using function(s) for the common code.
  /external/icu4c/layout/
LETypes.h 219 * Used to represent 16-bit Unicode code points.
226 * Used to represent 32-bit Unicode code points.
233 * Used to represent 16-bit Unicode code points.
288 * the LayoutEngine code from cmemory.h.
296 * the LayoutEngine code from cmemory.h.
304 * the LayoutEngine code from cmemory.h.
559 #define LE_SUCCESS(code) (U_SUCCESS((UErrorCode)code))
566 #define LE_FAILURE(code) (U_FAILURE((UErrorCode)code))
    [all...]
  /external/icu4c/samples/
readme.txt 4 This directory contains sample code
47 * Where can I find more sample code?
  /external/kernel-headers/original/linux/
uinput.h 49 int code; /* UI_FF_UPLOAD, UI_FF_ERASE */ member in struct:uinput_request
118 * these callbacks are invoked. The userspace code then uses
119 * ioctls to retrieve additional parameters and send the return code.
120 * The callback blocks until this return code is sent.
126 * 1. Wait for an event with type == EV_UINPUT and code == UI_FF_UPLOAD.
133 * 4. Perform the effect upload, and place a return code back into
140 * 1. Wait for an event with type == EV_UINPUT and code == UI_FF_ERASE.
147 * 4. Perform the effect erasure, and place a return code back
156 * 'code' is UI_FF_UPLOAD or UI_FF_ERASE, and 'value'
  /external/mtpd/
mtpd.c 151 * so other files are clean and free from android specific code. */
179 unsigned char code = argc - 1; local
180 send(control, &code, 1, 0);
239 code = status;
240 send(control, &code, 1, 0);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
SDL_mmjoystick.c 67 /* Convert a win32 Multimedia API return code to a text message */
68 static void SetMMerror(char *function, int code);
363 void SetMMerror(char *function, int code)
369 switch (code)
395 function, code);
  /external/qemu/hw/
goldfish_events_device.c 92 static void enqueue_event(events_state *s, unsigned int type, unsigned int code, int value)
108 //fprintf(stderr, "##KBD: type=%d code=%d value=%d\n", type, code, value);
112 s->events[s->last] = code;
223 static void events_put_generic(void* opaque, int type, int code, int value)
227 enqueue_event(s, type, code, value);
339 * the previous code did set the [1..0x1ff] range, but
  /external/v8/src/arm/
macro-assembler-arm.h 6 // * Redistributions of source code must retain the above copyright
63 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
66 void Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
69 // Emit code to discard a non-negative number of pointer-sized elements
120 // Invoke the JavaScript function code by either calling or jumping.
121 void InvokeCode(Register code,
126 void InvokeCode(Handle<Code> code,
    [all...]
  /external/v8/test/mjsunit/regress/
regress-137.js 6 // * Redistributions of source code must retain the above copyright
28 // See <URL:http://code.google.com/p/v8/issues/detail?id=137>
regress-191.js 6 // * Redistributions of source code must retain the above copyright
30 // See http://code.google.com/p/v8/issues/detail?id=191
regress-192.js 6 // * Redistributions of source code must retain the above copyright
31 // See http://code.google.com/p/v8/issues/detail?id=192
regress-193.js 6 // * Redistributions of source code must retain the above copyright
31 // See http://code.google.com/p/v8/issues/detail?id=193.
regress-263.js 6 // * Redistributions of source code must retain the above copyright
31 // See http://code.google.com/p/v8/issues/detail?id=263
regress-265.js 6 // * Redistributions of source code must retain the above copyright
31 // See http://code.google.com/p/v8/issues/detail?id=263
regress-267.js 6 // * Redistributions of source code must retain the above copyright
28 // See http://code.google.com/p/v8/issues/detail?id=267
regress-284.js 6 // * Redistributions of source code must retain the above copyright
28 // See http://code.google.com/p/v8/issues/detail?id=284
regress-490.js 6 // * Redistributions of source code must retain the above copyright
28 // See: http://code.google.com/p/v8/issues/detail?id=490
regress-491.js 6 // * Redistributions of source code must retain the above copyright
28 // See: http://code.google.com/p/v8/issues/detail?id=491
regress-492.js 6 // * Redistributions of source code must retain the above copyright
28 // See: http://code.google.com/p/v8/issues/detail?id=492
regress-496.js 6 // * Redistributions of source code must retain the above copyright
28 // Regression test for http://code.google.com/p/v8/issues/detail?id=496.
regress-540.js 6 // * Redistributions of source code must retain the above copyright
29 // See http://code.google.com/p/v8/issues/detail?id=540

Completed in 1163 milliseconds

<<41424344454647484950>>