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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Verifier/
2002-11-05-GetelementptrPointers.ll 4 ; contained WITHIN a structure.
  /libcore/luni/src/main/java/java/util/
EnumSet.java 38 * the class object for the elements contained.
60 * the class object for the elements contained.
72 * Creates an enum set. All the contained elements are of type
73 * Class<E>, and the contained elements are the same as those
74 * contained in {@code s}.
89 * Creates an enum set. The contained elements are the same as those
90 * contained in collection {@code c}. If c is an enum set, invoking this
120 * Creates an enum set. All the contained elements complement those from the
146 * the element to be initially contained.
164 * the initially contained element
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_error.h 62 /** The expression contained an invalid collating element name. */
65 /** The expression contained an invalid character class name. */
69 * The expression contained an invalid escaped character, or a trailing
74 /** The expression contained an invalid back reference. */
77 /** The expression contained mismatched [ and ]. */
80 /** The expression contained mismatched ( and ). */
83 /** The expression contained mismatched { and } */
86 /** The expression contained an invalid range in a {} expression. */
90 * The expression contained an invalid character range,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_error.h 62 /** The expression contained an invalid collating element name. */
65 /** The expression contained an invalid character class name. */
69 * The expression contained an invalid escaped character, or a trailing
74 /** The expression contained an invalid back reference. */
77 /** The expression contained mismatched [ and ]. */
80 /** The expression contained mismatched ( and ). */
83 /** The expression contained mismatched { and } */
86 /** The expression contained an invalid range in a {} expression. */
90 * The expression contained an invalid character range,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h 62 /** The expression contained an invalid collating element name. */
65 /** The expression contained an invalid character class name. */
69 * The expression contained an invalid escaped character, or a trailing
74 /** The expression contained an invalid back reference. */
77 /** The expression contained mismatched [ and ]. */
80 /** The expression contained mismatched ( and ). */
83 /** The expression contained mismatched { and } */
86 /** The expression contained an invalid range in a {} expression. */
90 * The expression contained an invalid character range,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h 62 /** The expression contained an invalid collating element name. */
65 /** The expression contained an invalid character class name. */
69 * The expression contained an invalid escaped character, or a trailing
74 /** The expression contained an invalid back reference. */
77 /** The expression contained mismatched [ and ]. */
80 /** The expression contained mismatched ( and ). */
83 /** The expression contained mismatched { and } */
86 /** The expression contained an invalid range in a {} expression. */
90 * The expression contained an invalid character range,
  /external/clang/test/CodeGenCXX/
switch-case-folding-1.cpp 7 // statement due to the case 5 statement contained in the do loop
switch-case-folding.cpp 7 // statement due to the case 5 statement contained in the do loop
  /external/icu4c/common/
unisetspan.h 42 CONTAINED = 2,
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
49 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED,
88 // All code points in the string are contained in the parent set.
104 // Set for span(not contained).
  /external/clang/test/CodeGen/
2002-02-14-EntryNodePreds.c 3 /* GCC Used to generate code that contained a branch to the entry node of
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
link-and-subresource-test-expected.txt 3 This test verifies that an image which is prefetched, and which is also contained as a subresource of the current document can be loaded correctly as a subresource. See bug 49236 in which this wasn't working.
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.badexp/
regex_error.pass.cpp 29 assert(e.what() == std::string("The expression contained an invalid collating element name."));
34 assert(e.what() == std::string("The expression contained an invalid character class name."));
39 assert(e.what() == std::string("The expression contained an invalid escaped character, or a "
45 assert(e.what() == std::string("The expression contained an invalid back reference."));
50 assert(e.what() == std::string("The expression contained mismatched [ and ]."));
55 assert(e.what() == std::string("The expression contained mismatched ( and )."));
60 assert(e.what() == std::string("The expression contained mismatched { and }."));
65 assert(e.what() == std::string("The expression contained an invalid range in a {} expression."));
70 assert(e.what() == std::string("The expression contained an invalid character range, "
  /hardware/libhardware/include/hardware/
bt_rc.h 127 ** num_attr: specifies the number of attribute ids contained in p_attrs
132 ** num_attr: specifies the number of attribute ids contained in p_attrs
137 ** num_attr: specifies the number of value ids contained in p_vals
187 ** num_attr: Specifies the number of attributes contained in the pointer p_attrs
192 ** num_val: Specifies the number of values contained in the pointer p_vals
200 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
205 ** num_attr: Specifies the number of attribute values' text contained in the pointer p_vals
210 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
  /external/doclava/src/com/google/doclava/
Resolution.java 31 * <p>Values are the value to which the variable contained within this {@link Resolution} refers.
45 * @param value The value to which the variable contained within this {@link Resolution} refers.
63 * @return The value to which the variable contained within this {@link Resolution} refers.
  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 68 final boolean contained = mItemsNeedingReset.contains(object);
69 assert !contained; local
70 if (!contained) {
  /frameworks/compile/mclinker/include/mcld/Support/
ToolOutputFile.h 45 /// mem_os - Return the contained raw_mem_ostream.
48 /// os - Return the contained formatted_raw_ostream
51 /// memory - Return the contained MemoryArea.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h 17 // control in which is contained the cell.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
LICENSE.sax.txt 15 documentation contained in this distribution into the Public Domain.
  /external/expat/lib/
winconfig.h 6 ** it under the terms of the MIT/X license (contained in the COPYING file
  /external/oprofile/libutil++/
cached_value.h 37 /// set the contained value
  /external/skia/legacy/src/animator/
thingstodo.txt 21 handle errors for all element not contained by correct parent
  /external/skia/src/animator/
thingstodo.txt 21 handle errors for all element not contained by correct parent
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
DataPacketExtension.java 39 /* the data contained in this packet */
49 * @param data the base64 encoded data contained in this packet
85 * Returns the data contained in this packet.
87 * @return the data contained in this packet.
  /frameworks/base/core/java/android/animation/
package.html 15 You can set many different types of interpolators (contained in {@link android.view.animation}),
  /external/libogg/doc/libogg/
ogg_page_granulepos.html 20 <p>Returns the exact granular position of the packet data contained at the end of this page.
46 <i>n</i> is the specific last granular position of the decoded data contained in the page.</li>

Completed in 1883 milliseconds

1 2 3 4 5 6 7 8 91011>>