HomeSort by relevance Sort by last modified time
    Searched refs:master (Results 151 - 175 of 268) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 42 struct ipt_hashlimit_info *master; member in union:ipt_hashlimit_info::__anon34387
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 40 struct xt_statistic_info *master __attribute__((aligned(8))); member in struct:xt_statistic_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 42 struct ipt_hashlimit_info *master; member in union:ipt_hashlimit_info::__anon34732
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 40 struct xt_statistic_info *master __attribute__((aligned(8))); member in struct:xt_statistic_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 42 struct ipt_hashlimit_info *master; member in union:ipt_hashlimit_info::__anon35124
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 40 struct xt_statistic_info *master __attribute__((aligned(8))); member in struct:xt_statistic_info
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 42 struct ipt_hashlimit_info *master; member in union:ipt_hashlimit_info::__anon35571
  /external/jpeg/
jcapistd.c 49 /* 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/
jcapistd.c 49 /* 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/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 144 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->AddURL(GURL("http://google.com/chrome/"))
681 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
705 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
751 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster(); local
    [all...]
  /external/bluetooth/hcidump/parser/
ericsson.c 44 frm->master = !(buf[0] & 0x01);
  /external/dropbear/
chansession.h 46 int master; /* the master terminal fd*/ member in struct:ChanSess
  /external/iproute2/include/linux/hdlc/
ioctl.h 71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon7219
  /external/kernel-headers/original/linux/mtd/
partitions.h 26 * 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,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/hdlc/
ioctl.h 71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon23144
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/
ioctl.h 71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon24734
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/hdlc/
ioctl.h 71 char master[IFNAMSIZ]; /* Name of master FRAD device */ member in struct:__anon26246
  /external/freetype/include/freetype/internal/services/
svmm.h 40 FT_Multi_Master* master );
44 FT_MM_Var* *master );
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 352 MasterOfAll::Lexer.master.should be_nil
356 MasterOfAll::FirstSlave.master.should == :MasterOfAll
360 MasterOfAll::SecondSlave.master.should == :MasterOfAll
364 MasterOfAll::FirstSlave::SlaveOfSlaves.master.should == :FirstSlave
366 master = MasterOfAll::Lexer.new( 'blah de blah' )
367 master.should respond_to :first_slave
368 master.should respond_to :second_slave
369 master.first_slave.should respond_to :slave_of_slaves
370 master.first_slave.should respond_to :master_of_all
371 master.first_slave.slave_of_slaves.should respond_to :first_slav
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 51 * <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) {
60 super(master.size() + 3, MODIFIABLE, master, local
62 this.master = master;
65 // make copy from master to verify later
66 targetList = Lists.newArrayList(master);
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 42 struct xt_hashlimit_info *master; member in union:xt_hashlimit_info::__anon7492
  /external/qemu/slirp/
misc.c 174 register int master, slave; local
179 if ((master = open("/dev/ptmx", O_RDWR)) < 0 ||
180 grantpt(master) < 0 ||
181 unlockpt(master) < 0 ||
182 (ptr = ptsname(master)) == NULL) {
183 close(master);
191 close(master);
196 *amaster = master;
209 if ((master = open(line, O_RDWR, 0)) == -1) {
221 *amaster = master;
254 int master = -1; local
    [all...]
  /external/qemu/slirp-android/
misc.c 154 register int master, slave; local
159 if ((master = open("/dev/ptmx", O_RDWR)) < 0 ||
160 grantpt(master) < 0 ||
161 unlockpt(master) < 0 ||
162 (ptr = ptsname(master)) == NULL) {
163 close(master);
171 close(master);
176 *amaster = master;
189 if ((master = open(line, O_RDWR, 0)) == -1) {
201 *amaster = master;
231 int master = -1; local
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h 29 #include <geoclue/geoclue-master.h>
  /external/webkit/Tools/TestResultServer/model/
jsonresults.py 401 def update(cls, master, builder, test_type, incremental):
407 master: master name.
416 small_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE_SMALL, JSON_RESULTS_MAX_BUILDS_SMALL)
417 large_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE, JSON_RESULTS_MAX_BUILDS)
422 def update_file(cls, master, builder, test_type, incremental, filename, num_runs):
423 files = TestFile.get_files(master, builder, test_type, filename)
430 file.master = master
439 "Update failed, master: %s, builder: %s, test_type: %s, name: %s."
    [all...]

Completed in 800 milliseconds

1 2 3 4 5 67 8 91011