HomeSort by relevance Sort by last modified time
    Searched full:contained (Results 51 - 75 of 6193) sorted by null

1 23 4 5 6 7 8 91011>>

  /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>
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CopyrightBox.java 28 * The copyright box contains a copyright declaration which applies to the entire presentation, when contained
29 * within the MovieBox, or, when contained in a track, to that entire track. There may be multple boxes using
  /external/smack/src/org/jivesoftware/smack/
RosterStorage.java 16 * This method returns a List object with all RosterEntries contained in this store.
41 * @param ver the version this roster push contained
  /hardware/libhardware/include/hardware/
bt_rc.h 138 ** num_attr: specifies the number of attribute ids contained in p_attrs
143 ** num_attr: specifies the number of attribute ids contained in p_attrs
148 ** num_attr: specifies the number of value ids contained in p_vals
210 ** num_attr: Specifies the number of attributes contained in the pointer p_attrs
215 ** num_val: Specifies the number of values contained in the pointer p_vals
223 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
228 ** num_attr: Specifies the number of attribute values' text contained in the pointer p_vals
233 ** num_attr: Specifies the number of attributes' text contained in the pointer p_attrs
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHolder.java 171 * Return the request id for the contained {@link CaptureRequest}.
178 * Returns true if the contained request is repeating.
199 * Returns the contained request.
206 * Returns a read-only collection of the surfaces targeted by the contained request.
213 * Returns true if any of the surfaces targeted by the contained request require jpeg buffers.
220 * Returns true if any of the surfaces targeted by the contained request require a
  /external/libcxx/src/
regex.cpp 23 return "The expression contained an invalid collating element name.";
25 return "The expression contained an invalid character class name.";
27 return "The expression contained an invalid escaped character, or a "
30 return "The expression contained an invalid back reference.";
32 return "The expression contained mismatched [ and ].";
34 return "The expression contained mismatched ( and ).";
36 return "The expression contained mismatched { and }.";
38 return "The expression contained an invalid range in a {} expression.";
40 return "The expression contained an invalid character range, "
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 23 return "The expression contained an invalid collating element name.";
25 return "The expression contained an invalid character class name.";
27 return "The expression contained an invalid escaped character, or a "
30 return "The expression contained an invalid back reference.";
32 return "The expression contained mismatched [ and ].";
34 return "The expression contained mismatched ( and ).";
36 return "The expression contained mismatched { and }.";
38 return "The expression contained an invalid range in a {} expression.";
40 return "The expression contained an invalid character range, "
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 38 /** Array of the contained step patterns to be tested.
75 * Set the contained step patterns to be tested.
78 * @param patterns the contained step patterns to be tested.
94 * Get the contained step patterns to be tested.
97 * @return an array of the contained step patterns to be tested.
  /external/junit/src/org/junit/runner/
JUnitCore.java 38 * Run the tests contained in the classes named in the <code>args</code>.
58 * Run the tests contained in <code>classes</code>. Write feedback while the tests
69 * Run the tests contained in <code>classes</code>. Write feedback while the tests
131 * Run all the tests contained in <code>request</code>.
140 * Run all the tests contained in JUnit 3.8.x <code>test</code>. Here for backward compatibility.
  /external/smack/src/org/xbill/DNS/
ReverseMap.java 25 * Creates a reverse map name corresponding to an address contained in
68 * Creates a reverse map name corresponding to an address contained in
88 * Creates a reverse map name corresponding to an address contained in
99 * Creates a reverse map name corresponding to an address contained in
114 * Creates a reverse map name corresponding to an address contained in
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509CRLEntryHolder.java 114 * extensions contained in this holder's CRL entry.
125 * critical extensions contained in this holder's CRL entry.
136 * non-critical extensions contained in this holder's CRL entry.
  /external/guava/guava/src/com/google/common/collect/
ContiguousSet.java 84 * Returns the set of values that are contained in both this set and the other.
93 * contained in this set. This is equivalent to {@code range(CLOSED, CLOSED)}.
101 * {@linkplain Range#contains(Comparable) contained} within the range.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSResultCode.java 57 * Name not contained in zone [RFC2136]
59 NotZone("NotZone Name not contained in zone", 10),
73 // 10 NotZone Name not contained in zone [RFC2136]
  /frameworks/base/core/java/android/animation/
Keyframes.java 37 * @return The value type contained by the contained Keyframes.
62 * @return A list of all Keyframes contained by this. This may return null if this is
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 132 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
135 // nextSibling contained by node?
137 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
181 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
184 // nextSibling contained by node?
186 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
221 throw new IllegalStateException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
224 // nextSibling contained by node?
226 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
277 throw new IllegalStateException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.")
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 261 * contained preferences.
263 * @return True if the contained preferences should be shown on the same
278 // Dispatch to all contained preferences
298 // group. Dispatch dependency change to all contained preferences.
315 // Dispatch to all contained preferences
326 // Dispatch to all contained preferences
PreferenceScreen.java 43 * and is not shown (only the contained preferences are shown).
105 * or {@link PreferenceFragment} to show the preferences contained in this
114 * @return An adapter that provides the {@link Preference} contained in this
128 * @return An adapter that contains the preferences contained in this {@link PreferenceScreen}.
136 * Binds a {@link ListView} to the preferences contained in this {@link PreferenceScreen} via
138 * {@link Preference} contained by this {@link PreferenceScreen}.
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 40 * @param pkg the java package the class is contained in.
52 * @param pkg the java package the class is contained in.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPlan.java 41 * Gets a sorted list of test ids contained in this plan.
46 * Gets a sorted {@link List} of test names contained in this plan.
  /development/host/windows/usb/
readme.txt 1 android_winusb.inf file contained in this folder must be used to install
19 File contained in i386 and amd64 subfolders are Microsoft distributives needed
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.h 21 // contained within this particular folder.
39 // contained within this particular folder.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
devtools_panels.html 27 <p>The following code adds a panel contained in <code>Panel.html</code>,
37 <p>The following code adds a sidebar pane contained in
  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.h 41 * Print how many enums are contained for this type.
57 * Print how many enums should be contained for this type.
  /external/guava/guava/src/com/google/common/base/
Optional.java 62 * @param <T> the type of instance that can be contained. {@code Optional} is naturally
73 * Returns an {@code Optional} instance with no contained reference.
105 * Returns the contained instance, which must be present. If the instance might be
114 * Returns the contained instance if it is present; {@code defaultValue} otherwise. If
127 * Returns the contained instance if it is present; {@code supplier.get()} otherwise. If the
135 * Returns the contained instance if it is present; {@code null} otherwise. If the
142 * contained instance if it is present; an empty immutable {@link Set}
151 * the contained references are {@linkplain Object#equals equal} to each other or both
  /external/junit/src/org/junit/
ClassRule.java 13 * then the entire body of the test class (all contained methods, if it is
14 * a standard JUnit test class, or all contained classes, if it is a

Completed in 930 milliseconds

1 23 4 5 6 7 8 91011>>