Searched defs:and (Results 1 - 25 of 56) sorted by path

123

/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java13 * See the License for the specific language governing permissions and
36 * calls, and will delegate calls to EasyMock, while performing the required
41 * Interfaces and concrete Classes.
56 * <b>A note about parameter and return types for the <i>expects</i> style of methods.</b>
57 * The various expectation methods such as {@link #eq(boolean)}, {@link #and(boolean, boolean)},
58 * and {@link #leq(byte)} all have nonsense return values. Each of the expectation methods may only
60 * during record mode) and thus their return types are in fact never used. The return types are set
65 * Similarly, the complex expectation methods ({@code #and}, {@code #or}, and {@code not}) take
67 * other than an expectation method is provided. E.g. {@code mockObject.doFoo(and(g
1052 public static boolean and(boolean first, boolean second) { method in class:AndroidMock
1077 public static byte and(byte first, byte second) { method in class:AndroidMock
1102 public static char and(char first, char second) { method in class:AndroidMock
1127 public static double and(double first, double second) { method in class:AndroidMock
1152 public static float and(float first, float second) { method in class:AndroidMock
1177 public static int and(int first, int second) { method in class:AndroidMock
1202 public static long and(long first, long second) { method in class:AndroidMock
1227 public static short and(short first, short second) { method in class:AndroidMock
1253 public static <T> T and(T first, T second) { method in class:AndroidMock
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js104 * <li>If el is a number and el2 is a number return a BitSet containing
105 * the numbers between el and el2 (inclusive).</li>
189 // walk set and add each interval
206 * Clone this BitSet and then {@link #andInPlace} with a.
210 and: function(a) {
220 * and only if it both initially had the value true and the corresponding
300 * The result is true if and only if the argument is not null and is a
408 * set and {
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java6 * Redistribution and use in source and binary forms, with or without
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
48 * we will have to combine p1 and p2 into DFA state as we will be
52 * I have scoped the AND, NOT, OR, and Predicate subclasses of
68 * nongated predicates set to true and then reduced. So p&&(q||r) would
69 * return p&&r if q is nongated but p and r are gated.
272 return "true"; // not used for code gen, just DOT and prin
607 public static SemanticContext and(SemanticContext a, SemanticContext b) { method in class:SemanticContext
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java6 * Redistribution and use in source and binary forms, with or without
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
41 * as opposed to oring and anding "in place". Further, a number of
44 * and, because it is final, I cannot subclass to add functionality.
102 // walk set and add each interval
151 public IntSet and(IntSet a) { method in class:BitSet
268 /** Get the first element you find and retur
[all...]
H A DIntSet.java6 * Redistribution and use in source and binary forms, with or without
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
35 * which is a compressed bitset and is useful for ints that
36 * are small, for example less than 500 or so, and w/o many ranges. For
55 IntSet and(IntSet a); method in interface:IntSet
H A DIntervalSet.java6 * Redistribution and use in source and binary forms, with or without
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
40 * a BitSet with runs of 0s and 1s). Only ranges are recorded so that
44 * element values may be negative. Useful for sets of EPSILON and EOF.
50 * The ranges are ordered and disjoint so that 2..6 appears before 101..103.
99 // copy on write so we can cache a..a intervals and sets of that
135 // if disjoint and afte
403 public IntSet and(IntSet other) { method in class:IntervalSet
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java15 * See the License for the specific language governing permissions and
69 * of operation codes (op map) and then builds from that into an Expression
77 * Construct a Compiler object with a specific ErrorListener and
97 * Construct a Compiler instance that has a null error listener and a
128 expr = and(opPos); break;
200 * Bottle-neck compilation of an operation with left and right operands.
257 * Compile an 'and' operation.
265 protected Expression and(int opPos) throws TransformerException method in class:Compiler
811 * and match patterns.
906 // This is the magic and invisibl
[all...]
/external/bison/doc/
H A Drefcard.tex10 % per page and reduce to 80%.
26 % Bison is free software; you can redistribute them and/or modify them
50 % You will still need to cut and paste.
63 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
66 % We only change the following to change the version numbers and
87 \centerline{designed by Brendan Kehoe and Gavin Nicol}
91 Permission is granted to make and distribute copies of this card
92 provided the copyright notice and this permission notice
112 \centerline{designed by Brendan Kehoe and Gavin Nicol}
116 Permission is granted to make and distribut
[all...]
/external/clang/lib/Headers/
H A Diso646.h6 * of this software and associated documentation files (the "Software"), to deal
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
12 * The above copyright notice and this permission notice shall be included in
30 #define and && macro
/external/clang/lib/include/
H A Diso646.h6 * of this software and associated documentation files (the "Software"), to deal
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
12 * The above copyright notice and this permission notice shall be included in
30 #define and && macro
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword.cpp5 #define and foo macro
H A Dcxx_oper_keyword_ms_compat.cpp6 return true and false;
11 // (operators like "and" aren't normally, the rest always is.)
12 #define and macro
97 and
/external/dropbear/libtomcrypt/
H A Dcrypt.tex31 \def\And{{\rm\ and\ }}
92 This document is part of the LibTomCrypt package and is hereby released into the public domain.
121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
123 The library was designed such that new ciphers/hashes/PRNGs can be added at run-time and the existing API
124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each
125 block cipher and hash function to ensure that they compile and execute to the published design specifications. The library
139 \item I am too lazy to figure out someone else's API. I'd rather invent my own simpler API and use that.
144 {\bf own} crypto library and hopefully along the way others will appreciate the work.
146 With this library all core functions (ciphers, hashes, prngs, and bignu
[all...]
/external/dropbear/libtommath/
H A Dbn.tex29 \def\And{{\rm\ and\ }}
55 This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been
75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating
81 universities, commercial and open source software developers. It has been used on a variety of platforms ranging from
82 Linux and Windows based x86 to ARM based Gameboys and PPC based MacOS machines.
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
106 that and include ``tommath.h'' within your programs. Alternatively to build with MSVC issue the following
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
120 and stati
[all...]
/external/easymock/src/org/easymock/
H A DEasyMock.java13 * See the License for the specific language governing permissions and
108 * is disabled by default, and the mock object will return <code>0</code>,
124 * is disabled by default, and the mock object will return <code>0</code>,
159 * Creates a control, order checking is disabled by default, and the mock
704 public static boolean and(boolean first, boolean second) { method in class:EasyMock
718 public static byte and(byte first, byte second) { method in class:EasyMock
732 public static char and(char first, char second) { method in class:EasyMock
746 public static double and(double first, double second) { method in class:EasyMock
760 public static float and(float first, float second) { method in class:EasyMock
774 public static int and(in method in class:EasyMock
788 public static long and(long first, long second) { method in class:EasyMock
802 public static short and(short first, short second) { method in class:EasyMock
818 public static <T> T and(T first, T second) { method in class:EasyMock
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jar ... final org.eclipse.core.expressions.EvaluationResult[][] AND private static final org.eclipse.core.expressions ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 501 milliseconds

123