HomeSort by relevance Sort by last modified time
    Searched full:underlying (Results 26 - 50 of 3069) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp 23 "E has the wrong underlying type");
25 "F has the wrong underlying type");
36 "G has the wrong underlying type");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java 22 * Proxy stream that prevents the underlying input stream from being closed.
37 * @param in underlying input stream
44 * Replaces the underlying input stream with a {@link ClosedInputStream}
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 22 * Proxy stream that prevents the underlying output stream from being closed.
37 * @param out underlying output stream
44 * Replaces the underlying output stream with a {@link ClosedOutputStream}
  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 63 * @param cause The underlying cause
76 * @param cause The underlying cause
87 * The underlying cause of this exception.
93 * Return the underlying cause of this exception (if any).
  /external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java 39 * Primarily used to auto-release an underlying
46 * different kinds of event, and does not always close the underlying stream
86 * the underlying stream. After closing this stream, read
99 * If no watcher is passed, the underlying stream will simply be
101 * Otherwise, the watcher decides whether the underlying stream
122 * Checks whether the underlying stream can be read from.
124 * @return <code>true</code> if the underlying stream is accessible,
126 * detached from the underlying stream
224 * This method should only be called while the underlying stream is
229 * is detached from the underlying stream. This prevents multipl
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 52 final HtmlStreamEventReceiver underlying; field in class:UrlTextExample.AppendDomainAfterText
55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) {
56 this.underlying = underlying;
60 underlying.openDocument();
63 underlying.closeDocument();
66 underlying.openTag(elementName, attribs);
105 underlying.closeTag(elementName);
116 underlying.text(text);
  /external/skia/include/gpu/
GrUserConfig.h 17 * updateData. (Note the depending on the underlying 3D API the update functions
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogConfigurationException.java 60 * The underlying cause
74 * The underlying cause
82 * The underlying cause of this exception.
87 * Return the underlying cause of this exception (if any).
  /frameworks/base/core/java/android/text/style/
CharacterStyle.java 46 * that were generated by {@link #wrap}, returns the underlying
71 * Passes updateDrawState through to the underlying CharacterStyle.
79 * Returns the CharacterStyle underlying this one, or the one
80 * underlying it if it too is a Passthrough.
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 29 * the default size to which the underlying byte array is initialized.
37 * to this instance, the underlying byte array will expand.
45 * more than {@code size} bytes are written to this instance, the underlying byte array will
48 * @param size initial size for the underlying byte array. The value will be pinned to a default
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 68 * true if the underlying handler (XML or HTML) is fully initialized
109 * true if startDocument() was called before the underlying handler
114 * true if setVersion() was called before the underlying handler
119 * true if setDoctypeSystem() was called before the underlying handler
124 * true if setDoctypePublic() was called before the underlying handler
129 * true if setMediaType() was called before the underlying handler
168 * @return the properties of the underlying handler
177 * @return the OutputStream of the underlying XML or HTML handler
186 * @return the Writer of the underlying XML or HTML handler
194 * passes the call on to the underlying HTML or XML handle
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamBlockCipher.java 18 * return the underlying block cipher that we are wrapping.
20 * @return the underlying block cipher that we are wrapping.
  /external/clang/test/Sema/
MicrosoftCompatibility.c 10 ENUM2_b = 0x9FFFFFFF, // expected-warning {{enumerator value is not representable in the underlying type 'int'}}
11 ENUM2_c = 0x100000000 // expected-warning {{enumerator value is not representable in the underlying type 'int'}}
  /external/clang/test/SemaObjC/
enum-fixed-type.m 4 # error Enumerations with a fixed underlying type are not supported
40 typedef enum : BaseEnum { DerivedElem } DerivedEnum; // expected-error {{non-integral type 'BaseEnum' is an invalid underlying type}}
  /external/guava/guava/src/com/google/common/collect/
UnmodifiableListIterator.java 37 * Guaranteed to throw an exception and leave the underlying data unmodified.
47 * Guaranteed to throw an exception and leave the underlying data unmodified.
  /external/jetty/src/java/org/eclipse/jetty/io/
View.java 90 * @return The {@link Buffer#array()} from the underlying buffer.
98 * @return The {@link Buffer#buffer()} from the underlying buffer.
107 * @return The {@link Buffer#capacity} of the underlying buffer.
147 * @return Whether the underlying buffer is {@link Buffer#isReadOnly read only}
156 * @return Whether the underlying buffer is {@link Buffer#isVolatile volatile}
165 * @return The result of calling {@link Buffer#peek(int)} on the underlying buffer
173 * @return The result of calling {@link Buffer#peek(int, byte[], int, int)} on the underlying buffer
181 * @return The result of calling {@link Buffer#peek(int, int)} on the underlying buffer
  /external/junit/src/org/junit/runners/model/
FrameworkField.java 45 * @return the underlying java Field
52 * @return the underlying Java Field type
  /external/kernel-headers/original/uapi/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */
36 int link; /* ifindex of underlying L2 interface */
  /packages/apps/Camera2/src/com/android/camera/processing/memory/
LruResourcePool.java 36 * Closeable resource object that will release the underlying object back to the
42 * Get the underlying resource. This will return null if the resource has been
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
MDC.java 37 * This class hides and serves as a substitute for the underlying logging
41 * If the underlying logging system offers MDC functionality, then SLF4J's MDC,
42 * i.e. this class, will delegate to the underlying system's MDC. Note that at
111 * can be null only if the underlying implementation supports it.
114 * This method delegates all work to the MDC of the underlying logging system.
136 * can be null only if the underlying implementation supports it.
139 * This method delegates all work to the MDC of the underlying logging system.
170 * This method delegates all work to the MDC of the underlying logging system.
190 * the underlying system's MDC implementation. The <code>key</code> parameter
210 * Clear all entries in the MDC of the underlying implementation
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
MaybeNull.java 37 * Close the underlying {@link AutoCloseable}, if it's not {@code null}.
49 * Close the underlying {@link UncheckedCloseable}, if it's not {@code null}.
63 * Close the underlying {@link Closeable}, if it's not {@code null}.
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeBearer.java 35 * {@code this}, except if {@link Type#isIntlike} on the underlying
36 * type returns {@code true} but the underlying type is not in
38 * whose underlying type <i>is</i> {@code INT}.
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 35 * {@code this}, except if {@link Type#isIntlike} on the underlying
36 * type returns {@code true} but the underlying type is not in
38 * whose underlying type <i>is</i> {@code INT}.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
UncorrelatedRandomVectorGenerator.java 36 /** Underlying scalar generator. */
50 * @param generator underlying generator for uncorrelated normalized
68 * @param generator underlying generator for uncorrelated normalized
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
TypeBearer.java 35 * {@code this}, except if {@link Type#isIntlike} on the underlying
36 * type returns {@code true} but the underlying type is not in
38 * whose underlying type <i>is</i> {@code INT}.

Completed in 1576 milliseconds

12 3 4 5 6 7 8 91011>>