Searched refs:begin (Results 1 – 7 of 7) sorted by relevance
29 current_interface_ = interfaces_.begin(); in AdbInterfaceEnumObject()54 current_interface_ = interfaces_.begin(); in InitializeEnum()100 current_interface_ = interfaces_.begin(); in Reset()
184 for (AdbEnumInterfaceArray::iterator it = interfaces.begin(); in AdbCreateInterface()
42 std::string str( data.begin(), data.end() ); in CompileShader()45 std::map<std::string, std::string>::const_iterator it = map_parameters.begin(); in CompileShader()74 std::vector<uint8_t> v( str.begin(), str.end() ); in CompileShader()
184 std::vector<int32_t>::iterator it = vec_pointers_.begin(); in Detect()292 std::vector<int32_t>::iterator it = vec_pointers_.begin(); in Detect()
199 long begin = System.currentTimeMillis(); in doInBackground() local202 ContentUris.appendId(builder, begin); in doInBackground()203 ContentUris.appendId(builder, begin + DateUtils.DAY_IN_MILLIS); in doInBackground()
158 event.begin = cursor.getLong(beginIdx); in queryEvents()244 public long begin; field in CalendarQueryService.Event252 makeDataItemPath(eventId, begin)); in toPutDataMapRequest()258 data.putLong(BEGIN, begin); in toPutDataMapRequest()
179 struct linux_bigint begin; member