Searched refs:Prior (Results 1 – 25 of 155) sorted by relevance
1234567
/external/compiler-rt/test/esan/TestCases/ |
D | workingset-signal-posix.cpp | 30 __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/ |
D | CGRecordLayoutBuilder.cpp | 547 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/ |
D | random-file.d | 12 Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
|
D | egd-file.d | 13 Deprecated option. This option is ignored by curl since 7.84.0. Prior to that
|
D | ssl-auto-client-cert.d | 13 for Schannel (the native Windows SSL library). Prior to 7.77.0 this was the
|
D | proxy.d | 27 Prior versions may ignore the protocol and use http:// instead.
|
/external/rootdev/ |
D | README.chromium | 7 Prior to this commit, rootdev was derived from the above link. However, it has
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nchw/ |
D | prior_box_layer.cl | 39 * @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/ |
D | trace_uuid.proto | 21 // This message has been introduced in v32. Prior to that, the UUID was
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm-again.sh | 35 echo Prior run batches file does not exist: $oldrun/batches
|
/external/libxkbcommon/test/data/symbols/ |
D | pc | 78 key <PGUP> { [ Prior ] };
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2011-11-15-multiexit.ll | 3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
|
/external/llvm/test/CodeGen/ARM/ |
D | ifcvt-regmask-noreturn.ll | 11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 36 packets from itself to the source and destination IP addresses. Prior to
|
/external/python/typing/typing_extensions/ |
D | CHANGELOG | 70 Prior to release 4.0.0 we did not provide a changelog. Please check
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SpaceToBatchND.pbtxt | 32 batch position. Prior to division into blocks, the spatial dimensions of the
|
/external/conscrypt/ |
D | IMPLEMENTATION_NOTES.md | 16 Prior to version 2.5.0 Conscrypt's hostname verification (enabled by
|
/external/kotlinx.coroutines/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 31 **Prior Art**
|
/external/rust/crates/num-derive/ |
D | RELEASES.md | 101 # Prior releases
|
/external/libxkbcommon/test/data/symbols/macintosh_vndr/ |
D | us | 93 key <PGUP> { [ Prior ] };
|
/external/libese/ |
D | README.md | 24 Prior to use in a file, import all necessary variables with:
|
/external/rust/crates/num-integer/ |
D | RELEASES.md | 108 # Prior releases
|
/external/antlr/runtime/C/doxygen/ |
D | changes31.dox | 43 /// Prior to the 3.1 release, accessing the token source of a lexer required knowledge of where
|
/external/python/cpython2/Doc/library/ |
D | pipes.rst | 39 Prior to Python 2.7, this function was not publicly documented. It is
|
/external/eigen/doc/ |
D | StlContainers.dox | 15 Prior to \cpp11, if you want to use the `std::vector` container, then you also have to <code> \#inc…
|
1234567