Searched defs:symbols (Results 1 - 25 of 119) sorted by relevance

12345

/external/chromium_org/v8/test/cctest/
H A Dtest-symbols.cc23 Handle<Symbol> symbols[kNumSymbols]; local
27 symbols[i] = isolate->factory()->NewSymbol();
28 CHECK(symbols[i]->IsName());
29 CHECK(symbols[i]->IsSymbol());
30 CHECK(symbols[i]->HasHashCode());
31 CHECK_GT(symbols[i]->Hash(), 0);
32 os << Brief(*symbols[i]) << "\n";
34 symbols[i]->Print(os);
37 symbols[i]->ObjectVerify();
44 // All symbols shoul
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_print_visitor.h88 _mesa_symbol_table *symbols; member in class:ir_print_visitor
H A Dir_import_prototypes.cpp45 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols, argument
50 this->symbols = symbols;
58 this->function = this->symbols->get_function(ir->name);
66 this->symbols->add_function(this->function);
98 glsl_symbol_table *symbols; member in class:import_prototype_visitor
110 * \param symbols Symbol table where new functions will be stored
115 glsl_symbol_table *symbols, void *mem_ctx)
117 import_prototype_visitor v(dest, symbols, mem_ctx);
114 import_prototypes(const exec_list *source, exec_list *dest, glsl_symbol_table *symbols, void *mem_ctx) argument
/external/mesa3d/src/glsl/
H A Dir_print_visitor.h88 _mesa_symbol_table *symbols; member in class:ir_print_visitor
H A Dir_import_prototypes.cpp45 import_prototype_visitor(exec_list *list, glsl_symbol_table *symbols, argument
50 this->symbols = symbols;
58 this->function = this->symbols->get_function(ir->name);
66 this->symbols->add_function(this->function);
98 glsl_symbol_table *symbols; member in class:import_prototype_visitor
110 * \param symbols Symbol table where new functions will be stored
115 glsl_symbol_table *symbols, void *mem_ctx)
117 import_prototype_visitor v(dest, symbols, mem_ctx);
114 import_prototypes(const exec_list *source, exec_list *dest, glsl_symbol_table *symbols, void *mem_ctx) argument
/external/oprofile/libpp/
H A Dsymbol_container.h3 * Internal container for symbols
22 * An arbitrary container of symbols. Supports lookup
35 /// return the number of symbols stored
49 /// find the symbols at the given filename and line number, if any
52 /// find the symbols defined in the given filename, if any
62 /// return start of symbols
65 /// return end of symbols
73 * The main container of symbols. Multiple symbols with the same
76 symbols_t symbols; member in class:symbol_container
[all...]
H A Dprofile_container.h3 * Container associating symbols and samples
54 * add() - record symbols/samples in the underlying container
74 /// Find the symbols from its filename, linenr, return an empty
103 * select_symbols - create a set of symbols sorted by sample count
109 * select_symbols - create a set of symbols belonging to a given source
110 * @param filename source file where are defined the returned symbols
158 * The rationale here is to try to create symbols for alignment between
159 * function as little as possible and to create meaningfull symbols
165 /// The symbols collected by pp tools sorted by increased vma, provide
167 scoped_ptr<symbol_container> symbols; member in class:profile_container
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeSymbolicFieldElement.cpp38 static AtomicString makeVisibleEmptyValue(const Vector<String>& symbols) argument
41 for (unsigned index = 0; index < symbols.size(); ++index)
42 maximumLength = std::max(maximumLength, numGraphemeClusters(symbols[index]));
50 DateTimeSymbolicFieldElement::DateTimeSymbolicFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& symbols, int minimum, int maximum) argument
52 , m_symbols(symbols)
53 , m_visibleEmptyValue(makeVisibleEmptyValue(symbols))
59 ASSERT(!symbols.isEmpty());
/external/chromium_org/third_party/smhasher/src/
H A DAvalancheTest.cpp7 const char * symbols = ".123456789X"; local
28 printf("%c",symbols[s]);
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.cc107 // NULL, or else some symbols may be left with uninitialized data that the
112 void *symbols[]) {
118 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
109 InternalLoadSymbols(DllHandle handle, int num_symbols, const char *const symbol_names[], void *symbols[]) argument
/external/chromium_org/v8/src/base/
H A Dlogging.cc26 char** symbols = backtrace_symbols(trace, size); local
30 } else if (symbols == NULL) {
31 OS::PrintError("(no symbols)\n");
36 if (sscanf(symbols[i], "%*[^(]%*[(]%200[^)+]", mangled) == 1) { // NOLINT
47 free(symbols);
/external/llvm/include/llvm/ExecutionEngine/
H A DObjectImage.h39 iterator_range<object::symbol_iterator> symbols() const { function in class:llvm::ObjectImage
54 // addresses for sections and common symbols
/external/zopfli/src/zopfli/
H A Dtree.c31 unsigned* symbols) {
38 symbols[i] = 0;
62 symbols[i] = next_code[len];
30 ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits, unsigned* symbols) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
H A Dmiscdtfm.cpp161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
173 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
187 delete symbols;
196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
200 df->setDateFormatSymbols(*symbols);
206 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
220 delete symbols;
227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, statu
256 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
328 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c114 static void dump_stack(const char* symbols[STACK_LEN]) argument
119 if(symbols[i])
120 fprintf(stream, "%s\n", symbols[i]);
145 const char* symbols[STACK_LEN]; local
157 symbols[i] = debug_symbol_name_cached(frames[i].function);
159 symbols[i] = 0;
167 dump_stack(symbols);
174 dump_stack(symbols);
182 dump_stack(symbols);
189 dump_stack(symbols);
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dchecks.cc55 // to get usable symbols on Linux. This is copied from V8. Chromium has a more
61 char** symbols = backtrace_symbols(trace, size); local
65 } else if (symbols == NULL) {
66 PrintError("(no symbols)\n");
70 if (sscanf(symbols[i], "%*[^(]%*[(]%200[^)+]", mangled) == 1) { // NOLINT
79 PrintError("%s\n", symbols[i]);
83 free(symbols);
/external/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
83 SimpleDateFormat cust1(pattern, symbols, status);
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
90 SimpleDateFormat cust2(pattern, *symbols, status);
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
H A Dmiscdtfm.cpp161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
173 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
187 delete symbols;
196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
200 df->setDateFormatSymbols(*symbols);
206 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
220 delete symbols;
227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, statu
256 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
328 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c114 static void dump_stack(const char* symbols[STACK_LEN]) argument
119 if(symbols[i])
120 fprintf(stream, "%s\n", symbols[i]);
145 const char* symbols[STACK_LEN]; local
157 symbols[i] = debug_symbol_name_cached(frames[i].function);
159 symbols[i] = 0;
167 dump_stack(symbols);
174 dump_stack(symbols);
182 dump_stack(symbols);
189 dump_stack(symbols);
[all...]
/external/bison/src/
H A Dstate.h30 state. These symbols at these items are the allowable inputs that
172 symbol *symbols[1]; member in struct:__anon386
/external/chromium_org/third_party/icu/source/common/
H A Duniset_closure.cpp49 const SymbolTable* symbols,
62 applyPattern(pattern, options, symbols, status);
70 const SymbolTable* symbols,
83 applyPattern(pattern, pos, options, symbols, status);
95 const SymbolTable* symbols,
98 applyPattern(pattern, pos, options, symbols, status);
117 const SymbolTable* symbols,
129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
47 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
68 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
93 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
114 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c32 * The linked list of symbols with the same name is ordered by scope
41 * The linked list of symbols with the same scope is unordered. Symbols
48 * Header information for the list of symbols with the same name.
56 * Name space are arbitrary user assigned integers. No two symbols can
80 /** Linked list of symbols with the same name. */
81 struct symbol *symbols; member in struct:symbol_header
92 /** Linked list of symbols with the same scope. */
93 struct symbol *symbols; member in struct:scope_level
101 /** Hash table containing all symbols in the symbol table. */
117 * Name space of symbols returne
[all...]
/external/chromium_org/v8/test/mjsunit/tools/
H A Dtickprocessor.js69 this.symbols = [[
99 this.symbols = [[
133 this.symbols = [[
163 this.symbols = [[
193 this.symbols = [
206 ' Static symbols',
262 exe_exe_syms, '.exe with .exe symbols');
273 exe_dll_syms, '.exe with .dll symbols');
285 dll_dll_syms, '.dll with .dll symbols');
296 dll_exe_syms, '.dll with .exe symbols');
[all...]
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp49 const SymbolTable* symbols,
62 applyPattern(pattern, options, symbols, status);
70 const SymbolTable* symbols,
83 applyPattern(pattern, pos, options, symbols, status);
95 const SymbolTable* symbols,
98 applyPattern(pattern, pos, options, symbols, status);
117 const SymbolTable* symbols,
129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
47 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
68 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
93 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
114 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument

Completed in 3574 milliseconds

12345