Searched refs:lists (Results 26 - 50 of 88) sorted by relevance

1234

/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js57 /* loads the lists.js file to the page.
60 var lists = document.createElement("script");
61 lists.setAttribute("type","text/javascript");
62 lists.setAttribute("src", toRoot+"reference/lists.js");
63 document.getElementsByTagName("head")[0].appendChild(lists);
/external/compiler-rt/make/
H A Dlib_info.mk49 # Compute lists of where each function is available.
/external/junit/
H A DCommon.mk7 # They are lists of .java files relative to external/junit/.
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc596 const std::vector<SBListChunkRanges>& lists, bool database_error) {
609 for (size_t i = 0; i < lists.size(); ++i) {
610 update_list_data_.append(safe_browsing::FormatList(lists[i]));
611 if (lists[i].name == safe_browsing_util::kPhishingList)
614 if (lists[i].name == safe_browsing_util::kMalwareList)
619 // lists.
621 // lists in GetChunks(). Refactor the unit tests so that this code can be
595 OnGetChunksComplete( const std::vector<SBListChunkRanges>& lists, bool database_error) argument
H A Dsafe_browsing_database.h143 // std::vector<SBListChunkRanges> lists;
144 // if (db.UpdateStarted(&lists)) {
145 // // Do something with |lists|.
162 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) = 0;
310 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) OVERRIDE;
H A Ddatabase_manager.cc787 std::vector<SBListChunkRanges> lists; local
791 if (database_->UpdateStarted(&lists)) {
800 this, lists, database_error, callback));
804 const std::vector<SBListChunkRanges>& lists, bool database_error,
808 callback.Run(lists, database_error);
803 OnGetAllChunksFromDatabase( const std::vector<SBListChunkRanges>& lists, bool database_error, GetChunksCallback callback) argument
H A Ddatabase_manager.h134 // Check if the prefix for |url| is in safebrowsing download add lists.
280 void OnGetAllChunksFromDatabase(const std::vector<SBListChunkRanges>& lists,
H A Dsafe_browsing_service_browsertest.cc171 virtual bool UpdateStarted(std::vector<SBListChunkRanges>* lists) OVERRIDE {
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_XML.py900 lists = [{}, {}, {}, {}]
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py900 lists = [{}, {}, {}, {}]
908 if not lists[func_cat_type].has_key(key):
909 lists[func_cat_type][key] = {}
911 lists[func_cat_type][key][func.name] = func
916 keys = lists[func_cat_type].keys()
920 names = lists[func_cat_type][key].keys()
924 functions.append(lists[func_cat_type][key][name])
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s56 @ Invalid writeback and register lists for LDM
78 @ Invalid writeback and register lists for PUSH/POP
89 @ Invalid writeback and register lists for STM
H A Ddiagnostics.s387 @ Bad register lists for VFP.
H A Dneon-vld-encoding.s455 @ Handle 'Q' registers in register lists as if the sub-reg D regs were
492 @ Register lists can use the range syntax, just like VLDM
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js292 chrome.wallpaperPrivate.getOfflineWallpaperList(function(lists) {
295 for (var i = 0; i < lists.length; i++) {
296 self.downloadedListMap_[lists[i]] = true;
430 chrome.wallpaperPrivate.getOfflineWallpaperList(function(lists) {
433 for (var i = 0; i < lists.length; i++)
434 self.downloadedListMap_[lists[i]] = true;
/external/bison/lib/
H A Dbitset_stats.c68 bitset_stats_info->types[BITSET_TYPE_ (BSET)].lists++
81 unsigned int lists; member in struct:bitset_type_info_struct
190 fprintf (file, _("%u bitset_lists\n"), stats->lists);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dlist.pxd51 # normally only used to fill in new lists where there is no
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp1346 if (NodeListsNodeData* lists = rareData()->nodeLists()) {
1347 if (ChildNodeList* childNodeList = lists->childNodeList(*this))
1362 if (NodeListsNodeData* lists = node->nodeLists())
1363 lists->invalidateCaches(attrName);
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py308 def zip(*lists):
310 for i in xrange(min(map(len, lists))):
311 result.append(tuple(map(lambda l, i=i: l[i], lists)))
/external/llvm/utils/TableGen/
H A Dtdtags83 that recipe. With no arguments, lists the available recipes.
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltdl.m4626 [Define if libtool can extract symbol lists from object files.])
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb66 +s+ are defined by the value of these lists at index +s+.
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py37 # pathnames. The generators can provide more keys, the two lists are merged
143 lists of all other files included by the build file.
169 The gyp file is restricted to dictionaries and lists only, and
303 # This recurses into lists so that it can look for dicts.
815 # Find the build file's directory, so commands can be run or file lists
863 # file lists more than once. The cache key contains the command to be
1009 # Leave output alone if it's a list of lists.
1010 # We don't want such lists to be stringified.
1238 # will append "IS_MAC" to both "defines" lists.
1253 # Recurse into child dicts, or process child lists whic
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/strace/
H A Dstrace.spec96 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3
99 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2
106 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
113 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
256 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
/external/deqp/modules/glshared/
H A DglsShaderLibrary.cpp905 // don't allow 0-sized lists

Completed in 654 milliseconds

1234