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

1 2 3 4 5 6 7

  /external/chromium/third_party/icu/source/tools/memcheck/
ICUMemCheck.pl 48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
  /external/v8/tools/oprofile/
report 6 opreport --symbols --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@"
  /external/chromium/third_party/icu/source/test/intltest/
miscdtfm.cpp 158 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
160 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
167 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
181 delete symbols;
190 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
194 df->setDateFormatSymbols(*symbols);
200 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
214 delete symbols;
221 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
223 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status)
250 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
322 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
    [all...]
  /external/icu4c/test/intltest/
miscdtfm.cpp 161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
163 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
170 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
184 delete symbols;
193 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
197 df->setDateFormatSymbols(*symbols);
203 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
217 delete symbols;
224 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
226 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status)
253 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
325 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
    [all...]
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
32 # few symbols from libc. Using --no-undefined here results in having to link
34 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/bison/src/
conflicts.c 81 symbols[token]->tag);
89 symbols[token]->tag);
96 symbols[token]->tag);
107 symbols[token]->tag);
113 symbols[token]->tag,
120 symbols[token]->tag);
126 symbols[token]->tag);
131 symbols[token]->tag);
197 && symbols[i]->prec)
202 if (symbols[i]->prec < redprec
    [all...]
print.c 110 fprintf (out, " %s", symbols[*sp]->tag);
113 fprintf (out, " %s", symbols[*sp]->tag);
141 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
157 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
186 if (errp->symbols[i])
187 max_length (&width, errp->symbols[i]->tag);
198 if (errp->symbols[i])
200 const char *tag = errp->symbols[i]->tag;
246 if (errp->symbols[i])
247 bitset_set (shift_set, errp->symbols[i]->number)
    [all...]
closure.c 68 fprintf (stderr, " %s", symbols[*rp]->tag);
84 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
88 symbols[j + ntokens]->tag);
105 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
122 | symbols 8 3 20, the symbol 8 can be the beginning of the data for |
157 | For example, if symbol 5 can be derived as the sequence of symbols |
print_graph.c 84 obstack_fgrow1 (oout, "%s ", symbols[*sp]->tag);
89 obstack_fgrow1 (oout, " %s", symbols[*sp]->tag);
107 obstack_fgrow2 (oout, "%s%s", sep, symbols[k]->tag);
156 e.label = symbols[sym]->tag;
gram.c 41 symbol **symbols = NULL; variable
109 | Return the number of symbols in RHS. |
134 fprintf (out, " %s", symbols[*rp]->tag);
167 fprintf (out, " %s", symbols[ritem[i]]->tag);
258 symbols[i]->prec, symbols[i]->assoc,
259 symbols[i]->tag);
parse-gram.y 198 %type <list> symbols.1
278 | "%destructor {...}" symbols.1
285 | "%printer {...}" symbols.1
313 | "%type" TYPE symbols.1
323 precedence_declarator type.opt symbols.1
350 symbols.1:
352 | symbols.1 symbol { $$ = symbol_list_prepend ($1, $2, @2); }
reduce.c 50 /* Set of all accessible symbols. */
53 /* Set of symbols used to define rule precedence (so they are
85 | Remember that rules are 1-origin, symbols are 0-origin. |
142 /* Find out which productions are reachable and which symbols are
144 symbols which only has the start symbol in it, iterate over all
147 reachable symbols, add the production to the set of reachable
149 production to the set of reachable symbols.
155 and the set V of symbols in the reduced grammar.
305 warn_at (symbols[i]->location, _("useless nonterminal: %s"),
306 symbols[i]->tag)
    [all...]
  /build/tools/soslim/
symfilter.h 4 /* This file describes the interface for parsing the list of symbols. Currently,
6 in-memory linked list of symbols out of this image.
33 symfilter_list_t *symbols; member in struct:symfilter_t
35 /* The total number of symbols in the symfilter. */
37 /* The total number of bytes occupied by the names of the symbols, including
43 /* must be the same as the number of symbols in the dynamic table! */
symfilter.c 28 "You must provide a list of symbols to filter on!\n");
46 /* mmap the symbols file */
59 table to look up symbols quickly. If the library does not have a hash-
91 filter->symbols = NULL;
108 symbol->next = filter->symbols;
110 filter->symbols = symbol;
195 while ((old = filter->symbols)) {
196 filter->symbols = old->next;
  /external/libvpx/examples/includes/geshi/geshi/
make.php 70 'SYMBOLS' => array(
98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
107 'SYMBOLS' => array(
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 77 * <code>$ANDROID_PRODUCT_OUT + "/symbols" + library</code> a valid file.
117 * <code>$ANDROID_PRODUCT_OUT + "/symbols" + library</code> a valid file.
136 String symbols = System.getenv("ANDROID_SYMBOLS"); local
137 if (symbols == null) {
138 symbols = DdmUiPreferences.getSymbolDirectory();
147 command[4] = symbols + mLibrary;
  /external/bluetooth/glib/gio/
abicheck.sh 8 cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gio.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
  /external/bluetooth/glib/gobject/
abicheck.sh 8 cpp -DINCLUDE_VARIABLES -P $INCLUDES -DALL_FILES ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 65 * <em>symbols</em>. The pattern may be set directly using
68 * digits. The symbols are stored in a {@link DecimalFormatSymbols} object. When
69 * using the {@link NumberFormat} factory methods, the pattern and symbols are
79 * replacement is still happening, and if the symbols are modified, the grouping
206 * The prefixes, suffixes, and various symbols used for infinity, digits,
209 * be taken that the symbols and strings do not conflict, or parsing will be
271 * symbols. These intervals are identical in most locales, but in some locales
502 private transient DecimalFormatSymbols symbols; field in class:DecimalFormat
524 this.symbols = new DecimalFormatSymbols(locale);
553 this.symbols = (DecimalFormatSymbols) value.clone()
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 54 file_offset(0), flags(0), nsymbols(0), symbols(NULL) {}
59 if (strcmp(symbols[ii].name, name) == 0)
60 return &symbols[ii];
74 dest->symbols = symbols;
86 symbol_type *symbols; member in struct:TraceReader::region_entry
148 // Free the regions. We must be careful not to free the symbols
149 // within each region because the symbols are sometimes shared
152 // region symbols in its destructor. We need to free only the
244 symbol_type *symbols, bool exact_match)
1513 symbol_type *symbols = new symbol_type[nsymbols + 1]; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 85 DateFormatSymbols symbols = new DateFormatSymbols(Locale.ENGLISH); local
86 symbols.setEras(new String[] { "Before", "After" });
87 SimpleDateFormat f2 = new SimpleDateFormat("y'y'yy", symbols);
90 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
95 new SimpleDateFormat(null, symbols);
102 new SimpleDateFormat("eee", symbols);
116 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
213 DateFormatSymbols symbols = new DateFormatSymbols(Locale.ENGLISH); local
214 symbols.setEras(new String[] { "Before", "After" })
466 DateFormatSymbols symbols = new DateFormatSymbols(); local
    [all...]
  /sdk/emulator/qtools/tests/gtrace/
Makefile 15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
  /external/icu4c/samples/numfmt/
main.cpp 174 DecimalFormatSymbols symbols(*dnf.getDecimalFormatSymbols());
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
176 dnf.setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
  /external/elfcopy/
fixdwarf.c 363 char **symbols = backtrace_symbols(new_bt, new_bt_depth); local
365 if (symbols != NULL) {
368 PRINT("\t%s\n", symbols[cnt]);
372 FREE(symbols);
374 symbols = backtrace_symbols(found->backtrace, found->backtrace_depth);
375 if (symbols != NULL) {
378 PRINT("\t%s\n", symbols[cnt]);
382 FREE(symbols);

Completed in 1213 milliseconds

1 2 3 4 5 6 7