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

<<71727374757677787980>>

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
qgain795.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
144 gain_cod -- Pointer to Word16 -- Code gain, Q1
145 gain_cod_ind -- Pointer to Word16 -- Code gain index, Q0
179 PSEUDO-CODE
185 When the code is written for a specific target processor the
216 Word16 *gain_cod, /* o : Code gain, Q1 */
217 Word16 *gain_cod_ind, /* o : Code gain index, Q0 */
405 gain_cod_unq -- Word16 -- Code gain (unquantized)
408 gain_cod -- Pointer to Word16 -- Code gain (pre-/quantized), Q1
435 frac_en[2]*2^exp_en[2] = <exc code> // LTP/CB innovation dot produc
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /system/core/toolbox/
getevent.c 454 printf("%04x %04x %08x", event.type, event.code, event.value);
455 if(sync_rate && event.type == 0 && event.code == 0) {
  /dalvik/libdex/
DexSwapVerify.c     [all...]
  /external/ppp/pppd/
eap.c 184 * Convert EAP state code to printable string for debug.
2082 u_char code, id; local
2150 int code, id, len, rtype, vallen; local
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 6 // * Redistributions of source code must retain the above copyright
41 Code::Flags flags,
52 // Get the code entry from the cache.
60 __ mov(offset, FieldOperand(extra, Code::kFlagsOffset));
61 __ and_(offset, ~Code::kFlagsNotUsedInLookup);
65 // Jump to the first instruction in the code stub.
66 __ add(Operand(extra), Immediate(Code::kHeaderSize - kHeapObjectTag));
78 // Get the code entry from the cache.
82 __ mov(offset, FieldOperand(offset, Code::kFlagsOffset));
83 __ and_(offset, ~Code::kFlagsNotUsedInLookup)
666 Handle<Code> code = Handle<Code>( local
861 Code* code = NULL; local
2200 Code* code = Builtins::builtin(Builtins::JSConstructStubGeneric); local
    [all...]
  /external/v8/src/
spaces.cc 6 // * Redistributions of source code must retain the above copyright
222 // Code range is full or too fragmented.
312 // space, and one for code space.
2077 Code* code = Code::cast(obj); local
2844 Code* code = Code::cast(obj); local
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 252 String code; field in class:ContactsSyncAdapter.Address
257 return city != null || country != null || code != null || state != null
446 work.code = getValue();
461 home.code = getValue();
476 other.code = getValue();
602 work.state, work.country, work.code);
606 home.state, home.country, home.code);
610 other.state, other.country, other.code);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 17 package com.android.dx.cf.code;
32 /** {@code non-null;} the locals */
35 /** {@code non-null;} the stack */
38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */
44 * @param locals {@code non-null;} the locals array to use
45 * @param stack {@code non-null;} the execution stack to use
54 * @param locals {@code non-null;} the locals array to use
55 * @param stack {@code non-null;} the execution stack to use
56 * @param subroutines {@code non-null;} list of subroutine start labels for
78 * all-uninitialized values (represented as {@code null}s) an
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 17 package com.android.dx.rop.code;
30 * {@code >= -1;} the count of registers required by this method or
31 * {@code -1} if not yet calculated
36 * Constructs an instance. All indices initially contain {@code null},
37 * and the first-block label is initially {@code -1}.
48 * Constructs a mutable copy for {@code getMutableCopy()}.
61 * do that, this will throw {@code NullPointerException}.
63 * @param n {@code >= 0, < size();} which index
64 * @return {@code non-null;} element at that index
73 * @param n {@code >= 0, < size();} which inde
    [all...]
Insn.java 17 package com.android.dx.rop.code;
33 /** {@code non-null;} opcode */
36 /** {@code non-null;} source position */
39 /** {@code null-ok;} spec for the result of this instruction, if any */
42 /** {@code non-null;} specs for all the sources of this instruction */
48 * @param opcode {@code non-null;} the opcode
49 * @param position {@code non-null;} source position
50 * @param result {@code null-ok;} spec for the result, if any
51 * @param sources {@code non-null;} specs for all the sources
77 * {@code x.equals(y)} is only true if {@code x == y}
    [all...]
