HomeSort by relevance Sort by last modified time
    Searched refs:EC (Results 701 - 725 of 799) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 310 /// lookupVirtReg - Find the EC leader for VirtReg or null.
349 void mapVirtReg(unsigned VirtReg, UserValue *EC);
479 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) {
482 Leader = UserValue::merge(Leader, EC);
    [all...]
  /external/llvm/lib/Support/
Host.cpp 59 std::error_code EC = sys::fs::openFileForRead("/proc/cpuinfo", FD);
60 if (EC) {
61 DEBUG(dbgs() << "Unable to open /proc/cpuinfo: " << EC.message() << "\n");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 303 /// lookupVirtReg - Find the EC leader for VirtReg or null.
335 void mapVirtReg(unsigned VirtReg, UserValue *EC);
429 void LDVImpl::mapVirtReg(unsigned VirtReg, UserValue *EC) {
432 Leader = UserValue::merge(Leader, EC);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtd80x.c 200 EC = 0x00000800, /* excessive collision */
558 } else if( tx_status & (CSL | LC | EC | UDF | HF)){
561 tx_status & EC ? "abort" : "",
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 48 DyldELFObject(MemoryBufferRef Wrapper, std::error_code &ec);
70 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC)
71 : ELFObjectFile<ELFT>(Wrapper, EC) {
114 std::error_code &ec) {
119 llvm::make_unique<DyldELFObject<ELFT>>(Buffer, ec);
150 std::error_code ec; local
156 ec);
160 ec);
164 ec);
168 ec);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 617 std::error_code EC;
619 llvm::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::F_None);
620 if (EC)
621 return error(Twine(OutputFilename) + ": " + EC.message(), Context);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 102 std::error_code EC;
103 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None);
104 if (EC) {
105 SPIRVDBG(errs() << "Fails to open output file: " << EC.message();)
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 357 case Algorithm::EC:
358 return "Ec";
442 return "UNKNOWN EC CURVE";
  /external/clang/lib/CodeGen/
BackendUtil.cpp 711 if (std::error_code EC = IndexOrErr.getError()) {
712 std::string Error = EC.message();
    [all...]
CodeGenAction.cpp 736 if (std::error_code EC = ModuleOrErr.getError()) {
738 << EC.message();
    [all...]
  /external/llvm/lib/IR/
Core.cpp 266 std::error_code EC;
267 raw_fd_ostream dest(Filename, EC, sys::fs::F_Text);
268 if (EC) {
269 *ErrorMessage = strdup(EC.message().c_str());
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 25 if (std::error_code EC = BufferOrErr.getError())
26 return errorCodeToError(EC);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 511 std::error_code EC;
512 raw_fd_ostream out(mangleName(CU, "gcno"), EC, sys::fs::F_None);
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 703 if (std::error_code EC = MemBufOrErr.getError())
704 return Error(Twine("Error reading '") + Path + "': " + EC.message());
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 774 if (std::error_code EC =
776 return EC;
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 192 ~c264=EC # Ecuador
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java 101 public static class EC extends AndroidKeyStoreKeyPairGeneratorSpi {
102 public EC() {
111 /* EC */
428 "Unsupported EC curve name: " + curveName
434 throw new InvalidAlgorithmParameterException("EC key size must match "
440 "EC may only use ECGenParameterSpec");
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server_test.go     [all...]
  /external/clang/lib/Driver/
Driver.cpp 752 std::error_code EC;
753 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::F_Excl);
754 if (EC) {
756 << "Error generating run script: " + Script + " " + EC.message();
    [all...]
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 64 EC = chr(247) # Erase Character
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_telnetlib.py 313 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
  /external/python/cpython2/Lib/
telnetlib.py 65 EC = chr(247) # Erase Character
  /external/python/cpython2/Lib/test/
test_telnetlib.py 335 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]

Completed in 1625 milliseconds

<<21222324252627282930>>