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

<<31323334353637383940>>

  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_DIRECT.S 19 * Code: Call a non-static direct method. Provides an "isrange" variable and
64 jne common_invokeMethod${routine} # invoke method common code
91 jne common_invokeMethod${routine} # invoke method common code
  /development/pdk/docs/source/
source_toc.cs 21 <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li>
29 <li><a href="<?cs var:toroot ?>source/code-lines.html">Branches &amp; Releases</a></li>
  /external/bluetooth/bluez/tools/
l2ping.c 149 send_cmd->code = L2CAP_ECHO_RSP;
151 send_cmd->code = L2CAP_ECHO_REQ;
197 if (!reverse && recv_cmd->code == L2CAP_ECHO_RSP)
200 if (recv_cmd->code == L2CAP_COMMAND_REJ) {
  /external/e2fsprogs/lib/ss/
ss.h 81 void ss_abort_subsystem(int sci_idx, int code);
  /external/icu4c/i18n/
anytrans.cpp 73 * The code of the current run, valid after next() returns. May
308 * Return the script code for a given name, or -1 if not found.
312 UScriptCode code; local
321 if (!isInvariant || uscript_getCode(buf, &code, 1, &ec) != 1 || U_FAILURE(ec))
323 code = USCRIPT_INVALID_CODE;
325 return code;
356 // Get the script code for the target. If not a script, ignore.
  /external/icu4c/tools/genprops/
genprops.h 30 uint32_t code; member in struct:__anon2451
  /external/iproute2/include/linux/
inet_diag.h 45 * All the commands identified by "code" are conditional jumps forward:
51 unsigned char code; member in struct:inet_diag_bc_op
  /external/kernel-headers/original/linux/
random.h 47 extern void add_input_randomness(unsigned int type, unsigned int code,
  /external/libffi/
Libffi.mk 15 # The libffi code is organized primarily by architecture, but at some
18 # the code. We need to generate the appropriate defines and select the
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
dec_amr.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
153 PSEUDO-CODE
207 When the code is written for a specific target processor the
306 PSEUDO-CODE
374 When the code is written for a specific target processor the
532 PSEUDO-CODE
561 Word16 code[L_SUBFR];
708 * - decode algebraic code *
836 decode_2i40_9bits (subfrNr, i, index, code);
845 decode_2i40_11bits (i, index, code);
1359 Word16 code[L_SUBFR]; local
    [all...]
  /external/openssl/crypto/des/
FILES0 19 des.c - des(1) source code.
27 /* libdes.a source code */
30 ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code.
70 doIP - Perl script used to develop IP xor/shift code.
71 doPC1 - Perl script used to develop PC1 xor/shift code.
  /external/openssl/crypto/des/times/
usparc.cc 6 is able to perform when the code is 'inlined'. For 'speed', the DES
  /external/ppp/pppd/
chap-new.h 10 * 1. Redistributions of source code must retain the above copyright
32 * CHAP packets begin with a standard header with code, id, len (2 bytes).
37 * Values for the code field.
91 * The code for each digest type has to supply one of these.
94 int code; member in struct:chap_digest_type
120 /* Called by digest code to register a digest type */
123 /* Called by authentication code to start authenticating the peer. */
126 /* Called by auth. code to start authenticating us to the peer. */
129 /* Represents the CHAP protocol to the main pppd code */
spinlock.h 29 #error Need to implement spinlock code in spinlock.h
  /external/proguard/src/proguard/classfile/instruction/
InstructionFactory.java 34 public static Instruction create(byte[] code, int offset)
39 byte opcode = code[index++];
44 opcode = code[index++];
295 instruction.readInfo(code, index);
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 46 * @param codeAttributeEditor a code editor that can be used for
47 * accumulating changes to the code.
57 * @param codeAttributeEditor a code editor that can be used for
58 * accumulating changes to the code.
92 InstructionFactory.create(codeAttribute.code, targetOffset);
GotoReturnReplacer.java 46 * @param codeAttributeEditor a code editor that can be used for
47 * accumulating changes to the code.
57 * @param codeAttributeEditor a code editor that can be used for
58 * accumulating changes to the code.
88 Instruction targetInstruction = InstructionFactory.create(codeAttribute.code,
  /external/srec/srec/include/
srec_arb.h 65 asr_uint16_t code; member in struct:__anon5917
98 phonemeID phoneme_index[NUM_PHONEME_INDICES]; /* from short code to phoneme index */
  /external/v8/src/arm/
virtual-frame-arm.cc 6 // * Redistributions of source code must retain the above copyright
103 // Verify that r1 contains a JS function. The following code relies
130 // Record the location of the JS exit code for patching when setting
155 // For more locals a loop in generated code is more compact.
252 void VirtualFrame::CallCodeObject(Handle<Code> code,
255 switch (code->kind()) {
256 case Code::CALL_IC:
257 case Code::FUNCTION:
259 case Code::KEYED_LOAD_IC
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1066899.js 6 // * Redistributions of source code must retain the above copyright
28 // This test case segfaults in generated code. See
regress-189.js 6 // * Redistributions of source code must retain the above copyright
30 // See http://code.google.com/p/v8/issues/detail?id=189.
regress-1919169.js 6 // * Redistributions of source code must retain the above copyright
38 // Crash does not occur when code is run at the top level.
regress-201.js 6 // * Redistributions of source code must retain the above copyright
28 // See http://code.google.com/p/v8/issues/detail?id=201.
regress-2249423.js 6 // * Redistributions of source code must retain the above copyright
28 // See http://code.google.com/p/chromium/issues/detail?id=27227
regress-286.js 6 // * Redistributions of source code must retain the above copyright
28 // See http://code.google.com/p/v8/issues/detail?id=286

Completed in 1791 milliseconds

<<31323334353637383940>>