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

<<41424344454647484950>>

  /external/webkit/WebCore/inspector/
InspectorBackend.cpp 9 * 1. Redistributions of source code must retain the above copyright
366 ExceptionCode code; local
367 parentNode->removeChild(node, code);
368 if (code) {
  /frameworks/base/libs/camera/
ICamera.cpp 249 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
251 switch(code) {
372 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 231 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
233 switch(code) {
343 return BBinder::onTransact(code, data, reply, flags);
IMediaPlayerService.cpp 152 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
154 switch(code) {
242 return BBinder::onTransact(code, data, reply, flags);
  /bionic/libc/kernel/common/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 17 package com.android.dx.dex.code;
28 /** {@code non-null;} empty instance */
32 * Constructs an instance. All indices initially contain {@code null}.
34 * @param size {@code >= 0;} the size of the list
43 * do that, this will throw {@code NullPointerException}.
45 * @param n {@code >= 0, < size();} which index
46 * @return {@code non-null;} element at that index
61 * @param prefix {@code non-null;} the prefix for every line
62 * @param header {@code non-null;} the header for the first line (after the
64 * @return {@code non-null;} the human for
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedField.java 19 import com.android.dx.rop.code.AccessFlags;
33 /** {@code non-null;} constant for the field */
39 * @param field {@code non-null;} constant for the field
75 * ignoring any associated code, because it should never be the
125 * @return {@code non-null;} the constant
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 17 package com.android.dx.rop.code;
28 /** {@code >= 0;} target label for this block */
31 /** {@code non-null;} list of instructions in this block */
35 * {@code non-null;} full list of successors that this block may
41 * {@code >= -1;} the primary / standard-flow / "default" successor, or
42 * {@code -1} if this block has no successors (that is, it
48 * Constructs an instance. The predecessor set is set to {@code null}.
50 * @param label {@code >= 0;} target label for this block
51 * @param insns {@code non-null;} list of instructions in this block
52 * @param successors {@code non-null;} full list of successors that thi
    [all...]
LocalVariableExtractor.java 17 package com.android.dx.rop.code;
23 * Code to figure out which local variables are active at which points in
27 /** {@code non-null;} method being extracted from */
30 /** {@code non-null;} block list for the method */
33 /** {@code non-null;} result in-progress */
36 /** {@code non-null;} work set indicating blocks needing to be processed */
42 * @param method {@code non-null;} the method to extract from
43 * @return {@code non-null;} the extracted information
53 * @param method {@code non-null;} the method to extract from
72 * @return {@code non-null;} the extracted informatio
    [all...]
LocalVariableInfo.java 17 package com.android.dx.rop.code;
30 /** {@code >= 0;} the register count for the method */
34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block
41 * {@code non-null;} array consisting of register sets representing the
47 /** {@code non-null;} map from instructions to the variable each assigns */
53 * @param method {@code non-null;} the method being represented by this instance
76 * @param label {@code >= 0;} the block label
77 * @param specs {@code non-null;} the register set to associate with the block
101 * @param label {@code >= 0;} the block label
102 * @param specs {@code non-null;} the register set to merge into the start se
    [all...]
RopMethod.java 17 package com.android.dx.rop.code;
27 /** {@code non-null;} basic block list of the method */
30 /** {@code >= 0;} label for the block which starts the method */
34 * {@code null-ok;} array of predecessors for each block, indexed by block
40 * {@code null-ok;} the predecessors for the implicit "exit" block, that is
48 * @param blocks {@code non-null;} basic block list of the method
49 * @param firstLabel {@code >= 0;} the label of the first block to execute
70 * @return {@code non-null;} the list
80 * @return {@code >= 0;} the first-block label
90 * @param label {@code >= 0;} the label of the block in questio
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 19 import com.android.dx.rop.code.CstInsn;
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
RemoveNamedItemNS.java 108 notes = "Verifies DOMException with NOT_FOUND_ERR code.",
131 success = (ex.code == DOMException.NOT_FOUND_ERR);
173 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /dalvik/vm/
Android.mk 102 # actually cause any code from the specified libraries to be included,
112 # have sufficient custom code so that libffi isn't needed at all,
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 36 * Example of writing an input method for a soft keyboard. This code is
47 * This boolean indicates the optional example code for performing
446 * Helper to determine if a given character code is alphabetic.
448 private boolean isAlphabet(int code) {
449 if (Character.isLetter(code)) {
635 public boolean isWordSeparator(int code) {
637 return separators.contains(String.valueOf((char)code));
  /external/bluetooth/bluez/include/bluetooth/
bluetooth.h 75 BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */
153 int bt_error(uint16_t code);
  /external/freetype/include/freetype/internal/
t1types.h 59 /* code_first :: The lowest valid character code in the encoding. */
61 /* code_last :: The highest valid character code in the encoding */
142 FT_Byte** code; member in struct:CID_SubrsRec_
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 135 u_int8_t code[2]; /* range of code */ member in struct:ipt_icmp
140 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/jpeg/
jerror.c 18 * These routines are used by both the compression and decompression code.
48 #define JMESSAGE(code,string) string ,
88 * so we provide optional code to produce an error-dialog popup.
  /external/kernel-headers/original/linux/
binder.h 65 * On 64-bit platforms where user code may run in 32-bits the driver must
100 * handled by retrying the ioctl() until a different error code
106 * that once this error code is returned, all further calls to
107 * the driver from any thread will return this same code.
113 TF_STATUS_CODE = 0x08, /* contents are a 32-bit status code */
126 unsigned int code; /* transaction command */ member in struct:binder_transaction_data
172 * int: error code
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 12 "non-manipulatable" lines, for the benefit of the NAT code.
65 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon3076::__anon3077::__anon3080
  /external/libffi/src/pa/
linux.S 43 .export ffi_call_pa32,code
44 .import ffi_prep_args_pa32,code
256 .export ffi_closure_pa32,code
257 .import ffi_closure_inner_pa32,code
301 .uleb128 0x1 ;# CIE Code Alignment Factor
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_lib.h 330 This function parse Exp-Golomb code from the bitstream.
340 This function parse Exp-Golomb code from the bitstream for 32 bit codewords.
382 \param "lentab" "Table for code length."
383 \param "codtab" "Table for code value."
396 \param "code" "Pointer to the output."
399 AVCDec_Status ce_LevelPrefix(AVCDecBitstream *stream, uint *code);
404 \param "code" "Pointer to the output."
408 AVCDec_Status ce_TotalZeros(AVCDecBitstream *stream, int *code, int TotalCoeff);
413 \param "code" "Pointer to the output."
417 AVCDec_Status ce_TotalZerosChromaDC(AVCDecBitstream *stream, int *code, int TotalCoeff)
    [all...]
  /external/openssl/crypto/
o_time.c 12 * 1. Redistributions of source code must retain the above copyright
98 short code; member in struct:__anon3964
147 following code was used to get this number:
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 113 switch(packet->code) {

Completed in 1252 milliseconds

<<41424344454647484950>>