/frameworks/base/core/java/android/bluetooth/le/ |
AdvertiseCallback.java | 25 * The requested operation was successful. 61 * what has been requested.
|
/frameworks/support/lifecycle/extensions/src/main/java/androidx/lifecycle/ |
ViewModelStores.java | 41 * @param activity an activity whose {@code ViewModelStore} is requested 55 * @param fragment a fragment whose {@code ViewModelStore} is requested
|
/hardware/interfaces/broadcastradio/1.0/ |
IBroadcastRadio.hal | 34 * Open a tuner interface for the requested configuration. 42 * INVALID_ARGUMENTS if configuration requested is invalid,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 31 unsigned char value; /* Requested mode */ 32 size_t range; /* Optional range of packet requested */
|
/external/piex/src/image_type_recognition/ |
image_type_recognition_lite.cc | 58 // Returns the requested data size (in bytes) for current checker. The checker 157 // 3. signature "SONY" in first requested bytes; 158 // 4. correct signature for (section + version) in first requested bytes. 176 // Search for kSignatureSony in first requested bytes 184 // requested bytes 270 // first requested bytes of the file. 286 // Case 2: search for tags in first requested bytes 311 // 2. at least two dng specific tags in the first requested bytes of the 321 // Search tags in first requested bytes and verify the order of them. 363 // 2. two tags (WhiteBalance and SerialNumber) in the first requested bytes [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
IntentBindRecord.java | 42 boolean requested; field in class:IntentBindRecord 43 /** Set when we have received the requested binder. */ 62 pw.print(prefix); pw.print("requested="); pw.print(requested); 122 proto.write(IntentBindRecordProto.REQUESTED, requested);
|
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/ |
UpstreamNetworkMonitorTest.java | 162 assertEquals(0, mCM.requested.size()); 166 assertEquals(0, mCM.requested.size()); 170 assertEquals(0, mCM.requested.size()); 185 assertEquals(0, mCM.requested.size()); 193 assertEquals(0, mCM.requested.size()); 223 assertEquals(0, mCM.requested.size()); 227 assertEquals(0, mCM.requested.size()); 231 assertEquals(0, mCM.requested.size()); 302 assertEquals(1, mCM.requested.size()); 303 NetworkRequest netReq = (NetworkRequest) mCM.requested.values().toArray()[0] 446 public Map<NetworkCallback, NetworkRequest> requested = new HashMap<>(); field in class:UpstreamNetworkMonitorTest.TestConnectivityManager [all...] |
/libcore/ojluni/src/main/java/sun/nio/fs/ |
AbstractBasicFileAttributeView.java | 96 private AttributesBuilder(Set<String> allowed, String[] requested) { 97 for (String name: requested) { 111 static AttributesBuilder create(Set<String> allowed, String[] requested) { 112 return new AttributesBuilder(allowed, requested); 163 public Map<String,Object> readAttributes(String[] requested) 167 AttributesBuilder.create(basicAttributeNames, requested);
|
/frameworks/av/media/libaudioclient/ |
AudioTrackShared.cpp | 81 #define MEASURE_NS 10000000 // attempt to provide accurate timeouts if requested >= MEASURE_NS 111 status_t ClientProxy::obtainBuffer(Buffer* buffer, const struct timespec *requested, 123 TIMEOUT_ZERO, // requested == NULL || *requested == 0 124 TIMEOUT_INFINITE, // *requested == infinity 125 TIMEOUT_FINITE, // 0 < *requested < infinity 128 if (requested == NULL) { 130 } else if (requested->tv_sec == 0 && requested->tv_nsec == 0) { 132 } else if (requested->tv_sec == INT_MAX) [all...] |
/external/selinux/libselinux/src/ |
avc.c | 413 * @requested: requested permissions, interpreted based on @tclass 417 * @requested permissions between the SID pair 425 access_vector_t requested, struct avc_entry_ref *aeref) 433 if (node && ((node->ae.avd.decided & requested) == requested)) { 695 security_class_t tclass, access_vector_t requested, 700 denied = requested & ~avd->allowed; 703 else if (!requested || result) 704 audited = denied = requested; [all...] |
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/ |
psci_common.c | 26 * PSCI requested local power state map. This array is used to store the local 27 * power states requested by a CPU for power levels from level 1 to 28 * PLAT_MAX_PWR_LVL. It does not store the requested local power state for power 29 * level 0 (PSCI_CPU_PWR_LVL) as the requested and the target power state for a 33 * local states requested for a particular non cpu power domain by each cpu 36 * TODO: Dense packing of the requested states will cause cache thrashing 37 * when multiple power domains write to it. If we allocate the requested 111 * is valid. If so, it returns the requested states for each power level. 189 * Helper function to update the requested local power state array. This array 190 * does not store the requested state for the CPU power level. Hence a [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/ |
Fv2OnFvThunk.c | 98 @retval EFI_SUCCESS The requested firmware volume attributes
188 large enough to contain the entire requested output, it is
234 contain the requested
277 requested output, it is filled up to the point that the output
298 file name from which the requested section
330 contain the requested
337 @retval EFI_NOT_FOUND The requested file was not found in
339 requested section was not found in the
348 The requested section was not found,
353 requested section exists within the [all...] |
/external/okhttp/okio/okio/src/main/java/okio/ |
BufferedSource.java | 47 * the requested bytes can be read. 93 * requested bytes can be skipped. 117 * Throws an {@link java.io.EOFException} if the requested number of bytes cannot be read. 129 * {@code sink}. Throws an {@link java.io.EOFException} if the requested 205 * before the requested byte is found. 213 * stream is exhausted before the requested byte is found. 220 * buffer. Returns -1 if the stream is exhausted before the requested bytes are found. 228 * requested bytes are found. 236 * stream is exhausted before the requested byte is found. 244 * buffer. Returns -1 if the stream is exhausted before the requested byte i [all...] |
/frameworks/support/legacy/v13/src/main/java/androidx/legacy/app/ |
FragmentCompat.java | 78 * @param permissions The requested permissions. 217 * @param permissions The requested permissions. Never null. 258 * must be requested in your manifest, they should not be granted to your app, 264 * are granted at install time if requested in the manifest. Signature permissions 266 * install time if requested in the manifest and the signature of your app matches 270 * If your app does not have the requested permissions the user will be presented 272 * requested permissions you will receive a callback reporting whether the 298 * @param permissions The requested permissions. 324 * which the permission is requested does not clearly communicate to the user 328 * would be expected by the user and no rationale for why it is requested i [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
FirmwareVolume2.h | 149 @retval EFI_SUCCESS The requested firmware volume attributes
241 large enough to contain the entire requested output, it is
285 contain the requested
316 Locates the requested section within a file and returns it in a buffer.
329 requested output, it is filled up to the point that the output
347 file name from which the requested section
379 contain the requested
386 @retval EFI_NOT_FOUND The requested file was not found in
388 requested section was not found in the
397 The requested section was not found, [all...] |
DeviceIo.h | 147 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
168 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
188 @retval EFI_SUCCESS The requested memory pages were allocated.
190 @retval EFI_INVALID_PARAMETER The requested memory type is invalid.
191 @retval EFI_UNSUPPORTED The requested HostAddress is not supported on
227 @retval EFI_SUCCESS The requested memory pages were allocated.
228 @retval EFI_NOT_FOUND The requested memory pages were not allocated with
|
PciHotPlugRequest.h | 19 happened in the hot-plug controller, and the PCI bus driver is requested to
67 /// The PCI bus driver is requested to create handles for the specified devices.
74 /// The PCI bus driver is requested to destroy handles for the specified devices.
81 hot-plug controller, and the PCI bus driver is requested to start or stop
84 This function allows the PCI bus driver to be notified to act as requested when
100 @param[in] Operation The operation the PCI bus driver is requested
129 created or destroyed as requested, and for an
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
pm_api_sys.c | 54 * @latency Requested maximum wakeup latency (not supported) 55 * @state Requested state 87 * @ack Flag to specify whether acknowledge is requested 88 * @latency Requested wakeup latency (not supported) 89 * @state Requested state (not supported) 111 * @ack Flag to specify whether acknowledge requested 153 * @ack Flag to specify whether acknowledge is requested 235 * @capabilities Requested capabilities of the slave 237 * @ack Flag to specify whether acknowledge is requested 259 * @capabilities Requested capabilities of the slav [all...] |
/build/make/tools/droiddoc/templates-ndk/components/ |
masthead.cs | 11 <p>You requested a page in English, would you like to proceed with this language setting?</p> 14 <p>You requested a page in Spanish (Espaņol), would you like to proceed with this language setting?</p> 17 <p>You requested a page in Japanese (???), would you like to proceed with this language setting?</p> 20 <p>You requested a page in Korean (???), would you like to proceed with this language setting?</p> 23 <p>You requested a page in Russian (???????), would you like to proceed with this language setting?</p> 26 <p>You requested a page in Simplified Chinese (????), would you like to proceed with this language setting?</p> 29 <p>You requested a page in Traditional Chinese (????), would you like to proceed with this language setting?</p>
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
CountModifierTest.java | 64 * <BR>Then calls this method multiple times and verifies that requested 90 * method multiple times and verifies that requested METHOD_ENTRY event 110 * method multiple times and verifies that requested METHOD_EXIT event 132 * method multiple times and verifies that requested 153 * method multiple times and verifies that requested EXCEPTION event 175 * method multiple times and verifies that requested FIELD_ACCESS event 200 * method multiple times and verifies that requested FIELD_MODIFICATION
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 95 * alpha_flag - alpha buffer requested? 101 * depth_size - requested bits/depth values, or zero 102 * stencil_size - requested bits/stencil values, or zero 103 * accum_red_size - requested bits/red accum values, or zero 104 * accum_green_size - requested bits/green accum values, or zero 105 * accum_blue_size - requested bits/blue accum values, or zero 106 * accum_alpha_size - requested bits/alpha accum values, or zero
|
/frameworks/base/core/java/android/text/ |
AutoGrowArray.java | 40 * The returned capacity is larger than requested capacity. 42 private static int computeNewCapacity(int currentSize, int requested) { 45 return targetCapacity > requested ? targetCapacity : requested; 149 * Note that this array may have larger size than you requested. 258 * Note that this array may have larger size than you requested. 367 * Note that this array may have larger size than you requested.
|
/frameworks/base/core/jni/android/graphics/ |
ByteBufferStreamAdaptor.cpp | 69 const size_t requested = (size > kStorageSize) ? kStorageSize : size; variable 70 const jint jrequested = static_cast<jint>(requested); 80 env->GetByteArrayRegion(mStorage, 0, requested, reinterpret_cast<jbyte*>(buffer)); 89 mPosition += requested; 90 buffer = reinterpret_cast<void*>(reinterpret_cast<char*>(buffer) + requested); 91 bytesRead += requested; 92 size -= requested;
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
FusionEngine.java | 120 public boolean requested; field in class:FusionEngine.ProviderStats 125 return (requested ? " REQUESTED" : " ---"); 134 if (!stats.requested) { 136 stats.requested = true; 150 if (stats.requested) { 151 stats.requested = false;
|
/prebuilts/misc/windows/sdl2/test/ |
testgles.c | 208 SDL_Log("SDL_GL_RED_SIZE: requested %d, got %d\n", 5, value); 215 SDL_Log("SDL_GL_GREEN_SIZE: requested %d, got %d\n", 5, value); 222 SDL_Log("SDL_GL_BLUE_SIZE: requested %d, got %d\n", 5, value); 229 SDL_Log("SDL_GL_DEPTH_SIZE: requested %d, got %d\n", depth, value); 237 SDL_Log("SDL_GL_MULTISAMPLEBUFFERS: requested 1, got %d\n", value); 244 SDL_Log("SDL_GL_MULTISAMPLESAMPLES: requested %d, got %d\n", fsaa, 254 SDL_Log("SDL_GL_ACCELERATED_VISUAL: requested 1, got %d\n", value);
|