Lines Matching refs:token
385 def _write_main_dict_line(self, file_handle, token,
388 token offsets to _data_token_offset. file_handle is the file
389 handle for the output main dictionary file. token is the token
394 the values which matched the token for the action and key it's
403 self.old_out_token >= token:
404 raise RuntimeError("In writing dict line, token:{0}, "
405 "old_out_token:{1}".format(token,
407 self.old_out_token = token
411 self._data_token_offset.write_entity(token, cur_location)
432 token, fv_fmri_pos_list_list))
485 # Seed cur_toks with the first token from each temporary file.
502 # Find smallest available token and the temporary files
503 # which contain that token.
522 # long as the token matches min_token.
544 raise RuntimeError("Got min token:{0} greater "
624 # than the token most recently read from the
640 # token from the new packages with the existing
641 # information for that token.
652 # If this token has any packages still
952 dictionary and the token byte offset files are moved. This is