HomeSort by relevance Sort by last modified time
    Searched refs:max_id (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
mapped_file_unittest.cc 19 FileCallbackTest(int id, MessageLoopHelper* helper, int* max_id)
22 max_id_(max_id) {
82 int max_id = 0; local
84 FileCallbackTest callback(1, &helper, &max_id);
95 max_id = 1;
116 int max_id = 0; local
118 FileCallbackTest callback(1, &helper, &max_id);
128 max_id = 1;
  /external/chromium_org/components/bookmarks/browser/
bookmark_storage.h 49 int64 max_id);
92 void set_max_id(int64 max_id) { max_id_ = max_id; }
93 int64 max_id() const { return max_id_; } function in class:bookmarks::BookmarkLoadDetails
bookmark_storage.cc 70 details->set_max_id(std::max(max_node_id, details->max_id()));
122 int64 max_id)
130 max_id_(max_id),
bookmark_codec_unittest.cc 165 int64 max_id; local
169 &max_id,
171 model->set_next_node_id(max_id);
bookmark_codec.cc 95 int64* max_id,
110 *max_id = maximum_id_ + 1;
bookmark_model.cc 762 next_node_id_ = details->max_id();
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc 166 int max_id = 0; local
169 if (i->second > max_id)
170 max_id = i->second;
175 ret.resize(max_id);
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 239 max_id = max(substring_matches, key=len)
240 print 'Using config from id="%s" (substring match).' % max_id
241 config = id_map[max_id]
  /external/chromium_org/content/public/browser/
navigation_controller.h 365 virtual void SetMaxRestoredPageID(int32 max_id) = 0;
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 130 unsigned max_id : 4; /* maximum backreference on the RHS */ member in struct:subst
compile.c 791 sub->max_id = 0;
826 if (sub->max_id < tail->subst_id)
827 sub->max_id = tail->subst_id;
1292 compile_regex(b, flags, cur_cmd->x.cmd_subst->max_id + 1);
    [all...]
execute.c 1195 &regs, sub->max_id + 1))
1275 &regs, sub->max_id + 1));
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client_impl.cc 330 int max_id = next_id_; local
336 if (iter->first > max_id)
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 77 virtual void SetMaxRestoredPageID(int32 max_id) OVERRIDE;
navigation_controller_impl.cc     [all...]
  /development/ndk/platforms/android-L/include/linux/
btrfs.h 171 __u64 max_id; member in struct:btrfs_ioctl_fs_info_args
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 536 std::string max_id = AddNotification(optional); local
557 EXPECT_EQ(max_id, (*iter)->id());
566 EXPECT_EQ(max_id, (*iter)->id());
  /bionic/libc/kernel/uapi/linux/
btrfs.h 171 __u64 max_id; member in struct:btrfs_ioctl_fs_info_args
  /external/chromium_org/v8/src/
serialize.h 56 int max_id(int code) { return max_id_[code]; } function in class:v8::internal::ExternalReferenceTable
serialize.cc 598 int max = external_references->max_id(type) + 1;
    [all...]
hydrogen.cc 484 int max_id = -1; local
488 if (cur->block_id() > max_id) {
489 max_id = cur->block_id();
    [all...]
  /external/kernel-headers/original/uapi/linux/
btrfs.h 181 __u64 max_id; /* out */ member in struct:btrfs_ioctl_fs_info_args
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
btrfs.h 171 __u64 max_id; member in struct:btrfs_ioctl_fs_info_args
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
btrfs.h 171 __u64 max_id; member in struct:btrfs_ioctl_fs_info_args
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
btrfs.h 171 __u64 max_id; member in struct:btrfs_ioctl_fs_info_args

Completed in 974 milliseconds