Searched defs:all (Results 1 - 25 of 182) sorted by path

12345678

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
22 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
23 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
24 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
25 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
26 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
27 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
60 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/apache-harmony/jdwp/
H A DAndroid.mk5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
75 include $(call all-makefiles-under,$(LOCAL_PATH))
/external/bison/src/
H A Dgetargs.c91 * \param all the all value.
94 * If 0, then activate all the flags.
97 * If VALUE == 0 then KEY clears all flags from \c all and no-KEY sets all
98 * flags from \c all. Thus no-none = all and no-all = none.
103 int all, in
101 flags_argmatch(const char *option, const char * const keys[], const int values[], int all, int *flags, char *args) argument
[all...]
/external/blktrace/btt/
H A Diostat.c83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp) argument
90 if (all) {
132 if (all)
161 static void __dump_stats_t(__u64 stamp, struct stats_t *asp, int all) argument
179 if (all)
192 void iostat_dump_stats(__u64 stamp, int all) argument
198 if (all)
206 __dump_stats(stamp, all, dip, &as);
215 __dump_stats(stamp, all, dip, &as);
222 __dump_stats_t(stamp, &as, all);
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformationStore.java12 private List all = new ArrayList(); field in class:SignerInformationStore
35 this.all = new ArrayList(signerInfos);
60 return all.size();
64 * Return all signers in the collection
70 return new ArrayList(all);
/external/chromium_org/ash/display/
H A Ddisplay_manager_unittest.cc618 // Don't change the display info if all displays are disconnected.
1433 std::vector<gfx::Display> all = screen->GetAllDisplays(); variable
1434 EXPECT_EQ("500x300", all[0].size().ToString());
1435 EXPECT_EQ("800x400", all[1].size().ToString());
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.cc202 gfx::Image all; local
204 all = ui::ResourceBundle::GetSharedInstance().GetImageNamed(
209 all = ui::ResourceBundle::GetSharedInstance().GetImageNamed(
235 return gfx::ImageSkiaOperations::ExtractSubset(*all.ToImageSkia(), region);
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.cc77 gfx::Image all = ui::ResourceBundle::GetSharedInstance().GetImageNamed( local
94 return gfx::ImageSkiaOperations::ExtractSubset(*all.ToImageSkia(), region);
/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_api.cc162 ExtensionList all; local
163 all.insert(all.end(), extensions.begin(), extensions.end());
164 all.insert(all.end(), disabled_extensions.begin(), disabled_extensions.end());
165 for (ExtensionList::const_iterator it = all.begin();
166 it != all.end(); ++it) {
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc552 // Expires all URLs more recent than a given time, with no starred items.
602 // Expires all URLs with times in a given set.
853 const ExpiringVisitsReader* all = expirer_.GetAllVisitsReader(); local
873 // Now, read all visits and verify that there's at least one.
874 EXPECT_TRUE(all->Read(now, main_db_.get(), &visits, 1));
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcommon_test_util.js77 * The JS test harness expects all calls to complete synchronously.
79 * Instead of mocking all possible calls to promises, a skeleton
150 function all(arrayOfPromises) { function
181 PromisePrototypeObject.all = all;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_storage_unittest.cc71 const std::vector<ServiceWorkerRegistrationInfo>& all) {
73 *all_out = all;
78 std::vector<ServiceWorkerRegistrationInfo>* all) {
79 return base::Bind(&GetAllCallback, was_called, all);
68 GetAllCallback( bool* was_called, std::vector<ServiceWorkerRegistrationInfo>* all_out, const std::vector<ServiceWorkerRegistrationInfo>& all) argument
76 MakeGetAllCallback( bool* was_called, std::vector<ServiceWorkerRegistrationInfo>* all) argument
/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc76 WebElementCollection all = current_frame->document().all();
77 for (WebElement element = all.firstItem();
78 !element.isNull(); element = all.nextItem()) {
187 // If the all frames are finished saving, check all finish status
269 // recursive_serialization indicates whether we will serialize all
373 // Go through all children of HEAD element.
425 // Go through all children of HEAD element.
607 // this test file, also all link
614 WebElementCollection all = doc.all(); local
[all...]
H A Dsavable_resources.cc38 // Structure for storage the unique set of all savable resource links for
43 // Unique set of all sub resource links.
45 // Unique set of all frame links.
47 // Collection of all frames we go through when getting all savable resource
63 // Get all savable resource links from current element. One element might
91 // protocol does no have cache mechanism, we will skip all
104 // Get all savable resource links from current WebFrameImpl object pointer.
133 // Go through all descent nodes.
134 WebElementCollection all local
[all...]
/external/chromium_org/remoting/webapp/js_proto/
H A Ddom_proto.js13 Document.prototype.all;
217 Promise.prototype.all = function (promises) {};
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp306 // Note: We generalize this to all "blank" URLs and invalid URLs because we
307 // treat all of these URLs as about:blank.
575 // gone. The Document and all the nodes in the document are gone, so maybe
2441 // as the following conditions are all met:
2482 // Because we have no frame, we don't know if all loading has completed,
3417 // We need to manually repaint because we avoid doing all repaints in layout or style
4620 return all();
4623 PassRefPtrWillBeRawPtr<HTMLAllCollection> Document::all() function in class:blink::Document
4660 // FrameLoader::finishedParsing() might end up calling Document::implicitClose() if all
4683 // Parser should have picked up all preload
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp158 WebElementCollection WebDocument::all() function in class:blink::WebDocument
160 return WebElementCollection(unwrap<Document>()->all());
H A DWebPageSerializerImpl.cpp42 // c) We comment all base tags when serialzing DOM for the page.
53 // <base href="http://www.yahoo.com/"...> to DOM, so all URLs which point to
55 // "http://www.yahoo.com/yahoo_files/...", which will cause all saved resource
57 // all saved sub-resource files (such as CSS, JavaScript files) and sub-frame
59 // Now FireFox, IE and WebKit based Browser all have this problem.
70 // If there are multiple base tags in original document, we will comment all old
211 // Will search each META which has charset declaration, and skip them all
302 // Go through all attributes and serialize them.
464 // all sub-frames.
467 // Collect all frame
473 RefPtrWillBeRawPtr<HTMLAllCollection> all = currentDoc->all(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp201 Vector<RefPtr<PerStringStats> > all; local
203 all.append(iter->value);
205 std::sort(all.begin(), all.end());
206 std::reverse(all.begin(), all.end());
207 for (size_t i = 0; i < 20 && i < all.size(); ++i)
208 all[i]->print();
514 // Nothing to do if the string is all ASCII with no uppercase.
544 // Nothing to do if the string is all ASCI
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiff.pl47 all: label
60 all: label
159 all: label
175 all: label
291 all: label
309 all: label
333 all: label
351 all: label
686 all: label
733 all label
772 all: label
796 all: label
822 all: label
847 all: label
874 all: label
901 all: label
926 all: label
954 all: label
[all...]
H A DparseDiffWithMockFiles.pl111 all: label
117 all: label
186 -all:
188 +all:\r
202 -all:
204 +all:\r
223 @@ -1,3 +1,4 @@\r MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKitTools\r \r-all:
225 +all:\r+\r
234 @@ -1,3 +1,4 @@\r MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKitTools\r \r-all:
236 +all
[all...]
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
H A Dqunit.js54 passed: config.moduleStats.all - config.moduleStats.bad,
55 total: config.moduleStats.all
59 config.moduleStats = { all: 0, bad: 0 };
131 config.stats.all += this.assertions.length;
132 config.moduleStats.all += this.assertions.length;
254 // call on start of module test to prepend name to all tests
297 * Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through.
495 stats: { all: 0, bad: 0 },
496 moduleStats: { all: 0, bad: 0 },
652 // Logging callbacks; all receiv
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 819 milliseconds

12345678