HomeSort by relevance Sort by last modified time
    Searched refs:tops (Results 1 - 11 of 11) sorted by null

  /external/valgrind/coregrind/
m_sbprofile.c 49 void show_SB_profile ( const SBProfEntry tops[], UInt n_tops,
81 if (tops[r].addr == 0)
83 if (tops[r].score == 0)
87 VG_(get_fnname_w_offset)(tops[r].addr, &name);
89 score_here = tops[r].score;
102 score_here, percent_here, tops[r].addr, name);
120 if (tops[r].addr == 0)
122 if (tops[r].score == 0)
126 VG_(get_fnname_w_offset)(tops[r].addr, &name);
128 score_here = tops[r].score
207 SBProfEntry tops[N_MAX_END]; local
    [all...]
pub_core_transtab.h 140 extern ULong VG_(get_SB_profile) ( SBProfEntry tops[], UInt n_tops );
m_transtab.c     [all...]
  /art/test/968-default-partial-compile-gen/util-src/
generate_java.py 92 tops = set(filter(lambda a: not any(map(lambda i: a in i.get_super_types(), ifaces)), ifaces))
95 for f in tops:
100 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())
107 ifaces -= tops
  /external/ltp/pan/cgi/
reconsile.cgi 152 @tops = ();
155 push(@tops, copy_record(@$rtcs[0]));
158 @tops = sort { $a->{TAG} cmp $b->{TAG}
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
164 $LCR = $tops[0];
  /art/test/971-iface-super/util-src/
generate_java.py 96 tops = set(filter(lambda a: iface_filter(a) and not any(map(lambda i: a in i.get_super_types(), ifaces)), ifaces))
99 for f in tops:
104 overrides = functools.reduce(operator.or_, map(lambda i: i.get_super_types(), tops), set())
111 ifaces -= tops
  /external/tensorflow/tensorflow/contrib/graph_editor/
util.py 181 def get_unique_graph(tops, check_types=None, none_if_empty=False):
182 """Return the unique graph used by the all the elements in tops.
185 tops: list of elements to check (usually a list of tf.Operation and/or
187 check_types: check that the element in tops are of given type(s). If None,
189 none_if_empty: don't raise an error if tops is an empty list, just return
192 The unique graph used by all the tops.
194 TypeError: if tops is not a iterable of tf.Operation.
197 if isinstance(tops, tf_ops.Graph):
198 return tops
199 if not is_iterable(tops)
    [all...]
  /external/tcpdump/
print-forces.c 1682 const struct tom_h *tops; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
Makefile.am 564 itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
566 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 607 milliseconds