HomeSort by relevance Sort by last modified time
    Searched defs:all (Results 151 - 175 of 287) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
104 static const category all = (ctype | numeric | collate | member in class:locale
287 // NB: locale::global() has to know how to modify all the
530 // We must actually compare all the _M_names: can be all equal!
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
104 static const category all = (ctype | numeric | collate | member in class:locale
287 // NB: locale::global() has to know how to modify all the
530 // We must actually compare all the _M_names: can be all equal!
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
104 static const category all = (ctype | numeric | collate | member in class:locale
287 // NB: locale::global() has to know how to modify all the
530 // We must actually compare all the _M_names: can be all equal!
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 96 * intersection. The category all is the union of these values.
107 static const category all = (ctype | numeric | collate | member in class:locale
290 // NB: locale::global() has to know how to modify all the
544 // We must actually compare all the _M_names: can be all equal!
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 96 * intersection. The category all is the union of these values.
107 static const category all = (ctype | numeric | collate | member in class:locale
291 // NB: locale::global() has to know how to modify all the
545 // We must actually compare all the _M_names: can be all equal!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 171 List<String> all = new ArrayList<String>(mCustomViews.size() + mThirdPartyViews.size()); local
172 all.addAll(mCustomViews);
173 all.addAll(mThirdPartyViews);
174 return all;
  /build/core/
definitions.mk 26 # Full paths to all of the documentation
29 # The short names of all of the targets in the system.
47 # that contains all of the INSTALLED_MODULEs with that tag.
51 # of all targets for a particular tag. The top-level variable
53 # the list of all known tags. (This means that this variable
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
66 # These all have an order-only dependency on the copied headers
78 # All findbugs xml file
    [all...]
  /ndk/build/core/
definitions.mk 45 # Rationale: Checks that all variables listed in $1 are defined, or abort the
60 # Rationale: Checks that all required vars listed in $1 were defined by $2
344 # We use __ndk_modules to hold the list of all modules corresponding
414 # the generated module (i.e. the one containing all symbols used during
456 # Returns : The list of all recorded modules
464 # Returns : The list of all recorded non-imported modules
475 # and abort. This will record all LOCAL_XXX variables for the module.
554 # Dump all module information. Only use this for debugging
655 # Return all static libraries for a given module.
659 module-get-all-static-libs = $(strip
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 41 * replaced all the symbols from the the input corresponding to the RHS with
85 /** Collection of all states. */
88 /** Collection of all states. */
89 public static Enumeration all() {return _all.elements();} method in class:lalr_state
173 for (Enumeration e = itms.all(); e.hasMoreElements(); )
205 /* iterate across all states */
206 for (Enumeration st = all(); st.hasMoreElements(); )
260 * building process does not maintain full loookaheads in all items.
316 /* gather up all the symbols that appear before dots */
318 for (i = st.items().all(); i.hasMoreElements();
    [all...]
production.java 53 * all actions at the end where they can be handled as part of a reduce by
143 /** Table of all productions. Elements are stored using their index as
148 /** Access to all productions. */
149 public static Enumeration all() {return _all.elements();}; method in class:production
344 /** Translate all the label names within an action string to appropriate code.
431 /** Translate label names to appropriate code within all action strings.
570 /** Remove all embedded actions from a production by factoring them
626 /* otherwise we need to test all of our parts */
646 /* if we make it here all parts are nullable */
661 * This assumes that nullability has already been computed for all non
    [all...]
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 93 Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> all = local
96 mSyncAdapters = new Object[all.size()];
99 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> item : all) {
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 127 EIGEN_MEMBER_FUNCTOR(all, (Size-1)*NumTraits<Scalar>::AddCost);
341 * whether \b all coefficients of each respective column (or row) are \c true.
343 * \sa DenseBase::all() */
344 const typename ReturnType<internal::member_all>::Type all() const function in class:Eigen::VectorwiseOp
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultiset.java 57 @SuppressWarnings("unchecked") // all supported methods are covariant
127 List<E> all = new ArrayList<E>(size); local
128 Collections.addAll(all, e1, e2, e3, e4, e5, e6);
129 Collections.addAll(all, others);
130 return copyOf(all);
184 @SuppressWarnings("unchecked") // all supported methods are covariant
  /external/iptables/extensions/
libxt_conntrack.c 22 __u16 all; member in union:ip_conntrack_old_tuple::__anon9235::__anon9236
29 __u16 all; member in union:ip_conntrack_old_tuple::__anon9237::__anon9238
  /external/kernel-headers/original/linux/
netfilter.h 64 __u32 all[4]; member in union:nf_inet_addr
77 return a1->all[0] == a2->all[0] &&
78 a1->all[1] == a2->all[1] &&
79 a1->all[2] == a2->all[2] &&
80 a1->all[3] == a2->all[3];
  /external/libppp/src/
bundle.h 3 * All rights reserved.
76 struct fdescriptor desc; /* really all our datalinks */
92 int all; /* Union of all physical::type's */ member in struct:bundle::__anon10727
93 int open; /* Union of all open physical::type's */
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 104 // Return all the bits used for the "small" representation; this includes
139 /// SmallBitVector ctor - Creates a bitvector of specified number of bits. All
197 /// all - Returns true if all bits are set.
198 bool all() const { function in class:llvm::SmallBitVector
201 return getPointer()->all();
245 /// clear - Clear all bits.
  /external/regex-re2/re2/testing/
re2_test.cc 2 // Copyright 2002-2009 The RE2 Authors. All Rights Reserved.
181 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");
    [all...]
  /external/skia/tools/
bench_pictures_main.cpp 33 "all",
62 int all = drawFilters[0]; local
65 all &= drawFilters[tIndex];
70 if (all & (1 << fIndex)) {
157 " that are all a power of two\n"
216 " slight hinting. For all flags except AAClip, specify the\n"
217 " type of primitive to effect, or choose all. for AAClip\n"
218 " alone, the filter affects all clips independent of type.\n");
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 378 QWebElementCollection all = collection + body.findAll("span.b"); local
379 QCOMPARE(all.count(), 6);
382 all += collection;
383 QCOMPARE(all.count(), 11);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 89 InetAddress[] all = InetAddress.getAllByName("localhost"); local
90 assertNotNull(all);
92 assertTrue(all.length >= 1);
93 for (InetAddress alias : all) {
97 }// end for all aliases
128 // TODO : Test to ensure all the address formats are recognized
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
345 // "body" should match all pages in the example data.
511 // All the normal data + the favicon should be gone.
540 // All the normal data + the favicon should be gone.
588 // Expires all URLs more recent than a given time, with no starred items.
863 const ExpiringVisitsReader* all = expirer_.GetAllVisitsReader(); local
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 68 return (ClassInfo[]) mClasses.all();
246 ClassInfo[] all() {
625 Object[] all() { method in class:Converter.Cache
  /external/elfutils/src/
ar.c 441 /* Tell the kernel we will read all the pages sequentially. */
1010 /* If the archive is empty that is all we have to do. */
1087 struct armem *all = NULL; local
1105 /* Store the names of all files from the command line in a hash
1154 /* Note that all == NULL means insert at the beginning. */
1156 after_memberelem = all;
1170 all files to a special list. */
1177 after_memberelem = all;
1184 if (all == NULL)
1185 all = newp->next = newp
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 4 * and others. All Rights Reserved.
807 "ADD", "ADP", "AED", "AFA", "AFN", "AIF", "ALK", "ALL", "ALV", "ALX", "AMD",
893 UEnumeration *pref, *all; local
    [all...]

Completed in 1018 milliseconds

1 2 3 4 5 67 8 91011>>