HomeSort by relevance Sort by last modified time
    Searched refs:FindValue (Results 1 - 14 of 14) sorted by null

  /frameworks/base/tools/aapt2/test/
Common.cpp 51 ResourceConfigValue* config_value = result.value().entry->FindValue(config, product);
Common.h 69 ResourceConfigValue* config_value = result.value().entry->FindValue(config, product);
  /external/webrtc/talk/app/webrtc/
statstypes.cc 672 const Value* found = FindValue(name);
679 const Value* found = FindValue(name);
685 const Value* found = FindValue(name);
691 const Value* found = FindValue(name);
697 const Value* found = FindValue(name);
703 const Value* found = FindValue(name);
710 const Value* found = FindValue(name);
715 const StatsReport::Value* StatsReport::FindValue(StatsValueName name) const {
statstypes.h 365 const Value* FindValue(StatsValueName name) const;
statscollector.cc 459 r->FindValue(StatsReport::kStatsValueNameTrackId);
517 report->FindValue(StatsReport::kStatsValueNameTrackId);
    [all...]
statscollector_unittest.cc 177 const StatsReport::Value* v = report->FindValue(name);
    [all...]
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 198 const StatsReport::Value* v = report->FindValue(name);
209 const StatsReport::Value* v = report->FindValue(name);
  /frameworks/base/tools/aapt2/
ResourceTable.h 115 ResourceConfigValue* FindValue(const ConfigDescription& config);
116 ResourceConfigValue* FindValue(const ConfigDescription& config,
ResourceTable.cpp 127 ResourceConfigValue* ResourceEntry::FindValue(const ConfigDescription& config) {
128 return FindValue(config, StringPiece());
144 ResourceConfigValue* ResourceEntry::FindValue(const ConfigDescription& config,
  /frameworks/base/tools/aapt2/cmd/
Diff.cpp 119 ResourceConfigValue* config_value_b = entry_b->FindValue(config_value_a->config);
135 ResourceConfigValue* config_value_a = entry_a->FindValue(config_value_b->config);
  /external/libchrome/base/metrics/
field_trial.h 406 static int FindValue(const std::string& trial_name);
field_trial.cc 426 int FieldTrialList::FindValue(const std::string& trial_name) {
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 290 ResourceConfigValue* dst_config_value = dst_entry->FindValue(
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 200 ResourceConfigValue* config_value = sr.entry->FindValue(kDefaultConfig);

Completed in 274 milliseconds