HomeSort by relevance Sort by last modified time
    Searched defs:Phase (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/math/cmplx/
phase.go 9 // Phase returns the phase (also called the argument) of x.
11 func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }
  /prebuilts/go/linux-x86/src/math/cmplx/
phase.go 9 // Phase returns the phase (also called the argument) of x.
11 func Phase(x complex128) float64 { return math.Atan2(imag(x), real(x)) }
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h 35 unsigned char Phase[4];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmPowerButtonDispatch/
SmmPowerButtonDispatch.h 43 // - DXE/BDS Phase
44 // - OS Install Phase
52 EFI_POWER_BUTTON_PHASE Phase;
102 function the Power Button SMI phase for which the dispatch
114 phase is not within valid range.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmStandbyButtonDispatch/
SmmStandbyButtonDispatch.h 43 // - DXE/BDS Phase
44 // - OS Install Phase
52 EFI_STANDBY_BUTTON_PHASE Phase;
102 function the Standby Button SMI phase for which the dispatch
114 phase is not within valid range.
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmPowerButtonDispatch.h 38 // - DXE/BDS Phase
39 // - OS Install Phase
47 EFI_POWER_BUTTON_PHASE Phase;
78 function the Power Button SMI phase for which
89 phase is not within valid range.
SmmStandbyButtonDispatch.h 49 EFI_STANDBY_BUTTON_PHASE Phase;
80 Button SMI phase for which to invoke the dispatch
91 phase is not within valid range.
SmmSxDispatch.h 39 EFI_SLEEP_PHASE Phase;
50 The Type and Phase fields are filled in by the Sx dispatch driver
54 Phase field of EFI_SMM_SX_DISPATCH_CONTEXT, and act accordingly.
74 function which Sx state type and phase the caller
78 must check the Type and Phase field of the Dispatch
86 Sx Type/Phase.
90 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. Type & Phase are not
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmPowerButtonDispatch2.h 47 EFI_POWER_BUTTON_PHASE Phase;
66 the power button SMI phase for which the dispatch function should be invoked.
SmmStandbyButtonDispatch2.h 48 EFI_STANDBY_BUTTON_PHASE Phase;
SmmSxDispatch2.h 42 /// Sleep state phase: entry or exit
55 EFI_SLEEP_PHASE Phase;
75 function which Sx state type and phase the caller
79 must check the Type and Phase field of the Dispatch
87 Sx Type/Phase.
89 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. Type & Phase are not
  /external/lisa/libs/wlgen/wlgen/
rta.py 29 _Phase = namedtuple('Phase', 'duration_s, period_ms, duty_cycle_pct')
30 class Phase(_Phase):
32 Descriptor for an RT-App load phase
34 :param duration_s: the phase duration in [s].
37 :param period_ms: the phase period in [ms].
351 # Getting task phase descriptor
353 for phase in task['phases']:
356 duration = int(phase.duration_s * 1e6)
357 period = int(phase.period_ms * 1e3)
359 # A duty-cycle of 0[%] translates on a 'sleep' phase
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmSxDispatch/
SmmSxDispatch.h 59 EFI_SLEEP_PHASE Phase;
80 The Type and Phase fields are filled in
86 and Phase field of the Dispatch context and act
114 function which Sx state type and phase the caller
118 must check the Type and Phase field of the Dispatch
127 Sx Type/Phase.
131 EFI_INVALID_PARAMETER - DispatchContext is invalid. Type & Phase are not
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/
Performance.h 58 UINT8 Phase;
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Include/FspEas/
FspApi.h 151 /// Notification phase used for NotifyPhase API
153 FSP_INIT_PHASE Phase;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 67 UINT8 Phase;
473 PerfInstance->Phase = DXE_PHASE;
477 PerfInstance->Phase = SHELL_PHASE;
480 Node->GaugeData.Phase = PerfInstance->Phase;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
PerformanceLib.c 55 UINT8 Phase;
562 PerfInstance->Phase = DXE_PHASE;
566 PerfInstance->Phase = SHELL_PHASE;
569 Node->GaugeData.Phase = PerfInstance->Phase;
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/
FspApi.h 114 /// Notification phase used for NotifyPhase API
116 FSP_INIT_PHASE Phase;
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 47 class Phase(object):
93 # Object that can be traversed during topological sorting phase
222 operands = Phase()
231 # By default, produce nothing (when asked by the Topological Sort phase)
659 # Only executed during data collection phase
740 # Phase 0: types
742 # Phase 1: add operands
743 print (" // Phase 1, operands", file=model_file)
746 # Phase 2: operations
747 print (" // Phase 2, operations", file=model_file
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.cc 25 phase(TRACE_EVENT_PHASE_BEGIN),
52 phase = *phase_str.data();
54 bool may_have_duration = (phase == TRACE_EVENT_PHASE_COMPLETE);
55 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA);
56 bool require_id = (phase == TRACE_EVENT_PHASE_ASYNC_BEGIN ||
57 phase == TRACE_EVENT_PHASE_ASYNC_STEP_INTO ||
58 phase == TRACE_EVENT_PHASE_ASYNC_STEP_PAST ||
59 phase == TRACE_EVENT_PHASE_MEMORY_DUMP ||
60 phase == TRACE_EVENT_PHASE_ENTER_CONTEXT ||
61 phase == TRACE_EVENT_PHASE_LEAVE_CONTEXT |
    [all...]
  /external/pdfium/third_party/lcms/src/
cmslut.c     [all...]
  /external/clang/lib/Driver/
Driver.cpp 159 // affect the phase, starting with the earliest phases, and record which
160 // option we used to determine the final phase.
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 41 // machine representation after this phase, as dictated by the machine
43 enum Phase {
47 // During this phase, the usage information for a node determines the best
50 // Therefore, to be correct, this phase must iterate to a fixpoint before
51 // the next phase can begin.
60 // During this phase, use the {RepresentationChanger} to insert
310 TRACE("--{Type propagation phase}--\n");
380 // Clean up for the next phase.
559 // Run propagation phase to a fixpoint.
560 TRACE("--{Propagation phase}--\n")
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 570 private Phase mPhase;
688 interface Phase {
692 final private Phase mSkipRest = new Phase() {
697 final private Phase mParseStart = new Phase() { // 5-9
714 final private Phase mParseHeader = new Phase() { // 10-13
814 final private Phase mParseCueId = new Phase() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/
maven-plugin-descriptor-2.0.9.jar 

Completed in 1181 milliseconds

1 2