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

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 274 template<typename Bound, typename... Args>
275 inline typename safe_tuple_element<is_placeholder<Bound>::value -1,
277 mu(Bound& bound_arg, const tuple<Args&...>& args) {
278 return get<is_placeholder<Bound>::value-1>(args);
292 template<typename Bound, typename... Args>
293 inline typename enable_if<is_bind_expression<Bound>::value,
294 typename Bound::result_type>::type
295 mu(Bound& bound_arg, const tuple<Args&...>& args) {
310 template<typename Bound, typename... Args>
311 inline typename enable_if<(!is_bind_expression<Bound>::value
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 113 if (te->Te.Bound.knownL)
114 VG_(printf)("%lld", te->Te.Bound.boundL);
118 if (te->Te.Bound.knownU)
119 VG_(printf)("%lld", te->Te.Bound.boundU);
214 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU
215 && ent->Te.Bound.boundL == 0) {
216 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU);
219 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU)
823 TyEnt* bound; local
    [all...]
priv_tytypes.h 95 } Bound;
readdwarf3.c 400 /* Upper bound on size thereof (an overestimate, in general) */
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 25 import static java.util.TreeMap.Bound.*;
698 Bound fromBound = fromInclusive ? INCLUSIVE : EXCLUSIVE;
699 Bound toBound = toInclusive ? INCLUSIVE : EXCLUSIVE;
708 Bound toBound = inclusive ? INCLUSIVE : EXCLUSIVE;
717 Bound fromBound = inclusive ? INCLUSIVE : EXCLUSIVE;
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 102 /* Used when .disp == Bound and we are looking for vregs to
105 /* Optimisation: used when .disp == Bound. Indicates when the
113 Bound /* in use (holding value of some vreg) */
116 /* If .disp == Bound, what vreg is it bound to? */
168 Only do the search for vregs which are Bound in the running state,
192 vassert(state[k].disp == Bound);
433 case Bound: vex_printf("BoundTo "); \
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
AECMobile.m 193 % Bound the filter
  /external/v8/src/
hydrogen.h     [all...]
hydrogen.cc     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 81 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/bound-services.html">
82 <span class="en">Bound Services</span>
    [all...]

Completed in 562 milliseconds