HomeSort by relevance Sort by last modified time
    Searched refs:end_value (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/tools/perf/metrics/
system_memory.py 118 end_value = end_process_memory[metric]
121 memory_stats[process_type][metric] = end_value
123 memory_stats[process_type][metric] = end_value - start_value
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 241 s8 end_value = *shadow_end; local
245 if (end_value > 0 && end_value <= end_offset)
250 if (end_value != 0)
251 *shadow_end = Max(end_value, end_offset);
  /external/chromium_org/ui/gfx/
interpolated_transform.cc 105 float end_value) const {
121 return end_value;
125 gfx::Tween::DoubleValueBetween(t, start_value, end_value));
interpolated_transform.h 56 // between start_value and end_value. More precisely it returns
57 // (1 - t) * start_value + t * end_value where
60 // it returns end_value.
61 float ValueBetween(float time, float start_value, float end_value) const;
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 355 int val, start_value, end_value; local
368 end_value = start_value;
374 p = parse_decimal(p+1, q, &end_value);
380 for (val = start_value; val <= end_value; val++) {
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 355 int val, start_value, end_value; local
368 end_value = start_value;
374 p = parse_decimal(p+1, q, &end_value);
380 for (val = start_value; val <= end_value; val++) {
  /external/chromium_org/ash/wm/
window_animations.cc 184 float start_value, end_value; local
187 end_value = kWindowAnimation_ShowBrightnessGrayscale;
190 end_value = kWindowAnimation_HideBrightnessGrayscale;
207 CreateBrightnessGrayscaleAnimationSequence(end_value, duration));
212 CreateBrightnessGrayscaleAnimationSequence(end_value, duration));
  /external/e2fsprogs/e2fsck/
profile.c 1528 char *end_value; local
1570 char *end_value; local
1610 char *end_value; local
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 375 int val, start_value, end_value; local
388 end_value = start_value;
394 p = parse_decimal(p+1, q, &end_value);
400 for (val = start_value; val <= end_value; val++) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 910 def end_value(self, data): member in class:Unmarshaller
915 dispatch["value"] = end_value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 910 def end_value(self, data): member in class:Unmarshaller
915 dispatch["value"] = end_value
    [all...]

Completed in 417 milliseconds