HomeSort by relevance Sort by last modified time
    Searched refs:AddValue (Results 1 - 25 of 55) sorted by null

1 2 3

  /art/runtime/base/
histogram_test.cc 28 // hist->AddValue(121);
29 // hist->AddValue(132);
30 // hist->AddValue(140);
31 // hist->AddValue(145);
32 // hist->AddValue(155);
41 hist->AddValue(static_cast<uint64_t>(50));
46 hist->AddValue(9);
47 hist->AddValue(17);
48 hist->AddValue(28);
49 hist->AddValue(28)
    [all...]
histogram.h 44 void AddValue(Value);
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 165 validator.AddValue(info.types[jj]);
257 validators_.compressed_texture_format.AddValue(
259 validators_.compressed_texture_format.AddValue(
268 validators_.compressed_texture_format.AddValue(
277 validators_.compressed_texture_format.AddValue(
284 validators_.texture_parameter.AddValue(
286 validators_.g_l_state.AddValue(
313 texture_format_validators_[GL_DEPTH_COMPONENT].AddValue(GL_UNSIGNED_SHORT);
314 texture_format_validators_[GL_DEPTH_COMPONENT].AddValue(GL_UNSIGNED_INT);
315 validators_.texture_internal_format.AddValue(GL_DEPTH_COMPONENT)
    [all...]
gles2_cmd_validation.h 26 AddValue(valid_values[ii]);
30 void AddValue(const T value) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 119 void StatsReport::AddValue(const std::string& name, const std::string& value) {
126 void StatsReport::AddValue(const std::string& name, int64 value) {
127 AddValue(name, talk_base::ToString<int64>(value));
131 AddValue(name, value ? "true" : "false");
163 report.AddValue(StatsReport::kStatsValueNameTrackId,
170 report->AddValue(StatsReport::kStatsValueNameAudioOutputLevel,
172 report->AddValue(StatsReport::kStatsValueNameBytesReceived,
174 report->AddValue(StatsReport::kStatsValueNameJitterReceived,
176 report->AddValue(StatsReport::kStatsValueNamePacketsReceived,
178 report->AddValue(StatsReport::kStatsValueNamePacketsLost
    [all...]
statstypes.h 54 void AddValue(const std::string& name, const std::string& value);
55 void AddValue(const std::string& name, int64 value);
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
bounds.py 47 self.AddValue(bounds.min_)
48 self.AddValue(bounds.max_)
50 def AddValue(self, value):
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
NoViableAltException.cs 116 info.AddValue("GrammarDecisionDescription", _grammarDecisionDescription);
117 info.AddValue("DecisionNumber", _decisionNumber);
118 info.AddValue("StateNumber", _stateNumber);
FailedPredicateException.cs 106 info.AddValue("RuleName", _ruleName);
107 info.AddValue("PredicateText", _predicateText);
MismatchedRangeException.cs 99 info.AddValue("A", _a);
100 info.AddValue("B", _b);
RecognitionException.cs 271 info.AddValue("Index", _index);
272 info.AddValue("C", _c);
273 info.AddValue("Line", _line);
274 info.AddValue("CharPositionInLine", _charPositionInLine);
275 info.AddValue("ApproximateLineInfo", _approximateLineInfo);
EarlyExitException.cs 89 info.AddValue("DecisionNumber", DecisionNumber);
MismatchedSetException.cs 88 info.AddValue("Expecting", _expecting);
MismatchedTreeNodeException.cs 89 info.AddValue("Expecting", _expecting);
MismatchedTokenException.cs 115 info.AddValue("Expecting", _expecting);
124 info.AddValue("TokenNames", tokenArray);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
NoViableAltException.cs 133 info.AddValue("GrammarDecisionDescription", _grammarDecisionDescription);
134 info.AddValue("DecisionNumber", _decisionNumber);
135 info.AddValue("StateNumber", _stateNumber);
FailedPredicateException.cs 120 info.AddValue("RuleName", _ruleName);
121 info.AddValue("PredicateText", _predicateText);
MismatchedRangeException.cs 113 info.AddValue("A", _a);
114 info.AddValue("B", _b);
RecognitionException.cs 322 info.AddValue("Index", _index);
323 info.AddValue("C", _c);
324 info.AddValue("Line", _line);
325 info.AddValue("CharPositionInLine", _charPositionInLine);
326 info.AddValue("ApproximateLineInfo", _approximateLineInfo);
MismatchedTokenException.cs 127 info.AddValue("Expecting", _expecting);
128 info.AddValue("TokenNames", (_tokenNames != null) ? new List<string>(_tokenNames).ToArray() : default(string[]));
EarlyExitException.cs 101 info.AddValue("DecisionNumber", DecisionNumber);
MismatchedSetException.cs 100 info.AddValue("Expecting", _expecting);
MismatchedTreeNodeException.cs 101 info.AddValue("Expecting", _expecting);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteCardinalityException.cs 84 info.AddValue("ElementDescription", _elementDescription);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs 93 info.AddValue("ElementDescription", _elementDescription);

Completed in 278 milliseconds

1 2 3