/frameworks/base/core/java/android/text/ |
package.html | 11 the actual wrapping and drawing of your text.
|
/cts/tests/src/android/content/cts/ |
MockAccountService.java | 24 * a basic Mock Service for wrapping the MockAccountAuthenticator
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
MockAccountService.java | 24 * a basic Mock Service for wrapping the MockAccountAuthenticator
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 87 * wrapping another exception. 116 * wrapping another exception. 139 * wrapping another exception. 183 * wrapping another exception. 202 * wrapping another exception. 222 * wrapping another exception. 241 * wrapping another exception. 271 * wrapping another exception. 299 * wrapping another exception. 322 * wrapping another exception [all...] |
/external/clearsilver/man/man3/ |
cgiwrap_getenv.3 | 32 which gets around problems when wrapping this routine in
|
cgiwrap_putenv.3 | 35 caller (usually), and keeps most wrapping callbacks from
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
HandlerBase.java | 71 * wrapping another exception. 161 * wrapping another exception. 180 * wrapping another exception. 201 * wrapping another exception. 221 * wrapping another exception. 244 * wrapping another exception. 267 * wrapping another exception. 289 * wrapping another exception. 316 * wrapping another exception. 337 * wrapping another exception [all...] |
DocumentHandler.java | 86 * wrapping another exception. 102 * wrapping another exception. 126 * wrapping another exception. 147 * wrapping another exception. 174 * wrapping another exception. 203 * wrapping another exception. 225 * wrapping another exception.
|
ErrorHandler.java | 70 * wrapping another exception. 99 * wrapping another exception. 131 * wrapping another exception.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
pretty-print.h | 68 with appropriate line-wrapping. */ 121 /* Maximum characters per line in automatic line wrapping mode. 123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff 126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule 128 /* Get or set the wrapping mode as a single entity. */ 129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping 145 /* True if PRETTY-PRINTER is in line-wrapping mode. */ 172 /* Current wrapping mode. */ 173 pp_wrapping_mode_t wrapping; member in struct:pretty_print_info
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
StreamBlockCipher.java | 46 * return the name of the algorithm we are wrapping. 48 * @return the name of the algorithm we are wrapping.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/ |
SICBlockCipher.java | 38 * return the underlying block cipher that we are wrapping. 40 * @return the underlying block cipher that we are wrapping.
|
/development/apps/Development/src/com/android/development/ |
PointerLocation.java | 26 * Demonstrates wrapping a layout in a ScrollView.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ScrollView1.java | 28 * Demonstrates wrapping a layout in a ScrollView.
|
ScrollView2.java | 29 * Demonstrates wrapping a layout in a ScrollView.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SyncProgressMonitor.java | 24 * Implementation of the {@link ISyncProgressMonitor} wrapping an Eclipse {@link IProgressMonitor}.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 115 * wrapping another exception. 144 * wrapping another exception. 171 * wrapping another exception. 195 * wrapping another exception. 225 * wrapping another exception. 260 * wrapping another exception.
|
/frameworks/base/core/tests/coretests/src/android/text/ |
StaticLayoutTest.java | 79 * Basic test showing effect of includePad = true wrapping to 2 lines. 96 * Basic test showing effect of includePad = true wrapping to 3 lines. 115 * Basic test showing effect of includePad = true wrapping to 3 lines and 143 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping 165 * spacingMult = 1.5, wrapping to 3 lines. 187 * spacingMult = 0.8 when wrapping to 3 lines.
|
/external/apache-http/src/org/apache/http/entity/ |
HttpEntityWrapper.java | 42 * Base class for wrapping entities. 44 * calls to it. Implementations of wrapping entities can derive
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
regress-49286.js | 88 // A function wrapping a try...catch block 103 // A function wrapping a call to f -
|
/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/ |
MockPlatformPackage.java | 36 * and then a {@link MockPlatformPackage} wrapping it.
46 * and then a {@link MockPlatformPackage} wrapping it.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
ProcessorTemplate.java | 42 * wrapping another exception.
|
/frameworks/base/awt/java/awt/font/ |
LineBreakMeasurer.java | 31 * the resulting line of text fits its wrapping width. The wrapping width 131 * position does not fit within the wrapping width); if false, a 137 * fit within the wrapping width.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
DefaultHandler2.java | 111 * @exception SAXException Any SAX exception, possibly wrapping 149 * @exception SAXException Any SAX exception, possibly wrapping 177 * @exception SAXException Any SAX exception, possibly wrapping
|
/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 57 * <li><b>wrapping</b>: The content is obtained from another entity. 90 * The behavior of wrapping entities is implementation dependent, 123 * Wrapping entities that modify the content encoding should 161 * Wrapping entities should delegate this call to the wrapped entity. 183 * dispose of the remaining content, if any. Wrapping entities should
|