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

1 2

  /external/icu/icu4c/source/common/
ucol_data.h 43 uint32_t expansion; /* uint32_t *expansion; */ member in struct:__anon11806
50 expansion */
51 uint32_t expansionCESize; /* array of maximum expansion size
52 corresponding to the expansion
  /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/coregrind/m_demangle/
cp-demangle.h 124 int expansion; member in struct:d_info
cp-demangle.c 234 /* The length of the simple expansion. */
236 /* The results of a full, verbose, expansion. This is used when
239 /* The length of the full expansion. */
325 int expansion; member in struct:d_info_checkpoint
788 printf ("pack expansion\n");
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.h 124 int expansion; member in struct:d_info
cp-demangle.c 219 /* The length of the simple expansion. */
221 /* The results of a full, verbose, expansion. This is used when
224 /* The length of the full expansion. */
310 int expansion; member in struct:d_info_checkpoint
775 printf ("pack expansion\n");
    [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...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-asm.c 576 char *expansion;
634 char *e = mac->expansion;
682 char *expansion = 0;
731 expansion = 0;
732 expansion = expand_macro (args, narg, pmacro);
734 if (expansion)
736 result = str_append (result, expansion, strlen (expansion));
737 free (expansion);
806 /* A macro-expansion was pulled off the front. *
575 char *expansion; member in struct:__anon75949
681 char *expansion = 0; local
    [all...]
  /external/libchrome/base/strings/
string_util.cc 775 size_t expansion = replace_length - find_length; local
778 final_length += expansion;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 138 const char ** expansion;
304 *iq2000_macro_defs[i].expansion,
136 const char ** expansion; member in struct:__anon75189
  /external/icu/icu4c/source/i18n/
usearch.cpp 281 * expansion will be perform as we go along. Adding 1 to ensure that the table
353 * expansion will be perform as we go along. Adding 1 to ensure that the table
432 * @return expansionsize the total expansion size of the pattern
489 // the number of ces minus their expansion, since expansions can come
1182 int32_t expansion = getExpansionPrefix(coleiter); local
1825 int32_t expansion = getExpansionPrefix(coleiter); local
2023 int32_t expansion = getExpansionSuffix(coleiter); local
2463 int32_t expansion = getExpansionSuffix(coleiter); 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...]
  /art/oatdump/
oatdump.cc 1865 double expansion = local
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 590 unsigned int block, blocksize, expansion; member in struct:tftp_transfer
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 398 unsigned int expansion: 1; member in struct:dntt_type_function
1045 unsigned int expansion: 1; /* 1=template expansion. */ member in struct:dntt_type_class
1054 dnttpointer nextexp ; /* Ptr to next expansion. */
1290 unsigned int expansion: 1; \/* 1 = function expansion *\/ member in struct:dntt_type_doc_function
1839 unsigned int expansion : 1;\/* template expansion *\/ member in struct:quick_class
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
com.ibm.icu_4.2.1.v20100412.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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1408 milliseconds

1 2