/external/v8/test/unittests/ |
H A D | counters-unittest.cc | 34 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 D | 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/ |
H A D | 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/ |
H A D | gflags.h | 158 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 D | gflags.h | 185 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 D | gflags.h | 208 std::string current_value; // the current value, as a string member in struct:google::CommandLineFlagInfo
|
/external/opencv3/modules/videoio/src/ |
H A D | cap_libv4l.cpp | 303 __s32 current_value; member in struct:v4l2_ctrl_range 535 range->current_value = ctrl->value;
|
H A D | cap_dshow.cpp | 3156 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 D | counters.h | 399 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 D | 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) {
|
H A D | code-stub-assembler.cc | 1687 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 D | text_format.cc | 953 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 D | hydrogen.cc | 5833 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 D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/owasp/sanitizer/tools/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |