HomeSort by relevance Sort by last modified time
    Searched refs:master (Results 201 - 225 of 314) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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:__anon9016
  /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:__anon26421
  /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:__anon28012
  /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:__anon29526
  /external/freetype/include/freetype/internal/services/
svmm.h 40 FT_Multi_Master* master );
44 FT_MM_Var* *master );
  /external/libvorbis/doc/
10-tables.tex 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
a2-encapsulation-rtp.tex 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
  /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::__anon9289
  /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>
GeolocationServiceGtk.cpp 74 // 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/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...]
  /external/chromium/chrome/browser/extensions/
extension_startup_browsertest.cc 93 UserScriptMaster* master = browser()->profile()->GetUserScriptMaster(); local
94 if (!master->ScriptsReady()) {
98 ASSERT_TRUE(master->ScriptsReady());
user_script_master_unittest.cc 21 // Test bringing up a master on a specific directory, putting a script
76 scoped_refptr<UserScriptMaster> master(new UserScriptMaster(temp_dir_.path(),
78 master->StartScan();
94 scoped_refptr<UserScriptMaster> master(new UserScriptMaster(temp_dir_.path(),
96 master->StartScan();
  /external/jpeg/
jdapistd.c 41 /* First call: initialize master control, select active modules */
94 /* First call: initialize master control, select active modules */
125 (*cinfo->master->prepare_for_output_pass) (cinfo);
130 while (cinfo->master->is_dummy_pass) {
149 (*cinfo->master->finish_output_pass) (cinfo);
150 (*cinfo->master->prepare_for_output_pass) (cinfo);
240 (*cinfo->master->prepare_for_output_pass) (cinfo);
381 (*cinfo->master->finish_output_pass) (cinfo);
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 41 /* First call: initialize master control, select active modules */
94 /* First call: initialize master control, select active modules */
125 (*cinfo->master->prepare_for_output_pass) (cinfo);
130 while (cinfo->master->is_dummy_pass) {
149 (*cinfo->master->finish_output_pass) (cinfo);
150 (*cinfo->master->prepare_for_output_pass) (cinfo);
240 (*cinfo->master->prepare_for_output_pass) (cinfo);
381 (*cinfo->master->finish_output_pass) (cinfo);
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 123 u8 master);
145 int adie_codec_set_master_mode(struct adie_codec_path *path_ptr, u8 master);
  /external/freetype/src/truetype/
ttgxvar.h 156 FT_MM_Var* *master );
  /external/iptables/extensions/
libxt_quota.c 59 .userspacesize = offsetof(struct xt_quota_info, master),

Completed in 745 milliseconds

1 2 3 4 5 6 7 891011>>