/external/clang/test/Parser/ |
cxx0x-attributes.cpp | 49 [[test::valid(for 42 [very] **** '+' symbols went on a trip and had a "good"_time; the end.)]] int garbage_attr; // expected-warning {{unknown attribute 'valid' ignored}}
|
/external/icu4c/i18n/unicode/ |
rbnf.h | 221 * see <tt>setLenientParse()</tt>. <em>Note:</em> symbols that have syntactic meaning [all...] |
decimfmt.h | 154 * <em>symbols</em>. The pattern may be set directly using 157 * digits. The symbols are stored in a DecimalFormatSymbols 159 * pattern and symbols are read from ICU's locale data. 169 * still happening, and if the symbols are modified, the grouping character 287 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, 290 * be taken that the symbols and strings do not conflict, or parsing will be 350 * between the first and second grouping symbols. These 699 * Create a DecimalFormat using the default pattern and symbols 714 * Create a DecimalFormat from the given pattern and the symbols 731 * Create a DecimalFormat from the given pattern and symbols [all...] |
/external/linux-tools-perf/ |
builtin-annotate.c | 62 &al->map->dso->symbols[al->map->type]); 245 "only consider symbols in these dsos"), 258 "load module symbols - WARNING: use only with -k and LIVE kernel"), 265 "Look for files with symbols relative to this directory"),
|
/external/linux-tools-perf/util/ |
symbol.h | 163 struct rb_root symbols[MAP__NR_TYPES]; member in struct:dso
|
trace-event.h | 91 struct print_flag_sym *symbols; member in struct:print_arg_symbol
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-multiple-func.s | 107 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section. 109 @ CHECK: Symbols [
|
eh-directive-section.s | 152 @ Check the symbols and the sections they belong to 154 @ CHECK: Symbols [
|
/external/openfst/src/include/fst/script/ |
fstscript.h | 64 #include <fst/script/symbols.h>
|
/external/v8/src/ |
platform-freebsd.cc | 318 char** symbols = backtrace_symbols(addresses.start(), frames_count); local 319 if (symbols == NULL) { 329 symbols[i]); local 334 free(symbols);
|
platform-linux.cc | 568 char** symbols = backtrace_symbols(addresses.start(), frames_count); local 569 if (symbols == NULL) { 579 symbols[i]); local 584 free(symbols); [all...] |
platform-openbsd.cc | 365 char** symbols = backtrace_symbols(addresses.start(), frames_count); local 366 if (symbols == NULL) { 376 symbols[i]); local 381 free(symbols);
|
/ndk/build/tools/ |
build-ndk-sysroot.sh | 174 DYNAMIC_LIBS_DIR=$PRODUCT_DIR/symbols/system/lib
|
/sdk/emulator/qtools/ |
trace_reader_base.h | 76 DexSym *symbols; member in struct:DexFileList
|
/external/valgrind/main/VEX/switchback/ |
linker.c | 145 char** symbols; 160 /* A private hash table for local symbols. */ [all...] |
/external/valgrind/main/VEX/unused/ |
linker.c | 81 char** symbols; member in struct:_ObjectCode 96 /* A private hash table for local symbols. */ 1045 oc->symbols = malloc(oc->n_symbols * sizeof(char*)); [all...] |
/external/bison/data/ |
glr.c | 135 # symbols on RHS. 154 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols 323 /* YYMAXRHS -- Maximum number of symbols on right-hand side of rule. */ 325 /* YYMAXLEFT -- Maximum number of symbols to the left of a handle 378 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ 901 /** Number of symbols composing the right hand side of rule #RULE. */ [all...] |
/external/bison/src/ |
AnnotationList.c | 529 s, symbols[conflicted_token], actions, 552 || symbols[conflicted_token]->prec); [all...] |
/external/chromium_org/third_party/re2/ |
Makefile | 41 MAKE_SHARED_LIBRARY=$(CXX) -dynamiclib $(LDFLAGS) -exported_symbols_list libre2.symbols.darwin 43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
bytecode.pxi | 59 property symbols:
|
yasm.pyx | 32 symbols, and operations such as SEG.
|
/external/chromium_org/tools/win/ |
copy-installer.bat | 7 REM Copies an installer and symbols from a build directory on a network share
|
/external/chromium_org/v8/tools/ |
grokdump.py | 535 self.symbols = [] 800 print "Loading symbols from %s" % (symfile) 810 bisect.insort_left(self.symbols, 824 # Returns true if address is covered by some module that has loaded symbols. 839 i = bisect.bisect_left(self.symbols, addr) 841 if (0 < i) and self.symbols[i - 1].Covers(addr): 842 symbol = self.symbols[i - 1] 843 elif (i < len(self.symbols)) and self.symbols[i].Covers(addr): 844 symbol = self.symbols[i [all...] |
/external/elfutils/src/ |
ld.h | 185 /* List of symbols in this section (set only for merge-able sections 187 struct symbol *symbols; member in struct:usedfiles::scninfo 233 /* Indirection table for the symbols defined here. */ 236 /* For undefined or common symbols we need a reference to the symbol 724 /* Tail of list of symbols for this section. Only set if the 726 struct symbol *symbols; member in struct:scnhead 736 /* Define hash table for version symbols. */ 832 /* If true undefined symbols when building DSOs are not fatal. */ 856 /* List of the symbols we created from linker script definitions. */ 860 /* Table with known symbols. * [all...] |
/external/jpeg/ |
ltconfig | 928 # Regexp to match symbols that can be accessed directly from C. 940 # Cannot use undefined symbols on IRIX because inlined functions mess us up. 973 # Now try to grab the symbols. 988 # Make sure that we snagged all the symbols we need. 1007 /* The number of symbols in dld_preloaded_symbols, -1 if unsorted. */ 1010 /* The mapping between symbol names and symbols. */ [all...] |