Searched
full:requested (Results
401 -
425 of
12437) sorted by null
<<11121314151617181920>>
/external/javassist/sample/evolve/ |
DemoServer.java | 10 * If a html file /java.html is requested, this web server calls
18 * Furthermore, if a html file /update.html is requested, this web
|
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
not_copy_constructible.fail.cpp | 47 any_cast<no_copy>(static_cast<any&>(a)); // expected-note {{requested here}} 51 any_cast<no_copy>(static_cast<any const&>(a)); // expected-note {{requested here}}
|
/external/llvm/lib/DebugInfo/CodeView/ |
CodeViewError.cpp | 30 return "The buffer is not large enough to read the requested number of " 35 return "The requested operation is not supported.";
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
epoll_wait.2 | 87 returns the number of file descriptors ready for the requested I/O, or zero 88 if no file descriptor became ready during the requested
|
/external/pcre/dist2/doc/ |
pcre2_config.3 | 23 the requested information. When the information is a string, the value is in 58 requested, the function returns the number of code units used, including the
|
pcre2_pattern_info.3 | 68 the requested information, in bytes. Otherwise, the \fIwhere\fP argument must 84 PCRE2_ERROR_UNSET the requested information is not set
|
/external/skia/include/c/ |
sk_surface.h | 20 allocated. If the requested surface cannot be created, or the 33 with the specified rowbytes. If the requested surface cannot be
|
/external/skia/include/core/ |
SkTraceMemoryDump.h | 23 * Enum to specify the level of the requested details for the dump from the Skia objects. 74 * Returns the type of details requested in the dump. The granularity of the dump is supposed to
|
/external/skia/src/core/ |
SkSpecialSurface.h | 59 * Allocate a new GPU-backed SkSpecialSurface. If the requested surface cannot 78 * If the requested surface cannot be created, or the request is not a
|
/external/skqp/include/c/ |
sk_surface.h | 20 allocated. If the requested surface cannot be created, or the 33 with the specified rowbytes. If the requested surface cannot be
|
/external/skqp/include/core/ |
SkTraceMemoryDump.h | 23 * Enum to specify the level of the requested details for the dump from the Skia objects. 70 * Returns the type of details requested in the dump. The granularity of the dump is supposed to
|
/external/skqp/src/core/ |
SkSpecialSurface.h | 59 * Allocate a new GPU-backed SkSpecialSurface. If the requested surface cannot 78 * If the requested surface cannot be created, or the request is not a
|
/external/tensorflow/tensorflow/contrib/nearest_neighbor/ops/ |
nearest_neighbor_ops.cc | 31 The op supports multiprobing, i.e., the number of requested probes can be 44 num_probes: the requested number of probes per table.
|
/external/tensorflow/tensorflow/contrib/nearest_neighbor/python/ops/ |
nearest_neighbor_ops.py | 36 The op supports multiprobing, i.e., the number of requested probes can be 50 num_probes: the requested number of probes per table.
|
/frameworks/av/media/libmedia/ |
MediaUtils.cpp | 51 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem); 58 ALOGV("requested limit: %zu", maxMem);
|
/frameworks/base/core/java/android/app/usage/ |
StorageStatsManager.java | 125 * Return the free space on the requested storage volume. 175 * Return storage statistics for a specific package on the requested storage 187 * Note: if the requested package uses the {@code android:sharedUserId} 197 * @throws PackageManager.NameNotFoundException when the requested package 198 * name isn't installed for the requested user. 227 * Return storage statistics for a specific UID on the requested storage 268 * requested storage volume. 306 * {@link UserHandle} on the requested storage volume.
|
/frameworks/base/core/java/android/util/apk/ |
ByteBufferDataSource.java | 49 // position to match the requested offset. 54 // creating a new ByteBuffer corresponding to the requested data range and then,
|
/frameworks/base/location/java/com/android/internal/location/ |
ProviderRequest.java | 29 /** Location reporting is requested (true) */ 32 /** The smallest requested interval */
|
/frameworks/base/wifi/java/android/net/wifi/rtt/ |
RangingResultCallback.java | 31 * requested peers then the {@link #onRangingResults(List)} will be called with the set of 67 * @param results List of range measurements, one per requested device.
|
/hardware/interfaces/automotive/evs/1.0/ |
IEvsDisplay.hal | 44 * Returns INVALID_ARG if the requested state is not a recognized value. 53 * transiently differ from the most recently requested state. Note, however, that
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
msm_fd.h | 58 * @frame_id: Frame id of requested result. 72 * @frame_id: Frame id of requested result.
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msm_fd.h | 58 * @frame_id: Frame id of requested result. 72 * @frame_id: Frame id of requested result.
|
/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
Callback.java | 37 * display the information requested by underlying security services. 40 * if appropriate, to return requested information back to the
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
UnixMountEntry.java | 66 boolean hasOption(String requested) { 70 if (opt.equals(requested))
|
/packages/apps/Dialer/java/com/android/dialer/precall/impl/ |
PreCallImpl.java | 50 LogUtil.i("PreCallImpl.buildIntent", "No UI requested, running pre-call directly"); 65 LogUtil.i("PreCallImpl.requiresUi", action + " requested UI");
|
Completed in 3245 milliseconds
<<11121314151617181920>>