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

1 2

  /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(");
  /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/
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/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
  /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/guava/src/com/google/common/base/
CharMatcher.java 13 * See the License for the specific language governing permissions and
31 * encouraged to be side-effect-free and immutable.
40 * using surrogate pairs, and a {@code CharMatcher} treats these just as two
191 * PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according
281 @Override public CharMatcher and(CharMatcher other) {
345 @Override public CharMatcher and(CharMatcher other) {
377 @Override public CharMatcher and(CharMatcher other) { method in class:CharMatcher
407 @Override public CharMatcher and(CharMatcher other) {
408 return other.matches(match) ? super.and(other) : other;
553 * and {@code other}
    [all...]
  /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...]
  /external/icu4c/stubdata/
IcuData.mk 12 # See the License for the specific language governing permissions and
26 # And these variables need to be set before the first variant is defined.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 15 * See the License for the specific language governing permissions and
43 import org.apache.xpath.operations.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.
261 * @return reference to {@link org.apache.xpath.operations.And} instance.
265 protected Expression and(int opPos) throws TransformerExceptio method in class:Compiler
    [all...]
  /external/grub/util/
mkbimage 2 # MaKe a Bootable IMAGE --- 1.44, 2.88 and El Torito no-emulation mode
7 # This program is free software; you can redistribute it and/or modify
70 Directory where the boot.image and the partition subdirectories
92 display this Help and exit
94 display Version information and exit
102 Written by Thierry Laronde and Robert Millan.
343 # create the first, and the remaining 3 entries are empty.
368 #We verify that the stage2 exists and we search the name
408 And for El Torito Hard Disk emulation:
  /external/openssl/apps/
makeapps.com 11 $! This command files compiles and creates all the various different
38 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
94 $! Initialise logical names and such
160 $! Define An App Counter And Set It To "0".
198 $! Define A Library File Counter And Set It To "-1".
285 $ IF TCPIP_LIB .EQS. "" .AND. TCPIP_PROGRAMS - CURRENT_APP .NES. TCPIP_PROGRAMS
299 $! Don't Link With The RSAREF Routines And TCP/IP Library.
310 $! Don't Link With The RSAREF Routines And Link With A TCP/IP Library.
321 $! Go Back And Do It Again.
330 $! All Done, Time To Clean Up And Exit
    [all...]
  /external/openssl/crypto/
crypto-lib.com 11 $! This command files compiles and creates the "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB"
23 $! ALL To do both LIBRARY and APPS
44 $! P5, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
104 $! Initialise logical names and such
294 $ ! Add definitions for no threads on OpenVMS 7.1 and higher
339 $! Create The Library and Apps Module Names.
352 $! Set state (can be LIB and APPS)
385 $! Define A File Counter And Set It To "0".
446 $ IF STATE .EQS. "LIB" .AND. BUILDALL .NES. "LIBRARY"
553 $! Go Back And Do It Again
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 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
57 // Jump, Call, and Ret pseudo instructions implementing inter-working
    [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
223 void MacroAssembler::And(Register rd, Register rs, const Operand& rt)
    [all...]
  /external/openssl/crypto/des/
des-lib.com 10 $! This command files compiles and creates the
40 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
171 $! Define A File Counter And Set It To "0".
236 $! Go Back And Do It Again.
880 $ IF ARCH.EQS."VAX" .AND. F$TRNLNM("DECC$CC_DEFAULT").NES."/DECC" -
  /external/openssl/ssl/
ssl-lib.com 10 $! This command file compiles and creates the "[.xxx.EXE.SSL]LIBSSL.OLB"
15 $! (i.e. ALPHA or VAX) and which "C" compiler you have (i.e. VAXC, DECC
43 $! P5, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
85 $! Initialise logical names and such
189 $! Define A File Counter And Set It To "0"
254 $! Go Back And Get The Next File Name.
716 $! We have SOCKETSHR, and it is my opinion that it's the best to use.
781 $ IF ARCH.EQS."VAX" .AND. F$TRNLNM("DECC$CC_DEFAULT").NES."/DECC" -
915 $! Time to check the contents, and to make sure we get the correct library.
959 $ IF COMPILER .NES. "DECC" .AND. ARCH .EQS. "VAX" THEN
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 52 ``network unreachable'' and after this I found a strange direct route
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module.
82 and for all IPIP tunnel devices.
93 and you are not afraid of
102 \paragraph{Summary of differences between 2.2 and 2.0.}
107 and got set of 4 devices \verb|tunl0| ... \verb|tunl3| or,
108 alternatively, compile it as module and load new module
113 tunnel device \verb|tunl0| and another tunnels may be created with command
133 kinds and gateway is required to be directly reachable via this tunnel
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 34 INSERT INTO people VALUES(1,NULL,NULL,NULL,NULL,NULL,1,NULL,'Number And Mail',NULL,0,NULL,0,1,NULL,1,NULL,NULL,0,'');
91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
105 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
110 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name (…)
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 4 % This program is free software; you can redistribute it and/or modify
25 \title{\texttt{btrecord} and \texttt{btreplay} User Guide}
41 \texttt{btrecord} and \texttt{btreplay}, and shows some commonly used
42 example usages of it in everyday work here at OSLO's Scalability and
54 \newpage\section{\texttt{btrecord} and \texttt{btreplay} Operating Model}
61 sector number and IO size (number of sectors). Using this information,
70 device or devices that you wish to trace and later replay IOs upon. Note:
83 each trace file created by \texttt{blktrace}, and craft IO descriptions
117 maintains its own concept of time, and thus there may be slippage of th
    [all...]
  /external/grub/docs/
texinfo.tex 12 % This texinfo.tex file is free software; you can redistribute it and/or
35 % (and all CTAN mirrors, see http://www.ctan.org).
52 % Sometimes one run after texindex suffices, and sometimes you need more
65 % and turn on active characters that we couldn't do earlier because
204 % vertical list for the beginning and end of each change).
212 % We want to insert a rule with the height and depth of the current
223 % This is the space between the bar and the text.
230 % and nothing on the terminal. We don't just call \tracingall here,
417 % This space token undergoes the same procedure and is eventually removed
437 % We prepended an \empty token at the very beginning and we expand it now
    [all...]
  /external/v8/tools/
profile.js 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
36 * and calculating function execution times
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 49 INSERT INTO people VALUES(6,'lemmytest@gmail.com','4413217a0a1f5437',1268764154975000,1268764154975000,NULL,0,1,'Number And Mail',NULL,0,NULL,0,3,NULL,NULL,NULL,NULL,0,NULL);
147 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
160 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
161 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
166 CREATE TRIGGER peopleLookupWithPhoneticName_insert AFTER INSERT ON people BEGIN SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name (…)
    [all...]

Completed in 899 milliseconds

1 2