/dalvik/libcore/sql/src/main/java/java/sql/ |
PreparedStatement.java | 450 * There is a standard mapping from Java types to SQL types, defined in the 477 * sent to the database. If the object has a custom mapping (its class 502 * sent to the database. If the object has a custom mapping (its class
|
CallableStatement.java | [all...] |
ResultSet.java | 767 * perform the mapping of SQL {@code Struct} or Distinct types into Java 773 * a {@code java.util.Map} containing a mapping from SQL Type 806 * perform the mapping of SQL Struct or Distinct types into Java objects. 811 * a {@code java.util.Map} containing a mapping from SQL Type names to [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOMBuilder.java | 728 * Begin the scope of a prefix-URI Namespace mapping. 766 * End the scope of a prefix-URI mapping. 773 * @param prefix The prefix that was being mapping.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
ContentHandler.java | 132 * Begin the scope of a prefix-URI Namespace mapping. 174 * End the scope of a prefix-URI mapping. 183 * This is the empty string when a default mapping scope ends.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_package.html | 436 <p>When creating a SimpleCursorListAdapter, you also provide a mapping from column names in the 437 Cursor to view ids in the template file. In this case we are mapping the People.NAME column to the 473 <li>Since simple_list_item_2.xml contains two views, were mapping two columns
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 214 \item 1-to-1 mapping of devices -- for now the devices on the replay 219 mapping -- simply include a file that is read which maps devices 235 information on device mapping.
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 368 /** ECC mapping from projective to affine, currently uses (x,y,z) => (x/z^2, y/z^3, 1) 373 @remark The mapping can be different but keep in mind a ecc_point only has three 374 integers (x,y,z) so if you use a different mapping you have to make it fit.
|
/external/grub/docs/ |
multiboot.info | 422 "synchronize" the mapping between OS image offsets and physical [all...] |
multiboot.texi | 457 mapping between OS image offsets and physical memory addresses. [all...] |
/external/icu4c/common/ |
uinvchar.c | 49 * but there is no mapping for ASCII LF back to EBCDIC. 58 * "No mapping" is expressed by mapping to a 00 byte.
|
/external/icu4c/common/unicode/ |
uchar.h | 307 mapping or _in_ the target of a case mapping. Not the same as [all...] |
/external/icu4c/i18n/ |
zonemeta.cpp | 25 // Metazone mapping tables 216 * The format used by CLDR metazone mapping is "yyyy-MM-dd HH:mm". 714 // Check if mapping entries for metazone is already available [all...] |
ucol.cpp | 757 result->mapping.getFoldingOffset = _getFoldingOffset; 758 const uint8_t *mapping = (uint8_t*)result->image+result->image->mappingPosition; local 759 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status); 769 result->latinOneMapping = UTRIE_GET32_LATIN1(&result->mapping); [all...] |
/external/openssl/crypto/x509v3/ |
pcy_tree.c | 90 /* Disable policy mapping for now... */ 261 * link because then it will have the mapping flags 301 * Note: need something better for policy mapping
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_surface.c | 137 /* Allocate an empty mapping */ 273 * per-surface alpha, so no need to invalidate the blit mapping 414 /* Check to make sure the blit mapping is valid */
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uchar.h | 286 mapping or _in_ the target of a case mapping. Not the same as [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
uchar.h | 286 mapping or _in_ the target of a case mapping. Not the same as [all...] |
/external/webkit/WebCore/icu/unicode/ |
uchar.h | 286 mapping or _in_ the target of a case mapping. Not the same as [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
uchar.h | 286 mapping or _in_ the target of a case mapping. Not the same as [all...] |
/external/proguard/docs/manual/ |
troubleshooting.html | 232 configuration, and the mapping file, in the obfuscation step. The given 235 name, as specified in the mapping file. You should adapt your 236 configuration or your mapping file to remove the conflict. Alternatively, 244 <dd>There is a conflict between some new program code and the mapping file, in 248 incremental obfuscation, applying an obfuscation mapping file from an
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 211 * Returns a mapping containing wakelock statistics. 225 * Returns a mapping containing sensor statistics. 232 * Returns a mapping containing process statistics. 239 * Returns a mapping containing package statistics. 359 * Returns a mapping containing service statistics. [all...] |
/external/bluetooth/bluez/lib/ |
hci.c | 163 /* HCI dev flags mapping */ 199 /* HCI packet type mapping */ 253 /* Link policy mapping */ 273 /* Link mode mapping */ 312 /* Command mapping */ 553 /* Version mapping */ 584 /* LMP features mapping */ [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 718 // [this map will include a mapping for code length as well] [all...] |
/external/icu4c/test/testdata/ |
conversion.txt | 210 // Test bug 6071 (2:1 Unicode:charset SBCS mapping). [all...] |