Home
last modified time | relevance | path

Searched refs:current_value (Results 1 – 17 of 17) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DOptionValueString.h72 OptionValueString (const char *current_value, in OptionValueString() argument
81 if (current_value && current_value[0]) in OptionValueString()
82 m_current_value.assign (current_value); in OptionValueString()
104 OptionValueString (const char *current_value,
115 if (current_value && current_value[0]) in OptionValue()
116 m_current_value.assign (current_value); in OptionValue()
DOptionValueFileSpecList.h31 OptionValueFileSpecList (const FileSpecList &current_value) : in OptionValueFileSpecList() argument
33 m_current_value (current_value) in OptionValueFileSpecList()
DOptionValueBoolean.h30 OptionValueBoolean (bool current_value, in OptionValueBoolean() argument
33 m_current_value (current_value), in OptionValueBoolean()
DOptionValueFormat.h31 OptionValueFormat (lldb::Format current_value, in OptionValueFormat() argument
34 m_current_value (current_value), in OptionValueFormat()
DOptionValueUInt64.h38 OptionValueUInt64 (uint64_t current_value, in OptionValueUInt64() argument
41 m_current_value (current_value), in OptionValueUInt64()
DOptionValueArch.h47 OptionValueArch (const ArchSpec &current_value, in OptionValueArch() argument
50 m_current_value (current_value), in OptionValueArch()
DOptionValueSInt64.h42 OptionValueSInt64 (int64_t current_value, in OptionValueSInt64() argument
45 m_current_value (current_value), in OptionValueSInt64()
DOptionValueFileSpec.h29 OptionValueFileSpec (const FileSpec &current_value,
/external/parameter-framework/tools/xmlGenerator/analyse/
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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
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/emma/core/java12/com/vladium/util/
DIntVector.java117 final int current_value = m_values [index]; in set() local
120 return current_value; in set()
/external/lldb/source/Interpreter/
DOptionValueFileSpec.cpp45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &current_value, in OptionValueFileSpec() argument
48 m_current_value (current_value), in OptionValueFileSpec()
/external/v8/src/
Dunicode.cc60 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate() local
63 if ((current_value <= value) && in LookupPredicate()
68 } else if (current_value < value) { in LookupPredicate()
70 } else if (current_value > value) { in LookupPredicate()
116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping() local
119 if ((current_value <= key) && in LookupMapping()
124 } else if (current_value < key) { in LookupMapping()
126 } else if (current_value > key) { in LookupMapping()
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h172 std::string current_value; // the current value, as a string member
/external/protobuf/src/google/protobuf/
Dtext_format.cc953 const string& current_value = tokenizer_.current().text; in Consume() local
955 if (current_value != value) { in Consume()
956 ReportError("Expected \"" + value + "\", found \"" + current_value in Consume()
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...