Searched refs:current_value (Results 1 - 19 of 19) sorted by relevance

/external/parameter-framework/upstream/tools/xmlGenerator/analyse/
H A DsortAsound.conf.sh70 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"
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dconstant_resolver.py65 current_value = 0
67 ResolveEnumField(enum, field, current_value)
68 current_value = field.resolved_value + 1
/external/emma/core/java12/com/vladium/util/
H A DIntVector.java117 final int current_value = m_values [index];
120 return current_value;
/external/v8/src/
H A Dcounters.h404 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;
418 AddSample(double current_ms, double current_value) argument
476 Aggregate(double current_ms, double current_value) argument
[all...]
H A Dunicode.cc62 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) {
H A Dcode-stub-assembler.cc4219 Node* current_value = SmiUntag(current); local
4220 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe);
4226 Node* current_value = LoadHeapNumberValue(current); local
4227 Branch(Float64Equal(current_value, key_as_float64), if_found,
/external/autotest/server/cros/dynamic_suite/
H A Djob_status.py87 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/
H A DFindBadConstructsConsumer.cpp259 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;
/external/autotest/scheduler/
H A Dscheduler_models.py252 containing tuples of (current_value, row_value).
257 current_value = getattr(self, field)
258 if (isinstance(current_value, datetime.datetime)
260 current_value = current_value.strftime(time_utils.TIME_FMT)
262 if current_value != row_value:
263 differences[field] = (current_value, row_value)
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h172 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/
H A Dgflags.h158 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/
H A Dgflags.h158 std::string current_value; // the current value, as a string member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h185 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h208 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb566 if current_value = @types[ name ]
569 value ||= current_value
570 unless current_value == value
573 "with existing type definition ``#{ name } = #{ current_value }''", name
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1044 const string& current_value = tokenizer_.current().text; local
1046 if (current_value != value) {
1047 ReportError("Expected \"" + value + "\", found \"" + current_value
/external/v8/src/crankshaft/
H A Dhydrogen.cc5308 Handle<Object> current_value = local
5313 if (current_value->IsTheHole(isolate())) {
6524 Handle<Object> current_value = local
6529 if (current_value->IsTheHole(isolate())) {
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 473 milliseconds