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

12345

/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/skia/src/sksl/ir/
H A DSkSLBlock.h21 const std::shared_ptr<SymbolTable> symbols)
23 , fSymbols(std::move(symbols))
37 // because destroying statements can modify reference counts in symbols
20 Block(Position position, std::vector<std::unique_ptr<Statement>> statements, const std::shared_ptr<SymbolTable> symbols) argument
H A DSkSLForStatement.h23 std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbols)
25 , fSymbols(symbols)
21 ForStatement(Position position, std::unique_ptr<Statement> initializer, std::unique_ptr<Expression> test, std::unique_ptr<Expression> next, std::unique_ptr<Statement> statement, std::shared_ptr<SymbolTable> symbols) argument
/external/libxml2/doc/
H A Dlibxml-doc.el1 ;;; libxml-doc.el - look up libxml-symbols and start browser on documentation
29 ;; "Look up libxml-symbols and start browser on documentation." t)
32 ;; "Look up libxml-symbols and start browser on documentation." t)
74 ;; - Now keeps the list of symbols between calls to speed things up.
92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols)
118 "History for looking up libxml-symbols.")
119 (defvar libxmldoc-symbols nil
120 "The list of libxml-symbols.")
129 (if (null libxmldoc-symbols)
130 (setq libxmldoc-symbols (libxmldo
[all...]
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DModStream.cpp69 ModStream::symbols(bool *HadError) const { function in class:ModStream
/external/webrtc/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.cc90 // NULL, or else some symbols may be left with uninitialized data that the
95 void *symbols[]) {
101 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
92 InternalLoadSymbols(DllHandle handle, int num_symbols, const char *const symbol_names[], void *symbols[]) argument
/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/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp79 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); local
85 SimpleDateFormat cust1(pattern, symbols, status);
87 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
92 SimpleDateFormat cust2(pattern, *symbols, status);
94 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
H A Dmiscdtfm.cpp163 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
168 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
175 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
189 delete symbols;
198 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
202 df->setDateFormatSymbols(*symbols);
208 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
222 delete symbols;
229 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
231 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, statu
258 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
330 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
[all...]
/external/libxml2/doc/examples/
H A Dindex.py19 symbols = {} variable
49 res = ctxt.xpathEval("/api/symbols/*[@name = '%s']" % (name))
93 global symbols
160 if symbols.has_key(name):
161 sinfo = symbols[name]
163 # gather at most 5 references per symbols
169 symbols[name] = [1, filename]
187 global symbols
189 output.write(" <symbols>\n")
190 keys = symbols
[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/vixl/test/aarch32/
H A Dtest-macro-assembler-cond-rd-rn-a32.cc603 const TestCaseSymbolMap& symbols,
605 : PrintDisassembler(os), symbols_(symbols), mnemonic_(mnemonic) {}
629 TestCaseSymbolMap symbols; local
636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
659 TestDisassembler dis(std::cout, symbols, mnemonic);
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) argument
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc561 const TestCaseSymbolMap& symbols,
563 : PrintDisassembler(os), symbols_(symbols), mnemonic_(mnemonic) {}
587 TestCaseSymbolMap symbols; local
594 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
617 TestDisassembler dis(std::cout, symbols, mnemonic);
560 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) argument
H A Dtest-macro-assembler-cond-rd-rn-t32.cc603 const TestCaseSymbolMap& symbols,
605 : PrintDisassembler(os), symbols_(symbols), mnemonic_(mnemonic) {}
629 TestCaseSymbolMap symbols; local
636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i));
659 TestDisassembler dis(std::cout, symbols, mnemonic);
602 TestDisassembler(std::ostream& os, const TestCaseSymbolMap& symbols, const char* mnemonic) argument
/external/webrtc/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/bison/src/
H A Dstate.h30 state. These symbols at these items are the allowable inputs that
172 symbol *symbols[1]; member in struct:__anon606
/external/fec/
H A Dvtest27.c45 unsigned char symbols[8*2*(MAXBYTES+6)]; local
120 symbols[2*i+0] = addnoise(parity(sr & V27POLYA),gain,Gain,127.5,255);
121 symbols[2*i+1] = addnoise(parity(sr & V27POLYB),gain,Gain,127.5,255);
128 update_viterbi27_blk(vp,symbols,framebits+6);
164 memset(symbols,127,sizeof(symbols));
172 update_viterbi27_blk(vp,symbols,framebits);
H A Dvtest29.c45 unsigned char symbols[8*2*(MAXBYTES+8)]; local
120 symbols[2*i+0] = addnoise(parity(sr & V29POLYA),gain,Gain,127.5,255);
121 symbols[2*i+1] = addnoise(parity(sr & V29POLYB),gain,Gain,127.5,255);
128 update_viterbi29_blk(vp,symbols,framebits+8);
163 memset(symbols,127,sizeof(symbols));
171 update_viterbi29_blk(vp,symbols,framebits);
H A Dvtest39.c45 unsigned char symbols[8*3*(MAXBYTES+8)]; local
120 symbols[3*i+0] = addnoise(parity(sr & V39POLYA),gain,Gain,127.5,255);
121 symbols[3*i+1] = addnoise(parity(sr & V39POLYB),gain,Gain,127.5,255);
122 symbols[3*i+2] = addnoise(parity(sr & V39POLYC),gain,Gain,127.5,255);
129 update_viterbi39_blk(vp,symbols,framebits+8);
164 memset(symbols,127,sizeof(symbols));
172 update_viterbi39_blk(vp,symbols,framebits);
H A Dvtest615.c47 unsigned char symbols[8*6*(MAXBYTES+14)]; local
122 symbols[6*i+0] = addnoise(parity(sr & V615POLYA),gain,Gain,OFFSET,CLIP);
123 symbols[6*i+1] = addnoise(parity(sr & V615POLYB),gain,Gain,OFFSET,CLIP);
124 symbols[6*i+2] = addnoise(parity(sr & V615POLYC),gain,Gain,OFFSET,CLIP);
125 symbols[6*i+3] = addnoise(parity(sr & V615POLYD),gain,Gain,OFFSET,CLIP);
126 symbols[6*i+4] = addnoise(parity(sr & V615POLYE),gain,Gain,OFFSET,CLIP);
127 symbols[6*i+5] = addnoise(parity(sr & V615POLYF),gain,Gain,OFFSET,CLIP);
134 update_viterbi615_blk(vp,symbols,framebits+14);
171 memset(symbols,127,sizeof(symbols));
[all...]
/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc195 std::string symbols; local
196 ASSERT_NO_FATAL_FAILURE(RunCommand(command_line, &symbols));
198 EXPECT_EQ(expected_symbols, symbols);
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp51 const SymbolTable* symbols,
64 applyPattern(pattern, options, symbols, status);
72 const SymbolTable* symbols,
85 applyPattern(pattern, pos, options, symbols, status);
97 const SymbolTable* symbols,
100 applyPattern(pattern, pos, options, symbols, status);
119 const SymbolTable* symbols,
131 RuleCharacterIterator chars(pattern, symbols, pos);
132 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
49 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
70 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
95 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
116 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
/external/llvm/tools/dsymutil/
H A DDebugMap.h44 /// symbols' addresses in the object file to their linked address in
153 iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const { function in class:llvm::dsymutil::DebugMapObject
/external/mesa3d/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...]

Completed in 1128 milliseconds

12345