Searched refs:getValue (Results 151 - 175 of 330) sorted by relevance

1234567891011>>

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp175 return I->getValue();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java155 v.value = x.getValue();
H A DLocationCluster.java101 long duration = entry.getValue();
H A DPredictor.java125 result.add(new StringFloat(entry.getKey(), entry.getValue().floatValue()));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkScoreCache.java173 writer.println(" " + entry.getKey() + ": " + entry.getValue().rssiCurve);
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSymbol.h104 addr_t getValue() const { function in class:ELFSymbol_CRTP
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java82 bundle.putSparseParcelableArray(e.getKey(), e.getValue());
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java177 value = toEvict.getValue();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java397 characteristic.getValue());
538 AUTHENTICATION_MITM, descriptor.getValue());
931 if (mService == null || mClientIf == 0 || characteristic.getValue() == null) return false;
950 characteristic.getValue());
1018 if (mService == null || mClientIf == 0 || descriptor.getValue() == null) return false;
1040 descriptor.getValue());
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp162 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
171 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
201 memset(out_offset, fill_frag.getValue(), fill_frag.size());
216 std::memset(out_offset, align_frag.getValue(), count);
342 *buffer = static_cast<uint32_t>(got->getValue());
393 *buffer = static_cast<uint32_t>(got->getValue());
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java986 ? getValue() < getMaxValue() : getValue() > getMinValue())) {
1371 public int getValue() { method in class:NumberPicker
1633 int current = getValue();
2333 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2340 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2639 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2642 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2651 return getWrapSelectorWheel() || getValue() > getMinValue();
2655 return getWrapSelectorWheel() || getValue() < getMaxValu
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java571 c, e.getValue(), headers, e.getKey());
577 c, e.getValue(), headers, e.getKey());
583 c, e.getValue(), headers, e.getKey());
589 c, e.getValue(), headers, e.getKey());
1217 updatePart(e.getKey(), e.getValue(), preOpenedFiles);
1288 values.put(e.getValue(), toIsoString(encodedString.getTextString()));
1297 values.put(e.getValue(), toIsoString(text));
1305 values.put(e.getValue(), b);
1313 values.put(e.getValue(), l);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1930 Uid.Wakelock wl = ent.getValue();
2068 printWakeLockCheckin(sb, ent.getValue(), rawRealtime, null, which, "");
2078 long totalTimeMicros = ent.getValue().getTotalTimeLocked(rawRealtime, which);
2079 int count = ent.getValue().getCountLocked(which);
2197 Uid.Wakelock wl = ent.getValue();
2221 Timer timer = ent.getValue();
2234 Timer timer = ent.getValue();
2294 Uid.Proc ps = ent.getValue();
2316 Uid.Pkg ps = ent.getValue();
2321 BatteryStats.Uid.Pkg.Serv ss = sent.getValue();
[all...]
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java921 float fromValue = getValue(constantName);
935 float fromValue = getValue(constantName);
1035 private float getValue(int propertyConstant) { method in class:ViewPropertyAnimator
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java195 final String rootPath = root.getValue().getPath();
197 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
208 final String rootPath = mostSpecific.getValue().getPath();
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java129 Object expValue = entry.getValue();
259 value = entry.getValue();
304 Log.e("test", " " + entry.getKey() + " -> " + entry.getValue());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java964 int sub = entry.getValue();
1016 int sub = entry.getValue();
1065 int sub = entry.getValue();
1462 int sub = entry.getValue();
1479 if (subId == entry.getValue()) {
1557 pw.println(" mSlotIdToSubIdMap[" + entry.getKey() + "]: subId=" + entry.getValue());
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java154 dest.writeInt(entry.getValue());
357 final int backRefIndex = selectionArgBackRef.getValue();
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java430 LinkedList<Request> reqList = entry.getValue();
525 LinkedList<Request> reqList = entry.getValue();
/frameworks/base/services/core/java/com/android/server/am/
H A DProviderMap.java240 ContentProviderRecord r = e.getValue();
266 ContentProviderRecord r = e.getValue();
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java479 operatorMask |= modifierEntry.getValue().mask();
496 modifierEntry.getValue().modifyDrawing(paint, canvas);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp418 *buffer = static_cast<uint32_t>(got->getValue());
459 *buffer = static_cast<uint64_t>(got->getValue());
/frameworks/support/v4/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java124 String to = entry.getValue();
296 View view = entry.getValue();
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java269 CacheHeader e = entry.getValue();
540 writeString(os, entry.getValue());
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java780 Log.d(TAG, entry.getKey().mAdapterIndex + ":" + entry.getValue());
1404 entry.getValue().offset(0, -scrollDist);
1406 entry.getValue().offset(-scrollDist, 0);
1412 start = entry.getValue().top;
1413 end = entry.getValue().bottom;
1415 start = entry.getValue().left;
1416 end = entry.getValue().right;
1428 entry.getValue(),
1540 .append(entry.getValue());
1545 .append(entry.getValue());
[all...]

Completed in 833 milliseconds

1234567891011>>