/external/parameter-framework/tools/xmlGenerator/analyse/ |
sortAsound.conf.sh | 70 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/lldb/include/lldb/Interpreter/ |
OptionValueString.h | 72 OptionValueString (const char *current_value, 81 if (current_value && current_value[0]) 82 m_current_value.assign (current_value); 104 OptionValueString (const char *current_value, 115 if (current_value && current_value[0]) 116 m_current_value.assign (current_value);
|
OptionValueArch.h | 47 OptionValueArch (const ArchSpec ¤t_value, 50 m_current_value (current_value),
|
OptionValueFileSpecList.h | 31 OptionValueFileSpecList (const FileSpecList ¤t_value) : 33 m_current_value (current_value)
|
OptionValueFormat.h | 31 OptionValueFormat (lldb::Format current_value, 34 m_current_value (current_value),
|
OptionValueBoolean.h | 30 OptionValueBoolean (bool current_value, 33 m_current_value (current_value),
|
OptionValueSInt64.h | 42 OptionValueSInt64 (int64_t current_value, 45 m_current_value (current_value),
|
OptionValueUInt64.h | 38 OptionValueUInt64 (uint64_t current_value, 41 m_current_value (current_value),
|
OptionValueFileSpec.h | 29 OptionValueFileSpec (const FileSpec ¤t_value,
|
/external/lldb/source/Interpreter/ |
OptionValueFileSpec.cpp | 45 OptionValueFileSpec::OptionValueFileSpec (const FileSpec ¤t_value, 48 m_current_value (current_value),
|
/external/emma/core/java12/com/vladium/util/ |
IntVector.java | 117 final int current_value = m_values [index]; local 120 return current_value;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
descriptors.py | 212 current_value = obj.G[obj.source][obj.target][self.name] 213 obj.G[obj.source][obj.target][self.name] = max(current_value, value)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/ |
descriptors.py | 212 current_value = obj.G[obj.source][obj.target][self.name] 213 obj.G[obj.source][obj.target][self.name] = max(current_value, value)
|
/bionic/tests/ |
time_test.cpp | 274 int current_value = value; local 276 while (current_value == value && (time(NULL) - start) < 5) { 278 return current_value != value;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 566 if current_value = @types[ name ] 569 value ||= current_value 570 unless current_value == value 573 "with existing type definition ``#{ name } = #{ current_value }''", name
|
/art/compiler/dex/ |
gvn_dead_code_elimination.cc | 269 uint16_t current_value = this->CurrentValue(v_reg); local 270 DCHECK_NE(current_value, kNoValue); 279 if (data->prev_value.value == current_value && 285 if (data->prev_value_high.value == current_value && 831 uint16_t current_value = vreg_chains_.CurrentValue(last_data->vreg_def); local [all...] |
/external/v8/src/ |
unicode.cc | 60 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local 63 if ((current_value <= value) && 68 } else if (current_value < value) { 70 } else if (current_value > value) { 116 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); local 119 if ((current_value <= key) && 124 } else if (current_value < key) { 126 } else if (current_value > key) { [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/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
|
/prebuilts/devtools/tools/lib/ |
emma_device.jar | |