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

<<71727374757677787980>>

  /external/icu4c/tools/gensprep/
gensprep.c 281 uint32_t code; local
286 /* get the character code, field 0 */
287 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
307 (long)code, u_errorName(*pErrorCode));
315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
330 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
344 uint32_t code; local
379 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode));
390 fprintf(stderr, "Could not parse code point range. Error: %s\n",u_errorName(*pErrorCode));
399 /* get the character code, field 0 *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 150 * avoid generating bad code.
164 * implementation) somehow becomes invalid code.
568 /* Dump byte code to a file */
591 void *code; local
597 code = LLVMGetPointerToGlobal(gallivm->engine, func);
598 assert(code);
599 jit_func = pointer_to_func(code);
602 lp_disassemble(code);
613 * Free the function (and its machine code).
618 const void *code)
    [all...]
  /external/oprofile/libopagent/
opagent.c 3 * Interface to report symbol names and dynamically generated code to Oprofile
222 uint64_t vma, void const * code, unsigned int const size)
241 rec.code_addr = (u64) (uintptr_t) code;
242 rec.total_size = code ? sizeof(rec) + sz_symb_name + size :
257 /* Write record, symbol name, code (optionally), and (if necessary)
262 if (code)
263 fwrite_unlocked(code, size, 1, dumpfile);
266 /* Always flush to ensure conversion code to elf will see
278 int op_write_debug_line_info(op_agent_t hdl, void const * code,
302 rec.code_addr = (uint64_t)(uintptr_t)code;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 147 code = t._type_ # the typecode
148 align = struct.calcsize("c%c" % code) - struct.calcsize(code)
151 self.assertEqual((code, alignment(t)),
152 (code, align))
154 self.assertEqual((code, alignment(t())),
155 (code, align))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 147 code = t._type_ # the typecode
148 align = struct.calcsize("c%c" % code) - struct.calcsize(code)
151 self.assertEqual((code, alignment(t)),
152 (code, align))
154 self.assertEqual((code, alignment(t())),
155 (code, align))
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 190 Word16 code[L_SUBFR]; /* Fixed codebook excitation */ local
257 Copy(st->mem_decim, code, 2 * L_FILT16k);
259 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code);
268 Copy(st->mem_sig_in, code, 6);
269 HP50_12k8(new_speech + L_FRAME, L_FILT, code);
395 * - quantize and code the isf[] *
564 /* Quantize and code the ISFs */
594 /* Quantize and code the ISFs */
710 * - find voicing factor and tilt of code for next subframe. *
777 Set_zero(code, M)
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 6 // * Redistributions of source code must retain the above copyright
55 // Get the optimized code.
56 Code* code = function->code();
59 // code patching below, and is not needed any more.
60 code->InvalidateRelocation();
65 // before the safepoint table (space was allocated there when the Code
68 Address instruction_start = function->code()->instruction_start();
73 DeoptimizationInputData::cast(code->deoptimization_data())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 135 def __setitem__(self, index, code):
136 self.data[index] = code
137 def insert(self, index, code):
138 self.data.insert(index, code)
139 def append(self, code):
140 self.data.append(code)
227 # handle escape code inside character class
228 code = ESCAPES.get(escape)
229 if code:
230 return code
    [all...]
urllib2.py 81 # signalled? The client needs to know the HTTP error code. But if
154 def __init__(self, url, code, msg, hdrs, fp):
155 self.code = code
165 self.__super_init(fp, hdrs, url, code)
168 return 'HTTP Error %s: %s' % (self.code, self.msg)
517 code, msg, hdrs = response.code, response.msg, response.info()
519 # According to RFC 2616, "2xx" code indicates that the client's
521 if not (200 <= code < 300)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 135 def __setitem__(self, index, code):
136 self.data[index] = code
137 def insert(self, index, code):
138 self.data.insert(index, code)
139 def append(self, code):
140 self.data.append(code)
227 # handle escape code inside character class
228 code = ESCAPES.get(escape)
229 if code:
230 return code
    [all...]
