Searched
full:available (Results
901 -
925 of
48531) sorted by null
<<31323334353637383940>>
| /external/clang/test/Driver/ |
| cl.c | 8 // Check that clang-cl options are not available by default. 17 // Check that /? and /help are available as clang-cl options. 26 // are not available in clang-cl.
|
| /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/ |
| EllipticCurvesHelloExtension.java | 38 wellFormed = (ellipticCurvesListIn.available() % 2) == 0; 39 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2); 40 while (ellipticCurvesListIn.available() >= 2) {
|
| /external/guice/core/src/com/google/inject/ |
| PrivateBinder.java | 30 /** Makes the binding for {@code key} available to the enclosing environment */ 34 * Makes a binding for {@code type} available to the enclosing environment. Use {@link 41 * Makes a binding for {@code type} available to the enclosing environment. Use {@link
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| DebugUtilities.java | 20 * @return the number of enum types available, starting at 0 36 * Count the number of available enum values for an item, from 0 38 * @return the number of available enum values
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
| IClassCoverage.java | 4 * are made available under the terms of the Eclipse Public License v1.0 5 * which accompanies this distribution, and is available at 34 * More precisely if execution data is available for a class with the same
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
| SystemPropertiesRuntime.java | 4 * are made available under the terms of the Eclipse Public License v1.0 5 * which accompanies this distribution, and is available at 18 * This {@link IRuntime} implementation makes the execution data available
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/ |
| CharCache.java | 33 int available = cache.length - pos; local 34 int toWrite = chars.length < available ? chars.length : available;
|
| /external/python/cpython2/Lib/ctypes/test/ |
| test_find.py | 54 @unittest.skipUnless(lib_gl, 'lib_gl not available') 59 @unittest.skipUnless(lib_glu, 'lib_glu not available') 64 @unittest.skipUnless(lib_gle, 'lib_gle not available')
|
| /external/python/cpython3/Lib/ |
| crypt.py | 25 If not specified, the strongest available method will be used. 40 available method will be selected and a salt generated. Otherwise, 50 # available salting/crypto methods
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowSQLiteStatement.java | 76 if (e.getMessage().contains("No data is available")) { 78 throw new SQLiteDoneException("No data is available"); 81 throw new SQLiteDoneException("ResultSet closed,(probably, no data available)");
|
| /external/skia/dm/ |
| DMGpuSupport.h | 12 // or if it's not available, fakes it enough so most code doesn't have to know that. 22 // Ganesh is available. Yippee! 48 // Ganesh is not available. Fake it.
|
| /external/skqp/dm/ |
| DMGpuSupport.h | 12 // or if it's not available, fakes it enough so most code doesn't have to know that. 22 // Ganesh is available. Yippee! 48 // Ganesh is not available. Fake it.
|
| /external/tensorflow/tensorflow/core/grappler/ |
| devices.h | 28 // Get the number of available GPUs whose number of multiprocessors is no less 32 // Maximum amount of gpu memory available per gpu. gpu_id must be in the range 36 // Get the number of logical CPU cores (aka hyperthreads) available.
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| IsimRecords.java | 27 * @return the IMS private user identity string, or null if not available 34 * @return the IMS home network domain name, or null if not available 41 * @return an array of IMS public user identity strings, or null if not available
|
| /hardware/interfaces/bluetooth/1.0/default/ |
| bluetooth_address.h | 38 // If there is no valid bdaddr available from PROPERTY_BT_BDADDR_PATH and there 39 // is no available persistent bdaddr available from PERSIST_BDADDR_PROPERTY,
|
| /libcore/support/src/test/java/libcore/tlswire/handshake/ |
| EllipticCurvesHelloExtension.java | 39 wellFormed = (ellipticCurvesListIn.available() % 2) == 0; 40 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2); 41 while (ellipticCurvesListIn.available() >= 2) {
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/commands/ |
| CameraCommand.java | 30 * resources are no longer available. 35 * @throws CameraAccessException If the camera is not available when 38 * closed and not available when accessed by the command.
|
| /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/ |
| ApiHelper.java | 24 * Helper to deal with methods only available at certain API levels. 26 * and then call the methods they desire. If the method is not available 51 * Applies {@link View#setSystemUiVisibility(int)}, available only starting with API 11.
|
| /bionic/libc/kernel/uapi/asm-arm/asm/ |
| auxvec.h | 6 *** call into the kernel available to libc. It contains only constants,
|
| bitsperlong.h | 6 *** call into the kernel available to libc. It contains only constants,
|
| bpf_perf_event.h | 6 *** call into the kernel available to libc. It contains only constants,
|
| byteorder.h | 6 *** call into the kernel available to libc. It contains only constants,
|
| errno.h | 6 *** call into the kernel available to libc. It contains only constants,
|
| ioctl.h | 6 *** call into the kernel available to libc. It contains only constants,
|
| ipcbuf.h | 6 *** call into the kernel available to libc. It contains only constants,
|
Completed in 1093 milliseconds
<<31323334353637383940>>