Searched refs:master (Results 1 - 25 of 96) sorted by relevance

1234

/external/webkit/Tools/TestResultServer/model/
H A Dtestfile.py38 master = db.StringProperty() variable in class:TestFile
43 def delete_file(cls, key, master, builder, test_type, name, limit):
52 files = cls.get_files(master, builder, test_type, name, limit)
55 "File not found, master: %s, builder: %s, test_type:%s, name: %s.",
65 def get_files(cls, master, builder, test_type, name, load_data=True, limit=1):
67 if master:
68 query = query.filter("master =", master)
84 def add_file(cls, master, builder, test_type, name, data):
86 file.master
[all...]
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_perftest.cc50 void CheckVisited(VisitedLinkMaster& master, const char* prefix, argument
53 master.IsVisited(TestURL(prefix, i));
56 // Fills that master's table with URLs starting with the given prefix and
58 void FillTable(VisitedLinkMaster& master, const char* prefix, argument
61 master.AddURL(TestURL(prefix, i));
84 VisitedLinkMaster master(DummyVisitedLinkEventListener::GetInstance(),
86 ASSERT_TRUE(master.Init());
91 CheckVisited(master, added_prefix, 0, add_count);
95 FillTable(master, added_prefix, 0, half_size);
99 CheckVisited(master, added_prefi
[all...]
H A Dvisitedlink_unittest.cc144 EXPECT_TRUE(found) << "URL " << i << "not found in master.";
314 // This tests that the master correctly resizes its tables when it gets too
479 VisitedLinkMaster* master() const { return visited_link_master_.get(); } function in class:VisitCountingProfile
628 // add some URLs to master.
629 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
631 master->AddURL(GURL("http://acidtests.org/"));
632 master->AddURL(GURL("http://google.com/"));
633 master->AddURL(GURL("http://chromium.org/"));
635 master->AddURL(GURL("http://acidtests.org/"));
649 master
681 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
705 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
751 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_limit.h22 struct xt_limit_priv *master; member in struct:xt_rateinfo
H A Dxt_quota.h17 struct xt_quota_priv *master; member in struct:xt_quota_info
H A Dxt_quota2.h22 struct xt_quota_counter *master __attribute__((aligned(8))); member in struct:xt_quota_mtinfo2
H A Dxt_statistic.h33 struct xt_statistic_priv *master __attribute__((aligned(8))); member in struct:xt_statistic_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_limit.h19 struct xt_rateinfo *master; member in struct:xt_rateinfo
H A Dxt_quota.h13 struct xt_quota_info *master; member in struct:xt_quota_info
H A Dxt_statistic.h29 struct xt_statistic_info *master __attribute__((aligned(8))); member in struct:xt_statistic_info
/external/webkit/Tools/TestResultServer/handlers/
H A Dtestfilehandler.py39 PARAM_MASTER = "master"
55 master = self.request.get(PARAM_MASTER)
61 "Deleting File, master: %s, builder: %s, test_type: %s, name: %s, key: %s.",
62 master, builder, test_type, name, key)
64 TestFile.delete_file(key, master, builder, test_type, name, 100)
67 self.redirect("/testfile?master=%s&builder=%s&testtype=%s&name=%s"
68 % (master, builder, test_type, name))
74 def _get_file_list(self, master, builder, test_type, name):
84 master, builder, test_type, name, load_data=False, limit=100)
86 logging.info("File not found, master
[all...]
/external/jpeg/
H A Djdmaster.c8 * This file contains master control logic for the JPEG decompressor.
93 * Also note that it may be called before the master module is initialized!
98 /* Do computations that are needed before master selection phase */
313 my_master_ptr master = (my_master_ptr) cinfo->master; local
329 master->pass_number = 0;
330 master->using_merged_upsample = use_merged_upsample(cinfo);
333 master->quantizer_1pass = NULL;
334 master->quantizer_2pass = NULL;
361 master
463 my_master_ptr master = (my_master_ptr) cinfo->master; local
523 my_master_ptr master = (my_master_ptr) cinfo->master; local
540 my_master_ptr master = (my_master_ptr) cinfo->master; local
568 my_master_ptr master; local
[all...]
H A Djcmaster.c8 * This file contains master control logic for the JPEG compressor.
47 /* Do computations that are needed before master selection phase */
275 my_master_ptr master = (my_master_ptr) cinfo->master; local
276 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
403 my_master_ptr master = (my_master_ptr) cinfo->master; local
405 switch (master->pass_type) {
420 (master->total_passes > 1 ?
425 master
505 my_master_ptr master = (my_master_ptr) cinfo->master; local
545 my_master_ptr master; local
[all...]
H A Djcapistd.c49 /* Perform master selection of active modules */
52 (*cinfo->master->prepare_for_pass) (cinfo);
94 /* Give master control module another chance if this is first call to
99 if (cinfo->master->call_pass_startup)
100 (*cinfo->master->pass_startup) (cinfo);
139 /* Give master control module another chance if this is first call to
144 if (cinfo->master->call_pass_startup)
145 (*cinfo->master->pass_startup) (cinfo);
/external/qemu/distrib/jpeg-6b/
H A Djdmaster.c8 * This file contains master control logic for the JPEG decompressor.
93 * Also note that it may be called before the master module is initialized!
98 /* Do computations that are needed before master selection phase */
313 my_master_ptr master = (my_master_ptr) cinfo->master; local
329 master->pass_number = 0;
330 master->using_merged_upsample = use_merged_upsample(cinfo);
333 master->quantizer_1pass = NULL;
334 master->quantizer_2pass = NULL;
361 master
463 my_master_ptr master = (my_master_ptr) cinfo->master; local
523 my_master_ptr master = (my_master_ptr) cinfo->master; local
540 my_master_ptr master = (my_master_ptr) cinfo->master; local
568 my_master_ptr master; local
[all...]
H A Djcmaster.c8 * This file contains master control logic for the JPEG compressor.
47 /* Do computations that are needed before master selection phase */
275 my_master_ptr master = (my_master_ptr) cinfo->master; local
276 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
403 my_master_ptr master = (my_master_ptr) cinfo->master; local
405 switch (master->pass_type) {
420 (master->total_passes > 1 ?
425 master
505 my_master_ptr master = (my_master_ptr) cinfo->master; local
545 my_master_ptr master; local
[all...]
H A Djcapistd.c49 /* Perform master selection of active modules */
52 (*cinfo->master->prepare_for_pass) (cinfo);
94 /* Give master control module another chance if this is first call to
99 if (cinfo->master->call_pass_startup)
100 (*cinfo->master->pass_startup) (cinfo);
139 /* Give master control module another chance if this is first call to
144 if (cinfo->master->call_pass_startup)
145 (*cinfo->master->pass_startup) (cinfo);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt052import.py145 master = textwrap.dedent(
158 master, 's',
175 # String master =
181 # String found = execParser("M.g", master, "MParser", "MLexer",
201 master = textwrap.dedent(
214 master, 's',
239 master = textwrap.dedent(
251 master, 's',
287 master = textwrap.dedent(
300 master, '
[all...]
/external/kernel-headers/original/linux/hdlc/
H A Dioctl.h38 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon6892
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCompositeGrammars.java55 String master =
61 String found = execParser("M.g", master, "MParser", "MLexer",
75 String master =
81 String found = execParser("M.g", master, "MParser", "MLexer",
95 String master =
101 String found = execParser("M.g", master, "MParser", "MLexer",
115 String master =
120 String found = execParser("M.g", master, "MParser", "MLexer",
136 String master =
142 String found = execParser("M.g", master, "MParse
[all...]
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_hashlimit.h37 struct ipt_hashlimit_info *master; member in union:ipt_hashlimit_info::__anon7043
/external/dropbear/
H A Dchansession.h46 int master; /* the master terminal fd*/ member in struct:ChanSess
/external/iproute2/include/linux/hdlc/
H A Dioctl.h71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon6200
/external/kernel-headers/original/linux/mtd/
H A Dpartitions.h26 * will extend to the end of the master MTD device.
27 * offset: absolute starting position within the master MTD device; if
31 * master MTD flag set for the corresponding MTD partition.
42 u_int32_t offset; /* offset within the master MTD space */
43 u_int32_t mask_flags; /* master MTD flags to mask out for this partition */
69 extern int parse_mtd_partitions(struct mtd_info *master, const char **types,
/external/freetype/include/freetype/internal/services/
H A Dsvmm.h40 FT_Multi_Master* master );
44 FT_MM_Var* *master );

Completed in 2127 milliseconds

1234