HomeSort by relevance Sort by last modified time
    Searched defs:Or (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Or.java 3 * or more contributor license agreements. See the NOTICE file
12 * Unless required by applicable law or agreed to in writing, software
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * $Id: Or.java 468655 2006-10-28 07:12:06Z minchau $
28 * The 'or' operation expression executer.
30 public class Or extends Operation
35 * OR two expressions and return the boolean result. Override
40 * @return {@link org.apache.xpath.objects.XBoolean#S_TRUE} or
  /external/clang/test/SemaCXX/
generic-selection.cpp 30 template <unsigned Arg, unsigned... Args> struct Or {
31 enum { result = Arg | Or<Args...>::result };
34 template <unsigned Arg> struct Or<Arg> {
40 result = Or<_Generic(Args(), int: 1, long: 2, short: 4, float: 8)...>::result
  /external/easymock/src/org/easymock/internal/matchers/
Or.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 public class Or implements IArgumentMatcher, Serializable {
30 public Or(List<IArgumentMatcher> matchers) {
44 buffer.append("or(");
  /external/mockito/src/org/mockito/internal/matchers/
Or.java 17 public class Or extends ArgumentMatcher implements Serializable {
22 public Or(List<Matcher> matchers) {
36 description.appendText("or(");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
18 * 3. The name of the author may not be used to endorse or promote products
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE O
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
18 * 3. The name of the author may not be used to endorse or promote products
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE O
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRecordPattern.h 63 // Abstracts away whether the paint is always part of the command or optional.
77 // Matches if either of A or B does. Stores nothing.
79 struct Or {
84 // Matches if any of A, B or C does. Stores nothing.
86 struct Or3 : Or<A, Or<B, C> > {};
88 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
96 // It first matches Matcher (something from above), then Pattern (another Cons or Nil).
125 // Once either match or search has succeeded, access the stored data of the first, second,
126 // or third matcher in this pattern. Add as needed for longer patterns
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 27 Or,
76 class Or : public BinOp {
78 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {}
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
  /external/skia/src/core/
SkRecordPattern.h 63 // Abstracts away whether the paint is always part of the command or optional.
77 // Matches if either of A or B does. Stores nothing.
79 struct Or {
84 // Matches if any of A, B or C does. Stores nothing.
86 struct Or3 : Or<A, Or<B, C> > {};
88 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
96 // It first matches Matcher (something from above), then Pattern (another Cons or Nil).
125 // Once either match or search has succeeded, access the stored data of the first, second,
126 // or third matcher in this pattern. Add as needed for longer patterns
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 125 /// result from the load or the value being stored. It is used to determine the
157 Value *Or = Builder->CreateOr(Cmp2, Cmp3);
160 Or = Builder->CreateOr(Cmp1, Or);
162 emitBranchToTrap(Or);
  /external/llvm/include/llvm/ADT/
APSInt.h 217 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT Or(const APSInt& RHS) const {
260 /// \brief Determine if two APSInts have the same value, zero- or
287 /// Profile - Used to insert APSInt objects, or objects that contain APSInt
  /external/chromium_org/third_party/protobuf/python/
mox.py 11 # Unless required by applicable law or agreed to in writing, software
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 If an unexpected method (or an expected method with unexpected
105 This can occur if a method is called with incorrect parameters, or out of the
115 # expected: MockMethod or UnorderedGroup the method should have
118 expected: MockMethod or UnorderedGroup
211 This will replace a class or module with a MockObject, and everything else
282 state (record or replay). The call will be recorded or replaye
    [all...]
  /external/chromium_org/third_party/re2/re2/
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.
52 op_ = NONE; // OR of nothing is false
68 // Combines two Prefilters together to create an "op" (AND or OR).
69 // The passed Prefilters will be part of the returned Prefilter or deleted.
85 // NONE OR b =
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 85 /// to replace V with a constant or one of its operands. In such cases, this
160 // If either the LHS or the RHS are Zero, the result is zero.
178 } else if (I->getOpcode() == Instruction::Or) {
179 // We can simplify (X|Y) -> X or Y in the user's context if we know that
180 // only bits from X or Y are demanded.
182 // If either the LHS or the RHS are One, the result is One.
187 // other. These bits cannot contribute to the result of the 'or' in this
205 // We can simplify (X^Y) -> X or Y in the user's context if we know that
206 // only bits from X or Y are demanded.
236 // If either the LHS or the RHS are Zero, the result is zero
    [all...]
InstCombineAndOrXor.cpp 86 /// opcode and two operands into either a constant true or false, or a brand
141 case Instruction::Or:
145 Value *Or = Builder->CreateOr(X, Together);
146 Or->takeName(Op);
147 return BinaryOperator::CreateAnd(Or, AndRHS);
261 /// whether to treat the V, Lo and HI as signed or not. IB is the location to
363 case Instruction::Or:
380 /// described as the "AMask" or "BMask" part of the enum. If the enum
383 /// is trivial if C == A, or C == 0. If both A and C are constants, thi
    [all...]
  /external/protobuf/python/
mox.py 11 # Unless required by applicable law or agreed to in writing, software
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 If an unexpected method (or an expected method with unexpected
105 This can occur if a method is called with incorrect parameters, or out of the
115 # expected: MockMethod or UnorderedGroup the method should have
118 expected: MockMethod or UnorderedGroup
211 This will replace a class or module with a MockObject, and everything else
282 state (record or replay). The call will be recorded or replaye
    [all...]
  /external/regex-re2/re2/
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.
52 op_ = NONE; // OR of nothing is false
68 // Combines two Prefilters together to create an "op" (AND or OR).
69 // The passed Prefilters will be part of the returned Prefilter or deleted.
85 // NONE OR b =
    [all...]
  /external/chromium_org/third_party/jinja2/
nodes.py 117 or arbitrary values. Fields are passed to the constructor as regular
135 raise TypeError('%r takes 0 or %d argument%s' % (
138 len(self.fields) != 1 and 's' or ''
152 parameter or to exclude some using the `exclude` parameter. Both
153 should be sets or tuples of field names.
156 if (exclude is only is None) or \
157 (exclude is not None and name not in exclude) or \
214 if node.lineno is None or override:
277 :class:`Name` or :class:`Tuple`), `iter` the iterable. `body` is a list
355 """Return the value of the expression as constant or rais
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
1011 class Or(Node):
1025 return "Or(%s)" % (repr(self.nodes),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 11 if t is tuple or t is list:
1011 class Or(Node):
1025 return "Or(%s)" % (repr(self.nodes),)
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210 void MipsAssembler::Or(Register rd, Register rs, Register rt) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 106 // (or (rotl Input, Rotate), ~Mask)
146 // Try to fold more of the base or index of AM into AM, where IsBase
259 // Check whether (or Op (and X InsertMask)) is effectively an insertion
278 // Try to implement AND or shift node N using RISBG with the zero flag set.
282 // Try to use RISBG or Opcode to implement OR or XOR node N.
361 // Change the base or index in AM to Value, where IsBase selects
371 // The base or index of AM is equivalent to Value + ADJDYNALLOC,
396 // The base or index of AM is equivalent to Op0 + Op1, where IsBase select
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 107 /// which is currently defined as the absolute section for constants, or
150 /// assembler variable (defined constant), or constitute an implicit definition
387 GT, ///< Signed greater than comparison (result is either 0 or some
389 GTE, ///< Signed greater than or equal comparison (result is either 0 or
392 LOr, ///< Logical or.
393 LT, ///< Signed less than comparison (result is either 0 or
395 LTE, ///< Signed less than or equal comparison (result is either 0 or
400 Or, ///< Bitwise or
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 16 typedef enum _boolop { And=1, Or=2 } boolop_ty;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 16 typedef enum _boolop { And=1, Or=2 } boolop_ty;

Completed in 7409 milliseconds

1 2 3 4