HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 551 - 575 of 1048) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 40 FT_UInt code,
47 parser->object_code = code;
668 #define CFF_FIELD_NUM( code, name, id ) \
669 CFF_FIELD( code, name, id, cff_kind_num )
670 #define CFF_FIELD_FIXED( code, name, id ) \
671 CFF_FIELD( code, name, id, cff_kind_fixed )
672 #define CFF_FIELD_FIXED_1000( code, name, id ) \
673 CFF_FIELD( code, name, id, cff_kind_fixed_thousand )
674 #define CFF_FIELD_STRING( code, name, id ) \
675 CFF_FIELD( code, name, id, cff_kind_string
993 FT_UInt code; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 54 FT_UInt len, code, n; local
66 code = FT_NEXT_USHORT( read );
68 if ( code == 0 )
71 if ( code < 32 || code > 127 )
72 code = '?';
74 string[n] = (char)code;
89 FT_UInt len, code, n; local
101 code = *read++;
103 if ( code == 0
    [all...]
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 223 UScriptCode code = uscript_getScript(c, &status); local
225 DictionaryMatcher *m = loadDictionaryMatcherFor(code, breakType);
228 switch(code) {
258 UBlockCode block = ublock_getCode(code);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/cintltst/
currtest.c 240 {"XFU", 0}, /* XFU: no numeric code */
241 {"ZZZ", 0}, /* ZZZ: undefined ISO currency code */
242 {"bogus", 0}, /* bogus code */
247 UChar code[4]; local
252 u_charsToUChars(NUMCODE_TESTDATA[i].alphaCode, code, sizeof(code)/sizeof(code[0]));
253 numCode = ucurr_getNumericCode(code);
uregiontest.c 47 const char *code; member in struct:KnownRegion
57 // Code, Num, Parent, Type, Containing Continent
363 for (rd = knownRegions; rd->code != NULL ; rd++ ) {
365 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
370 log_err("ERROR: Numeric code mismatch for region %s. Expected:%d Got:%d\n", uregion_getRegionCode(r), e, n );
378 log_err("ERROR: Creating region %s by its numeric code returned a different region. Got: %s instead.\n",
383 log_data_err("ERROR: Known region %s was not recognized.\n", rd->code);
390 for (rd = knownRegions; rd->code != NULL ; rd++ ) {
392 const URegion *r = uregion_getRegionFromCode(rd->code, &status);
412 log_data_err("ERROR: Known region %s was not recognized.\n", rd->code);
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
testidn.cpp 148 uint32_t code; local
184 /* get the character code, field 0 */
185 code=(uint32_t)uprv_strtoul(s, &end, 16);
191 compareMapping(code,mapping, length,USPREP_MAP);
211 //fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);
317 test.logln("Number of Unassinged code points : %i \n",unassigned);
318 test.logln("Number of Prohibited code points : %i \n",prohibited);
319 test.logln("Number of Mapped code points : %i \n",mapped);
320 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
321 test.logln("Number of code points that have no value in Trie: %i \n",noValueInTrie)
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender_unittest.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
77 DtmfInfo(int code, int duration, int gap)
78 : code(code),
81 int code; member in struct:FakeDtmfProvider::DtmfInfo
98 int code, int duration) OVERRIDE {
107 LOG(LS_VERBOSE) << "FakeDtmfProvider::InsertDtmf code=" << code
110 dtmf_info_queue_.push_back(DtmfInfo(code, duration, gap));
168 int code = 0 local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
60 // the auto-generated destructor code).
391 int code = socket_->GetError(); local
392 engine_->ConnectionClosed(code);
  /external/chromium_org/third_party/libjpeg_turbo/
jdhuff.c 38 * structure assignment. You'll need to fix this code if you have
161 unsigned int code; local
163 /* Note that huffsize[] and huffcode[] are filled in code-length order,
183 /* Figure C.1: make table of Huffman code length for each symbol */
197 /* We also validate that the counts represent a legal Huffman code tree. */
199 code = 0;
204 huffcode[p++] = code;
205 code++;
207 /* code is now 1 more than the last code used for codelength si; bu
451 register INT32 code; local
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
huffman_encode.c 3 // Use of this source code is governed by a BSD-style license
33 // 1) Let's make the Huffman code more compatible with rle encoding.
45 // with an rle code.
266 tokens->code = value;
275 tokens->code = value;
281 tokens->code = 16;
286 tokens->code = 16;
301 tokens->code = 0; // 0-value
307 tokens->code = 17;
312 tokens->code = 18
391 uint32_t code = 0; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
error.c 248 int code = -1; local
265 code = err->code;
270 if (code == XML_ERR_OK)
424 * @code: the code for the error
443 void *nod, int domain, int code, xmlErrorLevel level,
484 if (code == XML_ERR_OK)
536 to->code = code;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.h 58 uint32_t *code; member in struct:nv50_program
nv50_screen.h 31 struct nouveau_bo *code; member in struct:nv50_screen
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.c 534 debug_printf("shader binary code (0x%x bytes):", prog->code_size);
538 debug_printf("%08x ", prog->code[pos]);
580 prog->code = info->bin.code;
674 NOUVEAU_ERR("out of code space\n");
696 nv50_ir_relocate_code(prog->relocs, prog->code, code_pos, lib_pos, 0);
707 NOUVEAU_BO_VRAM, prog->code_size, prog->code);
719 /* Upload code for builtin functions like integer division emulation. */
726 const uint32_t *code; local
731 nv50_ir_get_target_library(screen->base.device->chipset, &code, &size)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 49 struct r500_fragment_program_code *code = &c->code->code.r500
78 struct r500_fragment_program_code * Code;
194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index)
196 if (index > code->max_temp_idx)
197 code->max_temp_idx = index;
200 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_source src)
211 use_temporary(code, src.Index);
227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX)
627 struct r500_fragment_program_code *code = &compiler->code->code.r500; local
    [all...]
radeon_compiler.h 114 struct rX00_fragment_program_code *code; member in struct:r300_fragment_program_compiler
133 struct r300_vertex_program_code *code; member in struct:r300_vertex_program_compiler
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 255 struct rX00_fragment_program_code *generic_code = &shader->code;
264 struct r500_fragment_program_code *code = &generic_code->code.r500; local
267 ((code->inst_end + 1) * 6) +
269 code->int_constant_count * 2;
273 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx);
274 OUT_CB_REG(R500_US_FC_CTRL, code->us_fc_ctrl);
275 for(i = 0; i < code->int_constant_count; i++){
277 code->int_constants[i]);
280 R500_US_CODE_RANGE_ADDR(0) | R500_US_CODE_RANGE_SIZE(code->inst_end))
311 struct r300_fragment_program_code *code = &generic_code->code.r300; local
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 279 const Instruction* code=f->code; local
283 Instruction i=code[pc];
363 if (c==0) printf("\t; %d",(int)code[++pc]); else printf("\t; %d",c);
  /external/chromium_org/third_party/webrtc/base/
socketadapters.cc 4 * Use of this source code is governed by a BSD-style license
184 SignalCloseEvent(this, 0); // TODO: error code?
416 unsigned int code; local
417 if (sscanf(data, "HTTP/%*u.%*u %u", &code) != 1) {
421 switch (code) {
427 #error Wrong code for HTTP_STATUS_PROXY_AUTH_REQ
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 13 * to this code in the public domain for the benefit of all mankind -
288 int code; local
378 code = (0xC0 | ilow) >> (8 - s->bits_per_sample);
411 code = ((ihigh << 6) | ilow) >> (8 - s->bits_per_sample);
416 /* Pack the code bits */
417 s->out_buffer |= (code << s->out_bits);
428 g722_data[g722_bytes++] = (uint8_t) code;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 92 Token *code; member in struct:RegExp::__anon21003::__anon21004
  /external/chromium_org/ui/base/ime/
input_method_win.cc 2 // Use of this source code is governed by a BSD-style license that can be
123 ui::KeyboardCode code = key.key_code(); local
125 if (code == ui::VKEY_SHIFT) {
129 } else if (code != ui::VKEY_CONTROL) {
133 (code == ui::VKEY_SHIFT || code == ui::VKEY_CONTROL) &&

Completed in 1443 milliseconds

<<21222324252627282930>>