HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 626 - 650 of 878) sorted by null

<<21222324252627282930>>

  /external/freetype/src/base/
ftobjs.c 3268 FT_UInt32 code = (FT_UInt32)charcode; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 152 HB_UChar32 code = uc[i]; local
155 HB_GetGraphemeAndLineBreakClass(code, &ngrapheme, &ncls);
162 code = HB_SurrogateToUcs4(uc[i-1], uc[i]);
163 HB_GetGraphemeAndLineBreakClass(code, &ngrapheme, &ncls);
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 942 char code[8] = {0, 0, 0, 0, 0, 0, 0, 0}; local
946 uprv_strcat(code, language);
949 uprv_strcat(code, "_");
950 uprv_strcat(code, country);
954 if (uprv_strcmp(code, languageMap[i].localeCode) == 0) {
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 491 /* TODO: Compare against parent's data too. This code can't handle fallbacks that some tools do already. */
1144 UScriptCode code[MAX_SCRIPTS_PER_LOCALE]; local
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 17 * parses it, and extracts the character code,
56 * Different strings for a code point - normal name, 1.0 name, and ISO comment -
61 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5
101 * the algRangeData (zero-terminated), followed by the Unicode code point
105 * 1 Names are formed by calculating modulo-factors of the code point value as follows:
112 * The rangeStart is subtracted; with the difference, here "code":
114 * index[i]=code%factor[i];
115 * code/=factor[i];
228 * Pair of code point and name alias.
232 uint32_t code; member in struct:CpNameAlias
247 uint32_t code; member in struct:__anon6247
497 uint32_t code=0; local
553 uint32_t code=0; local
    [all...]
  /external/icu4c/tools/gennorm/
store.c 42 * The new implementation of the normalization code loads its data from
97 typedef void EnumTrieFn(void *context, uint32_t code, Norm *norm);
110 * set a flag for each code point that was seen in decompositions -
122 * after processCombining() this contains for each code point in combiningCPs[]
131 * Structure for a triple of code points, stored in combiningTriplesMem.
132 * The lead and trail code points combine into the the combined one,
137 * code point in the combiningCPs[] array.
139 * They are not sorted by code points.
210 /* set the minimum code points for no/maybe quick check values to the end of the BMP */
225 createNorm(uint32_t code) {
273 UChar32 code; local
    [all...]
  /external/libpcap/
gencode.h 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
33 * 1. Redistributions of source code must retain the above copyright
191 int code; member in struct:stmt
223 int code; member in struct:edge
optimize.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
73 * Currently, the use-def code assumes only one definition per instruction.
86 * Rather than traverse the code array, marking each item, 'cur_mark' is
369 register int c = s->code;
415 if (s->code == NOP)
418 switch (BPF_CLASS(s->code)) {
432 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM;
457 if (s->s.code == NOP)
481 if (BPF_CLASS(b->s.code) == BPF_JMP)
543 int code; member in struct:valnode
1316 int code = ep->code; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
525 * JvB: this is now duplicate with code in the other processResponse
1378 int code = sipResponse.getStatusCode(); local
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 19 // * Redistribution's of source code must retain the above copyright notice,
88 int code; local
103 code = *ptr++;
112 reader->code = (schar)code;
113 assert( (code & ~7) == 0 );
114 reader->pt.x = pt.x + icvCodeDeltas[code].x;
115 reader->pt.y = pt.y + icvCodeDeltas[code].y;
    [all...]
  /external/openssl/crypto/
crypto.h 9 * 1. Redistributions of source code must retain the above copyright
64 * apply to all code found in this distribution, be it the RC4, RSA,
65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
70 * the code are not to be removed.
79 * 1. Redistributions of source code must retain the copyright
90 * 4. If you include any Windows specific code (or a derivative thereof) from
91 * the apps directory (application code) you must include an acknowledgement:
107 * derivative of this code cannot be changed. i.e. this code cannot simply b
173 int code; member in struct:openssl_item_st
    [all...]
  /external/openssl/include/openssl/
crypto.h 9 * 1. Redistributions of source code must retain the above copyright
64 * apply to all code found in this distribution, be it the RC4, RSA,
65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
70 * the code are not to be removed.
79 * 1. Redistributions of source code must retain the copyright
90 * 4. If you include any Windows specific code (or a derivative thereof) from
91 * the apps directory (application code) you must include an acknowledgement:
107 * derivative of this code cannot be changed. i.e. this code cannot simply b
173 int code; member in struct:openssl_item_st
    [all...]
  /external/pcre/
pcre_dfa_exec.c 16 * Redistributions of source code must retain the above copyright notice,
48 /* NOTE ABOUT PERFORMANCE: A user of this function sent some code that improved
54 search up the state list. (Grep for "duplicate" below to find the code.) For
57 bottleneck. The suggested code used an indexing scheme to remember which states
62 I wrote some thread-safe, not-limited code to try something similar at the time
72 in others, so I abandoned this code. */
93 * Code parameters and static tables *
227 /* These 2 tables allow for compact code for testing for \D, \d, \S, \s, \W,
304 this_start_code the opening bracket of this subexpression's code
369 /* And now, here is the code */
608 const uschar *code; local
    [all...]
  /external/ppp/pppd/
eap.c 184 * Convert EAP state code to printable string for debug.
2082 u_char code, id; local
2150 int code, id, len, rtype, vallen; local
    [all...]
ipcp.c 10 * 1. Redistributions of source code must retain the above copyright
100 * Callbacks for fsm code. (CI = Configuration Information)
230 * Protocol entry points from main code.
986 #define NAKCIADDRS(opt, neg, code) \
998 code \
1001 #define NAKCIVJ(opt, neg, code) \
1010 code \
1013 #define NAKCIADDR(opt, neg, code) \
1023 code \
1026 #define NAKCIDNS(opt, neg, code) \
2036 int code, id, len, olen; local
    [all...]
ipxcp.c 10 * 1. Redistributions of source code must retain the above copyright
79 * Callbacks for fsm code. (CI = Configuration Information)
1000 int rc = CONFACK; /* Final packet return code */
1001 int orc; /* Individual option return code */
1283 return (rc); /* Return final code */
1479 int code, id, len, olen; local
    [all...]
lcp.c 10 * 1. Redistributions of source code must retain the above copyright
203 * Callbacks for fsm code. (CI = Configuration Information)
499 * lcp_extcode - Handle a LCP-specific code.
502 lcp_extcode(f, code, id, inp, len)
504 int code, id;
510 switch( code ){
961 #define NAKCICHAP(opt, neg, code) \
971 code \
973 #define NAKCICHAR(opt, neg, code) \
982 code \
1977 int code, id, len, olen, i; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 3 // http://code.google.com/p/protobuf/
9 // * Redistributions of source code must retain the above copyright
70 /** Outputs a textual representation of {@code fields} to {@code output}. */
79 * Like {@code print()}, but writes directly to a {@code String} and
95 * Like {@code print()}, but writes directly to a {@code String} and
380 * Represents a stream of tokens parsed from a {@code String}.
386 * <li>{@code java.io.StreamTokenizer}: This almost does what we want -- or
1098 int code = digitValue(c); local
1123 int code = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 69 This code handles the MP-8800 (Quad) and MP-8866 (Dual), which can
1062 int code; local
1074 code = events[i].code;
1077 if ( code >= BTN_MISC ) {
1078 code -= BTN_MISC;
1081 joystick->hwdata->key_map[code],
1085 joystick->hwdata->key_map[code],
1090 switch (code) {
1099 code -= ABS_HAT0X
    [all...]
  /external/qemu/target-arm/
helper.c 1033 int code; local
1049 code = 5;
1054 code = 9; /* Section domain fault. */
1056 code = 11; /* Page domain fault. */
1126 int code; local
    [all...]
  /external/quake/quake/src/QW/client/
cd_audio.c 120 char code; member in struct:audioChannelInfo_s
133 char code; member in struct:deviceStatus_s
139 char code; member in struct:mediaChange_s
145 char code; member in struct:audioDiskInfo_s
153 char code; member in struct:audioTrackInfo_s
161 char code; member in struct:audioStatus_s
169 char code; member in struct:reset_s
251 readInfo->reset.code = WRITE_REQUEST_RESET;
278 readInfo->reset.code = WRITE_REQUEST_EJECT;
308 readInfo->audioTrackInfo.code = READ_REQUEST_AUDIO_TRACK_INFO
    [all...]
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 142 char code; member in struct:audioChannelInfo_s
155 char code; member in struct:deviceStatus_s
161 char code; member in struct:mediaChange_s
167 char code; member in struct:audioDiskInfo_s
175 char code; member in struct:audioTrackInfo_s
183 char code; member in struct:audioStatus_s
191 char code; member in struct:reset_s
272 readInfo->reset.code = WRITE_REQUEST_RESET;
296 readInfo->reset.code = WRITE_REQUEST_EJECT;
322 readInfo->audioTrackInfo.code = READ_REQUEST_AUDIO_TRACK_INFO;
    [all...]
  /external/srec/srec/include/
duk_err.h 183 enum CrecException code; member in struct:__anon11134
193 enum CrecException code; member in struct:__anon11135
  /external/strace/
defs.h 10 * 1. Redistributions of source code must retain the above copyright
174 /* SH64 Linux - this code assumes the following kernel API for system calls:
272 int u_error; /* Error code */
541 unsigned long code; member in struct:ioctlent
  /external/v8/src/
assembler.cc 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
411 RelocIterator::RelocIterator(Code* code, int mode_mask) {
412 rinfo_.pc_ = code->instruction_start();
415 pos_ = code->relocation_start() + code->relocation_size();
416 end_ = code->relocation_start();
449 return "code target (js construct call)";
451 return "code target (context)"
502 Code* code = Code::GetCodeFromTargetAddress(target_address()); local
543 Code* code = Code::GetCodeFromTargetAddress(addr); local
    [all...]

Completed in 1670 milliseconds

<<21222324252627282930>>