HomeSort by relevance Sort by last modified time
    Searched refs:Prior (Results 1 - 21 of 21) sorted by null

  /external/compiler-rt/test/esan/TestCases/
workingset-signal-posix.cpp 30 __sighandler_t Prior = signal(SIGSEGV, SignalHandler);
31 assert(Prior == SIG_DFL);
36 Prior = signal(SIGSEGV, SIG_DFL);
37 assert(Prior == SignalHandler);
61 // prior library-region shadow access.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CodePlacementOpt.cpp 139 MachineFunction::iterator OldBeginPrior = prior(Begin);
140 MachineFunction::iterator OldEndPrior = prior(End);
144 prior(Begin)->updateTerminator();
162 HasAnalyzableTerminator(prior(MachineFunction::iterator(TopMBB)))) {
177 if (!HasAnalyzableTerminator(prior(MachineFunction::iterator(Pred))))
190 MachineFunction::iterator Prior = prior(Begin);
191 if (Prior == MF.begin())
194 if (!HasFallthrough(Prior))
197 if (Prior->isSuccessor(End)
    [all...]
  /external/curl/docs/cmdline-opts/
proxy.d 17 Prior versions may ignore the protocol and use http:// instead.
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 547 std::vector<MemberInfo>::iterator Prior = Members.begin();
548 CharUnits Tail = getSize(Prior->Data);
549 for (std::vector<MemberInfo>::iterator Member = Prior + 1,
556 assert(Prior->Kind == MemberInfo::Field && !Prior->FD &&
558 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo(
559 cast<llvm::IntegerType>(Prior->Data)->getIntegerBitWidth(), 8)));
562 Prior = Member;
563 Tail = Prior->Offset + getSize(Prior->Data)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
exec_windows.go 134 // use "Prior to 2008" rule from
  /prebuilts/go/darwin-x86/src/runtime/
write_err_android.go 20 // Prior to Android-L, logging was done through writes to /dev/log files implemented
  /prebuilts/go/linux-x86/src/os/
exec_windows.go 134 // use "Prior to 2008" rule from
  /prebuilts/go/linux-x86/src/runtime/
write_err_android.go 20 // Prior to Android-L, logging was done through writes to /dev/log files implemented
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 394 ; On Android platforms use lrand48 when building postproc routines. Prior to L
  /prebuilts/go/darwin-x86/src/crypto/tls/
prf.go 216 // Prior to TLS 1.2, an additional MD5 hash is required.
handshake_client.go 748 // Prior to TLS 1.2, the signature schemes were not
  /prebuilts/go/linux-x86/src/crypto/tls/
prf.go 216 // Prior to TLS 1.2, an additional MD5 hash is required.
handshake_client.go 748 // Prior to TLS 1.2, the signature schemes were not
  /external/boringssl/src/ssl/test/runner/
prf.go 227 // Prior to TLS 1.2, an additional MD5 hash is required.
runner.go     [all...]
  /external/libvncserver/webclients/novnc/include/
keysym.js 21 XK_Prior = 0xff55, /* Prior, previous */
  /frameworks/rs/script_api/
rs_matrix.spec 296 <b>Warning:</b> Prior to version 21, storing the result back into right matrix is not supported and
  /prebuilts/go/darwin-x86/src/archive/tar/
reader.go 417 // Prior to Go1.8, the Writer had a bug where it would output
  /prebuilts/go/linux-x86/src/archive/tar/
reader.go 417 // Prior to Go1.8, the Writer had a bug where it would output
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 133 // Prior to Go 1.1, anonymous struct fields were ignored. To force ignoring of
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 133 // Prior to Go 1.1, anonymous struct fields were ignored. To force ignoring of
    [all...]

Completed in 547 milliseconds