Searched defs:current_value (Results 1 - 15 of 15) 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/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/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.h399 void AddSample(double current_ms, double current_value);
402 double Aggregate(double current_ms, double current_value);
414 double current_value) {
416 aggregate_value_ = current_value;
418 last_value_ = current_value;
426 last_value_ = current_value;
432 double slope = (current_value - last_value_) / (current_ms - last_ms_);
453 aggregate_value_ = current_value;
461 ? Aggregate(current_ms, current_value)
463 last_value_ = current_value;
413 AddSample(double current_ms, double current_value) argument
471 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.cc1687 Node* current_value = SmiToWord32(current); local
1688 Branch(Word32Equal(current_value, key), if_found, &next_probe);
1694 Node* current_value = LoadHeapNumberValue(current); local
1695 Branch(Float64Equal(current_value, key_as_float64), if_found,
/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.cc5833 Handle<Object> current_value = local
5838 if (current_value->IsTheHole(isolate())) {
7012 Handle<Object> current_value = local
7017 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 1311 milliseconds