Home
last modified time | relevance | path

Searched refs:Prior (Results 1 – 25 of 155) sorted by relevance

1234567

/external/compiler-rt/test/esan/TestCases/
Dworkingset-signal-posix.cpp30 __sighandler_t Prior = signal(SIGSEGV, SignalHandler); in main() local
31 assert(Prior == SIG_DFL); in main()
36 Prior = signal(SIGSEGV, SIG_DFL); in main()
37 assert(Prior == SignalHandler); in main()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp547 std::vector<MemberInfo>::iterator Prior = Members.begin(); in clipTailPadding() local
548 CharUnits Tail = getSize(Prior->Data); in clipTailPadding()
549 for (std::vector<MemberInfo>::iterator Member = Prior + 1, in clipTailPadding()
556 assert(Prior->Kind == MemberInfo::Field && !Prior->FD && in clipTailPadding()
558 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
559 cast<llvm::IntegerType>(Prior->Data)->getIntegerBitWidth(), 8))); in clipTailPadding()
562 Prior = Member; in clipTailPadding()
563 Tail = Prior->Offset + getSize(Prior->Data); in clipTailPadding()
/external/curl/docs/cmdline-opts/
Drandom-file.d12 Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
Degd-file.d13 Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
Dssl-auto-client-cert.d13 for Schannel (the native Windows SSL library). Prior to 7.77.0 this was the
Dproxy.d27 Prior versions may ignore the protocol and use http:// instead.
/external/rootdev/
DREADME.chromium7 Prior to this commit, rootdev was derived from the above link. However, it has
/external/ComputeLibrary/src/core/CL/cl_kernels/nchw/
Dprior_box_layer.cl39 * @param[in] box_width Prior box width
40 * @param[in] box_height Prior box height
69 * @param[in] min_size Prior box min size
/external/perfetto/protos/perfetto/trace/
Dtrace_uuid.proto21 // This message has been introduced in v32. Prior to that, the UUID was
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-again.sh35 echo Prior run batches file does not exist: $oldrun/batches
/external/libxkbcommon/test/data/symbols/
Dpc78 key <PGUP> { [ Prior ] };
/external/llvm/test/Transforms/IndVarSimplify/
D2011-11-15-multiexit.ll3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
/external/llvm/test/CodeGen/ARM/
Difcvt-regmask-noreturn.ll11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
/external/iptables/extensions/
Dlibxt_TCPMSS.man36 packets from itself to the source and destination IP addresses. Prior to
/external/python/typing/typing_extensions/
DCHANGELOG70 Prior to release 4.0.0 we did not provide a changelog. Please check
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SpaceToBatchND.pbtxt32 batch position. Prior to division into blocks, the spatial dimensions of the
/external/conscrypt/
DIMPLEMENTATION_NOTES.md16 Prior to version 2.5.0 Conscrypt's hostname verification (enabled by
/external/kotlinx.coroutines/.github/ISSUE_TEMPLATE/
Dfeature_request.md31 **Prior Art**
/external/rust/crates/num-derive/
DRELEASES.md101 # Prior releases
/external/libxkbcommon/test/data/symbols/macintosh_vndr/
Dus93 key <PGUP> { [ Prior ] };
/external/libese/
DREADME.md24 Prior to use in a file, import all necessary variables with:
/external/rust/crates/num-integer/
DRELEASES.md108 # Prior releases
/external/antlr/runtime/C/doxygen/
Dchanges31.dox43 /// Prior to the 3.1 release, accessing the token source of a lexer required knowledge of where
/external/python/cpython2/Doc/library/
Dpipes.rst39 Prior to Python 2.7, this function was not publicly documented. It is
/external/eigen/doc/
DStlContainers.dox15 Prior to \cpp11, if you want to use the `std::vector` container, then you also have to <code> \#inc…

1234567