/external/markdown/MarkdownTest/Tests_2007/ |
Links, inline style.html | 11 <p><a href="/url/">URL wrapped in angle brackets</a>.</p>
|
/external/markdown/docs/extensions/ |
Abbreviations.txt | 8 Specifically, any defined abbreviation is wrapped in an `<abbr>` tag.
|
/external/mesa3d/src/gallium/drivers/rbug/ |
README | 39 are automatically wrapped by rbug_screen.
|
/external/mesa3d/src/gallium/drivers/trace/ |
README | 50 are automatically wrapped by trace_screen.
|
/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
wrapper_sw_winsys.h | 39 * Destroy the sw_winsys and return the wrapped pipe_screen.
|
/external/skia/include/utils/ |
SkFrontBufferedStream.h | 19 * X bytes (inclusive), and the wrapped stream is not necessarily
|
/frameworks/av/include/media/nbaio/ |
SourceAudioBufferProvider.h | 43 const sp<NBAIO_Source> mSource; // the wrapped source
|
/frameworks/av/include/private/media/ |
StaticAudioTrackState.h | 25 // state is wrapped by a SingleStateQueue.
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
ButtonAboveTallInternalSelectionView.java | 25 * A button above a tall internal selection view, wrapped in a scroll view.
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlTeeKeymaster_Api.h | 77 * wrapped as below: 123 * wrapped as below: 204 uint32_t sodata; /**< Wrapped buffer */ 205 uint32_t sodatalen; /**< Length of wrapped data buffer */
|
tlcTeeKeymaster_if.h | 137 * Generates RSA key pair and returns key pair data as wrapped object 206 * Generates random key for HMAC calculation and returns key data as wrapped object 289 * @param soData [out] Pointer to wrapped key data 290 * @param soDataLength [out] Wrapped key data length 302 * Retrieves public key daya (modulus and exponent) from wrapped key data
|
/libcore/dom/src/test/java/org/w3c/domts/ |
JUnitTestSuiteAdapter.java | 38 // any exception on construction is wrapped with
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
type_wrapper.hpp | 28 // agurt 08/may/03: a complicated way to extract the wrapped type; need it
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder2.py | 16 def wrapped(): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder2.py | 16 def wrapped(): function
|
/external/apache-http/src/org/apache/http/conn/ |
EofSensorInputStream.java | 69 * The wrapped input stream, while accessible. 70 * The value changes to <code>null</code> when the wrapped stream 99 * @param in the wrapped stream 107 ("Wrapped stream may not be null."); 237 boolean scws = true; // should close wrapped stream? 264 boolean scws = true; // should close wrapped stream? 293 boolean scws = true; // should close wrapped stream?
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractClientConnAdapter.java | 56 * Read and write methods are delegated to the wrapped connection. 59 * are delegated to the wrapped connection if there is one, or 93 /** The wrapped connection. */ 126 * Detaches this adapter from the wrapped connection. 155 * Asserts that there is a wrapped connection to delegate to. 157 * @throws IllegalStateException if there is no wrapped connection 163 throw new IllegalStateException("No wrapped connection.");
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
ByteArray.java | 348 * simply so that the cursor of a wrapped {@link #MyInputStream} 353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream 355 public MyDataInputStream(MyInputStream wrapped) { 356 super(wrapped); 358 this.wrapped = wrapped;
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArray.java | 348 * simply so that the cursor of a wrapped {@link #MyInputStream} 353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream 355 public MyDataInputStream(MyInputStream wrapped) { 356 super(wrapped); 358 this.wrapped = wrapped;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESedeWrapEngine.java | 138 * @return the wrapped bytes. 190 // result. It is 40 octets long if a 168 bit key is being wrapped. 284 // Decompose WKCKS. CKS is the last 8 octets and WK, the wrapped key, are 300 // WK is the wrapped key, now extracted for use in data decryption. 307 * check value for the key being wrapped. The algorithm is 309 * - Compute the 20 octet SHA-1 hash on the key being wrapped.
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArray.java | 348 * simply so that the cursor of a wrapped {@link #MyInputStream} 353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream 355 public MyDataInputStream(MyInputStream wrapped) { 356 super(wrapped); 358 this.wrapped = wrapped;
|
/development/samples/Vault/src/com/example/android/vault/ |
SecretKeyWrapper.java | 95 * @return a wrapped version of the given {@link SecretKey} that can be 107 * @param blob a wrapped {@link SecretKey} as previously returned by
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterChain.java | 28 * and which send their ouput to a yet another wrapped Writer or OutputStream. 42 * the base class rather than to the wrapped Writer or OutputStream.
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_constants.h | 18 // Motivation for height is to allow autosized tightly-wrapped panel with a 20 // to make sure even small content is tightly wrapped.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_cocoa.h | 33 // Clear this object's pointer to the wrapped BrowserAccessibility object 34 // because the wrapped object has been deleted, but this object may
|