Searched refs:anything (Results 1 - 22 of 22) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectOutputStream2Test.java32 public void anything() {
36 public void anything() {
40 public void anything() {
43 public abstract void anything(); method in class:ObjectOutputStream2Test.MyEnum
H A DStringReaderTest.java154 String anything = "Hello world";
155 final StringReader sr = new StringReader(anything);
163 synchronized (anything) {
/external/hamcrest/src/org/hamcrest/core/
H A DIsAnything.java38 public static <T> Matcher<T> anything() { method in class:IsAnything
48 public static <T> Matcher<T> anything(String description) { method in class:IsAnything
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java110 public static <T> org.hamcrest.Matcher<T> anything() { method in class:CoreMatchers
111 return org.hamcrest.core.IsAnything.anything();
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { method in class:CoreMatchers
120 return org.hamcrest.core.IsAnything.anything(description);
/external/quake/quake/src/QW/
H A Dqwcl.spec.sh37 It has no support for solo play, and you can't do anything with out connecting
H A Dqwsv.spec.sh37 It has no support for solo play, and you can't do anything with out connecting
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp943 alignOfExpr(anything())));
1396 constructorDecl(hasAnyConstructorInitializer(anything()))));
1402 constructorDecl(hasAnyConstructorInitializer(anything()))));
1888 const TypeMatcher AnyType = anything();
1903 TypeMatcher(hasDeclaration(anything())),
1967 forStmt(hasCondition(anything()))));
1969 forStmt(hasLoopInit(anything()))));
1976 forStmt(hasLoopInit(anything()))));
2247 pointsTo(TypeMatcher(anything())))))));
2258 pointsTo(TypeMatcher(anything())))))));
[all...]
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk8 # and the resulting lib will just have generic versions for anything unknown.
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm473 because anything following it is considered part of the argument. A
643 The function can do anything you want to @ARGV. It should return
659 The function can do anything you want to @ARGV. It should return
/external/doclava/res/assets/templates/
H A Dmacros.cs94 that doesn't inherit from anything?><?cs
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as257 msg = "required (...)+ loop did not match anything at input "+
412 * not consume anything and after printing an error rule c would
417 * the same recovery set and doesn't consume anything. Rule b
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h121 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
129 inline internal::PolymorphicMatcherWithParam0<internal::TrueMatcher> anything() { function in namespace:clang::ast_matchers
144 /// \brief Matches a declaration of anything that could have a name.
1508 /// declRefExpr(throughUsingDeclaration(anything()))
1526 /// declStmt(hasSingleDecl(anything()))
1614 /// 0, varDecl(hasInitializer(anything()))))
1640 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(anything()))))
/external/openssh/contrib/redhat/
H A Dopenssh.spec457 anything to be warned about, gss patches won't apply, I don't mind)
/external/grub/docs/
H A Dtexinfo.tex108 % messages, but if we're using an old version of TeX, don't do anything.
998 % We also make \indent itself not actually do anything until the next
2496 % Only one token in the argument. It could still be anything.
3578 % it can discover if there is anything in it.
3661 % of each paragraph, so we need not do anything with that.
4470 % But if #1 is `omit', then we don't do anything. This is used for the
6260 % Oh yes, they do; otherwise, @ifset (and anything else that uses
6550 % If we have anything to print, print it, with space before.
6683 % Can't fully expand XR#1-lof because it can contain anything. Just
6744 % using an old version of TeX, don't do anything
[all...]
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl259 sleep 1; # Sleep for a second just so we don't wear anything
429 anything that is normally distributed (in either source or binary
/external/iproute2/doc/
H A Dip-cref.tex188 if the \verb|ip| utility fails, it does not change anything
386 does not queue anything and \verb|noop| means that the interface is in blackhole
1966 \item Priority: 0, Selector: match anything, Action: lookup routing
1974 \item Priority: 32766, Selector: match anything, Action: lookup routing
1980 \item Priority: 32767, Selector: match anything, Action: lookup routing
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas324 /// If parent is null, don't do anything; must be at root of overall tree.
383 /// If parent is null, don't do anything; must be at root of overall tree.
4198 // check roots (wildcard matches anything)
H A DAntlr.Runtime.pas1230 /// the original token stream back without undoing anything. Since
1358 /// So, don't expect getMessage() to return anything.
2204 * not consume anything and after printing an error rule c would
2209 * the same recovery set and doesn't consume anything. Rule b
5413 Result := 'required (...)+ loop did not match anything at character '
/external/blktrace/btt/doc/
H A Dbtt.tex360 One must be aware, however, that the process ID may not have anything
/external/dropbear/libtommath/
H A Dbn.tex606 $size$ the function will not do anything.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex491 For the software based ciphers within LibTomCrypt, these functions will not do anything. However, user supplied
2900 calling add\_entropy(). There is no need to call ready() for this PRNG as it does not do anything.
6427 could point to anything you want. The only further exception is the export functions which expects the values to be in affine format.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1999 /* Not tried booting anything yet */
11040 ;; dont do anything, since the VGA BIOS handles int10h requests

Completed in 423 milliseconds