HomeSort by relevance Sort by last modified time
    Searched defs:Ti (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/test/
complit1.go 43 type Ti int
50 _ = &Ti{} // ERROR "invalid pointer type"
  /prebuilts/go/linux-x86/test/
complit1.go 43 type Ti int
50 _ = &Ti{} // ERROR "invalid pointer type"
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeHelper.java 329 // Ti is derived according to the form of Ai:
335 ResolvedType Ti = null;
337 // - If Ai is a type, then Ti = Ai.
340 Ti = Ai;
344 // Ti is undefined and there is no function type.
346 if (Ti == null && Ai.isWildcard() && Ai.asWildcard().mention(originalType.getTypeDeclaration().getTypeParameters())) {
352 if (Ti == null) {
356 // - If Ai is an unbound wildcard ?, then Ti = Bi.
359 Ti = Bi;
362 // - If Ai is a upper-bounded wildcard ? extends Ui, then Ti = glb(Ui, Bi) (§5.1.10)
    [all...]
BoundSet.java 336 // then for all i (1 ? i ? n), if Si and Ti are types (not wildcards), the constraint formula ?Si = Ti? is
348 ResolvedType ti = pair.b.typeParametersValues().get(i);
349 if (!si.isWildcard() && !ti.isWildcard()) {
350 currentConstraintSet = currentConstraintSet.withConstraint(new TypeSameAsType(si, ti));
657 // for all i (1 ? i ? n), then a candidate instantiation Ti is defined for each ?i:
667 ResolvedType Ti = null;
669 // - If ?i has one or more proper lower bounds, L1, ..., Lk, then Ti = lub(L1, ..., Lk) (§4.10.4).
672 Ti = leastUpperBound(properLowerBounds);
676 // Exception, Throwable, and Object, then Ti = RuntimeException
    [all...]
  /frameworks/base/libs/common_time/
clock_recovery.cpp 95 const float ClockRecoveryLoop::Ti = 15.0f;
260 dCO = Kc * (1.0f + dT/Ti) * delta_f - Kc * last_delta_f_;
clock_recovery.h 68 static const float Ti;
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 301 milliseconds