HomeSort by relevance Sort by last modified time
    Searched full:closer (Results 76 - 100 of 1276) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/com/google/auto/service/auto-service/1.0-rc2/
auto-service-1.0-rc2.jar 
  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 28 import com.google.common.io.Closer;
300 try (Closer closer = Closer.create()) {
302 new IndexedInputs(toRegisteredInputFileProvider(closer, options.bootclasspath));
310 new IndexedInputs(toRegisteredInputFileProvider(closer, options.classpath));
    [all...]
  /prebuilts/go/darwin-x86/src/net/
listen_test.go 543 closer := func(cs []*UDPConn) {
567 closer(cs)
571 closer(cs)
575 closer(cs)
578 closer(cs)
621 closer := func(cs []*UDPConn) {
645 closer(cs)
649 closer(cs)
653 closer(cs)
656 closer(cs
    [all...]
  /prebuilts/go/linux-x86/src/net/
listen_test.go 543 closer := func(cs []*UDPConn) {
567 closer(cs)
571 closer(cs)
575 closer(cs)
578 closer(cs)
621 closer := func(cs []*UDPConn) {
645 closer(cs)
649 closer(cs)
653 closer(cs)
656 closer(cs
    [all...]
  /external/skia/src/core/
SkPoint.cpp 201 // function. Otherwise, it returns the distance to the closer of a and
203 // 1. v' points opposite to u. c is not between a and b and is closer
209 // not between a and b and is closer to b than a.
  /external/skqp/src/core/
SkPoint.cpp 201 // function. Otherwise, it returns the distance to the closer of a and
203 // 1. v' points opposite to u. c is not between a and b and is closer
209 // not between a and b and is closer to b than a.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageCompare.java 39 * The greater the value of psnr, the closer the two images are to each
  /device/google/contexthub/firmware/os/inc/algos/
ap_hub_sync.h 38 * by system scheduling minimally (closer to the more consistent hardware related latency).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
rotatingtree.c 46 resulting node closer to the root. */
  /external/libmojo/mojo/edk/embedder/
configuration.h 43 // must fit into a |uint32_t|. WARNING: If you bump it closer to 2^32, you
  /external/libusb-compat/
README 30 codes returned by libusb-0.1. Patches accepted to bring us closer to the
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 86 CProgressCloser closer(ExtractCallbackSpec->ProgressDialog);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
TrackMetaData.java 38 * numbers are closer to the viewer. 0 is the normal value, and -1 would be
  /external/protobuf/src/google/protobuf/io/
package_info.h 50 // temporary buffer -- should take a closer look.
  /external/python/cpython2/Modules/
rotatingtree.c 46 resulting node closer to the root. */
  /external/python/cpython3/Modules/
rotatingtree.c 46 resulting node closer to the root. */
  /external/python/cpython3/Tools/scripts/
highlight.py 93 opener, closer = colors.get(kind, ('', ''))
94 result += [opener, text, closer]
99 def html_highlight(classified_text,opener='<pre class="python">\n', closer='</pre>\n'):
108 result.append(closer)
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CalcSpillWeights.h 35 // of uses, while large intervals get a spill weight that is closer to a use
  /frameworks/base/core/java/android/hardware/camera2/utils/
ListUtils.java 79 * <p>Choices with an index closer to 0 get higher priority. If none of the {@code choices}
  /frameworks/base/core/java/android/transition/
ArcMotion.java 82 * By setting a minimum angle, this forces the center point to be closer and give an
99 * By setting a minimum angle, this forces the center point to be closer and give an
114 * By setting a minimum angle, this forces the center point to be closer and give an
131 * By setting a minimum angle, this forces the center point to be closer and give an
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
ImageCompare.java 39 * The greater the value of psnr, the closer the two images are to each
  /frameworks/support/transition/src/main/java/androidx/transition/
ArcMotion.java 89 * By setting a minimum angle, this forces the center point to be closer and give an
105 * By setting a minimum angle, this forces the center point to be closer and give an
119 * By setting a minimum angle, this forces the center point to be closer and give an
135 * By setting a minimum angle, this forces the center point to be closer and give an
  /hardware/interfaces/broadcastradio/1.1/default/
VirtualRadio.cpp 45 {make_selector(Band::FM, 99700), "99.7 Now!", "The Chainsmokers", "Closer"},
  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 568 // A closer parent is better.
589 // A closer locale is better.
629 // Spanish locales, es-419 is a closer parent.
637 // Spanish locales, es-419 is a closer parent.
645 // Spanish locales, es-419 is a closer parent.
690 // A closer parent is better.
704 // A closer parent is better.
711 // A closer locale is better.
718 // A closer locale is better.
739 // A closer parent is better
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/
Receivers.goal 116 class Closer<T> implements Closeable {
120 public void close(@checkers.inference.quals.VarAnnot(5) Closer<@checkers.inference.quals.VarAnnot(6) T> this) throws IOException {

Completed in 340 milliseconds

1 2 34 5 6 7 8 91011>>