urllib2.py 81 # signalled? The client needs to know the HTTP error code. But if
154 def __init__(self, url, code, msg, hdrs, fp):
155 self.code = code
165 self.__super_init(fp, hdrs, url, code)
168 return 'HTTP Error %s: %s' % (self.code, self.msg)
517 code, msg, hdrs = response.code, response.msg, response.info()
519 # According to RFC 2616, "2xx" code indicates that the client's
521 if not (200 <= code < 300)
    [all...]
  /external/chromium_org/third_party/libxml/src/
testapi.c 1003 * WARNING: end of the manually maintained part of the test code *
36996 int code; \/* UCS code point *\/ local
37030 int code; \/* UCS code point *\/ local
37064 int code; \/* UCS code point *\/ local
37098 int code; \/* UCS code point *\/ local
37132 int code; \/* UCS code point *\/ local
37166 int code; \/* UCS code point *\/ local
37200 int code; \/* UCS code point *\/ local
37234 int code; \/* UCS code point *\/ local
37268 int code; \/* UCS code point *\/ local
37302 int code; \/* UCS code point *\/ local
37343 int code; \/* UCS code point *\/ local
37377 int code; \/* UCS code point *\/ local
37411 int code; \/* UCS code point *\/ local
37445 int code; \/* UCS code point *\/ local
37479 int code; \/* UCS code point *\/ local
37513 int code; \/* UCS code point *\/ local
37547 int code; \/* UCS code point *\/ local
37581 int code; \/* UCS code point *\/ local
37615 int code; \/* UCS code point *\/ local
37649 int code; \/* UCS code point *\/ local
37683 int code; \/* UCS code point *\/ local
37717 int code; \/* UCS code point *\/ local
37751 int code; \/* UCS code point *\/ local
37785 int code; \/* UCS code point *\/ local
37819 int code; \/* UCS code point *\/ local
37853 int code; \/* UCS code point *\/ local
37887 int code; \/* UCS code point *\/ local
37928 int code; \/* UCS code point *\/ local
37962 int code; \/* UCS code point *\/ local
37996 int code; \/* UCS code point *\/ local
38030 int code; \/* UCS code point *\/ local
38064 int code; \/* UCS code point *\/ local
38098 int code; \/* UCS code point *\/ local
38132 int code; \/* UCS code point *\/ local
38166 int code; \/* UCS code point *\/ local
38200 int code; \/* UCS code point *\/ local
38234 int code; \/* UCS code point *\/ local
38268 int code; \/* UCS code point *\/ local
38302 int code; \/* UCS code point *\/ local
38336 int code; \/* UCS code point *\/ local
38370 int code; \/* UCS code point *\/ local
38404 int code; \/* UCS code point *\/ local
38438 int code; \/* UCS code point *\/ local
38472 int code; \/* UCS code point *\/ local
38506 int code; \/* UCS code point *\/ local
38540 int code; \/* UCS code point *\/ local
38574 int code; \/* UCS code point *\/ local
38608 int code; \/* UCS code point *\/ local
38642 int code; \/* UCS code point *\/ local
38676 int code; \/* UCS code point *\/ local
38710 int code; \/* UCS code point *\/ local
38744 int code; \/* UCS code point *\/ local
38778 int code; \/* UCS code point *\/ local
38812 int code; \/* UCS code point *\/ local
38846 int code; \/* UCS code point *\/ local
38880 int code; \/* UCS code point *\/ local
38914 int code; \/* UCS code point *\/ local
38948 int code; \/* UCS code point *\/ local
38982 int code; \/* UCS code point *\/ local
39016 int code; \/* UCS code point *\/ local
39050 int code; \/* UCS code point *\/ local
39084 int code; \/* UCS code point *\/ local
39118 int code; \/* UCS code point *\/ local
39152 int code; \/* UCS code point *\/ local
39186 int code; \/* UCS code point *\/ local
39220 int code; \/* UCS code point *\/ local
39254 int code; \/* UCS code point *\/ local
39288 int code; \/* UCS code point *\/ local
39322 int code; \/* UCS code point *\/ local
39356 int code; \/* UCS code point *\/ local
39390 int code; \/* UCS code point *\/ local
39424 int code; \/* UCS code point *\/ local
39458 int code; \/* UCS code point *\/ local
39492 int code; \/* UCS code point *\/ local
39526 int code; \/* UCS code point *\/ local
39560 int code; \/* UCS code point *\/ local
39594 int code; \/* UCS code point *\/ local
39628 int code; \/* UCS code point *\/ local
39662 int code; \/* UCS code point *\/ local
39696 int code; \/* UCS code point *\/ local
39730 int code; \/* UCS code point *\/ local
39764 int code; \/* UCS code point *\/ local
39798 int code; \/* UCS code point *\/ local
39832 int code; \/* UCS code point *\/ local
39866 int code; \/* UCS code point *\/ local
39900 int code; \/* UCS code point *\/ local
39934 int code; \/* UCS code point *\/ local
39968 int code; \/* UCS code point *\/ local
40002 int code; \/* UCS code point *\/ local
40036 int code; \/* UCS code point *\/ local
40070 int code; \/* UCS code point *\/ local
40104 int code; \/* UCS code point *\/ local
40138 int code; \/* UCS code point *\/ local
40172 int code; \/* UCS code point *\/ local
40206 int code; \/* UCS code point *\/ local
40240 int code; \/* UCS code point *\/ local
40274 int code; \/* UCS code point *\/ local
40308 int code; \/* UCS code point *\/ local
40342 int code; \/* UCS code point *\/ local
40376 int code; \/* UCS code point *\/ local
40410 int code; \/* UCS code point *\/ local
40444 int code; \/* UCS code point *\/ local
40478 int code; \/* UCS code point *\/ local
40512 int code; \/* UCS code point *\/ local
40546 int code; \/* UCS code point *\/ local
40580 int code; \/* UCS code point *\/ local
40614 int code; \/* UCS code point *\/ local
40648 int code; \/* UCS code point *\/ local
40682 int code; \/* UCS code point *\/ local
40716 int code; \/* UCS code point *\/ local
40750 int code; \/* UCS code point *\/ local
40784 int code; \/* UCS code point *\/ local
40818 int code; \/* UCS code point *\/ local
40852 int code; \/* UCS code point *\/ local
40886 int code; \/* UCS code point *\/ local
40920 int code; \/* UCS code point *\/ local
40954 int code; \/* UCS code point *\/ local
40988 int code; \/* UCS code point *\/ local
41022 int code; \/* UCS code point *\/ local
41056 int code; \/* UCS code point *\/ local
41090 int code; \/* UCS code point *\/ local
41124 int code; \/* UCS code point *\/ local
41158 int code; \/* UCS code point *\/ local
41192 int code; \/* UCS code point *\/ local
41226 int code; \/* UCS code point *\/ local
41260 int code; \/* UCS code point *\/ local
41294 int code; \/* UCS code point *\/ local
41328 int code; \/* UCS code point *\/ local
41362 int code; \/* UCS code point *\/ local
41396 int code; \/* UCS code point *\/ local
41430 int code; \/* UCS code point *\/ local
41464 int code; \/* UCS code point *\/ local
41498 int code; \/* UCS code point *\/ local
41532 int code; \/* UCS code point *\/ local
41566 int code; \/* UCS code point *\/ local
41600 int code; \/* UCS code point *\/ local
41634 int code; \/* UCS code point *\/ local
41668 int code; \/* UCS code point *\/ local
41702 int code; \/* UCS code point *\/ local
41736 int code; \/* UCS code point *\/ local
41770 int code; \/* UCS code point *\/ local
41804 int code; \/* UCS code point *\/ local
41838 int code; \/* UCS code point *\/ local
41872 int code; \/* UCS code point *\/ local
41906 int code; \/* UCS code point *\/ local
41940 int code; \/* UCS code point *\/ local
41974 int code; \/* UCS code point *\/ local
42008 int code; \/* UCS code point *\/ local
42042 int code; \/* UCS code point *\/ local
42076 int code; \/* UCS code point *\/ local
42110 int code; \/* UCS code point *\/ local
42144 int code; \/* UCS code point *\/ local
42178 int code; \/* UCS code point *\/ local
42212 int code; \/* UCS code point *\/ local
42246 int code; \/* UCS code point *\/ local
42280 int code; \/* UCS code point *\/ local
42314 int code; \/* UCS code point *\/ local
42348 int code; \/* UCS code point *\/ local
42382 int code; \/* UCS code point *\/ local
42416 int code; \/* UCS code point *\/ local
42450 int code; \/* UCS code point *\/ local
42484 int code; \/* UCS code point *\/ local
42518 int code; \/* UCS code point *\/ local
42552 int code; \/* UCS code point *\/ local
42586 int code; \/* UCS code point *\/ local
42620 int code; \/* UCS code point *\/ local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86_64.pl 36 # majority of contemporary cores share cache, slower code path
44 # (as implied, over "hyper-threading-safe" code path).
64 $code.=<<___;
677 $code.=<<___ if ($win64);
691 $code.=<<___;
701 $code.=<<___ if ($win64);
715 $code.=<<___;
725 $code.=<<___ if ($win64);
739 $code.=<<___;
754 $code.=<<___ if ($win64)
    [all...]
  /external/openssl/crypto/aes/asm/
vpaes-x86_64.pl 36 # majority of contemporary cores share cache, slower code path
44 # (as implied, over "hyper-threading-safe" code path).
64 $code.=<<___;
677 $code.=<<___ if ($win64);
691 $code.=<<___;
701 $code.=<<___ if ($win64);
715 $code.=<<___;
725 $code.=<<___ if ($win64);
739 $code.=<<___;
754 $code.=<<___ if ($win64)
    [all...]
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 6 // * Redistributions of source code must retain the above copyright
49 void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) {
51 // code patching below, and is not needed any more.
52 code->InvalidateRelocation();
57 // before the safepoint table (space was allocated there when the Code
60 Address instruction_start = code->instruction_start();
65 DeoptimizationInputData::cast(code->deoptimization_data());
77 ASSERT(call_address + patch_size() <= code->instruction_end());
91 // The back edge bookkeeping code matches the pattern
    [all...]
code-stubs-x64.h 6 // * Redistributions of source code must retain the above copyright
86 // Generate code for copying characters using a simple loop. This should only
96 // Generate code for copying characters using the rep movs instruction.
109 // string is found the code falls through with the string in register rax.
215 // Generate code to do a lookup in the number string cache. If the number in
216 // the register object is found in the cache the generated code falls through
218 // can be the same. If the number is not found in the cache the code jumps to
283 return DictionaryBits::encode(dictionary_.code()) |
284 ResultBits::encode(result_.code()) |
285 IndexBits::encode(index_.code()) |
    [all...]
  /external/icu4c/i18n/
region.cpp 154 r->code = result.getLong(); // Convert string to number
155 uhash_iput(numericCodeMap,r->code,(void *)r,&status);
158 r->code = -1;
177 if ( aliasFromRegion == NULL ) { // Deprecated region code not in the master codes list - so need to create a deprecated region for it.
186 aliasFromRegion->code = result.getLong(); // Convert string to number
187 uhash_iput(numericCodeMap,aliasFromRegion->code,(void *)aliasFromRegion,&status);
189 aliasFromRegion->code = -1;
216 // Process the code mappings - This will allow us to assign numeric codes to most of the territories.
230 r->code = result.getLong(); // Convert string to number
231 uhash_iput(numericCodeMap,r->code,(void *)r,&status)
    [all...]
  /external/icu4c/test/intltest/
regiontst.cpp 21 const char *code; member in struct:KnownRegion
31 // Code, Num, Parent, Type, Containing Continent
370 const Region *r = Region::getInstance(rd.code,status);
375 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n);
386 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode());
390 dataerrln("Known region %s was not recognized.",rd.code);
407 { "276", "DE", URGN_TERRITORY }, // Numeric code for Germany
408 { "278", "DE", URGN_TERRITORY }, // Numeric code for East Germany (Deprecated)
411 { "SVK", "SK", URGN_TERRITORY } // 3-letter code - Slovakia
459 { 276, "DE", URGN_TERRITORY }, // Numeric code for German
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 283 int code = mRequireEncryption ? 1 : 0; local
284 code += (mRequireEncryptionExternal ? 1 : 0) << 1;
285 code += (mRequireRemoteWipe ? 1 : 0) << 2;
286 code += (mMaxScreenLockTime << 3);
287 code += (mPasswordComplexChars << 6);
288 code += (mPasswordExpirationDays << 12);
289 code += (mPasswordHistory << 15);
290 code += (mPasswordMaxFails << 18);
291 code += (mPasswordMinLength << 22);
292 code += (mPasswordMode << 26)
    [all...]
  /external/chromium_org/third_party/jinja2/
loaders.py 109 code = None
117 # try to load the code from the bytecode cache if there is a
122 code = bucket.code
124 # if we don't have code so far (not cached, no longer up to
126 if code is None:
127 code = environment.compile(source, name, filename)
130 # have a code so far, we give the bucket the new code and put
132 if bcc is not None and bucket.code is None
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_rgtc_tmp.h 42 const TYPE code = (acodelow >> (bit_pos & 0x7) |
45 if (code == 0)
47 else if (code == 1)
50 decode = ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7);
51 else if (code < 6)
52 decode = ((alpha0 * (6 - code) + (alpha1 * (code - 1))) / 5);
53 else if (code == 6)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
armv4-gf2m.pl 14 # C for the time being... Except that it has two code paths: pure
15 # integer code suitable for any ARMv4 and later CPU and NEON code
18 # faster than compiler-generated code. For ECDH and ECDSA verify (but
22 # longer keys. One has to optimize code elsewhere to get NEON glow...
31 $code=<<___;
35 .code 32
77 $code.=<<___;
165 $code.=<<___;
215 $code.=<<___
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 6 // * Redistributions of source code must retain the above copyright
85 // Generate code for copying characters using a simple loop. This should only
97 // Generate code for copying a large number of characters. This function
116 // string is found the code falls through with the string in register r0.
251 return IntRegisterBits::encode(the_int_.code())
252 | HeapNumberRegisterBits::encode(the_heap_number_.code())
253 | ScratchRegisterBits::encode(scratch_.code());
264 // Generate code to do a lookup in the number string cache. If the number in
265 // the register object is found in the cache the generated code falls through
267 // can be the same. If the number is not found in the cache the code jumps t
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_rgtc_tmp.h 42 const TYPE code = (acodelow >> (bit_pos & 0x7) |
45 if (code == 0)
47 else if (code == 1)
50 decode = ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7);
51 else if (code < 6)
52 decode = ((alpha0 * (6 - code) + (alpha1 * (code - 1))) / 5);
53 else if (code == 6)
  /external/openssl/crypto/bn/asm/
armv4-gf2m.pl 14 # C for the time being... Except that it has two code paths: pure
15 # integer code suitable for any ARMv4 and later CPU and NEON code
18 # faster than compiler-generated code. For ECDH and ECDSA verify (but
22 # longer keys. One has to optimize code elsewhere to get NEON glow...
31 $code=<<___;
35 .code 32
77 $code.=<<___;
165 $code.=<<___;
215 $code.=<<___
    [all...]

Completed in 1243 milliseconds

<<71727374757677787980>>