/external/trappy/trappy/ |
D | sched.py | 30 pivot = "cpus" variable in SchedLoadAvgSchedGroup 49 pivot = "pid" variable in SchedLoadAvgTask 80 pivot = "cpu" variable in SchedCpuCapacity 126 pivot = "cpu" variable in SchedCpuFrequency
|
D | cpu_power.py | 106 pivot = "cpus" variable in CpuOutPower 136 pivot = "cpus" variable in CpuInPower
|
D | idle.py | 23 pivot = "cpu_id" variable in CpuIdle
|
D | pid_controller.py | 29 pivot = "thermal_zone_id" variable in PIDController
|
D | utils.py | 132 def merge_dfs(pr_df, sec_df, pivot): argument
|
D | thermal.py | 36 pivot = "id" variable in Thermal 130 pivot = "thermal_zone_id" variable in ThermalGovernor
|
D | bare_trace.py | 85 def add_parsed_event(self, name, dfr, pivot=None): argument
|
D | dynamic.py | 69 parse_raw=False, pivot=None): argument
|
/external/skqp/src/core/ |
D | SkStrokerPriv.cpp | 13 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() 18 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() 29 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper() 68 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() 83 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner() 98 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner() 134 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner()
|
D | SkTSort.h | 138 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition() 178 T* pivot = left + ((right - left) >> 1); in SkTIntroSort() local
|
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 13 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() 18 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() 29 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper() 68 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) { in HandleInnerJoin() 83 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner() 98 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner() 134 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner()
|
D | SkTSort.h | 138 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition() 178 T* pivot = left + ((right - left) >> 1); in SkTIntroSort() local
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_LU_solve_interface.hh | 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_LU_solve_interface.hh | 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/lisa/libs/utils/analysis/ |
D | residency_analysis.py | 38 def __init__(self, pivot, time): argument 54 def process_pivot(pivot_list, pivot): argument 154 def _dfg_cpu_residencies(self, pivot, pivot_list=[], event_name='sched_switch'): argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | LUDecompositionImpl.java | 45 private int[] pivot; field in LUDecompositionImpl 238 private final int[] pivot; field in LUDecompositionImpl.Solver 249 private Solver(final double[][] lu, final int[] pivot, final boolean singular) { in Solver()
|
D | FieldLUDecompositionImpl.java | 50 private int[] pivot; field in FieldLUDecompositionImpl 235 private final int[] pivot; field in FieldLUDecompositionImpl.Solver 248 final int[] pivot, final boolean singular) { in Solver()
|
/external/trappy/trappy/plotter/ |
D | StaticPlot.py | 185 def make_title(self, constraint, pivot, permute, concat): argument 197 def add_to_legend(self, series_index, handle, constraint, pivot, concat, permute): argument
|
D | Constraint.py | 92 def __init__(self, trappy_trace, pivot, column, template, trace_index, argument 235 def __init__(self, traces, columns, templates, pivot, filters, argument
|
/external/trappy/trappy/stats/ |
D | Trigger.py | 72 def __init__(self, trace, template, filters, value, pivot): argument
|
D | Aggregator.py | 52 def _add_result(self, pivot, series): argument
|
/external/eigen/bench/btl/actions/ |
D | action_lu_solve.hh | 74 typename Interface::Pivot_Vector pivot; // pivot vector in calculate() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/ |
D | Percentile.java | 317 final int pivot; in select() local 396 private int partition(final double[] work, final int begin, final int end, final int pivot) { in partition()
|
/external/honggfuzz/ |
D | sancov.c | 455 uint8_t pivot = 0; in sancov_sanCovParseRaw() local 634 uint8_t pivot = 0; in sancov_sanCovParse() local
|