Home
last modified time | relevance | path

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/
DUnpackUpdateJars.java110 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/
DMCJITObjectCacheTest.cpp104 int returnCode = FuncPtr(); in compileAndRun() local
105 EXPECT_EQ(returnCode, ExpectedRC); in compileAndRun()
DMCJITTest.cpp93 int returnCode = FuncPtr(); in TEST_F() local
94 EXPECT_EQ(returnCode, rc); in TEST_F()
DMCJITTestBase.h83 Function *insertMainFunction(Module *M, uint32_t returnCode) { in insertMainFunction() argument
86 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode)); in insertMainFunction()
/external/tpm2/
DTpmFail.c41 TPM_RC returnCode; member
Dpart4.txt18926 21 TPM_RC returnCode;
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1798 - (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 {
Dobjcmt-arc-cf-annotations.m.result1846 - (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/
Dorg_conscrypt_NativeCrypto.cpp428 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/
Draw_commands.txt30353 returnCode
30508 returnCode
30721 returnCode
/external/clang/test/Analysis/
Dretain-release.m1793 - (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 {