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

1 2

  /external/icu/icu4c/source/common/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon25601
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
  /external/gcc-demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
  /external/libedit/examples/
fileman.c 121 char* expansion; local
124 result = history_expand(s, &expansion);
127 fprintf(stderr, "%s\n", expansion);
129 add_history(expansion);
130 execute_line(expansion);
132 free(expansion);
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 274 int expansion() const { return m_bitfields.expansion(); } function in class:WebCore::InlineBox
373 signed expansion() const { return m_expansion; } function in class:WebCore::InlineBox::InlineBoxBitfields
374 void setExpansion(signed expansion) { m_expansion = expansion; }
399 signed expansion() { return m_bitfields.expansion(); } function in class:WebCore::InlineBox
400 void setExpansion(signed expansion) { m_bitfields.setExpansion(expansion); }
RenderBlockLineLayout.cpp 524 int expansion = (availableLogicalWidth - totalLogicalWidth) * opportunitiesInRun / expansionOpportunityCount; local
525 textBox->setExpansion(expansion);
526 totalLogicalWidth += expansion;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
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
1706 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_imp.h 75 * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
90 * will have all offsets 0 except for the options and expansion offsets,
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
119 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
123 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
224 /* This is the size of the buffer for expansion CE's *
831 uint32_t expansion; \/* uint32_t *expansion; *\/ member in struct:__anon15834
968 const uint32_t *expansion; member in struct:UCollator
    [all...]
  /external/doclava/src/com/google/doclava/
SampleCode.java 186 String expansion = ".Sub."; local
190 key = (key + expansion);
192 expansion = "";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 35 input. LC_ENTER_MACRO is when a macro expansion is about to start. */
96 expansion.
105 /* The cpp macro which expansion gave birth to this macro map. */
133 There is a macro map for the expansion of PLUS in #2. PLUS is
134 expanded into its expansion-list. The expansion-list is the
141 and the expansion-list is made of the tokens:
154 outside this macro expansion. If this macro was expanded from
155 another macro expansion, xI is a virtual location representing
156 the token in that macro expansion; otherwise, it is the spellin
174 source_location expansion; variable
    [all...]
  /art/oatdump/
oatdump.cc 1370 double expansion = local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 1962 const COMP_METHOD *comp, *expansion; local
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 279 * expansion will be perform as we go along. Adding 1 to ensure that the table
351 * expansion will be perform as we go along. Adding 1 to ensure that the table
430 * @return expansionsize the total expansion size of the pattern
487 // the number of ces minus their expansion, since expansions can come
1180 int32_t expansion = getExpansionPrefix(coleiter); local
1823 int32_t expansion = getExpansionPrefix(coleiter); local
2021 int32_t expansion = getExpansionSuffix(coleiter); local
2461 int32_t expansion = getExpansionSuffix(coleiter); local
    [all...]
  /external/openssl/apps/
s_client.c 1989 const COMP_METHOD *comp, *expansion; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 1 /* Builtin function expansion for GNU Make.
1214 char *expansion = expand_argument (begp, endp+1);
1216 result = strlen (expansion);
1217 free (expansion);
1228 char *expansion;
1230 expansion = expand_argument (argv[0], NULL);
1232 o = variable_buffer_output (o, expansion, strlen (expansion));
1234 free (expansion);
1247 expansion. If it's false, CONDITION2 is evaluated, and so on. If none o
1207 char *expansion = expand_argument (begp, endp+1); local
1221 char *expansion; local
1254 char *expansion; local
1300 char *expansion; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 193 /* Perform macro expansion in-place on the given list. */
4007 token_list_t *expansion; local
4099 token_list_t *expansion; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 16 * from a macro expansion
70 Token *expansion; member in struct:SMacro
102 Line *expansion; member in struct:MMacro
110 int lineno; /* Current line number on expansion */
164 * `expansion' field in MMacro structures, so that the linked list,
167 * push the lines on to the `expansion' field in _istk_ in reverse
173 * markers delimiting the end of the expansion of a given macro.
195 Line *expansion; member in struct:Include
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 590 unsigned int block, blocksize, expansion; member in struct:tftp_transfer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 971 milliseconds

1 2