Searched defs:master (Results 1 - 25 of 49) sorted by relevance

12

/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
H A Dxt_hashlimit.h42 struct xt_hashlimit_info *master; member in union:xt_hashlimit_info::__anon7066
/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/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/extensions/
H A Dextension_startup_browsertest.cc93 UserScriptMaster* master = browser()->profile()->GetUserScriptMaster(); local
94 if (!master->ScriptsReady()) {
98 ASSERT_TRUE(master->ScriptsReady());
H A Duser_script_master.cc45 UserScriptMaster::ScriptReloader::ScriptReloader(UserScriptMaster* master) argument
46 : master_(master) {
149 // The master went away, so these new scripts aren't useful anymore.
284 // shared memory and let the master know it's ready. We need to post the task
/external/dropbear/
H A Dchansession.h46 int master; /* the master terminal fd*/ member in struct:ChanSess
/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...]
/external/kernel-headers/original/linux/hdlc/
H A Dioctl.h38 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon7485
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_hashlimit.h37 struct ipt_hashlimit_info *master; member in union:ipt_hashlimit_info::__anon7636
H A Dip_conntrack.h39 /* insert conntrack helper private data (master) here */
78 plus 1 for any connection(s) we are `master' for */
92 struct ip_conntrack *master; member in struct:ip_conntrack
144 /* The conntrack of the master connection */
145 struct ip_conntrack *master; member in struct:ip_conntrack_expect
164 /* Direction relative to the master connection. */
178 /* get master conntrack via master expectation */
179 #define master_ct(conntr) (conntr->master)
/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...]
/external/chromium/chrome/browser/chromeos/
H A Dlocale_change_guard.cc28 explicit Delegate(chromeos::LocaleChangeGuard* master) : master_(master) {} argument
/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...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DPeekingIteratorTest.java51 * <p>This IteratorTester makes copies of the master so that it can
56 private Iterable<T> master; field in class:PeekingIteratorTest.PeekingIteratorTester
59 public PeekingIteratorTester(Collection<T> master) { argument
60 super(master.size() + 3, MODIFIABLE, master,
62 this.master = master;
65 // make copy from master to verify later
66 targetList = Lists.newArrayList(master);
/external/libxslt/libxslt/
H A Dimports.c58 * @master: the "master" stylesheet
59 * @style: the stylesheet being imported by the master
62 * by the master, together with any imports within that.
65 static void xsltFixImportedCompSteps(xsltStylesheetPtr master, argument
69 (xmlHashScanner) xsltNormalizeCompSteps, master);
70 master->extrasNr += style->extrasNr;
72 xsltFixImportedCompSteps(master, res);
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp74 // TODO: Also get GeoclueVelocity but there is no master client
85 GeoclueMaster* master = geoclue_master_get_default(); local
86 GeoclueMasterClient* client = geoclue_master_create_client(master, 0, 0);
87 g_object_unref(master);
/external/iproute2/include/linux/hdlc/
H A Dioctl.h71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon6793

Completed in 748 milliseconds

12