/external/compiler-rt/lib/tsan/go/ |
test.c | 31 int __tsan_symbolize(void *pc, char **img, char **rtn, char **file, int *l) {
|
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 190 int rtn = 0; 191 rtn = mMicrophone.read(buffer, 0, 512); 192 if (rtn > 0) mBaos.write(buffer, 0, rtn);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 71 Error rtn = 0; local 85 rtn = errno; 91 rtn = errno; 99 rtn = errno; 104 rtn = errno; 109 rtn = errno; 122 rtn = result; 125 return rtn; 717 int rtn = -1; local 718 error = GetFDFlags(fd, &rtn); 743 int rtn = 0; local 1554 Error rtn = sock->Init(O_RDWR); local [all...] |
mount_node.cc | 97 Error rtn = VIoctl(request, ap); local 99 return rtn;
|
kernel_handle.cc | 128 Error rtn = VFcntl(request, result, ap); local 130 return rtn;
|
kernel_intercept.cc | 372 int rtn = s_kp->sigaction(signum, &action, &oaction); local 373 if (rtn)
|
/external/chromium_org/native_client_sdk/src/tools/ |
sel_ldr.py | 129 rtn = subprocess.call(cmd) 130 return rtn
|
create_nmf.py | 766 rtn = main(sys.argv[1:]) variable 769 rtn = 1 variable 772 rtn = 1 variable 773 sys.exit(rtn)
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
make_simple.py | 154 rtn = ' \\\n\t'.join(lines) 155 return rtn.lstrip()
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFile.java | 503 String[] rtn = null; 505 rtn = new String[0]; 512 rtn = list; 515 cachedInterfaces = rtn; 516 return rtn;
|
/external/bluetooth/bluedroid/btif/co/ |
bta_hh_co.c | 45 int rtn = -errno; local 47 return rtn;
|
/system/core/sh/ |
nodes.c | 327 char *rtn = funcstring; local 332 return rtn;
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/ |
socket_test.cc | 50 int rtn = ki_fcntl(fd, request, ap); local 52 return rtn; 807 int rtn = ki_recv(new_sock, buffer, remainder, 0); local 808 ASSERT_GT(rtn, 0); 809 remainder -= rtn;
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.c | 798 int rtn = -1; local 1004 rtn = 0; 1024 return rtn; 1032 int rtn = -1; local 1145 rtn = 0; 1177 return rtn; [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
kernel_proxy_test.cc | 77 int rtn = ki_fcntl(fd, request, ap); local 79 return rtn;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
mapping_tests.py | 256 rtn = chr(self.i) 258 return rtn
|
test_dict.py | 188 rtn = chr(self.i) 190 return rtn
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
mapping_tests.py | 256 rtn = chr(self.i) 258 return rtn
|
test_dict.py | 188 rtn = chr(self.i) 190 return rtn
|
/external/qemu/ |
i386-dis.c | 683 op_rtn rtn; member in struct:dis386::__anon25474 [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
cookies_tree_model.cc | 53 const CookieTreeHostNode* rtn = local 61 rtn->canonicalized_host()); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_video.c | 944 int rtn = surface->hwdata->surface->Flip (surface->hwdata->surface, NULL, 0); local 951 return rtn;
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
msvs.py | [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |