HomeSort by relevance Sort by last modified time
    Searched refs:Procedure (Results 1 - 25 of 66) sorted by null

1 2 3

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Procedure.java 20 * indicating if the Procedure succeeded.
23 public interface Procedure {
  /frameworks/base/core/java/com/google/android/util/
Procedure.java 20 * A procedure.
22 public interface Procedure<T> {
25 * Applies this procedure to the given parameter.
  /packages/apps/DocumentsUI/src/com/android/documentsui/
SharedInputHandler.java 25 import com.android.documentsui.base.Procedure;
34 private final Procedure mSearchCanceler;
35 private final Procedure mDirPopper;
42 Procedure searchCanceler,
43 Procedure dirPopper,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.h 101 volatile EFI_AP_PROCEDURE Procedure;
120 EFI_AP_PROCEDURE Procedure;
234 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
235 immediately and Procedure is not started on any AP.
238 Procedure one by one, in ascending order of processor handle number. Otherwise,
239 all the enabled APs execute the function specified by Procedure simultaneously.
248 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
251 content points to the list of processor handle numbers in which Procedure was
257 that the Procedure function is MP-safe. Hence, the tasks that can be run in
    [all...]
CpuMp.c 142 @param Procedure A pointer to the function to be run on enabled APs of the system
149 IN EFI_AP_PROCEDURE Procedure,
155 CpuData->Procedure = Procedure;
299 mMpSystemData.Procedure,
357 If the timeout expires before all APs returns from Procedure,
522 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
523 immediately and Procedure is not started on any AP.
526 Procedure one by one, in ascending order of processor handle number. Otherwise,
527 all the enabled APs execute the function specified by Procedure simultaneously.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 89 @param[in] Procedure A pointer to the function to be run on enabled APs of
92 specified by Procedure one by one, in ascending order
94 enabled APs execute the function specified by Procedure
98 return from Procedure, for blocking mode only. Zero
100 return from Procedure, then Procedure on the failed APs
106 @param[in] ProcedureArgument The parameter passed into Procedure for all APs.
115 @retval EFI_INVALID_PARAMETER Procedure is NULL.
122 IN EFI_AP_PROCEDURE Procedure,
134 @param[in] Procedure A pointer to the function to be run on enabled APs of
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.h 129 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
130 immediately and Procedure is not started on any AP.
133 Procedure one by one, in ascending order of processor handle number. Otherwise,
134 all the enabled APs execute the function specified by Procedure simultaneously.
137 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
140 content points to the list of processor handle numbers in which Procedure was
146 that the Procedure function is MP-safe. Hence, the tasks that can be run in
157 @param[in] Procedure A pointer to the function to be run on enabled APs of
160 specified by Procedure one by one, in ascending order
    [all...]
PeiMpServices.c 361 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
362 immediately and Procedure is not started on any AP.
365 Procedure one by one, in ascending order of processor handle number. Otherwise,
366 all the enabled APs execute the function specified by Procedure simultaneously.
369 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
372 content points to the list of processor handle numbers in which Procedure was
378 that the Procedure function is MP-safe. Hence, the tasks that can be run in
389 @param[in] Procedure A pointer to the function to be run on enabled APs of
392 specified by Procedure one by one, in ascending order
    [all...]
CpuMpPei.c 274 EFI_AP_PROCEDURE Procedure;
322 Procedure = (EFI_AP_PROCEDURE)(UINTN)PeiCpuMpData->ApFunction;
326 Procedure ((VOID *)(UINTN)PeiCpuMpData->ApFunctionArgument);
403 @param Procedure The function to be invoked by AP
411 IN EFI_AP_PROCEDURE Procedure, OPTIONAL
418 PeiCpuMpData->ApFunction = (UINTN) Procedure;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 100 EFI_AP_PROCEDURE volatile Procedure;
127 EFI_AP_PROCEDURE Procedure;
197 @param Procedure A pointer to the function to be run on enabled APs of the system.
214 @retval EFI_INVALID_PARAMETER Procedure is NULL.
221 IN EFI_AP_PROCEDURE Procedure,
236 @param Procedure A pointer to the function to be run on the designated AP.
254 @retval EFI_INVALID_PARAMETER Procedure is NULL.
261 IN EFI_AP_PROCEDURE Procedure,
464 Function to wake up a specified AP and assign procedure to it.
467 @param Procedure Procedure to assign.
    [all...]
MpServicesOnFrameworkMpServicesThunk.c 199 @param Procedure A pointer to the function to be run on enabled APs of the system.
216 @retval EFI_INVALID_PARAMETER Procedure is NULL.
223 IN EFI_AP_PROCEDURE Procedure,
251 // Check parameter Procedure
253 if (Procedure == NULL) {
290 // Go through all enabled APs to wakeup them for Procedure.
310 Procedure,
334 mMPSystemData.Procedure = Procedure;
368 @param Procedure A pointer to the function to be run on the designated AP.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 74 IN EFI_AP_PROCEDURE Procedure,
80 Processor->Procedure = Procedure;
119 * APs to return from Procedure.
258 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
259 immediately and Procedure is not started on any AP.
262 Procedure one by one, in ascending order of processor handle number. Otherwise,
263 all the enabled APs execute the function specified by Procedure simultaneously.
272 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
    [all...]
CpuDriver.h 85 EFI_AP_PROCEDURE Procedure;
104 EFI_AP_PROCEDURE Procedure;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 229 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
230 immediately and Procedure is not started on any AP.
233 Procedure one by one, in ascending order of processor handle number. Otherwise,
234 all the enabled APs execute the function specified by Procedure simultaneously.
243 from Procedure, then Procedure on the failed APs is terminated. All enabled APs
246 content points to the list of processor handle numbers in which Procedure was
252 that the Procedure function is MP-safe. Hence, the tasks that can be run in
268 the function specified by Procedure to be started on all the enabled APs,
275 signaled. If all APs returned from Procedure prior to the timeout, then
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 236 - Length of the rendezvous procedure.
254 @param[out] RendezvousProcLength The pointer to the length of rendezvous procedure.
326 by Procedure. APs can run either simultaneously or one by one. The caller can
338 @param[in] Procedure A pointer to the function to be run on enabled
344 the function specified by Procedure one by
347 execute the function specified by Procedure
351 the function specified by Procedure simultaneously.
353 function specified by Procedure one by one, in
391 procedure. If it is zero, the BSP does not
404 function specified by Procedure.
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
SharedInputHandlerTest.java 28 import com.android.documentsui.base.Procedure;
48 private Procedure mDirPopper = new Procedure() {
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 298 volatile EFI_AP_PROCEDURE Procedure;
485 Schedule a procedure to run on the specified CPU.
487 @param Procedure The address of the procedure to run
489 @param ProcArguments The parameter to pass to the procedure
495 @retval EFI_SUCCESS - The procedure has been successfully scheduled
501 IN EFI_AP_PROCEDURE Procedure,
507 Schedule a procedure to run on the specified CPU in a blocking fashion.
509 @param Procedure The address of the procedure to run
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
InterruptTable.S 20 # Procedure: InterruptRedirectionTemplate: Redirects interrupts 0x68-0x6F
InterruptTable.asm 22 ; Procedure: InterruptRedirectionTemplate: Redirects interrupts 0x68-0x6F
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.S 21 # Procedure: InterruptRedirectionTemplate: Redirects interrupts 0x68-0x6F
InterruptTable.asm 20 ; Procedure: InterruptRedirectionTemplate: Redirects interrupts 0x68-0x6F
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 26 # Procedure: _ModuleEntryPoint
92 # Procedure: ProtectedModeEntryPoint
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 69 @param[in] Procedure A pointer to the code stream to be run on the designated AP of the system.
81 IN EFI_AP_PROCEDURE Procedure,
  /external/autotest/contrib/
remove_old_tests_in_tko.sql 2 -- Procedure to delete records in TKO database older than 180 days.
5 CREATE PROCEDURE remove_old_tests_sp()
  /external/curl/packages/vms/
curl_startup.com 5 $! Procedure to setup the CURL libraries for use by programs from the
6 $! VMS SYSTARTUP*.COM procedure.
33 $ write sys$output "GNV must be started up before this procedure.
40 $ myproc = f$environment("procedure")

Completed in 1518 milliseconds

1 2 3