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

12

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dgetpass.cc11 int master; local
12 int pid = forkpty(&master, NULL, NULL, NULL);
19 int res = read(master, buf, sizeof(buf));
21 write(master, "password\n", 9);
22 while ((res = read(master, buf, sizeof(buf))) > 0) write(1, buf, res);
/external/iptables/include/linux/netfilter/
H A Dxt_limit.h22 struct xt_limit_priv *master; member in struct:xt_rateinfo
H A Dxt_quota.h19 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.h46 struct xt_hashlimit_info *master; member in union:xt_hashlimit_info::__anon6380
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_limit.h22 struct xt_limit_priv *master; member in struct:xt_rateinfo
H A Dxt_quota.h19 struct xt_quota_priv *master; member in struct:xt_quota_info
H A Dxt_statistic.h33 struct xt_statistic_priv *master __attribute__((aligned(8))); member in struct:xt_statistic_info
H A Dxt_hashlimit.h47 struct xt_hashlimit_info *master; member in union:xt_hashlimit_info::__anon7034
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DPeekingIteratorTest.java50 * <p>This IteratorTester makes copies of the master so that it can
55 private Iterable<T> master; field in class:PeekingIteratorTest.PeekingIteratorTester
58 public PeekingIteratorTester(Collection<T> master) { argument
59 super(master.size() + 3, MODIFIABLE, master,
61 this.master = master;
64 // make copy from master to verify later
65 targetList = Lists.newArrayList(master);
/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/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmaster.c9 * This file contains master control logic for the JPEG decompressor.
81 * Also note that it may be called before the master module is initialized!
86 /* Do computations that are needed before master selection phase */
291 my_master_ptr master = (my_master_ptr) cinfo->master; local
307 master->pass_number = 0;
308 master->using_merged_upsample = use_merged_upsample(cinfo);
311 master->quantizer_1pass = NULL;
312 master->quantizer_2pass = NULL;
339 master
441 my_master_ptr master = (my_master_ptr) cinfo->master; local
501 my_master_ptr master = (my_master_ptr) cinfo->master; local
518 my_master_ptr master = (my_master_ptr) cinfo->master; local
546 my_master_ptr master; local
[all...]
H A Dfpdfapi_jcmaster.c9 * This file contains master control logic for the JPEG compressor.
48 /* Do computations that are needed before master selection phase */
276 my_master_ptr master = (my_master_ptr) cinfo->master; local
277 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
404 my_master_ptr master = (my_master_ptr) cinfo->master; local
406 switch (master->pass_type) {
421 (master->total_passes > 1 ?
426 master
506 my_master_ptr master = (my_master_ptr) cinfo->master; local
546 my_master_ptr master; local
[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/iproute2/include/linux/hdlc/
H A Dioctl.h71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon6050
/external/kernel-headers/original/uapi/linux/hdlc/
H A Dioctl.h73 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon6819
/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h245 Minion (ClangASTImporter &master, argument
249 master.m_file_manager,
251 master.m_file_manager,
255 m_master(master),
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb275 def master method in class:ANTLR3.Scope.Recognizer
/external/freetype/src/psaux/
H A Dpsobjs.c721 T1_TokenRec master; local
727 ps_parser_to_token( parser, &master );
729 if ( master.type == T1_TOKEN_TYPE_ARRAY )
738 parser->cursor = master.start + 1;
739 parser->limit = master.limit - 1;
/external/kernel-headers/original/uapi/linux/
H A Disdn.h110 char master[10]; /* Name of Master for Bundling */ member in struct:__anon6927
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsobjs.c727 T1_TokenRec master; local
733 ps_parser_to_token( parser, &master );
735 if ( master.type == T1_TOKEN_TYPE_ARRAY )
744 parser->cursor = master.start + 1;
745 parser->limit = master.limit - 1;
/external/libnl/lib/route/
H A Dlink.c443 struct rtnl_link *master = rtnl_link_get(cache, link->l_master); local
444 nl_dump(p, "master %s ", master ? master->l_name : "inv");
445 if (master)
446 rtnl_link_put(master);
607 struct rtnl_link *master = rtnl_link_get(cache, link->l_master); local
609 master ? master->l_name : "none");
610 if (master)
[all...]
/external/selinux/libsemanage/src/
H A Dsemanage_store.c2306 * there is only one bucket (pointed to by master) that
2317 static void semanage_fc_merge_sort(semanage_file_context_bucket_t * master) argument
2322 /* Loop until master is the only bucket left.
2323 * When we stop master contains the sorted list. */
2324 while (master->next) {
2325 current = master;
2453 semanage_file_context_bucket_t *master; local
2652 bcurrent = master = (semanage_file_context_bucket_t *)
2654 if (!master) {
2678 semanage_fc_bucket_list_destroy(master);
[all...]

Completed in 1236 milliseconds

12