Searched refs:returnCode (Results 1 – 11 of 11) sorted by relevance
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | UnpackUpdateJars.java | 110 int returnCode = 0; in unzip() local 112 returnCode = proc.waitFor(); in unzip() 117 if (returnCode!=0) in unzip() 118 System.out.println("returnCode: " + returnCode); in unzip()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 104 int returnCode = FuncPtr(); in compileAndRun() local 105 EXPECT_EQ(returnCode, ExpectedRC); in compileAndRun()
|
D | MCJITTest.cpp | 93 int returnCode = FuncPtr(); in TEST_F() local 94 EXPECT_EQ(returnCode, rc); in TEST_F()
|
D | MCJITTestBase.h | 83 Function *insertMainFunction(Module *M, uint32_t returnCode) { in insertMainFunction() argument 86 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode)); in insertMainFunction()
|
/external/tpm2/ |
D | TpmFail.c | 41 TPM_RC returnCode; member
|
D | part4.txt | 18926 21 TPM_RC returnCode;
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1798 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo; 1810 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) 1813 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
|
D | objcmt-arc-cf-annotations.m.result | 1846 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo; 1858 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) 1861 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 428 OpenSslError(SSL* ssl, int returnCode) : sslError_(SSL_ERROR_NONE), released_(false) { in OpenSslError() argument 429 reset(ssl, returnCode); in OpenSslError() 442 void reset(SSL* ssl, int returnCode) { in reset() argument 443 if (returnCode <= 0) { in reset() 444 sslError_ = SSL_get_error(ssl, returnCode); in reset()
|
/external/tpm2/generator/ |
D | raw_commands.txt | 30353 returnCode 30508 returnCode 30721 returnCode
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1793 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo; 1805 didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) 1808 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo {
|