Searched refs:is (Results 1 - 25 of 336) sorted by last modified time

1234567891011>>

/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java11 * distributed under the License is distributed on an "AS IS" BASIS,
73 * this is a black and white image
77 * this is a color image (default)
124 * @param colorMode The color mode which is one of
134 * @param orientation The page orientation which is one of
144 * @return The preferred orientation which is one of
154 * @return The color mode which is one of {@link #COLOR_MODE_COLOR}
166 * @param callback Optional callback to observe when printing is finished.
296 * @param callback Optional callback to observe when printing is finished.
297 * @throws FileNotFoundException if <code>Uri</code> is no
[all...]
/frameworks/support/v7/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/appcompat/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Here is the final static library that apps can link against.
18 # The R class is automatically excluded from the generated library.
/frameworks/support/v7/cardview/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
65 # Here is the final static library that apps can link against.
66 # The R class is automatically excluded from the generated library.
/frameworks/support/v7/gridlayout/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Here is the final static library that apps can link against.
18 # The R class is automatically excluded from the generated library.
/frameworks/support/v7/mediarouter/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
56 # Here is the final static library that apps can link against.
57 # The R class is automatically excluded from the generated library.
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java11 * distributed under the License is distributed on an "AS IS" BASIS,
103 * Gets the route that this dialog is controlling.
416 IntentSender is = mRoute.getSettingsIntent();
417 if (is != null) {
419 is.sendIntent(null, 0, null, null, null);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDescriptor.java11 * distributed under the License is distributed on an "AS IS" BASIS,
32 * Each route is uniquely identified by an opaque id string. This token
33 * may take any form as long as it is unique within the media route provider.
35 * This object is immutable once created using a {@link Builder} instance.
98 * Gets whether the route is enabled.
105 * Gets whether the route is connecting.
329 * Sets whether the route is enabled.
341 * Sets whether the route is in the process of connecting and is not yet
361 public Builder setSettingsActivity(IntentSender is) { argument
[all...]
/frameworks/support/v7/palette/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Here is the final static library that apps can link against.
/frameworks/support/v7/recyclerview/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
31 # Here is the final static library that apps can link against.
32 # The R class is automatically excluded from the generated library.
/frameworks/support/v8/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java11 * distributed under the License is distributed on an "AS IS" BASIS,
33 * The superclass for all user-defined scripts. This is only
78 InputStream is = resources.openRawResource(resourceID);
91 int bytesRead = is.read(pgm, pgmLength, bytesLeft);
98 is.close();
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java11 * distributed under the License is distributed on an "AS IS" BASIS,
40 * directory. The default disk usage size is 5MB, but is configurable.
338 /** The size of the data identified by this CacheHeader. (This is not
379 * @param is The InputStream to read from.
382 public static CacheHeader readHeader(InputStream is) throws IOException { argument
384 int magic = readInt(is);
389 entry.key = readString(is);
390 entry.etag = readString(is);
394 entry.serverDate = readLong(is);
475 read(InputStream is) argument
490 readInt(InputStream is) argument
510 readLong(InputStream is) argument
529 readString(InputStream is) argument
547 readStringStringMap(InputStream is) argument
[all...]
/frameworks/volley/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/webview/chromium/tests/UbWebViewJankTests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/webview/chromium/tests/java/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/rs/api/
H A Drs_core_math.spec11 # distributed under the License is distributed on an "AS IS" BASIS,
371 # TODO What is the difference between this and max? Same for min.
1445 It is not accurate for values very close to zero.
1458 It is not accurate for values very close to zero.
1471 It is not accurate for values very close to zero.
1487 It is not accurate for values of v very close to zero.
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
16 # This is the shared library included by the JNI test app.
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dshadows.rs11 * distributed under the License is distributed on an "AS IS" BASIS,
103 int H,X,ih,is,iv;
124 is=(int)cs;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dshadows.rs11 * distributed under the License is distributed on an "AS IS" BASIS,
103 int H,X,ih,is,iv;
124 is=(int)cs;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dshadows.rs11 * distributed under the License is distributed on an "AS IS" BASIS,
103 int H,X,ih,is,iv;
124 is=(int)cs;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
/frameworks/support/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/annotations/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.io.File) java.io.BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb ...
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
138 // Empty directory is empty
309 // all children documents when directory is renamed.
342 final DataInputStream is = new DataInputStream(
345 return is.readInt();
347 is.close();
352 final DataInputStream is = new DataInputStream(new FileInputStream(file));
354 return is.readInt();
356 is.close();

Completed in 1319 milliseconds

1234567891011>>