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

<<41424344454647484950>>

  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
SetAttributeNodeNS.java 90 notes = "Verifies DOMException with INUSE_ATTRIBUTE_ERR code.",
117 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
155 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
208 notes = "Verifies DOMException with WRONG_DOCUMENT_ERR code.",
232 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
SetNamedItemNS.java 84 notes = "Verifies DOMException with INUSE_ATTRIBUTE_ERR code.",
110 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
117 notes = "Verifies DOMException with WRONG_DOCUMENT_ERR code.",
144 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
215 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 21 * instruction epilogue code. The multi-compare approach below needs
45 @ Want to cond code the next mov so we can avoid branch, but don't see it;
OP_PACKED_SWITCH.S 19 bl $func @ r0<- code-unit branch offset
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_INTERFACE.S 19 * Code: Call at method. Provides an "isrange" variable and
76 jmp common_invokeMethod${routine} # invoke method common code
  /external/elfutils/libdw/
libdwP.h 158 unsigned int code; member in struct:Dwarf_Abbrev
294 unsigned int code)
  /external/jpeg/
jchuff.c 36 * structure assignment. You'll need to fix this code if you have
102 * just count the Huffman symbols used and generate Huffman code tables.
187 unsigned int code; local
189 /* Note that huffsize[] and huffcode[] are filled in code-length order,
208 /* Figure C.1: make table of Huffman code length for each symbol */
222 /* We also validate that the counts represent a legal Huffman code tree. */
224 code = 0;
229 huffcode[p++] = code;
230 code++;
232 /* code is now 1 more than the last code used for codelength si; bu
    [all...]
  /external/libpcap/
gencode.h 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
33 * 1. Redistributions of source code must retain the above copyright
191 int code; member in struct:stmt
223 int code; member in struct:edge
  /external/openssl/android.testssl/
CAss.cnf 17 countryName = Country Name (2 letter code)
  /external/openssl/crypto/0.9.9-dev/sha/
sha512-armv4.pl 12 # This code is ~4.5 (four and a half) times faster than code generated
57 $code.=<<___;
149 $code=<<___;
151 .code 32
255 $code.=<<___;
311 $code.=<<___;
395 $code =~ s/\`([^\`]*)\`/eval $1/gem;
396 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
397 print $code;
    [all...]
  /external/ppp/pppd/
tdb.h 60 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
82 u32 version; /* version of the code */
107 enum TDB_ERROR ecode; /* error code for last tdb error */
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error.c 44 /* FIXME: Add code to lookup key in language string hash-table */
203 void SDL_Error(SDL_errorcode code)
205 switch (code) {
  /external/qemu/distrib/zlib-1.2.3/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
68 thereafter. This reduces the size of the code by about 2K bytes, in
78 static code *lenfix, *distfix;
79 static code fixed[544];
84 static code *next;
256 code this; /* current decoding table entry */
257 code last; /* parent table entry */
259 int ret; /* return code */
260 static const unsigned short order[19] = /* permutation of code lengths *
    [all...]
  /external/skia/include/animator/
SkAnimator.h 160 This triggers events of the form <event kind="keyPress" code="... />
161 @param code The key to match against <event> element "code"
165 bool doKeyEvent(SkKey code);
166 bool doKeyUpEvent(SkKey code);
  /external/v8/test/mjsunit/
debug-scripts-request.js 6 // * Redistributions of source code must retain the above copyright
32 // State to check that the listener code was invoked and that no exceptions
39 function safeEval(code) {
41 return eval('(' + code + ')');
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-stops-watches.js 21 shouldBe('error.code', 'error.PERMISSION_DENIED');
watch.js 23 shouldBe('error.code', 'mockCode');
  /external/webkit/WebCore/html/
HTMLObjectElement.idl 30 attribute [ConvertNullToNullString, Reflect] DOMString code;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PolicyDelegate.mm 8 * 1. Redistributions of source code must retain the above copyright
99 NSString *message = [NSString stringWithFormat:@"Policy delegate: unable to implement policy with error domain '%@', error code %d, in frame '%@'", [error domain], [error code], [frame name]];
  /external/zlib/contrib/masmx64/
inffas8664.c 18 * bytes. I've tested the AMD64 code on a Fedora Core 1 + the x86_64 updates
26 * the moment. I have successfully compiled and tested this code with gcc2.96,
29 * enabled. I will attempt to merge the MMX code into this version. Newer
62 TYPE -- reached end of block code, inflate() to interpret next block
68 length code, 5 bits for the length extra, 15 bits for the distance code,
92 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */
93 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */
155 strm->msg = "invalid literal/length code";
157 strm->msg = "invalid distance code";
    [all...]
  /external/zlib/
infback.c 7 This code is largely copied from inflate.c. Normally either infback.o or
65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
68 thereafter. This reduces the size of the code by about 2K bytes, in
78 static code *lenfix, *distfix;
79 static code fixed[544];
84 static code *next;
256 code this; /* current decoding table entry */
257 code last; /* parent table entry */
259 int ret; /* return code */
260 static const unsigned short order[19] = /* permutation of code lengths *
    [all...]
  /frameworks/base/core/java/android/content/
IntentSender.java 93 * @param resultCode The final result code determined by the send.
140 * @param code Result code to supply back to the IntentSender's target.
154 public void sendIntent(Context context, int code, Intent intent,
160 int res = mTarget.send(code, intent, resolvedType,
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 50 public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
53 switch (code) {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
333 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
334 SEND-PR: rejects-legal GCC gives an error message for correct code.
335 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
336 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
337 SEND-PR: for correct code
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
332 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
333 SEND-PR: rejects-legal GCC gives an error message for correct code.
334 SEND-PR: wrong-code The machine code generated by gcc is incorrect.
335 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
336 SEND-PR: for correct code
    [all...]

Completed in 2029 milliseconds

<<41424344454647484950>>