/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
BooleanArray.java | 259 public void truncate (int newSize) {
method in class:BooleanArray
|
ByteArray.java | 304 public void truncate (int newSize) { method in class:ByteArray
|
CharArray.java | 304 public void truncate (int newSize) {
method in class:CharArray
|
IntArray.java | 304 public void truncate (int newSize) {
method in class:IntArray
|
LongArray.java | 304 public void truncate (int newSize) {
method in class:LongArray
|
ShortArray.java | 311 public void truncate (int newSize) {
method in class:ShortArray
|
/external/netperf/src/ |
netcpu_looper.c | 317 if (truncate("/tmp/netperf_cpu",file_size) == -1) { 318 fprintf(where,"create_looper: truncate: errno %d\n",errno);
|
/external/tlsdate/src/ |
tlsdated-unittest.c | 95 ASSERT_EQ (0, truncate (buf, 2));
|
/libcore/ojluni/src/main/java/sun/security/util/ |
DerInputBuffer.java | 133 void truncate(int len) throws IOException { method in class:DerInputBuffer
|
DerInputStream.java | 136 newbuf.truncate(len);
|
DerOutputStream.java | 266 putUnalignedBitString(ba.truncate());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_basics.py | 599 num = d.truncate() 600 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 601 num = d.truncate() 603 "truncate on empty DB returned nonzero (%r)" % (num,)) 804 num = d.truncate(txn) 805 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 806 num = d.truncate(txn) 808 "truncate on empty DB returned nonzero (%r)" % (num,)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_case.py | 649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates 651 test._truncateMessage = truncate 661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates 663 test._truncateMessage = truncate [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
test_basics.py | 599 num = d.truncate() 600 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 601 num = d.truncate() 603 "truncate on empty DB returned nonzero (%r)" % (num,)) 804 num = d.truncate(txn) 805 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 806 num = d.truncate(txn) 808 "truncate on empty DB returned nonzero (%r)" % (num,)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_case.py | 649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates 651 test._truncateMessage = truncate 661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates 663 test._truncateMessage = truncate [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 599 num = d.truncate() 600 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 601 num = d.truncate() 603 "truncate on empty DB returned nonzero (%r)" % (num,)) 804 num = d.truncate(txn) 805 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 806 num = d.truncate(txn) 808 "truncate on empty DB returned nonzero (%r)" % (num,)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates 651 test._truncateMessage = truncate 661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates 663 test._truncateMessage = truncate [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 599 num = d.truncate() 600 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 601 num = d.truncate() 603 "truncate on empty DB returned nonzero (%r)" % (num,)) 804 num = d.truncate(txn) 805 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database") 806 num = d.truncate(txn) 808 "truncate on empty DB returned nonzero (%r)" % (num,)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates 651 test._truncateMessage = truncate 661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates 663 test._truncateMessage = truncate [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 906 styledString.append(truncate(text, styledString), QUALIFIER_STYLER); method 918 styledString.append(truncate(src, styledString), QUALIFIER_STYLER); method 930 styledString.append(truncate(src, styledString), QUALIFIER_STYLER); method 1320 private static String truncate(String text, StyledString string) { method in class:OutlinePage [all...] |
/system/update_engine/payload_consumer/ |
filesystem_verifier_action_unittest.cc | 341 EXPECT_EQ(0, truncate(img.c_str(), 20 * 1024 * 1024));
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileChannelImpl.java | 331 public FileChannel truncate(long size) throws IOException { method in class:FileChannelImpl 360 // truncate file 365 rv = nd.truncate(fd, size); 881 //int rv = nd.truncate(fd, position + size); 883 rv = nd.truncate(fd, position + size); [all...] |
/external/icu/icu4c/source/test/intltest/ |
testidna.cpp | 801 source.truncate(4); [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
Nodes.java | 817 public Node<T> truncate(long from, long to, IntFunction<T[]> generator) { method in class:Nodes.ConcNode 822 return right.truncate(from - leftCount, to - leftCount, generator); 824 return left.truncate(from, to, generator); 826 return Nodes.conc(getShape(), left.truncate(from, leftCount, generator), 827 right.truncate(0, to - leftCount, generator)); [all...] |
/external/robolectric/v1/lib/main/ |
h2-1.2.147.jar | |