HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1476 - 1500 of 4117) sorted by null

<<51525354555657585960>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 2 * Copyright (C) 2011 The Android Open Source Project
173 readerRunnable = new Reader(variant.newReader(builder.source, client));
538 private BufferedSource source; field in class:FramedConnection.Builder
555 Okio.buffer(Okio.source(socket)), Okio.buffer(Okio.sink(socket)));
559 Socket socket, String hostName, BufferedSource source, BufferedSink sink) {
562 this.source = source;
622 @Override public void data(boolean inFinished, int streamId, BufferedSource source, int length)
625 pushDataLater(streamId, source, length, inFinished);
631 source.skip(length)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 2 * Copyright (C) 2011 The Android Open Source Project
32 import okio.Source;
1267 BufferedSource source = Okio.buffer(fileSystem.source(journalFile)); local
1284 BufferedSource source = Okio.buffer(fileSystem.source(file)); local
1390 Source source = fileSystem.source(from); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 2 * Copyright (C) 2006 The Android Open Source Project
441 * on the configuration of the source. For instance, without
565 * to whatever the bitmap's native format is. The pixels in the source
688 * the source bitmap, the source bitmap is returned and no new bitmap is
691 * @param src The source bitmap.
694 * @param filter true if the source should be filtered.
695 * @return The new scaled bitmap or the source bitmap if no scaling is required.
713 * Returns an immutable bitmap from the source bitmap. The new bitmap may
714 * be the same object as source, or a copy may have been made. It i
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 2 * Copyright (C) 2013 The Android Open Source Project
131 * If the source does not care about the tile size, it should use
598 RectF source = mSourceRect; local
601 source.set(0, 0, mTileSize, mTileSize);
618 if (drawTile(tile, canvas, source, target)) {
626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
628 canvas.drawTexture(mPreview, source, target);
633 Tile tile, GLCanvas canvas, RectF source, RectF target) {
636 canvas.drawTexture(tile, source, target);
646 source.left /= 2f
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 2 * Copyright (C) 2010 The Android Open Source Project
591 RectF source = mSourceRect; local
594 source.set(0, 0, sTileSize, sTileSize);
611 if (drawTile(tile, canvas, source, target)) return;
617 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
619 mScreenNail.draw(canvas, source, target);
624 Tile tile, GLCanvas canvas, RectF source, RectF target) {
627 canvas.drawTexture(tile, source, target);
635 source.left /= 2f;
636 source.right /= 2f
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 2 * Copyright (C) 2013 The Android Open Source Project
131 * If the source does not care about the tile size, it should use
598 RectF source = mSourceRect; local
601 source.set(0, 0, mTileSize, mTileSize);
618 if (drawTile(tile, canvas, source, target)) {
626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
628 canvas.drawTexture(mPreview, source, target);
633 Tile tile, GLCanvas canvas, RectF source, RectF target) {
636 canvas.drawTexture(tile, source, target);
646 source.left /= 2f
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 2 * Copyright (C) 2013 The Android Open Source Project
131 * If the source does not care about the tile size, it should use
598 RectF source = mSourceRect; local
601 source.set(0, 0, mTileSize, mTileSize);
618 if (drawTile(tile, canvas, source, target)) {
626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
628 canvas.drawTexture(mPreview, source, target);
633 Tile tile, GLCanvas canvas, RectF source, RectF target) {
636 canvas.drawTexture(tile, source, target);
646 source.left /= 2f
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-testing-support/2.7.4/
okhttp-testing-support-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /tools/apksig/src/main/java/com/android/apksig/
ApkVerifier.java 2 * Copyright (C) 2016 The Android Open Source Project
55 * @see <a href="https://source.android.com/security/apksigning/index.html">Application Signing</a>
467 private void mergeFrom(V1SchemeVerifier.Result source) {
468 mVerifiedUsingV1Scheme = source.verified;
469 mErrors.addAll(source.getErrors());
470 mWarnings.addAll(source.getWarnings());
471 for (V1SchemeVerifier.Result.SignerInfo signer : source.signers) {
474 for (V1SchemeVerifier.Result.SignerInfo signer : source.ignoredSigners) {
479 private void mergeFrom(V2SchemeVerifier.Result source) {
480 mVerifiedUsingV2Scheme = source.verified
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 2 * Copyright (C) 2013 The Android Open Source Project
1609 ByteBuffer source = ByteBuffer.allocate(inputBuffers[0].capacity()); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 444 CharBuffer source = CharBuffer.wrap(input[index]); local
445 cr = encoder.encode(source, bs, true);
459 source = CharBuffer.wrap(input[index].toCharArray());
460 cr = encoder.encode(source, bs, true);
737 ByteBuffer source = ByteBuffer.wrap(in[i]); local
739 smBufDecode(decoder, converter, source, expected, true, false,
741 smBufDecode(decoder, converter, source, expected, true, false,
749 ByteBuffer source = ByteBuffer.wrap(in2[i]); local
752 smBufDecode(decoder, converter, source, expected, true, false,
754 smBufDecode(decoder, converter, source, expected, true, false
819 CharBuffer source = CharBuffer.wrap(input); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 1002 milliseconds

<<51525354555657585960>>