/frameworks/base/core/tests/coretests/src/android/provider/ |
SettingsProviderTest.java | 54 // Try all the same things in the System table 76 for (Uri table : tables) { 80 Uri uri = r.insert(table, v); 81 assertEquals(table.toString() + "/test_key", uri.toString()); 103 c = r.query(table, null, "name='test_key'", null, null); 174 // The bookmarks table (and everything else) uses standard row number content URIs.
|
/libcore/luni/src/main/java/java/util/ |
HashSet.java | 188 stream.writeInt(backingMap.table.length);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/ |
bootparam.h | 70 __u8 table[14]; member in struct:sys_desc_table
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
bootparam.h | 70 __u8 table[14]; member in struct:sys_desc_table
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 64 Return a translation table (a string of 256 bytes long) 481 # Character translation through look-up table. 482 def translate(s, table, deletions=""): 483 """translate(s,table [,deletions]) -> string 488 translation table, which must be a string of length 256. The 492 if deletions or table is None: 493 return s.translate(table, deletions) 495 # Add s[:0] so that if s is Unicode and table is an 8-bit string, 496 # table is converted to Unicode. This means that table *cannot [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 64 Return a translation table (a string of 256 bytes long) 481 # Character translation through look-up table. 482 def translate(s, table, deletions=""): 483 """translate(s,table [,deletions]) -> string 488 translation table, which must be a string of length 256. The 492 if deletions or table is None: 493 return s.translate(table, deletions) 495 # Add s[:0] so that if s is Unicode and table is an 8-bit string, 496 # table is converted to Unicode. This means that table *cannot [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
BooleanXmlPropertyEditor.java | 27 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
dom_util.js | 88 'TABLE' : 'tag_table', 103 'TABLE' : 'tag_table', 752 // information from the table headers once the code for getting table [all...] |
/external/libvorbis/doc/ |
03-codebook.tex | 14 well as an optional lookup table of output vector values to which a 137 vector lookup table. Vorbis I supports three lookup types: 149 The lookup table type is read as a four bit unsigned integer: 281 \paragraph{VQ lookup table vector representation} 283 Unpacking the VQ lookup table vectors relies on the following values: 297 Decoding (unpacking) a specific vector in the vector lookup table 304 Lookup type one specifies a lattice VQ lookup table built 336 Lookup type two specifies a VQ lookup table in which each scalar in 377 the VQ lookup table, returning a vector of values (when used in a context 382 Note that VQ lookup type zero indicates that there is no lookup table; [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 262 #jd-header table { 286 width:95%; /* consistent table widths; within IE's quirks */ 322 /* adjustments for the expando table-in-table */ 492 /* inheritance table */ 493 .jd-inheritance-table { 499 .jd-inheritance-table td { 504 .jd-inheritance-table .jd-inheritance-space { 508 .jd-inheritance-table .jd-inheritance-interface-cell { 570 #jd-content table { [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 262 #jd-header table { 286 width:95%; /* consistent table widths; within IE's quirks */ 322 /* adjustments for the expando table-in-table */ 492 /* inheritance table */ 493 .jd-inheritance-table { 499 .jd-inheritance-table td { 504 .jd-inheritance-table .jd-inheritance-space { 508 .jd-inheritance-table .jd-inheritance-interface-cell { 570 #jd-content table { [all...] |
/external/libunwind/doc/ |
libunwind-dynamic.tex | 157 \subsection{Table-info format} 181 \item[\Type{unw\_word\_t} \Var{table\_len}] The length of the 182 unwind-info (\Var{table\_data}) counted in units of words 185 \item[\Type{unw\_word\_t} \Var{table\_data}] A pointer to the actual 191 \subsection{Remote table-info format} 193 The remote table-info format has the same basic purpose as the regular 194 table-info format. The only difference is that when \Prog{libunwind} 195 uses the unwind-info, it will keep the table data in the target 197 \Var{table\_data} member is \Type{unw\_word\_t} rather than a pointer. 198 This implies that \Prog{libunwind} will have to access the table-dat [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_res.cpp | 404 UCATableHeader *table = NULL; local 430 table = ucol_assembleTailoringTable(&src, status); 433 table->version[0] = UCOL_BUILDER_VERSION; 435 table->version[1] = table->version[2] = table->version[3] = 0; 437 u_getUnicodeVersion(table->UCDVersion); 439 uprv_memcpy(table->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo)); 440 result = ucol_initCollator(table, 0, UCA, status); 498 if(table != NULL) [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/build/tools/droiddoc/templates-sac/assets/css/ |
default.css | 912 .ui-table { 919 .ui-table th, 920 .ui-table td { 924 .ui-table thead th { 926 .ui-table tfoot td { 930 .ui-table tfoot td:last-child { 979 pre, table, input, textarea, code { 1014 table, fieldset { 1075 p, pre, table, form { 1141 table { [all...] |
/art/runtime/mirror/ |
class.cc | 136 // so that they can grab the new version of the class from the class linker's table. 830 ObjectArray<ArtMethod>* table = GetImTable(); local 831 if (table != nullptr) { 833 SetEmbeddedImTableEntry(i, table->Get(i)); 837 table = GetVTableDuringLinking(); 838 CHECK(table != nullptr) << PrettyClass(this); 839 SetEmbeddedVTableLength(table->GetLength()); 840 for (int32_t i = 0; i < table->GetLength(); i++) { 841 SetEmbeddedVTableEntry(i, table->Get(i));
|
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 97 <table class="download"> 128 </table> 156 <table class="download"> 199 </table>
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
accounts_options_page.css | 5 .user-list-table {
|
/external/chromium_org/chrome/browser/resources/predictors/ |
autocomplete_action_predictor.js | 20 console.debug('Updating Table NAP DB'); 32 * Updates the table from the database.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 78 body.rtl table.contentTable {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
subversion_file_system.py | 47 for table in _ParseHTML(html).getElementsByTagName('table'): 48 # Within the table there is a list of files. However, there may be some 51 rows = table.getElementsByTagName('tr') 57 # table rows, like this:
|
/external/chromium_org/content/browser/resources/media/ |
media_internals.css | 14 table {
|
/external/chromium_org/crypto/ |
ghash.cc | 55 // table we'll be using bits from a field element and therefore the bits will 57 // index 4 of the table but due to this bit ordering it will actually be in 166 void GaloisHash::MulAfterPrecomputation(const FieldElement* table, 170 // In order to efficiently multiply, we use the precomputed table of i*key, 172 // larger tables for greater speedups but the next convenient table size is 189 // the values in |table| are ordered for little-endian bit positions. See 191 const FieldElement& t = table[word & 0xf];
|
/external/chromium_org/net/spdy/ |
hpack_decoder.cc | 27 HpackDecoder::HpackDecoder(const HpackHuffmanTable& table) 29 huffman_table_(table) {}
|
/external/chromium_org/ppapi/api/private/finish_writing_these/ |
ppb_pdf.idl | 95 * a pointer to the requested font table. Linux only. 99 [in] uint32_t table,
|