RegisterSpecList.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} no-element instance */
34 * @param spec {@code non-null;} the element
35 * @return {@code non-null;} an appropriately-constructed instance
46 * @param spec0 {@code non-null;} the first element
47 * @param spec1 {@code non-null;} the second element
48 * @return {@code non-null;} an appropriately-constructed instance
61 * @param spec0 {@code non-null;} the first element
62 * @param spec1 {@code non-null;} the second element
63 * @param spec2 {@code non-null;} the third elemen
    [all...]
RegisterSpecSet.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} no-element instance */
32 * {@code non-null;} array of register specs, where each element is
33 * {@code null} or is an instance whose {@code reg}
38 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
44 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
130 * @return {@code >= 0;} the maximum size
139 * @return {@code >= 0;} the siz
    [all...]
Rop.java 17 package com.android.dx.rop.code;
28 /** minimum {@code BRANCH_*} value */
49 /** maximum {@code BRANCH_*} value */
56 * {@code non-null;} result type of this operation; {@link Type#VOID} for
61 /** {@code non-null;} types of all the sources of this operation */
64 /** {@code non-null;} list of possible types thrown by this operation */
68 * the branchingness of this op; one of the {@code BRANCH_*}
76 /** {@code null-ok;} nickname, if specified (used for debugging) */
84 * @param result {@code non-null;} result type of this operation; {@link
86 * @param sources {@code non-null;} types of all the sources of this operatio
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 19 import com.android.dx.rop.code.*;
65 * @param ssaMethod {@code non-null;} method to process
75 * @param ssaMethod {@code non-null;} method to process
149 * @return {@code non-null;} list of constants in most-to-least used order
254 * the definition of {@code origReg} is associated with a local
255 * variable, then insert a mark-local for {@code newReg} just below
256 * it. We expect the definition of {@code origReg} to ultimately
257 * be removed by the dead code eliminator
259 * @param origReg {@code non-null;} original register
260 * @param newReg {@code non-null;} new register that will replac
    [all...]
PhiInsn.java 19 import com.android.dx.rop.code.*;
41 * {@code non-null;} operands of the instruction; built up by
46 /** {@code null-ok;} source registers; constructed lazily */
104 * @param type {@code non-null;} new TypeBearer
105 * @param local {@code null-ok;} new local info, if available
150 * Always returns null for {@code PhiInsn}s.
160 * Always returns null for {@code PhiInsn}s.
170 * Always returns false for {@code PhiInsn}s.
181 * @return {@code non-null;} sources list
269 * that have {@code reg} as an operand register
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.h 59 #define g_assert_error(err, dom, c) do { if (!err || (err)->domain != dom || (err)->code != c) \
  /external/bluetooth/glib/tests/
shell-test.c 236 switch (error->code)
245 return g_strdup ("bad error code in G_SHELL_ERROR domain");
  /external/dbus/dbus/
dbus-sysdeps.h 335 void _dbus_exit (int code) _DBUS_GNUC_NORETURN;
  /external/jpeg/
jfdctint.c 13 * much more complex and seem not to be any faster when reduced to code.
39 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
52 * In the IJG code, this factor of 8 is removed by the quantization step
jidctflt.c 9 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine
20 * complex and seem not to be any faster when reduced to code.
25 * JPEG textbook (see REFERENCES section in file README). The following code
52 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */
wrrle.c 15 * Based on code contributed by Mike Lijewski,
33 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
wrtarga.c 14 * Based on code contributed by Lee Daniel Crocker.
28 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 138 u_int8_t code[2]; /* range of code */ member in struct:ipt_icmp
143 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/kernel-headers/original/linux/
netlink.h 53 #define NLM_F_ACK 4 /* Reply with ack, with zero or error code */
197 extern void netlink_set_err(struct sock *ssk, __u32 pid, __u32 group, int code);

Completed in 1218 milliseconds

<<71727374757677787980>>