HomeSort by relevance Sort by last modified time
    Searched refs:And (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/easymock/src/org/easymock/internal/matchers/
And.java 13 * See the License for the specific language governing permissions and
24 public class And implements IArgumentMatcher, Serializable {
30 public And(List<IArgumentMatcher> matchers) {
44 buffer.append("and(");
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUnwantedTokenException.h 10 // Redistribution and use in source and binary forms, with or without
14 // notice, this list of conditions and the following disclaimer.
16 // notice, this list of conditions and the following disclaimer in the
17 // documentation and/or other materials provided with the distribution.
21 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRUnwantedTokenException.h 10 // Redistribution and use in source and binary forms, with or without
14 // notice, this list of conditions and the following disclaimer.
16 // notice, this list of conditions and the following disclaimer in the
17 // documentation and/or other materials provided with the distribution.
21 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRUnwantedTokenException.h 10 // Redistribution and use in source and binary forms, with or without
14 // notice, this list of conditions and the following disclaimer.
16 // notice, this list of conditions and the following disclaimer in the
17 // documentation and/or other materials provided with the distribution.
21 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnwantedTokenException.h 10 // Redistribution and use in source and binary forms, with or without
14 // notice, this list of conditions and the following disclaimer.
16 // notice, this list of conditions and the following disclaimer in the
17 // documentation and/or other materials provided with the distribution.
21 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
  /sdk/anttasks/src/com/android/ant/
IfElseTask.java 13 * See the License for the specific language governing permissions and
22 import org.apache.tools.ant.taskdefs.condition.And;
47 * both <then> and <else> behave like <sequential>.
48 * <condition> behaves like an <and> condition.
50 * The presence of both <then> and <else> is not required, but one of them must be present.
62 private And mAnd;
75 * Creates and returns the <condition> node which is basically a <and>.
79 throw new BuildException("Cannot use both condition attribute and <condition> element");
82 mAnd = new And();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 15 * See the License for the specific language governing permissions and
19 * $Id: And.java 468655 2006-10-28 07:12:06Z minchau $
28 * The 'and' operation expression executer.
30 public class And extends Operation
35 * AND two expressions and return the boolean result. Override
  /external/regex-re2/re2/
prefilter.h 27 AND, // All in subs() must match
41 CHECK(op_ == AND || op_ == OR);
45 // Set the children vector. Prefilter takes ownership of subs and
50 // the Prefilter and should deallocate it. Returns NULL if Prefilter
60 // Combines two prefilters together to create an AND. The passed
62 static Prefilter* And(Prefilter* a, Prefilter* b);
68 // Generalized And/Or
84 // Sub-matches for AND or OR Prefilter.
94 // and -1 for duplicate nodes.
prefilter.cc 23 if (op_ == AND || op_ == OR)
41 // Simplify if the node is an empty Or or And.
43 if (op_ != AND && op_ != OR) {
47 // Nothing left in the AND/OR.
49 if (op_ == AND)
50 op_ = ALL; // AND of nothing is true
68 // Combines two Prefilters together to create an "op" (AND or OR).
84 // ALL AND b = b
87 // NONE AND b = NONE
89 // ALL and NONE are smallest opcodes
    [all...]
  /external/qemu-pc-bios/bochs/bios/
acpi-dsdt.dsl 6 * This library is free software; you can redistribute it and/or
331 And (Local0, 0x80000000, Local0)
360 And (Local0, 0x08000000, Local0)
388 And (Local0, 0x80000000, Local0)
450 If (And (0x80, PRQ0, Local1))
497 If (And (0x80, PRQ1, Local1))
544 If (And (0x80, PRQ2, Local1))
591 If (And (0x80, PRQ3, Local1))
631 * S3 (suspend-to-ram), S4 (suspend-to-disk) and S5 (power-off) type codes:
665 If (And(\_SB.PCI0.PCIU, ShiftLeft(1, nr))) {
    [all...]
  /external/easymock/src/org/easymock/internal/
LastControl.java 13 * See the License for the specific language governing permissions and
24 import org.easymock.internal.matchers.And;
68 stack.push(new And(popLastArgumentMatchers(count)));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-2.js 9 * rights and limitations under the License.
31 and verify that the result is something reasonable.
98 var and = new TestFunction( "And", "a, b", tab + "return a & b;" );
99 function And( a, b ) {
144 "And.toString()",
145 and.valueOf(),
146 And.toString() );
  /gdk/build/core/
add-platform.mk 12 # See the License for the specific language governing permissions and
19 # And record them in GDK_PLATFORM_$(platform)_ABIS
  /ndk/build/core/
add-platform.mk 12 # See the License for the specific language governing permissions and
19 # And record them in NDK_PLATFORM_$(platform)_ABIS
  /ndk/sources/cxx-stl/gabi++/
Android.mk 36 # And now the static version
  /external/v8/src/mips/
codegen-mips.cc 2 // Redistribution and use in source and binary forms, with or without
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
113 // Check for empty arrays, which only require a map transition and no change
    [all...]
code-stubs-mips.cc 2 // Redistribution and use in source and binary forms, with or without
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
107 // Compute the function map in the current global context and set tha
    [all...]
macro-assembler-mips.cc 2 // Redistribution and use in source and binary forms, with or without
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
97 // Push and pop all registers that can hold pointers
    [all...]
builtins-mips.cc 2 // Redistribution and use in source and binary forms, with or without
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
71 // including the receiver and the extra arguments
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.10-1.js 9 * rights and limitations under the License.
37 7. Apply the bitwise operator @ to Result(5) and Result(6). The result is
81 And( shiftexp, addexp ),
213 function And( s, a ) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 81 // This requires TargetData to get the alloca alignment and size information.
89 // Get the type really allocated and the type casted to.
139 // If the allocation has multiple real uses, insert a cast and change all
172 case Instruction::And:
226 /// simply extracts arguments and returns what that function returns.
258 /// results in any code being generated and is interesting to optimize out. If
263 // Noop casts and casts of constants should be eliminated trivially.
316 /// expression tree as type Ty instead of its larger type, and arrive with the
322 /// makes sense if x and y can be efficiently truncated.
324 /// This function works on both vectors and scalars
    [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 87 /// moveBefore - Unlink this instruction from its current basic block and
122 case And: return "and";
171 /// identical to the current one. This means that all operands match and any
187 // We have two instructions of identical opcode and #operands. Check to see
242 // We have two instructions of identical opcode and #operands. Check to see
362 /// In LLVM, the Add, Mul, And, Or, and Xor operators are associative.
365 return Opcode == And || Opcode == Or || Opcode == Xor ||
373 /// In LLVM, these are the associative operators, plus SetEQ and SetNE, whe
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 13 * See the License for the specific language governing permissions and
34 * Implementations are strongly encouraged to be side-effect-free and immutable.
41 * characters are encoded into a {@code String} using surrogate pairs, and a {@code CharMatcher}
176 * SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and
278 @Override public CharMatcher and(CharMatcher other) {
354 @Override public CharMatcher and(CharMatcher other) {
389 @Override public CharMatcher and(CharMatcher other) { method in class:CharMatcher
422 @Override public CharMatcher and(CharMatcher other) {
423 return other.matches(match) ? super.and(other) : other;
582 * Returns a matcher that matches any character matched by both this matcher and {@code other}
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 58 case AtomicRMWInst::And:
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 27 16 entirely new, and totally intense levels! The environmental experience of
29 sense of reality and dramatic visuals; yet adds an impression of purpose
30 and continuity. This expansion pack is most definitely not a conglomeration
35 action and fill every dimly lit and evil corner of the game.
39 effective, and more deadly.
46 gravity and allows the player to make difficult jumps.
67 And, a much enhanced version of Capture the Flag!
69 Additional value, additional excitement, and additional Deathmatch 'down and
    [all...]

Completed in 1182 milliseconds

1 2 3 4 5 6