/external/clang/test/SemaCXX/ |
function-redecl.cpp | 109 // Foo::IsGood even though Foo::IsGood is technically a closer match since it 111 // since it is a closer match than Bar::Foo::beEvil and neither have a body.
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
ClassPathTest.java | 25 import com.google.common.io.Closer; 437 Closer closer = Closer.create(); local 439 FileOutputStream fileOut = closer.register(new FileOutputStream(jarFile)); 440 JarOutputStream jarOut = closer.register(new JarOutputStream(fileOut)); 447 throw closer.rethrow(e); 449 closer.close();
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
RoundingUtils.java | 39 * exactly halfway between two digits, whether it is in the lower part (closer to zero), or 40 * whether it is in the upper part (closer to infinity). See {@link #SECTION_LOWER}, {@link
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
RoundingUtils.java | 37 * exactly halfway between two digits, whether it is in the lower part (closer to zero), or 38 * whether it is in the upper part (closer to infinity). See {@link #SECTION_LOWER}, {@link
|
/external/libmojo/ui/gfx/geometry/ |
point.h | 80 // A point is less than another point if its y-value is closer 82 // the x-value closer to the origin is considered less than the
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
VariationalKMeansQuantizer.java | 37 * Clusters closer than this value will me merged. 92 // instead we just merge all clusters that are closer than a threshold.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
tighten.go | 7 // tighten moves Values closer to the Blocks in which they are used. 144 // phiTighten moves constants closer to phi users.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
tighten.go | 7 // tighten moves Values closer to the Blocks in which they are used. 144 // phiTighten moves constants closer to phi users.
|
/frameworks/base/core/java/android/os/ |
SharedMemory.java | 64 new Closer(mFileDescriptor, mMemoryRegistration)); 290 private static final class Closer implements Runnable { 294 private Closer(FileDescriptor fd, MemoryRegistration memoryReference) {
|
/frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/ |
SwipeTest.java | 197 * values closer to 0.5 results in a lot of back and forth, while 198 * setting it closer to 1.0 results in going edge to edge with few 267 // keeping them for now where they work - as closer to the real environment.
|
/art/compiler/optimizing/ |
pc_relative_fixups_mips.cc | 36 // Bring the base closer to the first use (previously, it was in the
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
RenderScriptTask.java | 69 * <b> The pixels with larger depth values are closer to the camera.
|
luts_for_speedup_f32.rsh | 43 // is, a depth value x that has a larger value (closer to the camera)
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/ |
ValPixConverterTest.java | 63 // should be closer to the top:
|
/external/annotation-tools/annotation-file-utilities/tests/ |
Receivers.jaif | 135 class Closer:
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 46 * constants which are closer 199 actual value so that is closer to the end of the list */ 232 actual value so that is closer to the beginning of the list */ 254 actual value so that is closer to the end of the list */
|
/external/libchrome/base/threading/ |
thread_local_storage_unittest.cc | 70 --*ptr; // Move closer to our target.
|
/external/libmojo/third_party/jinja2/ |
_compat.py | 97 # for one level to something closer to type (that's why __call__ and
|
/external/llvm/include/llvm/CodeGen/ |
CalcSpillWeights.h | 41 // of uses, while large intervals get a spill weight that is closer to a use
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
TouchCatcherView.java | 77 // Higher value gives less smoothing = closer to original triangular wave.
|
/frameworks/base/core/java/android/transition/ |
TransitionPropagation.java | 24 * defaults to using {@link android.transition.CircularPropagation} and Views closer to the
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
RenderScriptTask.java | 57 * <b> The pixels with larger depth values are closer to the camera.
|
luts_for_speedup_f32.rsh | 43 // is, a depth value x that has a larger value (closer to the camera)
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
TransitionPropagation.java | 25 * closer to the epicenter will move out of the scene later and into the scene sooner than Views
|
/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
CarCabinManager.java | 151 * Sets the seat position forward (closer to steering wheel) and backwards. 157 * Positive value moves seat forward (closer to steering wheel). 286 * Positive value moves the headrest closer to front of car. 287 * Negative value moves the headrest closer to rear of car.
|