HomeSort by relevance Sort by last modified time
    Searched full:master (Results 1 - 25 of 1109) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/wx/packaging/debian/
python-webkitwx.install 1 WebKitBuild/Debug.master/libwxwebkit.so usr/lib/
  /cts/tests/assets/
otacerts.zip 
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/
Makefile 5 # pull in the master "inherited" definitions
6 include $(OMXROOT)/Master.mk
  /hardware/ti/omap3/omx/system/src/openmax_il/common/
Makefile 5 # pull in the master "inherited" definitions
6 include $(OMXROOT)/Master.mk
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Makefile 5 # pull in the master "inherited" definitions
6 include $(OMXROOT)/Master.mk
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
Makefile 5 # pull in the master "inherited" definitions
6 include $(OMXROOT)/Master.mk
  /external/quake/quake/src/QW/server/
notes.txt 4 - master sees new server, request auth with MD5(M|S). m is 32bit master key
6 - master validates registration with server
  /external/kernel-headers/original/linux/netfilter/
xt_quota.h 13 struct xt_quota_info *master; member in struct:xt_quota_info
xt_statistic.h 29 struct xt_statistic_info *master __attribute__((aligned(8))); member in struct:xt_statistic_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_quota.h 13 struct xt_quota_info *master; member in struct:xt_quota_info
  /external/webkit/Tools/TestResultServer/model/
testfile.py 38 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 = maste
    [all...]
  /external/iptables/include/linux/netfilter/
xt_quota.h 17 struct xt_quota_priv *master; member in struct:xt_quota_info
xt_quota2.h 22 struct xt_quota_counter *master __attribute__((aligned(8))); member in struct:xt_quota_mtinfo2
xt_statistic.h 33 struct xt_statistic_priv *master __attribute__((aligned(8))); member in struct:xt_statistic_info
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
Makefile 5 include $(OMXROOT)/Master.mk
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 39 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: %s, builder: %s, test_type: %s, name: %s."
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 50 void CheckVisited(VisitedLinkMaster& master, const char* prefix,
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,
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_prefix, 0, add_count)
    [all...]
  /external/clang/test/CodeGenObjC/
debug-info-block-helper.m 15 int master = 0;
19 (void) master;
25 master = x();
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
buildbot.tac 3 from buildbot.master import BuildMaster
6 configfile = r'master.cfg'
  /external/dbus/
README.cygwin 1 The cygwin dbus port is included in master branch of
  /external/javassist/
HOWTO.txt 2 If you want to run the tests, remember to do it from master or a branch that
build.properties 2 # works only on full builds that include master and in unix (though
  /external/tcpdump/
netbios.h 4 * @(#) $Header: /tcpdump/master/tcpdump/netbios.h,v 1.3 2002/12/11 07:13:55 guy Exp $
  /external/webkit/Tools/TestResultServer/templates/
showfilelist.html 16 <th>Master</th>
26 <td><a href="/testfile?master={{ file.master }}" >
27 {{ file.master }}
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
Makefile 5 include $(OMXROOT)/Master.mk

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011>>