/external/llvm/projects/sample/autoconf/ |
ltmain.sh | 1077 # to make a dll which has undefined symbols, in which case not 1080 # that all symbols are satisfied, otherwise we get a static library. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 527 """Mark up some plain text, given a context of symbols to look for. 1614 symbols = { variable in class:Helper [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 527 """Mark up some plain text, given a context of symbols to look for. 1614 symbols = { variable in class:Helper [all...] |
/external/chromium_org/tools/symsrc/ |
pefile.py | 947 imports: list of imported symbols (ImportData instances) 964 symbols: list of exported symbols (ExportData instances) 968 """Holds exported symbols' information. [all...] |
/build/core/ |
Makefile | [all...] |
/external/chromium_org/native_client_sdk/src/examples/ |
common.js | 341 // The symbols to export.
|
/external/valgrind/main/ |
Android.mk | 31 -DANDROID_SYMBOLS_DIR=\"/data/local/symbols\"
|
/build/ |
envsetup.sh | 1087 q2dm -r $ANDROID_PRODUCT_OUT/symbols $TRACE $KERNEL $TRACE/dmtrace || return [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 62 * symbols that can follow rule ref. 618 * symbols. But, actions might refer to that missing symbol.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 669 # symbols. But, actions might refer to that missing symbol. 809 # Consume input symbols until one matches a type within types [all...] |
streams.rb | 216 # the total number of symbols in the stream 345 symbols as it requires. StringStream and its subclasses are they main way to 348 The stream's symbols of interest, of course, are character values. Thus, the [all...] |
token.rb | 387 token's type falls within a range, which is not possible with symbols.
|
/external/chromium_org/third_party/icu/source/i18n/ |
decimfmt.cpp | 262 // pattern and the number format symbols in the default locale. The 263 // created instance owns the symbols. 287 // pattern and the number format symbols in the default locale. The 288 // created instance owns the clone of the symbols. 291 const DecimalFormatSymbols& symbols, 295 construct(status, parseError, &pattern, new DecimalFormatSymbols(symbols)); 300 // pattern, the number format symbols, and the number format style. 301 // The created instance owns the clone of the symbols. 350 // pattern and the number format symbols in the desired locale. The 351 // created instance owns the symbols [all...] |
/external/chromium_org/third_party/ply/ |
yacc.py | 78 error_count = 3 # Number of symbols that must be shifted to leave recovery mode 169 # This class is used to hold non-terminal grammar symbols during parsing. 284 lookaheadstack = [ ] # Stack of lookahead symbols 318 symstack = [ ] # Stack of grammar symbols 599 lookaheadstack = [ ] # Stack of lookahead symbols 629 symstack = [ ] # Stack of grammar symbols [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
Makefile.am | 3 # Note: for every library we create, we're explicit about what symbols 5 # use the regexp for of specifying symbols. 81 # If we have objcopy, make malloc/free/etc weak symbols. That way folks 83 # Note: the weird-looking symbols are the c++ memory functions: 354 libstacktrace_la_LDFLAGS = -export-symbols-regex $(STACKTRACE_SYMBOLS) [all...] |
/external/icu4c/i18n/ |
decimfmt.cpp | 290 // pattern and the number format symbols in the default locale. The 291 // created instance owns the symbols. 315 // pattern and the number format symbols in the default locale. The 316 // created instance owns the clone of the symbols. 319 const DecimalFormatSymbols& symbols, 323 construct(status, parseError, &pattern, new DecimalFormatSymbols(symbols)); 328 // pattern, the number format symbols, and the number format style. 329 // The created instance owns the clone of the symbols. 391 // pattern and the number format symbols in the desired locale. The 392 // created instance owns the symbols [all...] |
/external/linux-tools-perf/util/ |
trace-event-parse.c | 1588 type = process_fields(event, &arg->symbol.symbols, &token); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
exif_encoder.js | 481 // 1. V8 is faster on method names which are 'symbols'.
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
ir_to_mesa.cpp | [all...] |
/external/chromium_org/v8/src/ |
runtime.js | 563 // ES6 symbols
|
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | [all...] |
/ndk/build/core/ |
build-binary.mk | 168 # of a binary that uses undefined symbols.
|
/prebuilts/devtools/tools/lib/ |
ant-tasks.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 9 from compiler import pyassem, misc, future, symbols namespace 257 s = symbols.SymbolVisitor() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 9 from compiler import pyassem, misc, future, symbols namespace 257 s = symbols.SymbolVisitor() [all...] |