HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 126 - 150 of 324) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
EscapingEvaluator.java 102 .symbol("EscapeMode.ESCAPE_NONE"));
182 string(name)), JavaExpression.symbol("EscapeMode.ESCAPE_IS_CONSTANT"), JavaExpression
183 .symbol("EscapeMode.ESCAPE_NONE"));
203 return JavaExpression.callOn(JavaExpression.symbol("EscapeMode"), "combineModes", first,
245 setEscaping(JavaExpression.symbol("EscapeMode.ESCAPE_IS_CONSTANT"));
  /frameworks/base/tools/aapt/
AaptAssets.h 323 * All information we know about a particular symbol.
386 if (!check_valid_symbol_name(name, pos, "symbol")) {
397 if (!check_valid_symbol_name(name, pos, "symbol")) {
407 if (!check_valid_symbol_name(name, pos, "symbol")) {
442 if (!check_valid_symbol_name(name, pos, "nested symbol")) {
466 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) {
467 if (valid_symbol_name(symbol)) {
470 pos.error("invalid %s: '%s'\n", label, symbol.string());
473 AaptSymbolEntry& edit_symbol(const String8& symbol, const SourcePos* pos) {
474 ssize_t i = mSymbols.indexOfKey(symbol);
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 25 * would be reduced into a C, matching the first symbol in our production
42 * the symbol on the LHS.
218 * @param on_sym the symbol the transition is under.
221 public void add_transition(symbol on_sym, lalr_state to_st)
239 * from a state we make a transition on each symbol that appears before
283 symbol sym, sym2;
322 /* add the symbol before the dot (if any) to our collection */
327 /* now create a transition out for each individual symbol */
330 sym = (symbol)s.nextElement();
336 symbol before the dot *
    [all...]
  /external/oprofile/libutil++/
op_bfd.cpp 47 bool operator()(op_bfd_symbol const & symbol) {
48 return !filter_.match(symbol.name());
68 // we name the symbol after the section.
111 // after creating all symbol it's convenient for user code to access
184 // make the fake symbol fit within the fake file
249 // we need to ensure than for a given vma only one symbol exist else
266 // now we can calculate the symbol size, we can't first include/exclude
267 // symbols because the size of symbol is calculated from the difference
268 // between the vma of a symbol and the next one.
283 // images with no symbols debug info available get a placeholder symbol
    [all...]
  /external/icu4c/samples/numfmt/
main.cpp 97 * while the currency symbol and number of decimals are set for
115 // the currency symbol
145 // Unicode string with the desired currency display symbol or name
146 UChar symbol[16]; member in struct:__anon6333
175 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
186 * while the currency symbol and number of decimals are set for
  /external/libpng/
pngconf.h     [all...]
  /external/oprofile/libpp/
Android.mk 32 symbol.cpp \
symbol_sort.cpp 54 case sort_options::symbol:
171 } else if (name == "symbol") {
172 options.push_back(symbol);
format_output.h 3 * outputting format for symbol lists
22 #include "symbol.h"
55 /// use global count rather symbol count for details percent
89 : symbol(sym), sample(s), pclass(pc),
91 symbol_entry const & symbol; member in struct:format_output::formatter::field_datum
135 void do_output(std::ostream & out, symbol_entry const & symbol,
167 /// symbol count
191 /** output one symbol symb to out according to the output format
195 /// output details for the symbol
231 /// output a single symbol
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /external/v8/src/
preparse-data.cc 137 Vector<Key> symbol = symbol_keys_.AddBlock(1, key); local
138 entry->key = &symbol[0];
  /ndk/sources/cxx-stl/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /system/core/init/
keywords.h 35 #define KEYWORD(symbol, flags, nargs, func) K_##symbol,
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 395 gcc_regex = (_GCC_FILE_LINE_RE + r'error: \'(?P<symbol>.+)\' '
398 r'\'(?P<symbol>.+)\'')
400 '%(symbol)s' is defined by Google Mock in the testing namespace.
402 using testing::%(symbol)s;
406 symbol = m.groupdict()['symbol'] variable
407 if symbol in _COMMON_GMOCK_SYMBOLS:
408 yield ('NUS', 'Need to Use Symbol', diagnosis % m.groupdict())
  /external/harfbuzz/src/
harfbuzz-external.h 149 void *HB_Library_Resolve(const char *library, int version, const char *symbol);
  /external/oprofile/daemon/liblegacy/
p_module.h 33 /* The symbol format used by get_kernel_syms(2). */
57 struct old_module_symbol symbol[0]; /* actual size defined by n_symbols */ member in struct:old_symbol_table
  /external/qemu/
disas.c 320 /* Look up symbol for debugging purpose. Returns "" if unknown. */
323 const char *symbol = ""; local
327 symbol = s->lookup_symbol(s, orig_addr);
328 if (symbol[0] != '\0') {
333 return symbol;
  /external/valgrind/main/memcheck/tests/
varinfo3.stderr.exp 34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
49 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkScannerInfoCollector.java 85 public void deleteSymbol(IResource resource, String symbol) {
  /system/core/debuggerd/x86/
unwind.c 22 const struct symbol* sym = 0;
29 /* See if we can determine what symbol this stack frame resides in */
58 /* See if we can determine what symbol this stack frame resides in */
  /external/bison/src/
gram.c 41 symbol **symbols = NULL;
91 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
205 symbol *previous_lhs = NULL;
332 /* Free the symbol table data structure. */
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 39 --- table with symbol name keys (not really used currently)
41 --- table with symbol name number keys (specified with property mapval)
43 --- array of symbol name numer keys used (to check for unique mapvals)
95 print("*** error: no symbol found")
picoloadphones.lua 37 --- table with symbol name keys (not really used currently)
39 --- table with symbol name number keys (specified with property mapval)
41 --- array of symbol name numer keys used (to check for unique mapvals)
93 print("*** error: no symbol found")
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 507 TSymbol* symbol = yyextra->symbolTable.find(yytext);
508 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) {
509 TVariable* variable = static_cast<TVariable*>(symbol);
515 yylval->lex.symbol = symbol;

Completed in 945 milliseconds

1 2 3 4 56 7 8 91011>>