/art/runtime/entrypoints/quick/ |
quick_field_entrypoints.cc | 646 mirror::Object* result = local 650 return result;
|
/art/runtime/gc/space/ |
dlmalloc_space-inl.h | 59 mirror::Object* result = reinterpret_cast<mirror::Object*>(mspace_malloc(mspace_, num_bytes)); local 60 if (LIKELY(result != nullptr)) { 62 CHECK(Contains(result)) << "Allocation (" << reinterpret_cast<void*>(result) 65 size_t allocation_size = AllocationSizeNonvirtual(result, usable_size); 70 return result;
|
/art/runtime/verifier/ |
method_verifier-inl.h | 79 const RegType& result = ResolveClassAndCheckAccess(class_idx); local 81 return result;
|
/art/test/445-checker-licm/src/ |
Main.java | 29 int result = 0; local 31 result += staticField / 42; 33 return result; 46 int result = 0; local 49 result += staticField / 42; 52 return result; 62 int result = 0; local 68 result += staticField * i; 71 return result; 81 int result = 0 local 103 int result = 0; local 120 int result = 0; local 139 int result = 0; local 158 int result = 0; local [all...] |
/art/test/563-checker-fakestring/src/ |
Main.java | 40 String result = (String) m.invoke(null, new Object[] { testData }); local 41 assertEqual(testString, result); 63 String result = (String) m.invoke(null, new Object[] { testData }); local 64 assertEqual(testString, result); 69 String result = (String) m.invoke(null, new Object[] { testData, true }); local 70 assertEqual(testString, result); 71 result = (String) m.invoke(null, new Object[] { testData, false }); 72 assertEqual(testString, result); 76 String result = (String) m.invoke(null, new Object[] { testData, true }); local 77 assertEqual(testString, result); [all...] |
/bionic/libc/bionic/ |
libgen.cpp | 46 int result; local 77 result = len; 79 return result; 83 result = -1; 91 return result; 102 int result; local 136 result = len; 142 return result; 147 result = -1; 155 return result; [all...] |
poll.cpp | 78 int result = __pselect6(fd_count, read_fds, write_fds, error_fds, ts_ptr, NULL); local 82 return result;
|
/bionic/libc/private/ |
UniquePtr.h | 70 T* result = mPtr; local 72 return result; 120 T* result = mPtr; local 122 return result;
|
/bionic/libc/tzcode/ |
asctime.c | 84 char result[MAX_ASCTIME_BUF_SIZE]; local 106 snprintf(result, sizeof(result), /* Android change: use snprintf. */ 112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) 113 return strcpy(buf, result);
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
_wcstod.h | 107 float_type result; local 131 result = STRTOD_FUNC(buf, &end); 144 return result;
|
/bionic/linker/tests/ |
linked_list_test.cpp | 207 bool result = list.visit([&](const char* c) { local 213 ASSERT_TRUE(result); 220 result = list.visit([&](const char* c) { 229 ASSERT_TRUE(!result);
|
/bionic/tests/ |
bug_26110743_test.cpp | 51 void* result; local 52 ASSERT_EQ(0, pthread_join(t, &result)); 53 ASSERT_EQ(NULL, result); 66 void* result; local 67 ASSERT_EQ(0, pthread_join(t, &result)); 68 ASSERT_EQ(NULL, result); 95 void* result; local 96 ASSERT_EQ(0, pthread_join(t, &result)); 97 ASSERT_EQ(NULL, result); 110 void* result; local [all...] |
stack_protector_test.cpp | 82 void* result; local 83 ASSERT_EQ(0, pthread_join(t, &result)); 84 ASSERT_EQ(NULL, result);
|
sys_stat_test.cpp | 158 int result = fchmodat(AT_FDCWD, tf.filename, 0751, AT_SYMLINK_NOFOLLOW); local 161 ASSERT_EQ(0, result); 167 ASSERT_EQ(-1, result); 214 int result = fchmodat(AT_FDCWD, linkname, 0751, AT_SYMLINK_NOFOLLOW); local 216 if (result == 0) { 219 ASSERT_EQ(-1, result); 237 int result = fchmodat(AT_FDCWD, linkname, 0751, AT_SYMLINK_NOFOLLOW); local 239 if (result == 0) { 242 ASSERT_EQ(-1, result);
|
/bootable/recovery/ |
adb_install.cpp | 94 int result = INSTALL_ERROR; local 100 result = INSTALL_ERROR; 111 result = INSTALL_ERROR; 116 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false, 0); 143 return result;
|
/bootable/recovery/edify/ |
main.cpp | 30 char* result; local 47 result = Evaluate(&state, e); 50 if (result == NULL && expected != NULL) { 56 if (result == NULL && expected == NULL) { 60 if (strcmp(result, expected) != 0) { 62 expr_str, expected, result); 64 free(result); 68 free(result); 209 char* result = Evaluate(&state, root); local 210 if (result == NULL) [all...] |
/bootable/recovery/minadbd/ |
services.cpp | 56 int result = run_adb_fuse(sfd, file_size, block_size); local 60 exit(result == 0 ? 0 : 1);
|
/build/kati/ |
file_cache.cc | 46 Makefile* result = NULL; variable 47 auto p = cache_.emplace(filename, result); 49 p.first->second = result = new Makefile(filename); 51 result = p.first->second; 53 return result;
|
func.h | 47 string result; member in struct:CommandResult
|
/build/tools/signapk/src/com/android/signapk/ |
Pair.java | 46 int result = 1; local 47 result = prime * result + ((mFirst == null) ? 0 : mFirst.hashCode()); 48 result = prime * result + ((mSecond == null) ? 0 : mSecond.hashCode()); 49 return result;
|
/build/tools/ziptime/ |
ZipEntry.cpp | 46 status_t result; local 50 result = mCDE.rewrite(fp); 51 if (result != 0) { 53 return result; 64 result = mLFH.rewrite(fp); 65 if (result != 0) { 67 return result; 89 status_t result = 0; local 127 status_t result = 0; local
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
com_android_cts_splitapp_Native.cpp | 29 int result = a + b; local 30 LOGI("%d + %d = %d", a, b, result); 31 return result; 77 jint result = -1; local 93 result = JNI_VERSION_1_4; 96 return result;
|
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/ |
SimpleIntentReceiverActivity.java | 46 Intent result = new Intent(); local 47 result.putExtra("extra_receiver_class", className); 48 result.putExtra("extra_in_managed_profile", inManagedProfile); 49 setResult(Activity.RESULT_OK, result);
|
/cts/libs/vogar-expect/src/vogar/ |
Expectation.java | 24 * The expected result of an action execution. This is typically encoded in the 28 * result UNSUPPORTED 33 * result COMPILE_FAILED 42 /** The action's expected result, such as {@code EXEC_FAILED}. */ 43 private final Result result; field in class:Expectation 57 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) { 58 if (result == null || description == null || pattern == null) { 60 "result=" + result + " description=" + description + " pattern=" + pattern) [all...] |
/cts/libs/vogar-expect/src/vogar/util/ |
TimeUtilities.java | 36 StringBuilder result = new StringBuilder("P"); local 38 result.append(hours); 39 result.append('H'); 41 if (result.length() > 1 || minutes != 0) { 42 result.append(minutes); 43 result.append('M'); 45 result.append(seconds); 47 result.append('.'); 48 result.append(milliseconds); 50 result.append('S') 89 StringBuilder result = new StringBuilder(); local [all...] |