Searched defs:current_value (Results 1 - 12 of 12) sorted by relevance

/external/v8/test/unittests/
H A Dcounters-unittest.cc34 void AddSample(double current_ms, double current_value) { argument
35 aggregated_.AddSample(current_ms, current_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/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/opencv3/modules/videoio/src/
H A Dcap_libv4l.cpp303 __s32 current_value; member in struct:v4l2_ctrl_range
535 range->current_value = ctrl->value;
H A Dcap_dshow.cpp3156 long min_value, max_value, stepping_delta, current_value, flags, defaultValue; local
3181 if (g_VI.getVideoSettingFilter(m_index, g_VI.getVideoPropertyFromCV(propIdx), min_value, max_value, stepping_delta, current_value, flags, defaultValue))
3182 return (double)current_value;
3192 if (g_VI.getVideoSettingCamera(m_index, g_VI.getCameraPropertyFromCV(propIdx), min_value, max_value, stepping_delta, current_value, flags, defaultValue))
3193 return (double)current_value;
/external/v8/src/
H A Dcounters.h395 void AddSample(double current_ms, double current_value);
398 double Aggregate(double current_ms, double current_value);
410 double current_value) {
412 aggregate_value_ = current_value;
414 last_value_ = current_value;
422 last_value_ = current_value;
428 double slope = (current_value - last_value_) / (current_ms - last_ms_);
449 aggregate_value_ = current_value;
457 ? Aggregate(current_ms, current_value)
459 last_value_ = current_value;
409 AddSample(double current_ms, double current_value) argument
467 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) {
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc953 const string& current_value = tokenizer_.current().text; local
955 if (current_value != value) {
956 ReportError("Expected \"" + value + "\", found \"" + current_value
/external/v8/src/crankshaft/
H A Dhydrogen.cc5640 Handle<Object> current_value = local
5645 if (*current_value == *isolate()->factory()->the_hole_value()) {
6848 Handle<Object> current_value = local
6853 if (*current_value == *isolate()->factory()->the_hole_value()) {
/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 3812 milliseconds