/libcore/support/src/test/java/tests/support/ |
ThrowingReader.java | 40 int result = super.read(); local 42 return result;
|
/libnativehelper/include/nativehelper/ |
toStringArray.h | 31 jobjectArray result = newStringArray(env, count); local 32 if (result == NULL) { 40 env->SetObjectArrayElement(result, i, s.get()); 45 return result;
|
/ndk/sources/cxx-stl/gabi++/src/ |
pbase_type_info.cc | 102 bool result; local 104 result)) { 105 return result;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
compare.pass.cpp | 40 std::pair<std::unordered_map<Key, int>::iterator, bool> result = local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
add_reference.hpp | 48 >::template result_<T> result; typedef in struct:boost::detail::add_reference_impl 50 typedef typename result::type type;
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_cpufeatures.c | 55 int result = 0; local 105 result = 1; 120 return result;
|
/ndk/tests/device/test-gnustl-full/unit/ |
count_test.cpp | 36 int result = count(numbers, numbers + 10, 1); local 37 CPPUNIT_ASSERT(result==4); 39 result = 0; 40 count(numbers, numbers + 10, 1, result); 41 CPPUNIT_ASSERT(result==4);
|
innerprod_test.cpp | 46 int result; local 47 result = inner_product(vector1, vector1 + 5, vector2, 0); 48 CPPUNIT_ASSERT(result==55); 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0); local 59 CPPUNIT_ASSERT(result == 10); 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add); local 71 CPPUNIT_ASSERT(result == 64);
|
setinter_test.cpp | 41 int result[4] = { 0, 0, 0, 0 }; local 43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); 45 CPPUNIT_ASSERT(result[0]==13); 46 CPPUNIT_ASSERT(result[1]==23); 47 CPPUNIT_ASSERT(result[2]==0); 48 CPPUNIT_ASSERT(result[3]==0);
|
setunion_test.cpp | 41 int result[7] = { 0, 0, 0, 0, 0, 0, 0 }; local 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); 45 CPPUNIT_ASSERT(result[0]==10); 46 CPPUNIT_ASSERT(result[1]==13); 47 CPPUNIT_ASSERT(result[2]==17); 48 CPPUNIT_ASSERT(result[3]==18); 49 CPPUNIT_ASSERT(result[4]==23); 50 CPPUNIT_ASSERT(result[5]==0); 51 CPPUNIT_ASSERT(result[6]==0);
|
/ndk/tests/device/test-stlport/unit/ |
count_test.cpp | 36 int result = count(numbers, numbers + 10, 1); local 37 CPPUNIT_ASSERT(result==4); 39 result = 0; 40 count(numbers, numbers + 10, 1, result); 41 CPPUNIT_ASSERT(result==4);
|
innerprod_test.cpp | 46 int result; local 47 result = inner_product(vector1, vector1 + 5, vector2, 0); 48 CPPUNIT_ASSERT(result==55); 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0); local 59 CPPUNIT_ASSERT(result == 10); 69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add); local 71 CPPUNIT_ASSERT(result == 64);
|
setinter_test.cpp | 41 int result[4] = { 0, 0, 0, 0 }; local 43 set_intersection((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); 45 CPPUNIT_ASSERT(result[0]==13); 46 CPPUNIT_ASSERT(result[1]==23); 47 CPPUNIT_ASSERT(result[2]==0); 48 CPPUNIT_ASSERT(result[3]==0);
|
setunion_test.cpp | 41 int result[7] = { 0, 0, 0, 0, 0, 0, 0 }; local 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); 45 CPPUNIT_ASSERT(result[0]==10); 46 CPPUNIT_ASSERT(result[1]==13); 47 CPPUNIT_ASSERT(result[2]==17); 48 CPPUNIT_ASSERT(result[3]==18); 49 CPPUNIT_ASSERT(result[4]==23); 50 CPPUNIT_ASSERT(result[5]==0); 51 CPPUNIT_ASSERT(result[6]==0);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/util/ |
NumberUtils.java | 39 int result = 0; local 42 result += (value << (i * 8)); 44 return result;
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
ICU.java | 10 char[] result = new char[3]; local 20 result[resultIndex++] = 'd'; 23 result[resultIndex++] = 'M'; 26 result[resultIndex++] = 'y'; 48 return result;
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
UnicodeDialerKeyListener.java | 38 CharSequence result = super.filter(converted, start, end, dest, dstart, dend); local 39 if (result == null) { 48 // result == null we return the unfiltered but converted numeric string instead. 52 return result;
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_SmtCrdFmt.c | 69 NFCSTATUS result = NFCSTATUS_SUCCESS; local 76 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, NFCSTATUS_INVALID_PARAMETER); 122 return (result);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SQLiteAsyncQuery.java | 24 * @param <A> The type of the result of the query. 29 * Performs a query and computes some value from the result 32 * @return The result of the query. 37 * Runs the query against the database and passes the result to the consumer. 40 A result = performQuery(db); local 41 consumer.consume(result);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
LastModifiedFileComparator.java | 68 long result = file1.lastModified() - file2.lastModified(); local 69 if (result < 0) { 71 } else if (result > 0) {
|
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/ |
BinaryDictEncoderFlattenTreeTests.java | 46 final ArrayList<PtNodeArray> result = local 48 assertEquals(4, result.size()); 49 while (!result.isEmpty()) { 50 final PtNodeArray n = result.remove(0); 51 assertFalse("Flattened array contained the same node twice", result.contains(n));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
badsyntax_future7.py | 11 result = f(2)(4) variable
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
badsyntax_future7.py | 11 result = f(2)(4) variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future7.py | 11 result = f(2)(4) variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future7.py | 11 result = f(2)(4) variable
|