Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 19 of 19) sorted by relevance

/development/host/windows/usb/api/
Dadb_interface_enum.cpp29 current_interface_ = interfaces_.begin(); in AdbInterfaceEnumObject()
54 current_interface_ = interfaces_.begin(); in InitializeEnum()
100 current_interface_ = interfaces_.begin(); in Reset()
Dadb_api.cpp184 for (AdbEnumInterfaceArray::iterator it = interfaces.begin(); in AdbCreateInterface()
/development/vndk/tools/header-checker/src/utils/
Dconfig_file.h58 const_iterator begin() const { in begin() function
59 return map_.begin(); in begin()
122 const_iterator begin() const { in begin() function
123 return map_.begin(); in begin()
Dstring_utils.cpp93 std::transform(value.begin(), value.end(), value.begin(), std::tolower); in ParseBool()
Dheader_abi_util.h80 old_elements_map.begin(); in FindCommonElements()
82 new_elements_map.begin(); in FindCommonElements()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java792 final Calendar begin = (Calendar)line.time.clone(); in markAnrLogcatRegions() local
793 begin.add(Calendar.SECOND, -seconds); in markAnrLogcatRegions()
794 begin.add(Calendar.MILLISECOND, -milliseconds); in markAnrLogcatRegions()
795 markAnrRegion(begin, line.time); in markAnrLogcatRegions()
805 private void markAnrRegion(Calendar begin, Calendar end) { in markAnrRegion() argument
807 if (line.time.compareTo(begin) >= 0 in markAnrRegion()
820 final Calendar begin = mBugreport.startTime; in markBugreportRegions() local
824 if (line.time.compareTo(begin) >= 0 in markBugreportRegions()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java253 long begin = System.currentTimeMillis(); in doInBackground() local
256 ContentUris.appendId(builder, begin); in doInBackground()
257 ContentUris.appendId(builder, begin + DateUtils.DAY_IN_MILLIS); in doInBackground()
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DCalendarQueryService.java158 event.begin = cursor.getLong(beginIdx); in queryEvents()
244 public long begin; field in CalendarQueryService.Event
252 makeDataItemPath(eventId, begin)); in toPutDataMapRequest()
263 data.putLong(BEGIN, begin); in toPutDataMapRequest()
/development/vndk/tools/header-checker/src/repr/
Dir_dumper.cpp60 std::stable_sort(xs.begin(), xs.end(), compare); in SortAbiElements()
Dir_reader.h203 augend->insert(std::make_move_iterator(addend.begin()), in MergeElements()
Dabi_diff_helpers.cpp374 removed_fields.begin(), removed_fields.end(), in CompareRecordFields()
379 added_fields.begin(), added_fields.end(), in CompareRecordFields()
Dir_reader.cpp111 return MergeStatus(true, (*(it->second.begin()))->GetSelfType()); in DoesUDTypeODRViolationExist()
/development/vndk/tools/header-checker/src/dumper/
Dfixed_argv.h86 argv_.insert(argv_.end(), args.begin(), args.end()); in PushForwardArgs()
Dabi_wrappers.cpp668 ThunkMap thunk_map(thunks.begin(), thunks.end()); in SetupRecordVTable()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.h100 Iterator begin() const { return Iterator(array_, ok_, 0); } in begin() function
/development/tools/logblame/
Dsample.txt24 begin noteScreenState
230 begin noteScreenState
323 begin noteScreenState
904 begin updateExternalStatsSync reason=get-stats
1170 begin updateExternalStatsSync reason=get-stats
1380 begin noteScreenState
1632 begin noteScreenState
1714 begin noteScreenState
2181 begin updateExternalStatsSync reason=get-stats
2449 begin updateExternalStatsSync reason=get-stats
[all …]
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp110 const repr::TypeIR *type = *(odr_list.begin()); in ExtractUserDefinedTypes()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp185 auto begin_it = dump_files.begin(); in DeDuplicateAbiElementsThread()
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp803 for (std::map<DWORD, size_t>::iterator it = read_errors.begin(); in TestCloseRaceCondition()