HomeSort by relevance Sort by last modified time
    Searched defs:current_value (Results 1 - 16 of 16) sorted by null

  /device/linaro/hikey/gralloc/
gralloc_module.cpp 327 int32_t current_value; local
  /external/emma/core/java12/com/vladium/util/
IntVector.java 117 final int current_value = m_values [index]; local
120 return current_value;
  /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
  /hardware/libhardware/include/hardware/
thermal.h 70 float current_value; member in struct:__anon31417
107 float current_value; member in struct:__anon31418
  /bionic/tests/
time_test.cpp 304 int current_value = value; local
306 while (current_value == value && (time(NULL) - start) < 5) {
308 return current_value != value;
  /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
  /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/opencv3/modules/videoio/src/
cap_libv4l.cpp 303 __s32 current_value; member in struct:v4l2_ctrl_range
535 range->current_value = ctrl->value;
    [all...]
cap_dshow.cpp 3156 long min_value, max_value, stepping_delta, current_value, flags, defaultValue; local
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 953 const string& current_value = tokenizer_.current().text; local
955 if (current_value != value) {
956 ReportError("Expected \"" + value + "\", found \"" + current_value
    [all...]
  /external/v8/src/
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...]
  /external/v8/src/crankshaft/
hydrogen.cc 5640 Handle<Object> current_value = local
6848 Handle<Object> current_value = local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 542 milliseconds