/external/clearsilver/cs/ |
Makefile | 70 return_code=$$?; \ 71 if [ $$return_code -ne 0 ]; then \ 81 return_code=$$?; \ 82 if [ $$return_code -ne 0 ]; then \
|
/external/tcpdump/ |
print-lspping.c | 71 u_int8_t return_code; member in struct:lspping_common_header 531 if (lspping_com_header->return_code == 3 || 532 lspping_com_header->return_code == 4 || 533 lspping_com_header->return_code == 8 || 534 lspping_com_header->return_code == 10 || 535 lspping_com_header->return_code == 11 || 536 lspping_com_header->return_code == 12 ) 538 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code), 540 lspping_com_header->return_code, 544 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code), [all...] |
/external/clearsilver/csharp/ |
Makefile | 42 return_code=$$?; \ 43 if [ $$return_code -ne 0 ]; then \
|
/external/clearsilver/ruby/ |
Makefile | 30 return_code=$$?; \ 31 if [ $$return_code -ne 0 ]; then \
|
/external/chromium/base/ |
iat_patch.cc | 17 DWORD return_code; member in struct:iat_patch::InterceptFunctionInformation 69 intercept_information->return_code = 116 return intercept_information.return_code;
|
/external/clearsilver/java-jni/ |
Makefile | 58 return_code=$$?; \ 59 if [ $$return_code -ne 0 ]; then \
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
CmdHndlr.h | 57 TI_UINT32 return_code; member in struct:__anon10793
|
CmdHndlr.c | 324 eStatus = pNewCmd->return_code;
|
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
CmdHndlr.h | 57 TI_UINT32 return_code; member in struct:__anon19113
|
CmdHndlr.c | 323 eStatus = pNewCmd->return_code;
|
/external/grub/netboot/ |
pci.c | 100 unsigned char return_code; /* %al */ local 113 : "=a" (return_code), 122 switch (return_code) { 130 service, return_code);
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 102 int return_code, next; local 110 *status=return_code=action (&info); /* Call the client function to test */ 112 if (return_code==ABORT || return_code==FOUND)
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
CmdInterpretWext.c | 155 cmdObj->return_code = WEXT_NOT_SUPPORTED; 538 cmdObj->return_code = WEXT_OK; [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
CmdInterpretWext.c | 148 cmdObj->return_code = WEXT_NOT_SUPPORTED; 474 cmdObj->return_code = WEXT_OK; 757 cmdObj->return_code = WEXT_OK; [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 125 output, return_code = run_shell_with_return_code(command, print_output) 267 output, return_code = run_shell_with_return_code(['svn', 'info'], 269 if return_code == 0: [all...] |