HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1851 - 1875 of 8676) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/openssl/openssl/crypto/
ppccpuid.pl 22 $code=<<___;
130 $code =~ s/\`([^\`]*)\`/eval $1/gem;
131 print $code;
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
store.h 12 * 1. Redistributions of source code must retain the above copyright
139 /* Store functions take a type code for the type of data they should store
393 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
395 STORE_ATTR_TYPES code);
396 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
397 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
398 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
400 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
402 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
404 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    [all...]
  /external/chromium_org/tools/code_coverage/
coverage_posix_unittest.py 3 # Use of this source code is governed by a BSD-style license that can be
69 for code in range(2):
71 'import sys; sys.exit(%d)' % code],
73 self.assertEqual(code, retcode)
  /external/chromium_org/tools/json_schema_compiler/
code.py 2 # Use of this source code is governed by a BSD-style license that can be
5 class Code(object):
6 """A convenience object for constructing code.
8 Logically each object should be a block of code. All methods except |Render|
18 """Appends a line of code at the current indent level or just a newline if
22 code.Substitute().
31 """Returns True if the Code object is empty.
36 """Concatenate another Code object onto this one. Trailing whitespace is
39 Appends the code at the current indent level. Will fail if there are any
43 if not isinstance(obj, Code)
    [all...]
compiler.py 3 # Use of this source code is governed by a BSD-style license that can be
7 The purpose of this tool is to remove the need for hand-written code that
9 Originally written for generating code for extension apis. Reference schemas
31 # Names of supported code generators, as specified on the command-line.
51 # If compiling the C++ model code, delete 'nocompile' nodes.
118 code = generator.Generate(namespace).Render()
122 f.write(code)
123 output_code += [filename, '', code, '']
140 help='The generator to use to build the output code. Supported values are'
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 17 package com.android.dx.dex.code;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
33 * {@code non-null;} address representing the instruction that uses this
38 /** {@code non-null;} initial values to be filled into an array */
52 * unknown ({@code -1}).
54 * @param position {@code non-null;} source position
55 * @param user {@code non-null;} address representing the instruction that
57 * @param values {@code non-null;} initial values to be filled into an array
SwitchData.java 17 package com.android.dx.dex.code;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
33 * {@code non-null;} address representing the instruction that uses this
38 /** {@code non-null;} sorted list of switch cases (keys) */
42 * {@code non-null;} corresponding list of code addresses; the branch
52 * unknown ({@code -1}).
54 * @param position {@code non-null;} source position
55 * @param user {@code non-null;} address representing the instruction tha
    [all...]
  /external/jpeg/
jdhuff.c 37 * structure assignment. You'll need to fix this code if you have
159 unsigned int code; local
161 /* Note that huffsize[] and huffcode[] are filled in code-length order,
181 /* Figure C.1: make table of Huffman code length for each symbol */
195 /* We also validate that the counts represent a legal Huffman code tree. */
197 code = 0;
202 huffcode[p++] = code;
203 code++;
205 /* code is now 1 more than the last code used for codelength si; bu
404 register INT32 code; local
    [all...]
  /external/kernel-headers/original/linux/
icmpv6.h 176 u8 type, u8 code,
180 extern int icmpv6_err_convert(u8 type, u8 code,
184 u8 code, int pos);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 72 inline void *getCodeLocation() const { return code; }
89 uint32_t *code; member in class:nv50_ir::CodeEmitter
132 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const = 0;
191 const bool hasSWSched; // true if code should provide scheduling data
  /external/openssl/crypto/
pariscid.pl 21 $code=<<___;
24 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
93 $code.=<<___;
138 $code.=<<___;
220 $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4);
221 $code =~ s/,\*/,/gm if ($SIZE_T==4);
222 print $code;
ppccpuid.pl 22 $code=<<___;
130 $code =~ s/\`([^\`]*)\`/eval $1/gem;
131 print $code;
  /external/openssl/crypto/store/
store.h 12 * 1. Redistributions of source code must retain the above copyright
139 /* Store functions take a type code for the type of data they should store
393 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
395 STORE_ATTR_TYPES code);
396 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
397 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
398 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
400 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
402 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
404 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 100 // Mark the code, starting at the entry point.
226 * Marks the code starting at the given offset.
232 byte[] code = codeAttribute.code;
239 Instruction instruction = InstructionFactory.create(code, offset);
  /external/qemu/distrib/jpeg-6b/
jdhuff.c 37 * structure assignment. You'll need to fix this code if you have
159 unsigned int code; local
161 /* Note that huffsize[] and huffcode[] are filled in code-length order,
181 /* Figure C.1: make table of Huffman code length for each symbol */
195 /* We also validate that the counts represent a legal Huffman code tree. */
197 code = 0;
202 huffcode[p++] = code;
203 code++;
205 /* code is now 1 more than the last code used for codelength si; bu
404 register INT32 code; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 21 Build a set of tables to decode the provided canonical Huffman code.
22 The code lengths are lens[0..codes-1]. The result starts at *table,
24 lens shorts, which is used as a work area. type is the type of code
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
30 longest code or if it is less than the shortest code.
36 code FAR * FAR *table;
40 unsigned len; /* a code's length in bits */
41 unsigned sym; /* index of code symbols */
42 unsigned min, max; /* minimum and maximum code lengths *
    [all...]
  /external/tcpdump/
print-chdlc.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
125 u_int8_t code[4]; member in struct:cisco_slarp
157 switch (EXTRACT_32BITS(&slarp->code)) {
193 printf("0x%02x unknown", EXTRACT_32BITS(&slarp->code));
  /external/webp/src/enc/
backward_references.h 3 // Use of this source code is governed by a BSD-style license
82 // extra bits. The prefixes are encoded with an entropy code
84 static WEBP_INLINE void PrefixEncode(int distance, int* const code,
92 *code = 2 * highest_bit + second_highest_bit;
96 *code = (distance == 2) ? 1 : 0;
  /external/zlib/src/contrib/infback9/
inftree9.c 21 Build a set of tables to decode the provided canonical Huffman code.
22 The code lengths are lens[0..codes-1]. The result starts at *table,
24 lens shorts, which is used as a work area. type is the type of code
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
30 longest code or if it is less than the shortest code.
36 code FAR * FAR *table;
40 unsigned len; /* a code's length in bits */
41 unsigned sym; /* index of code symbols */
42 unsigned min, max; /* minimum and maximum code lengths *
    [all...]
  /external/zlib/src/
inftrees.c 21 Build a set of tables to decode the provided canonical Huffman code.
22 The code lengths are lens[0..codes-1]. The result starts at *table,
24 lens shorts, which is used as a work area. type is the type of code
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
30 longest code or if it is less than the shortest code.
36 code FAR * FAR *table;
40 unsigned len; /* a code's length in bits */
41 unsigned sym; /* index of code symbols */
42 unsigned min, max; /* minimum and maximum code lengths *
    [all...]
  /frameworks/av/camera/
ICameraClient.cpp 87 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
89 switch(code) {
125 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libmedia/
IEffect.cpp 130 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
132 switch (code) {
195 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
207 /* No code match found */
221 * Pack a VLC code word into the bitstream
231 * [in] codeWord Code word that need to be inserted in to the
233 * [in] codeLength Length of the code word valid range 1...32
295 * Pack a VLC code word into the bitstream
305 * [in] code VLC code word that need to be inserted in to the
323 ARM_VLC32 code
326 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
207 /* No code match found */
221 * Pack a VLC code word into the bitstream
231 * [in] codeWord Code word that need to be inserted in to the
233 * [in] codeLength Length of the code word valid range 1...32
295 * Pack a VLC code word into the bitstream
305 * [in] code VLC code word that need to be inserted in to the
323 ARM_VLC32 code
326 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 171 * Returns : Code Book Index if successfull.
207 /* No code match found */
221 * Pack a VLC code word into the bitstream
231 * [in] codeWord Code word that need to be inserted in to the
233 * [in] codeLength Length of the code word valid range 1...32
295 * Pack a VLC code word into the bitstream
305 * [in] code VLC code word that need to be inserted in to the
323 ARM_VLC32 code
326 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen))
    [all...]

Completed in 1540 milliseconds

<<71727374757677787980>>