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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/storage/
SQLError.idl 8 * 1. Redistributions of source code must retain the above copyright
35 readonly attribute unsigned long code;
  /external/webkit/WebKit/mac/WebCoreSupport/
WebGeolocationMockPrivate.h 7 * 1. Redistributions of source code must retain the above copyright
32 + (void)setError:(int)code:(NSString *)message;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_wsc_common.c 23 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code)
27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
35 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
  /external/zlib/contrib/infback9/
inflate9.h 16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code codes[ENOUGH]; /* space for code tables *
    [all...]
inftree9.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon7047
35 01000000 - invalid code
    [all...]
  /external/zlib/
inftrees.h 12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon7063
35 01000000 - invalid code
    [all...]
  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 25 boolean sendResult(int code, String data, in Bundle ex);
  /ndk/samples/hello-neon/jni/
Application.mk 1 # Build both ARMv5TE and ARMv7-A machine code.
  /external/v8/src/
stub-cache.cc 6 // * Redistributions of source code must retain the above copyright
55 Code* StubCache::Set(String* name, Map* map, Code* code) {
56 // Get the flags from the code.
57 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
68 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
69 ASSERT(Code::kFlagsICStateShift == 0)
101 Object* code = receiver->map()->FindInCodeCache(name, flags); local
120 Object* code = receiver->map()->FindInCodeCache(name, flags); local
139 Object* code = receiver->map()->FindInCodeCache(name, flags); local
156 Object* code = receiver->map()->FindInCodeCache(name, flags); local
170 Code* code = Builtins::builtin(Builtins::LoadIC_Normal); local
181 Object* code = receiver->map()->FindInCodeCache(name, flags); local
203 Object* code = receiver->map()->FindInCodeCache(name, flags); local
222 Object* code = receiver->map()->FindInCodeCache(name, flags); local
240 Object* code = receiver->map()->FindInCodeCache(name, flags); local
259 Object* code = receiver->map()->FindInCodeCache(name, flags); local
277 Object* code = receiver->map()->FindInCodeCache(name, flags); local
294 Object* code = receiver->map()->FindInCodeCache(name, flags); local
311 Object* code = receiver->map()->FindInCodeCache(name, flags); local
330 Object* code = receiver->map()->FindInCodeCache(name, flags); local
347 Object* code = receiver->map()->FindInCodeCache(name, flags); local
365 Object* code = receiver->map()->FindInCodeCache(name, flags); local
382 Object* code = receiver->map()->FindInCodeCache(name, flags); local
399 Object* code = receiver->map()->FindInCodeCache(name, flags); local
436 Object* code = map->FindInCodeCache(name, flags); local
484 Object* code = map->FindInCodeCache(name, flags); local
521 Object* code = map->FindInCodeCache(name, flags); local
541 Object* code = ComputeCallNormal(argc, in_loop); local
556 Object* code = receiver->map()->FindInCodeCache(name, flags); local
710 Code* code = Code::cast(result); local
942 Code* code = Code::cast(result); local
960 Code* code = Code::cast(result); local
976 Code* code = Code::cast(result); local
992 Code* code = Code::cast(result); local
1008 Code* code = Code::cast(result); local
1022 Code* code = Code::cast(result); local
1039 Code* code = Code::cast(result); local
1127 Code* code = Code::cast(result); local
    [all...]
  /external/e2fsprogs/lib/ss/
test_ss.c 83 int c, code; local
105 (char *)NULL, &test_cmds, &code);
106 if (code) {
107 ss_perror(sci_idx, code, "creating invocation");
111 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
112 if (code) {
113 ss_perror (sci_idx, code, "adding standard requests");
121 code = ss_execute_line(sci_idx, request);
122 if (code) {
123 ss_perror(sci_idx, code, request)
    [all...]
  /external/icu4c/common/
uscript.c 33 UScriptCode code = USCRIPT_INVALID_CODE; local
47 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
50 if(code==(UScriptCode)UCHAR_INVALID_CODE){
63 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, cName);
64 /* got the script code now fill in the buffer */
66 *(fillIn)++=code;
80 code = USCRIPT_INVALID_CODE;
82 if(code==(UScriptCode)UCHAR_INVALID_CODE){
84 code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale);
86 if(code!=(UScriptCode)UCHAR_INVALID_CODE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
CountryCodeQualifier.java 28 * Resource Qualifier for Mobile Country Code.
38 public static final String NAME = "Mobile Country Code";
42 * <code>null</code> is returned.
44 * @return a new {@link CountryCodeQualifier} object or <code>null</code>
51 int code = -1; local
53 code = Integer.parseInt(v);
59 CountryCodeQualifier qualifier = new CountryCodeQualifier(code);
69 * @param code the value of the qualifier, as returned by {@link #getCode()}
    [all...]
  /external/libpcap/
pcap-bpf.h 5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
103 * It has nothing to do with the source code version.
749 #define BPF_CLASS(code) ((code) & 0x07)
760 #define BPF_SIZE(code) ((code) & 0x18)
764 #define BPF_MODE(code) ((code) & 0xe0
805 u_short code; member in struct:bpf_insn
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
vlc_encode.cpp 151 uint code, len; local
163 code = ((TotalCoeff - 1) << 2) | (TrailingOnes);
167 code = 3;
169 status = BitstreamWriteBits(stream, 6, code);
187 code = totCoeffTrailOne[vlcnum][TrailingOnes][TotalCoeff][1];
188 status = BitstreamWriteBits(stream, len, code);
205 uint code, len; local
208 code = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][1];
209 status = BitstreamWriteBits(stream, len, code);
254 int len, code; local
282 int len, code; local
318 int len, code; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
bitstream.h 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
62 *code = stream->curr_word >> (32 - nbits);
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
78 *code = stream->curr_word >> 17;
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
92 *code = stream->curr_word >> 19
97 uint code; local
112 uint code; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
62 *code = stream->curr_word >> (32 - nbits);
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
78 *code = stream->curr_word >> 17;
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
92 *code = stream->curr_word >> 19
97 uint code; local
112 uint code; local
    [all...]
  /external/guava/src/com/google/common/primitives/
generate.sh 60 * Static utility methods pertaining to {@code primtyp} primitives, that are not
71 * The number of bytes required to represent a primitive {@code primtyp}
77 * Returns a hash code for {@code value}; equal to the result of invoking
78 * {@code ((WrapperCl) value).hashCode()}.
80 * @param value a primitive {@code primtyp} value
81 * @return a hash code for the value
88 * Returns the {@code primtyp} value that is equal to {@code value}, if possible.
90 * @param value any value in the range of the {@code primtyp} typ
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
cbsearch.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
67 code[] -- array of type Word16 -- Innovative codebook, Q13
101 PSEUDO-CODE
107 When the code is written for a specific target processor the
181 ; FUNCTION CODE
192 Word16 code[], /* o : Innovative codebook, Q13 */
219 code,
234 code,
249 code,
264 code,
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cbsearch.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
67 code[] -- array of type Word16 -- Innovative codebook, Q13
101 PSEUDO-CODE
107 When the code is written for a specific target processor the
181 ; FUNCTION CODE
192 Word16 code[], /* o : Innovative codebook, Q13 */
219 code,
234 code,
249 code,
264 code,
    [all...]
  /bionic/libc/regex/
regerror.c 7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
50 int code; member in struct:rerr
70 { 0, "", "*** unknown regexp error code ***" }
90 for (r = rerrs; r->code != 0; r++)
91 if (r->code == target)
95 if (r->code != 0) {
122 for (r = rerrs; r->code != 0; r++)
125 if (r->code == 0)
128 (void)snprintf(localbuf, localbufsize, "%d", r->code);
    [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_MultiByte_EUC_JP.java     [all...]
  /external/strace/linux/
ioctlsort.c 16 unsigned long code; member in struct:ioctlent
27 unsigned long code1 = ((struct ioctlent *) a)->code;
28 unsigned long code2 = ((struct ioctlent *) b)->code;
40 ioctls[i].code &= ~_IOC_DIRMASK;
46 if (i == 0 || ioctls[i].code != ioctls[i-1].code ||
49 ioctls[i].header, ioctls[i].name, ioctls[i].code);
  /external/strace/strace/linux/
ioctlsort.c 16 unsigned long code; member in struct:ioctlent
27 unsigned long code1 = ((struct ioctlent *) a)->code;
28 unsigned long code2 = ((struct ioctlent *) b)->code;
40 ioctls[i].code &= ~_IOC_DIRMASK;
46 if (i == 0 || ioctls[i].code != ioctls[i-1].code ||
49 ioctls[i].header, ioctls[i].name, ioctls[i].code);
  /dalvik/dx/src/com/android/dx/dex/code/
SimpleInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
29 * unknown ({@code -1}).
32 * @param position {@code non-null;} source position
33 * @param registers {@code non-null;} register list, including a
VariableSizeInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
28 * unknown ({@code -1}).
30 * @param position {@code non-null;} source position
31 * @param registers {@code non-null;} source registers

Completed in 1975 milliseconds

1 2 34 5 6 7 8 91011>>