/external/kernel-headers/original/asm-x86/ |
auxvec.h | 5 * for more of them, start the x86-specific ones at 32.
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
AbstractJDBCDriverTest.java | 48 String[] ones = {"hello!", "goodbye"}; local 50 String[] onesUpdated = new String[ones.length]; 51 for (int i = 0; i < ones.length; i++) { 52 onesUpdated[i] = ones[i] + twos[i]; 58 autoCommitInsertSelectTest(firstStmt, ones, twos); 59 updateSelectCommitSelectTest(firstStmt, secondStmt, ones, onesUpdated, twos); 60 updateSelectRollbackSelectTest(firstStmt, secondStmt, onesUpdated, ones, twos); 113 * Inserts the values from 'ones' with the values from 'twos' into 'tbl1' 115 * @param ones the string values to insert into tbl1. 119 private void autoCommitInsertSelectTest(Statement stmt, String[] ones, [all...] |
/external/stlport/test/unit/ |
strstream_buffer_read_test.cpp | 3 * obsolete, and even if ones was mentioned in D7.1--D7.4 of 4 * Standard, we have no wish to spent time with repair ones.
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_CLUSTERIP.h | 22 /* only relevant for new ones */
|
/external/webkit/WebCore/manual-tests/ |
print-with-height-transition-in-screen-stylesheet.html | 16 <div>A1: This is a long paragraph which helps us see the mess you can get with long ones.<br> 17 A2: This is a long paragraph which helps us see the mess you can get with long ones.<br> 18 A3: This is a long paragraph which helps us see the mess you can get with long ones.<br> 21 <div class='outer_slide'><div>B1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div> 23 <div class='outer_slide'><div>C1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
AbstractSqlTest.java | 66 private final String[] ones = {"hello!", "goodbye"}; field in class:AbstractSqlTest 81 ones_updated = new String[ones.length]; 82 for (int i = 0; i < ones.length; i++) { 83 ones_updated[i] = ones[i] + twos[i]; 133 for (int i = 0; i < ones.length; i++) { 134 firstStmt.execute("insert into tbl1 values('" + ones[i] + "'," 137 assertAllFromTbl1(firstStmt, ones, twos); 144 * @param ones the expected values of the column 'one' 148 private void assertAllFromTbl1(Statement stmt, String[] ones, short[] twos) 153 assertTrue(i < ones.length) [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_opts_none.cpp | 5 so a platform need only overwrite the ones it chooses, based on the
|
/dalvik/libcore/auth/src/main/java/javax/security/auth/login/ |
package.html | 11 ones.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_SAVE_STATE.S | 11 * the values on the stack - not the ones in those registers on entry.
|
/external/kernel-headers/original/linux/ |
irq_cpustat.h | 15 * here, even ones that are arch dependent. That way we get common
|
posix_types.h | 19 * use the ones here.
|
/external/stlport/stlport/stl/ |
_cprolog.h | 8 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
DeleteFunctionalityTest.java | 108 * referencing ones and RESTRICT action 112 notes = "Functionality test: Deletes row with no referencing ones and RESTRICT action", 124 * referencing ones and RESTRICT action - expecting SQLException 157 * referencing ones and CASCADE action 161 notes = "Functionality test: Deletes row with no referencing ones and CASCADE action", 173 * referencing ones and CASCADE action - expecting all referencing 179 notes = "Functionality test: Attempts to delete row with referencing ones and CASCADE action - expecting all referencing rows will also be deleted", 185 notes = "Functionality test: Attempts to delete row with referencing ones and CASCADE action - expecting all referencing rows will also be deleted",
|
UpdateFunctionalityTest2.java | 127 * referencing ones and RESTRICT action 131 notes = "Functionality test: Updates row with no referencing ones and RESTRICT action", 143 * with referencing ones and RESTRICT action - expecting SQLException 149 notes = "Attempts to update row with referencing ones and RESTRICT action - expecting SQLException", 210 * referencing ones and CASCADE action - expecting that all 216 notes = "Functionality test: Updates row with referencing ones and CASCADE action - expecting that all referencing rows will also be updated", 222 notes = "Functionality test: Updates row with referencing ones and CASCADE action - expecting that all referencing rows will also be updated",
|
/external/webkit/WebCore/manual-tests/inspector/ |
hidden-evals.html | 10 <code>//@sourceURL=</code> directive, the ones named <tt>f_unnamed_X</tt> 12 to select a resource/script to view, the 'unnamed' ones should not. 34 to switch to other resources/scripts that have been opened, including the ones
|
/dalvik/libdex/ |
Leb128.c | 27 * values are ones that are five bytes long where the final byte has 49 * values are ones that are five bytes long where the final byte has
|
/cts/tools/host/src/com/android/cts/ |
ProgressObserver.java | 50 * especially for the ones running for a very long time.
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_SAVE_STATE.S | 11 * the values on the stack - not the ones in those registers on entry.
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-gettextize.1 | 48 force writing of new files even if old ones exist
|
glib-gettextize.xml | 62 force writing of new files even if old ones exist
|
/external/iproute2/include/ |
xt-internal.h | 39 /* Multiple matches of the same type: the ones before
|
/external/openssl/crypto/rc2/ |
version | 14 the ones taken from idea and des :-). I have implemented them as
|
/external/skia/src/core/ |
SkDither.cpp | 3 /* The base dither matrix we use to derive optimized ones for 565 and 4444
|
/external/webkit/WebCore/svg/ |
SVGElementInstanceList.cpp | 38 // NOTE: We could use the same caching facilities, like the ones "ChildNodeList" uses.
|
/external/proguard/src/proguard/classfile/editor/ |
VariableCleaner.java | 82 * Returns the given list of local variables, without the ones that aren't 110 * Returns the given list of local variable types, without the ones that
|