Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 60) sorted by relevance

123

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp81 void LogEvent::parseInt32(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt32()
87 void LogEvent::parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseInt64()
93 void LogEvent::parseString(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseString()
107 void LogEvent::parseFloat(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseFloat()
113 void LogEvent::parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseBool()
120 void LogEvent::parseByteArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseByteArray()
134 void LogEvent::parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseKeyValuePairs()
176 void LogEvent::parseAttributionChain(int32_t* pos, int32_t depth, bool* last, in parseAttributionChain()
213 void LogEvent::parseArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseArray()
412 bool last[] = {false, false, false}; in parseBuffer() local
DLogEvent.h303 void addToValues(int32_t* pos, int32_t depth, T& value, bool* last) { in addToValues()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settingslib/enterprise/
DEnterprisePrivacyFeatureProviderImplTest.java65 Date last = mProvider.getLastBugReportRequestTime(); in testGetLastBugReportRequestTime_ok() local
84 Date last = mProvider.getLastNetworkLogRetrievalTime(); in testGetLastNetworkLogRetrievalTime_ok() local
103 Date last = mProvider.getLastSecurityLogRetrievalTime(); in testGetLastSecurityLogRetrievalTime_ok() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DRecyclerViewExtensions.kt27 val last = getChildAt(count - 1) constant
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot()
62 long last=nr_elements-1; in db_LeanQuickSelect() local
/packages/apps/Dialer/java/com/android/contacts/common/util/
DStopWatch.java65 long last = start; in stopAndLog() local
/packages/modules/Bluetooth/system/gd/common/
Dstrings.h80 std::string ToHexString(InputIt first, InputIt last) { in ToHexString()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEchoingTextWatcher.java75 final String last = s.subSequence(len - 1, len).toString(); in onTextChanged() local
/packages/apps/Contacts/src/com/android/contacts/util/
DStopWatch.java74 long last = start; in stopAndLog() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java185 BluetoothDevice last = makeBluetoothDevice("11:22:33:44:55:66"); in testConnectMaxDevices() local
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_hci_layer.h81 auto last = std::move(command_queue_.front()); in GetLastCommand() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DFocusManager.java333 int last = mScope.layout.findLastVisibleItemPosition(); in findPagedTargetPosition() local
612 long last = mLastEvent.getEventTime(); in run() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
DHistogramView.java113 float last = 0; in drawHistogram() local
/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.cpp184 bool last = i == (argc - 1); in android_native_main() local
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DSharedMemory.h74 GeneralResult<std::vector<base::unique_fd>> dupFds(ForwardFdIt first, ForwardFdIt last) { in dupFds()
/packages/modules/DnsResolver/
Dres_stats.cpp55 time_t last = 0; in android_net_res_stats_aggregate() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java32 int last = curve.length - 1; in calculatetCurve() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.cpp38 PyramidShort *curr, *last; in allocatePyramidPacked() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Ditoatest.cpp78 T i = 1, last; in Verify() local
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_fake.cc94 auto last = std::move(command_queue_.front()); in GetCommand() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java154 public void setLastActivity(long last) { in setLastActivity()
/packages/modules/adb/
Dsocket_test.cpp52 int last[2]; in TEST_F() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCurves.java391 float last = 0; in drawHistogram() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java335 PtNodeInfo last = null; in getWordAtPositionWithoutParentAddress() local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp658 int i = 0, last=0; in SetOutlierThreshold() local

123