HomeSort by relevance Sort by last modified time
    Searched refs:expansion (Results 1 - 25 of 41) sorted by null

1 2

  /external/dbus/dbus/
dbus-shell.c 319 * the shell parses a command line. We don't do variable expansion,
320 * don't understand that operators are tokens, don't do tilde expansion,
321 * don't do command substitution, no arithmetic expansion, IFS gets ignored,
373 * - for each token (word), perform portions of word expansion, namely
378 * "If the complete expansion appropriate for a word results in an
605 * perform (variable expansion, globs, operators, filename expansion,
647 * here. Also, if we were going to do any expansion we would need to
649 * originally; but since there's no expansion we know all words have
  /external/chromium/third_party/icu/source/common/
ucol_swp.c 182 header.expansion= ds->readUInt32(inHeader->expansion);
201 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
206 if(header.mappingPosition!=0 && header.expansion!=0) {
209 count=header.contractionIndex-header.expansion;
212 count=header.mappingPosition-header.expansion;
214 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
215 outBytes+header.expansion, pErrorCode);
236 /* swap the max expansion table */
  /external/icu4c/common/
ucol_swp.cpp 225 header.expansion= ds->readUInt32(inHeader->expansion);
244 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
249 if(header.mappingPosition!=0 && header.expansion!=0) {
252 count=header.contractionIndex-header.expansion;
255 count=header.mappingPosition-header.expansion;
257 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
258 outBytes+header.expansion, pErrorCode);
279 /* swap the max expansion table */
  /external/v8/tools/
logreader.js 282 * @param {string} expansion Long name.
286 symbol, expansion) {
287 if (expansion in this.dispatchTable_) {
288 this.dispatchTable_[symbol] = this.dispatchTable_[expansion];
289 if (expansion in this.backRefsCommands_) {
293 this.aliases_[symbol] = expansion;
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 102 // find the largest expansion
104 for (const uint8_t *expansion = coll->expansionCESize; *expansion != 0; expansion += 1) {
105 if (*expansion > maxExpansion) {
106 maxExpansion = *expansion;
ucol_res.cpp 609 if(sourceReset->expansion) {
610 if(!targetReset->expansion) {
615 sourceResetString = sourceParser.source+(sourceReset->expansion& 0xFFFFFF);
616 sourceStringLen = sourceReset->expansion >> 24;
617 targetResetString = targetParser.source+(targetReset->expansion & 0xFFFFFF);
618 targetStringLen = targetReset->expansion >> 24;
625 if(targetReset->expansion) {
    [all...]
ucol_tok.h 77 uint32_t expansion; member in struct:UColToken
ucol_elm.cpp 423 * Looks for the maximum length of all expansion sequences ending with the same
426 * @param endexpansion the last expansion collation element to be added
427 * @param expansionsize size of the expansion
428 * @param maxexpansion data structure to store the maximum expansion data.
485 /* using binary search to determine if last expansion element is
507 /* found the ce in expansion, we'll just modify the size if it is
557 fprintf(stderr, "expansion not found %d\n", temp);
565 * Sets the maximum length of all jamo expansion sequences ending with the same
569 * @param endexpansion the last expansion collation element to be added
570 * @param expansionsize size of the expansion
1136 uint32_t expansion = 0; local
1681 uint32_t expansion = 0; local
    [all...]
usearch.cpp 285 * expansion will be perform as we go along. Adding 1 to ensure that the table
356 * expansion will be perform as we go along. Adding 1 to ensure that the table
434 * @return expansionsize the total expansion size of the pattern
490 // the number of ces minus their expansion, since expansions can come
1217 int32_t expansion = getExpansionPrefix(coleiter); local
1860 int32_t expansion = getExpansionPrefix(coleiter); local
2058 int32_t expansion = getExpansionSuffix(coleiter); local
2498 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
ucol_tok.cpp     [all...]
ucol_imp.h 71 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
86 * will have all offsets 0 except for the options and expansion offsets,
105 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
115 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
117 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
119 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
217 /* This is the size of the buffer for expansion CE's *
787 uint32_t expansion; \/* uint32_t *expansion; *\/ member in struct:__anon2891
922 const uint32_t *expansion; member in struct:UCollator
    [all...]
ucol_bld.cpp 846 /* since parts of expansion can be tailored, while others are not */
847 if(tok->expansion != 0) {
848 uint32_t len = tok->expansion >> 24;
850 uint32_t expOffset = tok->expansion & 0x00FFFFFF;
860 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
878 /* then pick CEs out until there is no more and stuff them into expansion */
    [all...]
  /external/icu4c/i18n/
bmsearch.cpp 104 // find the largest expansion
106 for (const uint8_t *expansion = coll->expansionCESize; *expansion != 0; expansion += 1) {
107 if (*expansion > maxExpansion) {
108 maxExpansion = *expansion;
ucol_res.cpp 603 if(sourceReset->expansion) {
604 if(!targetReset->expansion) {
609 sourceResetString = sourceParser.source+(sourceReset->expansion& 0xFFFFFF);
610 sourceStringLen = sourceReset->expansion >> 24;
611 targetResetString = targetParser.source+(targetReset->expansion & 0xFFFFFF);
612 targetStringLen = targetReset->expansion >> 24;
619 if(targetReset->expansion) {
    [all...]
ucol_tok.h 77 uint32_t expansion; member in struct:UColToken
ucol_elm.cpp 424 * Looks for the maximum length of all expansion sequences ending with the same
427 * @param endexpansion the last expansion collation element to be added
428 * @param expansionsize size of the expansion
429 * @param maxexpansion data structure to store the maximum expansion data.
486 /* using binary search to determine if last expansion element is
508 /* found the ce in expansion, we'll just modify the size if it is
558 fprintf(stderr, "expansion not found %d\n", temp);
566 * Sets the maximum length of all jamo expansion sequences ending with the same
570 * @param endexpansion the last expansion collation element to be added
571 * @param expansionsize size of the expansion
1137 uint32_t expansion = 0; local
1685 uint32_t expansion = 0; local
    [all...]
usearch.cpp 287 * expansion will be perform as we go along. Adding 1 to ensure that the table
362 * expansion will be perform as we go along. Adding 1 to ensure that the table
444 * @return expansionsize the total expansion size of the pattern
500 // the number of ces minus their expansion, since expansions can come
1193 int32_t expansion = getExpansionPrefix(coleiter); local
1836 int32_t expansion = getExpansionPrefix(coleiter); local
2034 int32_t expansion = getExpansionSuffix(coleiter); local
2474 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
ucol_tok.cpp     [all...]
  /external/dnsmasq/src/
tftp.c 398 transfer->offset += transfer->blocksize - transfer->expansion;
566 transfer->expansion = 0;
579 transfer->expansion++;
  /external/bison/data/
location.cc 22 # We do want M4 expansion after # for CPP macros.
lalr1.cc 32 # We do want M4 expansion after # for CPP macros.
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 786 * @param expansion flags TRUE if element has an expansion
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion)
792 if (expansion) {
800 if (expansion) {
808 if (expansion) {
816 if (expansion) {
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 786 * @param expansion flags TRUE if element has an expansion
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion)
792 if (expansion) {
800 if (expansion) {
808 if (expansion) {
816 if (expansion) {
    [all...]
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 30 and continuity. This expansion pack is most definitely not a conglomeration
  /external/openssl/apps/
s_client.c 1644 const COMP_METHOD *comp, *expansion; local
    [all...]

Completed in 502 milliseconds

1 2