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

1 2 3 4 5 6 7 8

  /external/clang/include/clang/Basic/
OperatorPrecedence.h 11 /// \brief Defines and computes precedence levels for binary/ternary operators.
36 And = 8, // &
  /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/mockito/src/org/mockito/internal/matchers/
And.java 17 public class And extends ArgumentMatcher implements Serializable {
22 public And(List<Matcher> matchers) {
36 description.appendText("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;
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 10 import org.mockito.internal.matchers.And;
53 assertStateFor("And(?)", TWO_SUB_MATCHERS);
54 And and = new And(popLastArgumentMatchers(TWO_SUB_MATCHERS)); local
55 matcherStack.push(new LocalizedMatcher(and));
  /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/clang/lib/Basic/
OperatorPrecedence.cpp 11 /// \brief Defines and computes precedence levels for binary/ternary operators.
35 // taken as the end of the template-argument-list and completes
59 case tok::amp: return prec::And;
  /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() );
  /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...]
  /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 DataLayout to get the alloca alignment and size information.
89 // Get the type really allocated and the type casted to.
145 // If the allocation has multiple real uses, insert a cast and change all
178 case Instruction::And:
232 /// simply extracts arguments and returns what that function returns.
267 /// results in any code being generated and is interesting to optimize out. If
272 // Noop casts and casts of constants should be eliminated trivially.
325 /// expression tree as type Ty instead of its larger type, and arrive with the
331 /// makes sense if x and y can be efficiently truncated.
333 /// This function works on both vectors and scalars
    [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/IR/
Instruction.cpp 88 /// moveBefore - Unlink this instruction from its current basic block and
212 case And: return "and";
261 /// identical to the current one. This means that all operands match and any
277 // We have two instructions of identical opcode and #operands. Check to see
345 // We have two instructions of identical opcode and #operands. Check to see
474 /// In LLVM, the Add, Mul, And, Or, and Xor operators are associative.
477 return Opcode == And || Opcode == Or || Opcode == Xor ||
499 /// In LLVM, these are the associative operators, plus SetEQ and SetNE, whe
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 58 case AtomicRMWInst::And:

Completed in 628 milliseconds

1 2 3 4 5 6 7 8