HomeSort by relevance Sort by last modified time
    Searched defs:Success (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/testng/src/test/java/test/invokedmethodlistener/
Success.java 3 public class Success extends Base {
4 public Success() {
  /external/clang/unittests/Frontend/
CodeGenActionTest.cpp 57 bool Success = Compiler.ExecuteAction(*Act);
58 EXPECT_TRUE(Success);
  /external/clang/tools/driver/
cc1_main.cpp 92 bool Success = CompilerInvocation::CreateFromArgs(
112 if (!Success)
116 Success = ExecuteCompilerInvocation(Clang.get());
130 return !Success;
133 return !Success;
  /art/cmdline/
cmdline_parse_result.h 49 static CmdlineParseResult<T> Success(const T& value) {
54 static CmdlineParseResult<T> Success(T&& value) {
105 // Whether or not the result has a value (e.g. created with Result::Success).
106 // Error results never have values, success results commonly, but not always, have values.
  /external/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 29 /// Success, however some have a concept of an instruction with
39 /// from Success->SoftFail ->Fail can be done with a simple
42 /// LEFT & TOP = | Success Unpredictable Fail
44 /// Success | Success Unpredictable Fail
49 /// Success, SoftFail, Fail respectively.
53 Success = 3
72 /// \return - MCDisassembler::Success if the instruction is valid,
  /frameworks/base/libs/hwui/
Readback.h 31 Success = 0,
  /frameworks/base/packages/Osu/src/com/android/anqp/
HSIconFileElement.java 22 public enum StatusCode {Success, FileNotFound, Unspecified}
65 if (getStatusCode() != that.getStatusCode() || getStatusCode() != StatusCode.Success) {
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 31 enum Action { Success, Warning, Abort, LastAction };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCDisassembler/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
73 /// \return - MCDisassembler::Success if the instruction is valid,
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp 25 bool Success = convertUTF16ToUTF8String(Ref, Result);
26 EXPECT_TRUE(Success);
36 bool Success = convertUTF16ToUTF8String(Ref, Result);
37 EXPECT_TRUE(Success);
47 bool Success = convertUTF8ToUTF16String(Ref, Result);
48 EXPECT_TRUE(Success);
57 bool Success = convertUTF16ToUTF8String(makeArrayRef("xxxxx", 5), Result);
58 EXPECT_FALSE(Success);
63 bool Success = convertUTF16ToUTF8String(llvm::ArrayRef<char>(None), Result);
64 EXPECT_TRUE(Success);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDisassembler.h 30 /// Success, however some have a concept of an instruction with
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
50 /// Success, SoftFail, Fail respectively.
54 Success = 3
76 /// @return - MCDisassembler::Success if the instruction is valid,
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h 90 bool Success =
93 (void)Success; assert(Success && "Couldn't select *anything*?");
  /prebuilts/go/darwin-x86/src/os/
exec.go 139 // Success reports whether the program exited successfully,
141 func (p *ProcessState) Success() bool {
142 return p.success()
  /prebuilts/go/linux-x86/src/os/
exec.go 139 // Success reports whether the program exited successfully,
141 func (p *ProcessState) Success() bool {
142 return p.success()
  /external/clang/lib/Driver/
Compilation.cpp 102 bool Success = true;
105 Success &= CleanupFile(*it, IssueErrors);
106 return Success;
112 bool Success = true;
120 Success &= CleanupFile(it->second, IssueErrors);
122 return Success;
  /external/compiler-rt/lib/scudo/
scudo_utils.cpp 123 bool Success = readRetry(Fd, reinterpret_cast<u8 *>(&State_0_),
125 Success &= readRetry(Fd, reinterpret_cast<u8 *>(&State_1_),
128 if (!Success) {
  /device/google/contexthub/util/nanotool/
nanopacket.h 50 Success,
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 87 jmp Success
120 jmp Success
186 jmp Success
192 jmp Success
224 Success:

Completed in 1136 milliseconds

1 2 3 4 5