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

<<21222324252627282930>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
prefix05.java 86 success = (ex.code == DOMException.NAMESPACE_ERR);
prefix07.java 80 success = (ex.code == DOMException.NAMESPACE_ERR);
prefix10.java 82 success = (ex.code == DOMException.NAMESPACE_ERR);
prefix11.java 83 success = (ex.code == DOMException.NAMESPACE_ERR);
setAttributeNS01.java 83 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
setAttributeNS06.java 84 success = (ex.code == DOMException.NAMESPACE_ERR);
setAttributeNS07.java 85 success = (ex.code == DOMException.NAMESPACE_ERR);
setAttributeNS10.java 76 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_STATIC.S 19 * Code: Call static direct method. Provides an "isrange" variable and
52 jne common_invokeMethod${routine} # invoke method common code
70 jmp common_invokeMethod${routine} # invoke method common code
  /external/bluetooth/glib/tests/
markup-collect.c 173 error ? error->code : 0,
182 error->code, error->message);
186 "we expected a failure with code %d\n", i,
196 if (error->code != tests[i].error_code)
198 "has error code %d (we expected code %d)", i,
199 tests[i].document, error->code, tests[i].error_code);
  /external/bzip2/
bzip.css 64 code, tt, pre { font-size: 120%; }
65 code, tt { color: #761596; }
  /external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_length_ia5_string.c 21 int code, value; member in struct:__anon1644
131 if (ia5_table[x].code == c) {
143 return ia5_table[x].code;
  /external/e2fsprogs/lib/ss/
help.c 46 int code; local
51 request_name = ss_current_request(sci_idx, &code);
52 if (code != 0) {
53 ss_perror(sci_idx, code, "");
  /external/icu4c/layout/
LEFontInstance.cpp 61 LEUnicode32 code = high; local
67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
73 if (code >= 0x10000) {
  /external/icu4c/samples/layout/
cmaps.cpp 20 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
  /external/icu4c/test/letest/
cmaps.cpp 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
  /external/kernel-headers/original/linux/
icmp.h 70 __u8 code; member in struct:icmphdr
  /external/libpcap/
bpf_image.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
51 switch (p->code) {
56 v = p->code;
282 (BPF_CLASS(p->code) == BPF_JMP &&
283 BPF_OP(p->code) != BPF_JA) ?
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
gain_q.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
153 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
164 Word16 *sf0_gain_cod, /* o : Code gain sf 0. MR475 */
166 Word16 *gain_cod, /* o : Code gain. */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
vlc_encode.cpp 47 * ACTS-MoMuSys partners retain full right to use the code for his/her own
48 * purpose, assign or donate the code to a third party and to inhibit third
49 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) standard
191 BitstreamPutBits(bitstream, length, DCtab_lum[size].code);
205 BitstreamPutBits(bitstream, length, DCtab_chrom[size].code);
227 BitstreamPutBits(bitstream, length, mvtab[absmv].code);
248 BitstreamPutBits(bitstream, length, mcbpc_intra_tab[ind].code);
263 BitstreamPutBits(bitstream, length, mcbpc_inter_tab[ind].code);
281 BitstreamPutBits(bitstream, length, (UInt)cbpy_tab[ind].code);
288 of code, they do a really good job compiling it to if( (UInt)(run-x) < y-x)
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
SimpleInstruction.java 186 protected void readInfo(byte[] code, int offset)
193 readSignedValue(code, offset, constantSize);
197 protected void writeInfo(byte[] code, int offset)
206 writeSignedValue(code, offset, constant, constantSize);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 97 unsigned int code; local
136 code = (unsigned int)regs.r[0];
138 switch(code)
286 wmmsg.eventCode = code;
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.h 59 extern void SetDDerror(const char *function, int code);
  /external/skia/src/animator/
SkDisplayEvent.h 57 SkKey code; member in class:SkDisplayEvent
66 SkKey fMax; // if the code expresses a range
  /external/v8/src/arm/
register-allocator-arm-inl.h 6 // * Redistributions of source code must retain the above copyright
81 return kNumbers[reg.code()];

Completed in 1386 milliseconds

<<21222324252627282930>>