HomeSort by relevance Sort by last modified time
    Searched refs:syms (Results 76 - 100 of 208) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 10 from ..pygram import python_symbols as syms namespace
94 if node.type == syms.expr_stmt:
96 if node.type == syms.simple_stmt or node.parent is None:
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms namespace
108 test = Node(syms.not_test, [Name(u"not"), test])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 10 from ..pygram import python_symbols as syms namespace
94 if node.type == syms.expr_stmt:
96 if node.type == syms.simple_stmt or node.parent is None:
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms namespace
108 test = Node(syms.not_test, [Name(u"not"), test])
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.cpp 132 __proc(s, x.syms);
151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) {
155 if (it == syms.end())
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 132 __proc(s, x.syms);
151 auto it = std::find_if(syms.begin(), syms.end(), [&](const symbol &x) {
155 if (it == syms.end())
  /sdk/emulator/qtools/
coverage.cpp 122 symbol_type *syms = trace->GetSymbols(&nsyms); local
125 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_names);
127 symbol_type *psym = syms;
149 delete[] syms;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 40 local syms = {}
47 -- parse input file, build up syms and symnrs tables
92 syms[sym] = props
103 -- check syms and symnrs
128 checksymtable(syms)
163 for k, v in pairs(syms) do
picoloadphones.lua 38 local syms = {}
45 -- parse input file, build up syms and symnrs tables
90 syms[sym] = props
101 -- check syms and symnrs
126 checksymtable(syms)
  /external/elfutils/src/
nm.c 75 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
723 GElf_SymX *syms, size_t nsyms, int longest_name,
794 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name,
811 digits, syms[cnt].sym.st_value,
813 GELF_ST_BIND (syms[cnt].sym.st_info),
815 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info),
817 digits, syms[cnt].sym.st_size, longest_where, syms[cnt].where,
818 ebl_section_name (ebl, syms[cnt].sym.st_shndx, syms[cnt].xndx
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 263 const RsdCpuReference::CpuSymbol *syms = gSyms; local
265 while (syms->fnPtr) {
266 if (!strcmp(syms->name, sym)) {
267 return syms;
269 syms++;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_symbol.c 166 char** syms = backtrace_symbols((void**)&addr, 1); local
167 strncpy(buf, syms[0], size);
169 free(syms);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 166 char** syms = backtrace_symbols((void**)&addr, 1); local
167 strncpy(buf, syms[0], size);
169 free(syms);
  /external/oprofile/libpp/
callgraph_container.cpp 99 upper_bound(bfd.syms.begin(), bfd.syms.end(), tmpsym);
101 if (it != bfd.syms.begin())
104 if (it == bfd.syms.end()) {
120 i = distance(bfd.syms.begin(), it);
166 sym.name = symbol_names.create(b.syms[i].name());
167 sym.sample.vma = b.syms[i].vma();
173 << b.syms[i].name() << " filepos " << start
548 for (symbol_index_t i = 0; i < caller_bfd.syms.size(); ++i) {
586 symbol_collection syms = recorder.get_symbols() local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
kernel.cpp 64 auto &syms = prog->binaries().begin()->second.syms; local
66 if (kerns && count < syms.size())
70 std::transform(syms.begin(), syms.end(), kerns,
77 *count_ret = syms.size();
  /external/mesa3d/src/gallium/state_trackers/clover/api/
kernel.cpp 64 auto &syms = prog->binaries().begin()->second.syms; local
66 if (kerns && count < syms.size())
70 std::transform(syms.begin(), syms.end(), kerns,
77 *count_ret = syms.size();
  /external/chromium_org/chrome/tools/build/win/
make_chromebot_zip.sh 52 sym_output=${2:-chrome-win32-syms}
  /external/srec/tools/grxmlcompile/
fst-io.h 78 void PrintId(int64 id, const SymbolTable *syms,
80 if (syms) {
81 string symbol = syms->Find(id);
85 << ", symbol table = " << syms->Name()
289 int64 StrToId(const char *s, const SymbolTable *syms,
293 if (syms) {
294 n = syms->Find(s);
298 << ", symbol table = " << syms->Name()
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 3 /*--- Reading of syms & debug info from Mach-O files. ---*/
318 to 'syms'; the caller will post-process them and hand them off to
321 void read_symtab( /*OUT*/XArray* /* DiSym */ syms,
391 VG_(addToXA)( syms, &disym );
411 static void tidy_up_cand_syms ( /*MOD*/XArray* /* of DiSym */ syms,
416 nsyms = VG_(sizeXA)(syms);
418 VG_(setCmpFnXA)(syms, cmp_DiSym_by_start_then_name);
419 VG_(sortXA)(syms);
442 && ((DiSym*)VG_(indexXA)(syms,i))->addr
443 == ((DiSym*)VG_(indexXA)(syms,k))->addr
845 struct NLIST *syms; local
    [all...]
  /external/linux-tools-perf/util/
parse-events.c 992 struct event_symbol *syms = event_symbols; local
996 for (i = 0; i < ARRAY_SIZE(event_symbols); i++, syms++) {
997 if (type != syms->type)
1000 if (strlen(syms->alias))
1002 syms->symbol, syms->alias);
1004 snprintf(name, sizeof(name), "%s", syms->symbol);
1045 struct event_symbol *syms = event_symbols; local
1051 for (i = 0; i < ARRAY_SIZE(event_symbols); i++, syms++) {
1052 type = syms->type
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 504 sym_ston(const struct res_sym *syms, const char *name, int *success) {
505 for (; syms->name != 0; syms++) {
506 if (strcasecmp (name, syms->name) == 0) {
509 return (syms->number);
514 return (syms->number); /* The default value. */
518 sym_ntos(const struct res_sym *syms, int number, int *success) {
521 for (; syms->name != 0; syms++) {
522 if (number == syms->number)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
sdtfmtts.cpp 178 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); local
179 if(!syms) {
183 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
  /external/grub/stage2/
mb_info.h 147 syms; member in struct:multiboot_info
  /external/icu4c/test/intltest/
sdtfmtts.cpp 178 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); local
179 if(!syms) {
183 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
  /external/openfst/src/include/fst/script/
compile-impl.h 138 int64 StrToId(const char *s, const SymbolTable *syms,
142 if (syms) {
143 n = syms->Find(s);
147 << ", symbol table = " << syms->Name()

Completed in 1813 milliseconds

1 2 34 5 6 7 8 9