Searched defs:all (Results 76 - 100 of 182) sorted by relevance

12345678

/external/skia/tools/
H A Dbench_pictures_main.cpp37 "slight hinting. For all flags except AAClip, specify the "
38 "type of primitive to effect, or choose all. for AAClip "
39 "alone, the filter affects all clips independent of type. "
69 "all",
98 int all = drawFilters[0]; local
101 all &= drawFilters[tIndex];
106 if (all & (1 << fIndex)) {
171 // Since the old picture has been deleted, all pixels should be cleared.
175 // Set the limit to max, so all pixels will be kept
/external/stlport/src/
H A Dlocale.cpp12 * without fee, provided the above notices are retained on all copies.
207 // Give L a name where all facets except those in category c
212 if ((c & locale::all) == 0 || strcmp(name1, name1) == 0)
214 else if ((c & locale::all) == locale::all)
226 if ((c & locale::all) == 0 || (strcmp(name, ctype_name) == 0 &&
233 else if ((c & locale::all) == locale::all && strcmp(ctype_name, time_name) == 0 &&
245 // Create a locale that's a copy of L, except that all of the facets
295 // Contruct a new locale where all facet
443 const locale::category locale::all; member in class:locale
[all...]
/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/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/third_party/WebKit/Source/web/
H A DWebDocument.cpp158 WebElementCollection WebDocument::all() function in class:blink::WebDocument
160 return WebElementCollection(unwrap<Document>()->all());
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc188 string all(t->original);
189 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
190 << "Got: " << all;
191 CHECK_EQ(all, t->global);
203 TEST(CheckRewriteString, all) {
368 string all, host; local
370 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));
371 CHECK_EQ(all, "chrisr:9000");
/external/doclava/src/com/google/doclava/
H A DConverter.java107 return (ClassInfo[]) mClasses.all();
297 ClassInfo[] all() {
686 Object[] all() { method in class:Converter.Cache
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DPerformanceResults.java36 * This class allow to read all data from releng performance database for given
39 * Then it provides easy and speedy access to all stored results.
61 int all, count; field in class:PerformanceResults.RemainingTimeGuess
64 RemainingTimeGuess(int all, long start) { argument
65 this.all = all;
83 return (long) ((((double)elapsed) / this.count) * (this.all - this.count));
112 * Returns the list of all builds currently read.
114 * @return The names list of all currently known builds
215 * Compute a SQL pattern from all store
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DIterables.java51 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterables
192 // Note: Not all random access lists support set() so we need to deal with
288 * @return a newly-allocated array into which all the elements of the iterable
302 * @return a newly-allocated array into which all the elements of the iterable
321 * Adds all elements in {@code iterable} to {@code collection}.
364 * you will eventually remove all the elements.
390 * {@code hasNext} method returns {@code true} until all of the original
395 * you will eventually remove all the elements.
518 * three and two elements, all in the original order.
550 * two inner lists of three elements each, all i
627 public static <T> boolean all( method in class:Iterables
[all...]
H A DIterators.java51 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterators
333 * @return a newly-allocated array into which all the elements of the iterator
344 * Adds all elements in {@code iterator} to {@code collection}. The iterator
398 * you will eventually remove all the elements.
437 * {@code hasNext()} method returns {@code true} until all of the original
442 * you will eventually remove all the elements.
571 * three and two elements, all in the original order.
591 * two inner lists of three elements each, all in the original order.
659 * Returns all instances of class {@code type} in {@code unfiltered}. The
665 * @return an unmodifiable iterator containing all element
697 public static <T> boolean all( method in class:Iterators
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java48 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterables
189 // Note: Not all random access lists support set() so we need to deal with
284 * @return a newly-allocated array into which all the elements of the iterable
303 * Adds all elements in {@code iterable} to {@code collection}.
346 * you will eventually remove all the elements.
372 * {@code hasNext} method returns {@code true} until all of the original
377 * you will eventually remove all the elements.
500 * three and two elements, all in the original order.
532 * two inner lists of three elements each, all in the original order.
585 public static <T> boolean all( method in class:Iterables
[all...]
H A DIterators.java49 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterators
326 * Adds all elements in {@code iterator} to {@code collection}. The iterator
380 * you will eventually remove all the elements.
419 * {@code hasNext()} method returns {@code true} until all of the original
424 * you will eventually remove all the elements.
553 * three and two elements, all in the original order.
573 * two inner lists of three elements each, all in the original order.
661 public static <T> boolean all( method in class:Iterators
1219 * Returns an iterator over the merged contents of all given
1226 * <p>For any equivalent elements across all {
[all...]
/external/openssl/crypto/conf/
H A Dconf_mod.c418 * i.e. have no active initialized modules. If 'all' is set
419 * then all modules are unloaded including static ones.
422 void CONF_modules_unload(int all) argument
431 /* If static or in use and 'all' not set ignore it */
432 if (((md->links > 0) || !md->dso) && !all)
454 /* finish and free up all modules instances */
/external/regex-re2/re2/testing/
H A Dre2_test.cc181 string all(t->original);
182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
183 << "Got: " << all;
184 CHECK_EQ(all, t->global);
196 TEST(CheckRewriteString, all) {
361 string all, host; local
363 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));
364 CHECK_EQ(all, "chrisr:9000");
/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/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...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMemoryView.py639 # analyse all axes.
652 # all others are cf_packing.
739 def all(it): function
752 all([axis == ('direct','follow') for axis in specs[:-1]])):
758 all([axis == ('direct','follow') for axis in specs[1:]])):
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnmdptst.c893 UEnumeration *pref, *all; local
909 all = NULL;
943 all = ucurr_getKeywordValuesForLocale("currency", loc, FALSE, &status);
945 size = uenum_count(all, &status);
951 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
959 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
974 uenum_close(all);
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp37 Features::all() function in class:Json::Features
92 features_( Features::all() ),
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr_main.cc41 double y, u, v, all; member in struct:metric
268 distorted_frame->all = ComputePSNR(total_err,
276 distorted_frame->all =
284 distorted_frame->all = CalcLSSIM(distorted_frame->all);
294 cur_distortion_psnr->all += distorted_frame->all;
303 if (distorted_frame->all < cur_distortion_psnr->min_all) {
304 cur_distortion_psnr->min_all = distorted_frame->all;
332 // Open all file
[all...]
/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h128 EIGEN_MEMBER_FUNCTOR(all, (Size-1)*NumTraits<Scalar>::AddCost);
368 * whether \b all coefficients of each respective column (or row) are \c true.
370 * \sa DenseBase::all() */
371 const typename ReturnType<internal::member_all>::Type all() const function in class:Eigen::VectorwiseOp
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c893 UEnumeration *pref, *all; local
909 all = NULL;
943 all = ucurr_getKeywordValuesForLocale("currency", loc, FALSE, &status);
945 size = uenum_count(all, &status);
951 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
959 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
974 uenum_close(all);
/external/iptables/extensions/
H A Dlibxt_conntrack.c26 __u16 all; member in union:ip_conntrack_old_tuple::__anon22520::__anon22521
33 __u16 all; member in union:ip_conntrack_old_tuple::__anon22522::__anon22523
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp35 Features::all() function in class:Json::Features
90 features_( Features::all() ),

Completed in 1510 milliseconds

12345678