HomeSort by relevance Sort by last modified time
    Searched full:addvalue (Results 151 - 175 of 574) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorStats.java 77 public synchronized void addValue(String key, Object value) {
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java 142 getStats().addValue(SensorStats.ERROR, summary);
  /cts/tests/tests/security/src/android/security/cts/
HwRngTest.java 59 report.addValue(
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
chart_json_output_formatter_unittest.py 45 results.AddValue(v0)
page_test_results.py 295 def AddValue(self, value):
326 self._current_page_run.AddValue(value)
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.h 74 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 50 bool addValue(int key, TValue value) {
  /system/tools/hidl/
EnumType.h 38 void addValue(EnumValue *value);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 58 Die->addValue(Attribute, Form, Value);
67 Die->addValue(Attribute, Form, Value);
75 Die->addValue(Attribute, Form, Value);
83 Die->addValue(Attribute, Form, Value);
91 Die->addValue(Attribute, Form, Value);
98 Die->addValue(Attribute, Form, createDIEEntry(Entry));
108 Die->addValue(Attribute, Block->BestForm(), Block);
615 Entity->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, Entry);
625 Entity->addValue(dwarf::DW_AT_type, dwarf::DW_FORM_ref4, Entry);
    [all...]
DIE.h 159 /// addValue - Add a value and attributes to a DIE.
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) {
  /external/icu/icu4c/source/common/
uloc.cpp 632 * Both addKeyword and addValue must already be in canonical form.
633 * Either both addKeyword and addValue are NULL, or neither is NULL.
644 const char* addValue,
    [all...]
  /art/compiler/optimizing/
induction_var_range.cc 586 return AddValue(GetMul(info->op_a, trip, trip, in_body, is_min),
610 return AddValue(AddValue(x, y), c);
632 return is_min_a ? b : AddValue(Value(a), b);
663 return AddValue(Value(static_cast<int32_t>(value)),
666 return AddValue(GetFetch(instruction->InputAt(0), trip, in_body, is_min),
714 return AddValue(GetVal(info->op_a, trip, in_body, is_min),
    [all...]
  /art/runtime/
leb128_test.cc 286 enc_hist->AddValue(cur_time - last_time);
297 dec_hist->AddValue(cur_time - last_time);
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 390 report.addValue("round", i, ResultType.NEUTRAL, ResultUnit.NONE);
413 report.addValue("update_throughput", stat.mAverage, ResultType.HIGHER_BETTER,
  /device/google/contexthub/util/common/
JSONObject.cpp 90 array->addValue(val);
734 void JSONArray::addValue(const JSONValue &value) {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
StreamService.java 326 helper.addValue(logMessage);
328 helper.addValue(kind);
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.results.page_test_results.html 65 <dl><dt><a name="PageTestResults-AddValue"><strong>AddValue</strong></a>(self, value)</dt></dl>
  /external/protobuf/objectivec/
GPBArray.m 442 - (void)addValue:(int32_t)value {
689 - (void)addValue:(uint32_t)value {
936 - (void)addValue:(int64_t)value {
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 394 convertSessionMap.addValue(convertId, newSession);
506 decodeSessionMap.addValue(decryptHandle->decryptId, decodeSession);
  /system/tpm/attestation/common/
proto_print.py 97 def AddValue(self, value_name):
168 current_enum.AddValue(match.group(1))
  /art/runtime/base/
timing_logger.cc 106 histogram->AddValue(delta_time);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyUnprocessedActivity.java     [all...]
  /external/droiddriver/src/io/appium/droiddriver/finders/
ByXPath.java 84 return Strings.toStringHelper(this).addValue(xPathString).toString();
  /external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java 120 return Strings.toStringHelper(this).addValue(uniqueStringFinder).toString();
  /external/icu/icu4c/source/i18n/
tznames_impl.h 80 void addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status);

Completed in 4874 milliseconds

1 2 3 4 5 67 8 91011>>