HomeSort by relevance Sort by last modified time
    Searched full:requested (Results 601 - 625 of 11551) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/android/
configuration.h 363 * environment 'requested'. Returns 0 if there are any values in 'base'
364 * that conflict with 'requested'. Returns 1 if it does not conflict.
366 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
370 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
379 AConfiguration* requested);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/android/
configuration.h 363 * environment 'requested'. Returns 0 if there are any values in 'base'
364 * that conflict with 'requested'. Returns 1 if it does not conflict.
366 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
370 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
379 AConfiguration* requested);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/android/
configuration.h 297 * environment 'requested'. Returns 0 if there are any values in 'base'
298 * that conflict with 'requested'. Returns 1 if it does not conflict.
300 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested);
304 * configuration in 'base'. If 'requested' is non-NULL, this decision is based
313 AConfiguration* requested);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 12 The database is only created far enough to return the requested data from
13 any given stream, or to determine that the requested data is not found.
138 SEP member function. Retrieves requested section from section stream.
141 @param SectionStreamHandle The section stream from which to extract the requested
147 @param SectionInstance Indicates which instance of the requested section to
170 @retval EFI_NOT_FOUND The requested section does not exist.
175 insufficient to contain the requested section. The
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 102 @retval EFI_SUCCESS The requested firmware volume attributes were set
135 Read the requested file (NameGuid) and returns data in Buffer.
156 @retval EFI_WARN_BUFFER_TOO_SMALL The buffer is too small to contain the requested output.
202 Read the requested section from the specified file and returns data in Buffer.
223 @retval EFI_WARN_BUFFER_TOO_SMALL The buffer is too small to contain the requested output.
275 @retval EFI_NOT_FOUND A delete was requested, but the requested file was not
277 @retval EFI_INVALID_PARAMETER A delete was requested with a multiple file write.
278 An unsupported WritePolicy was requested.
  /system/chre/core/include/chre/core/
wifi_request_manager.h 59 * @param nanoapp The nanoapp that has requested that the scan monitor be
77 * @param nanoapp The nanoapp that has requested an active wifi scan.
141 //! The cookie provided to the CHRE API when the nanoapp requested a change
163 //! results as requested. Note that a request for wifi scan monitoring can
203 * @param requestedState The requested state to compare against.
205 * @return true if the scan monitor is in the requested state.
211 * @param requestedState The requested state to compare against.
213 * @return true if a state transition is required to reach the requested
224 * @param enable The target requested scan monitoring state.
  /external/autotest/client/cros/faft/
rpc_functions.py 268 """Get crossystem value of the requested key.
271 @return: A string of the requested crossystem value.
395 """Corrupt the requested firmware section signature.
411 """Corrupt the requested firmware section body.
426 """Modify firmware version for the requested section, by adding delta.
442 """Decrement firmware version for the requested section."""
447 """Increase firmware version for the requested section."""
506 """Corrupt the requested EC section signature.
522 """Corrupt the requested EC section body.
555 """Corrupt the requested kernel section
    [all...]
  /frameworks/base/proto/src/
metrics_constants.proto     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.h 330 EFI_DEVICE_ERROR - The system hardware could not map the requested address.
387 EFI_SUCCESS - The requested memory pages were allocated.
389 EFI_INVALID_PARAMETER - The requested memory type is invalid.
390 EFI_UNSUPPORTED - The requested PhysicalAddress is not supported on
440 EFI_SUCCESS - The requested memory pages were freed.
441 EFI_NOT_FOUND - The requested memory pages were not allocated with
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Malloc.c 12 allocated, a null pointer is returned. If the size of the space requested
45 information is prepended to the requested space.
78 region of the requested size is returned.<BR>
80 - EINVAL: Requested Size is zero.
136 region of the requested size is returned.
230 region of the requested size is returned. If NewSize is zero,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionCaughtTest.java 54 * <li>the requested EXCEPTION event occurs</li>
69 * <li>the requested EXCEPTION event occurs</li>
84 * <li>the requested EXCEPTION event occurs</li>
100 * <li>the requested EXCEPTION event occurs</li>
116 * <li>the requested EXCEPTION event occurs</li>
132 * <li>the requested EXCEPTION event occurs</li>
  /external/clang/test/SemaCXX/
destructor.cpp 91 // expected-note@+3 {{in instantiation of member function 'PR6709::X<int>::~X' requested here}}
111 // expected-note@+2 {{in instantiation of member function 'test6::A<int>::operator delete' requested here}}
117 // expected-note@+2 {{in instantiation of member function 'test6::A<int>::operator delete' requested here}}
374 simple_ptr<B> b(new B()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnvd::B>::~simple_ptr' requested here}}
378 simple_ptr2<B> b(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr2<dnvd::B>::~simple_ptr2' requested here}}
382 simple_ptr<D> d(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnvd::D>::~simple_ptr' requested here}}
  /external/syslinux/gpxe/src/core/
malloc.c 65 * without first having to check for a requested size of zero.
91 * @v size Requested size
95 * Allocates a memory block @b physically aligned as requested. No
237 * @v new_size Requested size
296 * @v size Requested size
323 * @v size Requested size
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_primary.cpp 65 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
206 DLOGW("Invalid panel mode parameters. Requested = %d", hw_display_mode);
211 DLOGW("Same display mode requested. Current = %d, Requested = %d", hw_panel_info_.mode,
218 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
337 DLOGI("Same state transition is requested.");
  /hardware/qcom/display/sdm845/sdm/libs/core/
display_primary.cpp 66 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
209 DLOGW("Invalid panel mode parameters. Requested = %d", hw_display_mode);
214 DLOGW("Same display mode requested. Current = %d, Requested = %d", hw_panel_info_.mode,
221 DLOGW("Retaining current display mode. Current = %d, Requested = %d", hw_panel_info_.mode,
342 DLOGI("Same state transition is requested.");
  /build/soong/cmd/microfactory/
microfactory.bash 52 # requested binary.
55 # $1: name of the requested binary
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java 133 for (String requested : features) {
134 if (!hasFeatures.contains(requested)) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockVideoCallCallback.java 46 * @param videoProfile The requested video profile.
198 * Returns the last requested video profile.
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderHoneycomb.java 69 // If the client requested fullscreen, add flags relevant to hiding
79 // If the client requested hiding navigation, add relevant flags.
  /developers/build/prebuilts/gradle/RuntimePermissions/
README.md 19 Permission are requested through ActivityCompat#requestPermissions(Activity, String[], int), and the response
23 application should provide the user with more context on why the requested permissions is needed,
  /developers/samples/android/system/RuntimePermissions/
template-params.xml 75 Permission are requested through ActivityCompat#requestPermissions(Activity, String[], int), and the response
79 application should provide the user with more context on why the requested permissions is needed,
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64ArchTimer.c 86 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
158 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
ArmV7ArchTimer.c 84 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));
158 DEBUG ((EFI_D_ERROR, "The register is related to Hypervisor Mode. Can't perform requested operation\n "));

Completed in 688 milliseconds

<<21222324252627282930>>