Searched refs:Same (Results 1 - 25 of 47) sorted by relevance

12

/external/curl/docs/cmdline-opts/
H A Dproxy-key.d5 Same as --key but used in HTTPS proxy context.
H A Dproxy-tlspassword.d6 Same as --tlspassword but used in HTTPS proxy context.
H A Dproxy-tlsuser.d6 Same as --tlsuser but used in HTTPS proxy context.
H A Dproxy-tlsv1.d5 Same as --tlsv1 but used in HTTPS proxy context.
H A Dproxy-cert-type.d6 Same as --cert-type but used in HTTPS proxy context.
H A Dproxy-cert.d6 Same as --cert but used in HTTPS proxy context.
H A Dproxy-ciphers.d6 Same as --ciphers but used in HTTPS proxy context.
H A Dproxy-crlfile.d6 Same as --crlfile but used in HTTPS proxy context.
H A Dproxy-insecure.d5 Same as --insecure but used in HTTPS proxy context.
H A Dproxy-key-type.d6 Same as --key-type but used in HTTPS proxy context.
H A Dproxy-pass.d6 Same as --pass but used in HTTPS proxy context.
H A Dproxy-ssl-allow-beast.d5 Same as --ssl-allow-beast but used in HTTPS proxy context.
H A Dproxy-tlsauthtype.d6 Same as --tlsauthtype but used in HTTPS proxy context.
H A Dproxy-cacert.d7 Same as --cacert but used in HTTPS proxy context.
H A Dproxy-capath.d7 Same as --capath but used in HTTPS proxy context.
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DSame.java13 public class Same implements ArgumentMatcher<Object>, Serializable { class in inherits:ArgumentMatcher,Serializable
17 public Same(Object wanted) { method in class:Same
/external/easymock/src/org/easymock/internal/matchers/
H A DSame.java23 public class Same implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Same(Object expected) { method in class:Same
/external/mockito/src/test/java/org/mockito/internal/matchers/
H A DMatchersToStringTest.java19 assertEquals("same(\"X\")", new Same("X").toString());
39 assertEquals("same('x')", new Same('x').toString());
50 assertEquals("same(X)", new Same(o).toString());
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt113 Same thing but with paragraphs:
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTrie.h46 Same = -3, enumerator in enum:llvm::Trie::Node::QueryResult
102 return Same;
216 case Node::Same:
255 case Node::Same:
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp93 bool Same = true; local
98 Same = false;
102 if (Same)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp92 bool Same = true; local
97 Same = false;
101 if (Same)
/external/clang/lib/AST/
H A DASTDiagnostic.cpp244 continue; // Same types
247 continue; // Same canonical types
554 /// Same - Whether the two arguments evaluate to the same value.
555 bool Same = false; member in struct:__anon1421::TemplateDiff::DiffTree::DiffNode
696 void SetSame(bool Same) { argument
697 FlatTree[CurrentNode].Same = Same;
849 return FlatTree[ReadNode].Same;
1588 bool FromDefault, bool ToDefault, bool Same) {
1592 if (Same) {
1587 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1639 PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1674 PrintTemplateTemplate(TemplateDecl *FromTD, TemplateDecl *ToTD, bool FromDefault, bool ToDefault, bool Same) argument
1707 PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, bool IsValidFromInt, bool IsValidToInt, QualType FromIntType, QualType ToIntType, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
1821 PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, bool FromAddressOf, bool ToAddressOf, bool FromNullPtr, bool ToNullPtr, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
[all...]

Completed in 376 milliseconds

12