Home
last modified time | relevance | path

Searched refs:kept (Results 1 – 25 of 197) sorted by relevance

12345678

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/
DDESCRIPTION19 - Strings are kept, except that escaped newlines are stripped
22 space is kept if it's outside a ruleset.)
25 - Optional space after unicode escapes is kept, resp. replaced by a simple
28 - Comments starting with an exclamation mark (``!``) can be kept optionally.
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl-root.cnf18 dir = ./rootCA # Where everything is kept
19 certs = $dir/certs # Where the issued certs are kept
20 crl_dir = $dir/crl # Where the issued crl are kept
Dopenssl.cnf18 dir = ./demoCA # Where everything is kept
19 certs = $dir/certs # Where the issued certs are kept
20 crl_dir = $dir/crl # Where the issued crl are kept
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
DREADME.rst36 - Strings are kept, except that escaped newlines are stripped
39 space is kept if it's outside a ruleset.)
42 - Optional space after unicode escapes is kept, resp. replaced by a simple
45 - Comments starting with an exclamation mark (``!``) can be kept optionally.
/external/skia/src/pathops/
DSkOpCoincidence.cpp599 void SkOpCoincidence::fixUp(SkOpPtT* deleted, SkOpPtT* kept) { in fixUp() argument
606 if (coin->fCoinPtTEnd->span() == kept->span()) { in fixUp()
610 coin->fCoinPtTStart = kept; in fixUp()
613 if (coin->fCoinPtTStart->span() == kept->span()) { in fixUp()
617 coin->fCoinPtTEnd = kept; in fixUp()
620 if (coin->fOppPtTEnd->span() == kept->span()) { in fixUp()
624 coin->fOppPtTStart = kept; in fixUp()
627 if (coin->fOppPtTStart->span() == kept->span()) { in fixUp()
631 coin->fOppPtTEnd = kept; in fixUp()
DSkOpSpan.cpp133 void SkOpPtT::removeNext(SkOpPtT* kept) { in removeNext() argument
141 span->upCast()->detach(kept); in removeNext()
337 void SkOpSpan::detach(SkOpPtT* kept) { in detach() argument
348 coincidence->fixUp(this->ptT(), kept); in detach()
DSkOpCoincidence.h89 void fixUp(SkOpPtT* deleted, SkOpPtT* kept);
/external/llvm/test/CodeGen/ARM/
Dglobal-merge.ll9 ; Global variables marked with "used" attribute must be kept
14 ; Global used in landing pad instruction must be kept
65 ; Global variables that can be placed in BSS should be kept together in a
Dwiden-vmovs.ll4 ; The 1.0e+10 constant is loaded from the constant pool and kept in a register.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Dpreserve-strings.css6 content: "/* test */"; /* <---- this is not a comment, should be be kept */
/external/chromium-trace/catapult/third_party/Paste/docs/community/
Drepository.txt4 Paste is kept in a Mercurial (hg) repository at
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DNCSARequestLog-mbean.properties3 retainDays : Number of days that the log files are kept
/external/snakeyaml/src/test/resources/pyyaml/
Dsloppy-indentation.data3 indentation should be kept: {
Dsloppy-indentation.canonical6 ? !!str "indentation should be kept"
/external/llvm/test/YAMLParser/
Dsloppy-indentation.test5 indentation should be kept: {
/external/avahi/docs/
DDBUS-API4 Introspection files, which are fairly easy to understand and kept up to date.
/external/llvm/test/Transforms/Inline/
D2010-05-12-ValueMap.ll3 ; This tests for a bug where the inliner kept the functions in a ValueMap after
Dinvoke-cleanup.ll20 ; Test that the "cleanup" clause is kept when inlining @inner() into
/external/llvm/test/CodeGen/X86/
Dx86-64-ptr-arg-simple.ll4 ; %in is kept in %esi for both ABIs. But the pointer will be passed in %edi
Dbreak-anti-dependencies.ll3 ; breaker requires liveness information to be kept.
/external/glide/third_party/gif_decoder/
DREADME.third_party10 data to create the next frame in the sequence is kept. The implementation has
/external/webrtc/webrtc/test/
Dmetrics.gyp15 # The metrics code must be kept in its own GYP file in order to
/external/proguard/examples/annotations/
Dexamples.pro3 # specifying which classes and class members should be kept.
/external/v8/src/crankshaft/
Dhydrogen-gvn.cc158 int kept = kNil; // List of kept elements. in Kill() local
171 lists_[current].next = kept; in Kill()
172 kept = current; in Kill()
176 array_[i].next = kept; in Kill()
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt22 pointer type would be kept for C++ like semantics. Through analysis,

12345678