/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 6 /** This class represents a non-terminal symbol in the grammar. Each 15 public class non_terminal extends symbol { 91 /** special non-terminal for start symbol */ 250 /** Indicate that this symbol is a non-terminal. */
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputHLSL.h | 61 TString argumentString(const TIntermSymbol *symbol);
|
glslang_tab.h | 54 /* Put the tokens into the symbol table, so that GDB and other debuggers 199 TSymbol* symbol; member in struct:YYSTYPE::__anon16175
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
s_expression.h | 37 #define SX_AS_SYMBOL(x) SX_AS_(symbol, x) 48 * - symbol 158 s_pattern(s_symbol *&s) : p_symbol(&s), type(SYMBOL) { } 174 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
upload.py | 12 from lib.symbol import SymbolDataSources
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
desktop_browser_backend.py | 270 for symbol in sorted(symbols, key=os.path.getmtime, reverse=True): 271 if not os.path.isfile(symbol): 273 with open(symbol, 'r') as f: 283 shutil.copyfile(symbol, os.path.join(symbol_path, binary + '.sym'))
|
/external/chromium_org/v8/src/ |
log.cc | 77 Symbol* symbol = Symbol::cast(name); local 78 AppendBytes("symbol("); 79 if (!symbol->name()->IsUndefined()) { 81 AppendString(String::cast(symbol->name())); 85 AppendHex(symbol->Hash()); 202 name_buffer_->AppendBytes("symbol(hash "); 879 Symbol* symbol = Symbol::cast(key) local 1052 Symbol* symbol = Symbol::cast(name); local 1131 Symbol* symbol = Symbol::cast(name); local [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
string-codepointat.js | 13 // String that starts with a BMP symbol 32 // String that starts with an astral symbol
|
/external/chromium_org/v8/test/mjsunit/ |
keyed-call-generic.js | 56 // Use a non-symbol key to force inline cache to generic case. 90 // Use a non-symbol key to force inline cache to generic case.
|
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 369 #error The preprocessor symbol 'Success' is defined, possibly by the X11 header file X.h
|
/external/elfutils/0.153/src/ |
i386_ld.c | 65 only means adjusting offset and symbol indices. */ 86 struct symbol **symref; 99 /* Get the data for the input section symbol table for this 110 /* Array directing local symbol table offsets to output symbol 114 /* References to the symbol records. */ 131 /* Compute the symbol index in the output file. */ 135 /* This happens if the symbol is locally undefined or 140 /* Take reordering performed to sort the symbol table into 144 /* Get the symbol table entry. * 458 struct symbol *symbol = ndxtosym[idx]; local [all...] |
ld.c | 159 N_("Causes symbol not assigned to a version be reduced to local."), 0 }, 278 static void create_special_section_symbol (struct symbol **symp, 453 GOT section. Add the symbol if necessary. */ 457 /* Similarly for the _DYNAMIC symbol which points to the dynamic [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
session.h | 8 #include "symbol.h" 73 struct symbol **parent);
|
sort.h | 11 #include "symbol.h" 104 struct symbol *parent;
|
/external/lldb/source/Target/ |
ThreadPlanStepInstruction.cpp | 50 m_start_has_symbol = m_start_frame_sp->GetSymbolContext(eSymbolContextSymbol).symbol != NULL; 76 s->Printf(" which has no symbol");
|
/external/llvm/bindings/python/llvm/ |
object.py | 19 Section, Symbol, and Relocation, respectively. 40 To aid working around this limitation, each Section, Symbol, and Relocation 60 for symbol in symbols: 61 print symbol.name # This raises because the object has expired. 65 for symbol in obj.get_symbols(): 66 symbols.append(symbol) 67 print symbol.name 69 for symbol in symbols: 70 print symbol.name # OK 71 print symbol.address # NOT OK. We didn't look up this property before 391 def symbol(self): member in class:Relocation [all...] |
/external/llvm/include/llvm-c/ |
lto.h | 235 * Returns the name of the ith symbol in the object module. 244 * Returns the attributes of the ith symbol in the object module. 413 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg, const char* symbol);
|
/external/lzma/CS/7zip/Compress/LZMA/ |
LzmaEncoder.cs | 78 public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol)
83 uint bit = (uint)((symbol >> i) & 1);
89 public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte matchByte, byte symbol)
95 uint bit = (uint)((symbol >> i) & 1);
108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol)
118 uint bit = (uint)(symbol >> i) & 1;
130 uint bit = (uint)(symbol >> i) & 1;
196 public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState)
198 if (symbol < Base.kNumLowLenSymbols)
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
[all...] |
/external/mesa3d/src/glsl/ |
s_expression.h | 37 #define SX_AS_SYMBOL(x) SX_AS_(symbol, x) 48 * - symbol 158 s_pattern(s_symbol *&s) : p_symbol(&s), type(SYMBOL) { } 174 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
|
/external/openfst/src/lib/ |
symbol-table-ops.cc | 17 #include <fst/symbol-table-ops.h> 24 // copied version of SymbolTable of left or right if either symbol table is 28 // copy everything from the left symbol table 32 merged->AddSymbol(liter.Symbol(), liter.Value()); 34 int64 key = right.Find(liter.Symbol()); 49 // add all symbols we can from right symbol table 53 int64 key = merged->Find(riter.Symbol()); 55 // Symbol already exists, maybe with different value 61 // Symbol doesn't exist from left 65 conflicts.push_back(riter.Symbol()); [all...] |
/external/oprofile/libutil++/ |
op_bfd.h | 33 /// all symbol vector indexing uses this type 37 * A symbol description from a bfd point of view. This duplicate 39 * the symbol is an artificial symbol 56 asymbol const * symbol() const { return bfd_symbol; } function in class:op_bfd_symbol 67 /// the original bfd symbol, this can be null if the symbol is an 68 /// artificial symbol 70 /// the offset of this symbol relative to the begin of the section's 71 /// symbol [all...] |
/external/qemu/ |
disas.c | 391 /* Look up symbol for debugging purpose. Returns "" if unknown. */ 394 const char *symbol = ""; local 398 symbol = s->lookup_symbol(s, orig_addr); 399 if (symbol[0] != '\0') { 404 return symbol;
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
wrapperloader.swg | 91 super("Failed to load symbol " ~ symbolName ~ " from shared library " ~ SwigSharedLibName); 279 string bindCode(string functionPointer, string symbol) { 281 "))library.loadSymbol(`" ~ symbol ~ "`);"; 308 mixin(bindCode("$function", "$symbol"));%}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 78 import symbol namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 78 import symbol namespace
|