/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
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
|
I2cEnumerate.h | 60 Get the requested I2C bus frequency for a specified bus configuration.
62 This function returns the requested I2C bus clock frequency for the
99 /// Get the requested I2C bus frequency for a specified bus
|
/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/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);
|
/external/selinux/libselinux/include/selinux/ |
avc.h | 244 * @requested: requested permissions, interpreted based on @tclass 248 * Check the AVC to determine whether the @requested permissions are granted 253 * in @avd. Return %0 if all @requested permissions are granted, -%1 with 263 access_vector_t requested, 271 * @requested: requested permissions, interpreted based on @tclass 275 * Check the AVC to determine whether the @requested permissions are granted 280 * permissions in accordance with the policy. Return %0 if all @requested 285 security_class_t tclass, access_vector_t requested, [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FirmwareVolume.h | 113 @retval EFI_SUCCESS The requested firmware volume attributes were set
127 Read the requested file (NameGuid) or file information from the firmware volume
153 @retval EFI_WARN_BUFFER_TOO_SMALL The buffer is too small to contain the requested output.
175 Read the requested section from the specified file and returns data in Buffer.
198 @retval EFI_WARN_BUFFER_TOO_SMALL The buffer is too small to contain the requested output.
251 @retval EFI_NOT_FOUND A delete was requested, but the requested file was
253 @retval EFI_INVALID_PARAMETER A delete was requested with a multiple file write.
254 An unsupported WritePolicy was requested.
|
SectionExtraction.h | 72 requested section is returned. EFI_SECTION_ALL
80 @param SectionInstance Indicates which instance of the requested section
99 correctly formatted. Or, the requested section does not exist.
104 to contain the requested section. The input
148 /// Given a section stream handle, retrieves the requested section and
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 141 # Verifies that $FRAMEWORK_LIB fat library contains requested builds. 166 local requested=$(echo ${requested_cpus} | tr " " "\n" | sort | tr "\n" " ") 168 vlog "Requested ${FRAMEWORK_LIB} CPUs: ${requested}" 171 if [ "${requested}" != "${actual}" ]; then 172 elog "Actual ${FRAMEWORK_LIB} targets do not match requested target list." 173 elog " Requested target CPUs: ${requested}" 235 # Confirm VPX.framework/VPX contains the targets requested.
|
/frameworks/base/core/java/android/net/ |
NetworkFactory.java | 158 public boolean requested; // do we have a request outstanding, limited by score field in class:NetworkFactory.NetworkRequestInfo 163 this.requested = false; 168 return "{" + request + ", score=" + score + ", requested=" + requested + "}"; 193 if (n.requested) releaseNetworkFor(n.request); 232 if (n.requested == false && n.score < mScore && 237 n.requested = true; 238 } else if (n.requested == true && 243 n.requested = false;
|
/external/autotest/server/cros/ |
vboot_constants.py | 11 # Recovery not requested 13 # Recovery requested from legacy utility 15 # User manually requested recovery via recovery button 45 # Read-only normal path requested by firmware preamble, but 70 # User manually requested recovery by pressing a key at developer
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
MetaDataTest.java | 107 assertNull("Meta data returned when not requested", ai.metaData); 120 assertNull("Meta data returned when not requested", ai.metaData); 133 assertNull("Meta data returned when not requested", si.metaData); 147 assertNull("Meta data returned when not requested", pi.metaData); 161 assertNull("Meta data returned when not requested", pi.metaData);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
ScanScheduleUtil.java | 142 * requested in the settings. Will return null if the result should not be reported. 145 * will always be included (filtered to only include requested channels). If it indicates that 149 * matches a requested channel (again the results will be filtered to only include requested 170 // one result that matched the scan request or we are sure that all the requested
|
/hardware/interfaces/gnss/1.0/ |
IGnss.hal | 33 /** Requested operational mode for GNSS operation. */ 47 /** Requested recurrence mode for GNSS operation. */ 151 * the time between fixes,requested fix accuracy and time to first fix. 158 * @param preferredAccuracyMeters Represents the requested fix accuracy in meters. 159 * @param preferredTimeMs Represents the requested time to first fix in milliseconds.
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
ExtendedSSLSession.java | 91 * of the requested Server Name Indication (SNI) extension. 94 * the server should use the requested server names to guide its 99 * the client should use the requested server names to guide its 104 * requested server name indications. The returned list may be 105 * empty if no server name indications were requested.
|
/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
CallbackHandler.java | 37 * interface (GUI) may pop up windows to prompt for requested information 39 * requested information from an alternate source without asking the end user. 71 * <p> Retrieve or display the information requested in the 76 * to retrieve or display the requested information. 140 * the information requested to be retrieved or displayed.
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
TestAuthenticator.java | 64 // [current time] + ":" + [all requested features concatenated with , ] 123 for (String requested : features) { 124 if (!hasFeatures.contains(requested)) {
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/ |
NullDmaLib.c | 40 @retval EFI_DEVICE_ERROR The system hardware could not map the requested address.
88 @retval EFI_SUCCESS The requested memory pages were allocated.
130 @retval EFI_SUCCESS The requested memory pages were freed.
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
HttpBootClient.h | 102 the caller only want to know the size of the requested file.
106 the size of Buffer required to retrieve the requested file.
108 then the size of the requested file is returned in
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
PhysicalPresenceStrings.uni | 17 #string TPM_HEAD_STR #language en-US "A configuration change was requested to %s this computer's TPM (Trusted Platform Module)\n\n"
18 #string TPM_PPI_HEAD_STR #language en-US "A configuration change was requested to allow the Operating System to %s the computer's TPM (Trusted Platform Module) without asking for user confirmation in the future.\n\n"
19 #string TPM_UPGRADE_HEAD_STR #language en-US "A configuration change was requested to %s to the TPM's (Trusted Platform Module) firmware.\n\n"
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
ECNamedCurveTable.java | 26 * @param name the name of the curve requested 99 * @param oid the object id of the curve requested 138 * @param oid the object id of the curve requested
|
/external/clang/test/SemaObjCXX/ |
objc-container-subscripting.mm | 23 template void test_dictionary_subscripts(NSMutableDictionary*, int, id); // expected-note {{in instantiation of function template specialization 'test_dictionary_subscripts<NSMutableDictionary *, int, id>' requested here}} 25 template void test_dictionary_subscripts(NSMutableDictionary*, id, int); // expected-note {{in instantiation of function template specialization 'test_dictionary_subscripts<NSMutableDictionary *, id, int>' requested here}} 45 template void test_array_subscripts(NSMutableArray *, double, id); // expected-note {{in instantiation of function template specialization 'test_array_subscripts<NSMutableArray *, double, id>' requested here}}
|
/external/clang/test/SemaTemplate/ |
instantiate-using-decl.cpp | 143 // expected-note@+2 {{requested here}} 145 template class Derived<int>; // expected-note {{requested here}} 167 UnresolvedTemplateNames::static_method<int>(); // expected-note {{requested here}}
|
/external/elfutils/tests/ |
asm-tst8.c | 154 printf ("requested value 0xfeedbeef, is %#" PRIxMAX "\n", 161 printf ("requested size 4, is %" PRIuMAX "\n", 168 printf ("requested type FILE, is %u\n",
|