HomeSort by relevance Sort by last modified time
    Searched defs:And (Results 1 - 9 of 9) sorted by null

  /dalvik/libcore/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/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/webkit/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() );
  /external/webkit/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 ) {
11.10-2.js 9 * rights and limitations under the License.
37 7. Apply the bitwise operator @ to Result(5) and Result(6). The result is
212 function And( s, a ) {
11.10-3.js 9 * rights and limitations under the License.
37 7. Apply the bitwise operator @ to Result(5) and Result(6). The result is
211 function And( s, a ) {
  /external/v8/src/mips/
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
223 void MacroAssembler::And(Register rd, Register rs, const Operand& rt)
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 76 milliseconds