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

1 2

  /external/parameter-framework/upstream/tools/xmlGenerator/analyse/
sortAsound.conf.sh 70 current_value="$( echo "$line" | sed 's/.*= \(.*\) #.*/\1/' | tr [:upper:] [:lower:] )"
81 if test "$previous_value" != "$current_value"
83 echo "$space$current_value"
84 previous_value="$current_value"
  /hardware/libhardware/include/hardware/
thermal.h 71 float current_value; member in struct:__anon43292
108 float current_value; member in struct:__anon43293
  /external/emma/core/java12/com/vladium/util/
IntVector.java 117 final int current_value = m_values [index]; local
120 return current_value;
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
constant_resolver.py 65 current_value = 0
67 ResolveEnumField(enum, field, current_value)
68 current_value = field.resolved_value + 1
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_private.h 51 uint64_t current_value; member in struct:hud_graph
  /external/v8/src/
counters.h 404 void AddSample(double current_ms, double current_value);
407 double Aggregate(double current_ms, double current_value);
419 double current_value) {
421 aggregate_value_ = current_value;
423 last_value_ = current_value;
431 last_value_ = current_value;
437 double slope = (current_value - last_value_) / (current_ms - last_ms_);
458 aggregate_value_ = current_value;
466 ? Aggregate(current_ms, current_value)
468 last_value_ = current_value;
    [all...]
unicode.cc 62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
65 if ((current_value <= value) &&
70 } else if (current_value < value) {
72 } else if (current_value > value) {
118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local
121 if ((current_value <= key) &&
126 } else if (current_value < key) {
128 } else if (current_value > key) {
    [all...]
lookup.cc 631 Object* current_value = holder->RawFastPropertyAt(field_index); local
632 DCHECK(current_value->IsMutableHeapNumber());
633 bits = HeapNumber::cast(current_value)->value_as_bits();
646 Object* current_value = holder->RawFastPropertyAt(field_index); local
647 return current_value->IsUninitialized(isolate()) || current_value == value;
    [all...]
  /hardware/interfaces/thermal/1.0/default/
Thermal.cpp 88 temperatures[i].currentValue = finalizeTemperature(list[i].current_value);
170 coolingDevices[i].currentValue = list[i].current_value;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
descriptors.py 174 current_value = obj.G[obj.source][obj.target][self.name]
175 obj.G[obj.source][obj.target][self.name] = max(current_value, value)
  /hardware/libhardware/modules/thermal/
thermal.c 72 .current_value = temp,
  /external/autotest/server/cros/dynamic_suite/
job_status.py 87 def _collate_aborted(current_value, entry):
100 @param current_value: the current accumulator (a boolean).
104 return current_value or ('aborted' in entry and entry['aborted'])
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 259 llvm::APSInt current_value = iter->getInitVal(); local
261 max_so_far = current_value;
262 is_signed = current_value.isSigned();
265 if (is_signed != current_value.isSigned()) {
270 if (current_value > max_so_far)
271 max_so_far = current_value;
    [all...]
  /bionic/tests/
time_test.cpp 352 int current_value = value; local
354 while (current_value == value && (time(NULL) - start) < 5) {
356 return current_value != value;
  /external/autotest/scheduler/
scheduler_models.py 251 containing tuples of (current_value, row_value).
256 current_value = getattr(self, field)
257 if (isinstance(current_value, datetime.datetime)
259 current_value = current_value.strftime(time_utils.TIME_FMT)
261 if current_value != row_value:
262 differences[field] = (current_value, row_value)
    [all...]
  /device/huawei/angler/thermal/
thermal.c 98 .current_value = temp * mult,
  /device/lge/bullhead/thermal/
thermal.c 96 .current_value = temp * mult,
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 172 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 158 std::string current_value; // the current value, as a string member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 158 std::string current_value; // the current value, as a string member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
  /external/mesa3d/src/mesa/main/
formatquery.c 1051 GLint current_value; local
    [all...]
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 185 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 329 int32_t current_value; local
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 208 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 566 if current_value = @types[ name ]
569 value ||= current_value
570 unless current_value == value
573 "with existing type definition ``#{ name } = #{ current_value }''", name

Completed in 426 milliseconds

1 2