HomeSort by relevance Sort by last modified time
    Searched defs:Procedure (Results 1 - 24 of 24) sorted by null

  /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/base/
Procedure.java 20 * indicating if the Procedure succeeded.
23 public interface Procedure {
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 85 EFI_AP_PROCEDURE Procedure;
104 EFI_AP_PROCEDURE Procedure;
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...]
  /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/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/UefiCpuPkg/CpuMpPei/
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;
  /external/libvorbis/doc/
01-introduction.tex 289 \subsubsection{Decode Procedure}
291 The decoding and synthesis procedure for all audio packets is
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 93 typedef interface ADOProcedure Procedure;
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 619 milliseconds