HomeSort by relevance Sort by last modified time
    Searched defs:not (Results 26 - 50 of 59) sorted by null

12 3

  /libcore/luni/src/main/java/java/math/
Logical.java 6 * (the "License"); you may not use this file except in compliance with
24 * <li>not</li>
38 /** @see BigInteger#not() */
39 static BigInteger not(BigInteger val) { method in class:Logical
226 return that.not();
577 return val.not();
580 return that.not();
BigInteger.java 6 * (the "License"); you may not use this file except in compliance with
36 * representation. Two's complement is not the internal representation used by
178 * @throws NumberFormatException if {@code value} is not a valid
196 * @throws NumberFormatException if {@code value} is not a valid
232 * @throws NumberFormatException if the sign is not one of -1, 0, 1 or if
425 * not recommended as the current implementation is not efficient.
442 * not recommended as the current implementation is not efficient.
460 // Not worth optimizing this
638 public BigInteger not() { method in class:BigInteger
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 15 along with this library; see the file COPYING.LIB. If not, write to the Free
50 /* Comment out all this code if we are using the GNU C Library, and are not
152 it matches, nonzero if not. */
213 /* A slash does not match a wildcard under FNM_FILE_NAME. */
294 register int not; local
313 not = (*p == '!' || (posixly_correct < 0 && *p == '^'));
314 if (not)
423 if (!not)
453 if (not)
488 #endif /* _LIBC or not __GNU_LIBRARY__. *
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 5 * you may not use this file except in compliance with the License.
68 * @throws IllegalArgumentException if the name is not a valid Java identifier.
100 * @throws IllegalArgumentException if the name is not a valid Java identifier.
134 * @throws IllegalArgumentException if the name is not a valid Java identifier.
952 * Expects a boolean that does not match the given expectation.
958 public static boolean not(boolean first) { method in class:EasyMock
964 * Expects a byte that does not match the given expectation.
970 public static byte not(byte first) { method in class:EasyMock
976 * Expects a char that does not match the given expectation.
982 public static char not(char first) { method in class:EasyMock
994 public static double not(double first) { method in class:EasyMock
1006 public static float not(float first) { method in class:EasyMock
1018 public static int not(int first) { method in class:EasyMock
1030 public static long not(long first) { method in class:EasyMock
1042 public static short not(short first) { method in class:EasyMock
1056 public static <T> T not(T first) { method in class:EasyMock
    [all...]
  /external/guava/src/com/google/common/base/
Predicates.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
77 * being tested is not null.
88 public static <T> Predicate<T> not(Predicate<T> predicate) { method in class:Predicates
197 * being tested is a member of the given collection. It does not defensively
248 /** @see Predicates#not(Predicate) */
270 return "Not(" + predicate.toString() + ")";
520 * <p>This is not a general-purpose method; it assumes that the iterations
  /external/libvpx/build/make/
Makefile 25 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
137 # Older binutils strip global sybols not needed for relocation processing
177 not=$(subst yes,no,$(1)) macro
209 # Not using a pattern rule here because we don't want to generate empty
210 # archives when they are listed as a dependency in files not responsible
218 # Not using a pattern rule here because we don't want to generate empty
219 # archives when they are listed as a dependency in files not responsible
  /external/iproute2/doc/
ip-cref.tex 25 from the \verb|iproute2| package. It is not a tutorial or user's guide.
26 It is a {\em dictionary\/}, not explaining terms,
68 --- enforce the protocol family to use. If the option is not present,
70 line does not give enough information to guess the family, \verb|ip| falls back to the default
100 Do not use this option when reporting bugs or asking for advice.
130 do not allow all of these operations or have some additional commands.
151 but they are not recommended in scripts or when reporting bugs
169 The arguments did not pass verification for self-consistency.
188 if the \verb|ip| utility fails, it does not change anything
201 \item Netlink is not configured in the kernel. The message is
    [all...]
  /dalvik/dx/src/com/android/dx/gen/
Code.java 5 * you may not use this file except in compliance with the License.
308 public <T> void not(Local<T> source, Local<T> target) { method in class:Code
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java 5 * you may not use this file except in compliance with the License.
62 * allow code such as: {@code mockObject.doFoo(anyInt());}. If {@link #anyInt()} did not return
63 * {@code int} then the compiler would not accept the preceding code fragment.
65 * Similarly, the complex expectation methods ({@code #and}, {@code #or}, and {@code not}) take
73 * expectation APIs is not made clear by the method signatures of these expectation methods. In
74 * particular, it's not at all clear that {@link #and(byte, byte)} takes as parameters other
75 * expectation methods, and not just any random method that returns a {@literal byte} or even a
87 * mock will not allow for invocations of the mock object to occur other than in the exact order
109 * mock will not allow for invocations of the mock object to occur other than in the exact order
126 * @throws IllegalArgumentException if the name is not a valid Java identifier
1509 public static boolean not(boolean expectation) { method in class:AndroidMock
1534 public static byte not(byte expectation) { method in class:AndroidMock
1558 public static char not(char expectation) { method in class:AndroidMock
1583 public static double not(double expectation) { method in class:AndroidMock
1608 public static float not(float expectation) { method in class:AndroidMock
1633 public static int not(int expectation) { method in class:AndroidMock
1658 public static long not(long expectation) { method in class:AndroidMock
1683 public static short not(short expectation) { method in class:AndroidMock
1708 public static <T> T not(T expectation) { method in class:AndroidMock
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 7 * employees are not subject to copyright protection in the United States
9 * license is not needed to use the software.
15 * AND DATA ACCURACY. NIST does not warrant or make any representations
17 * not limited to the correctness, accuracy, reliability or usefulness of
311 * Could not send re-INVITE fire a timeout on the INVITE.
315 "Could not send re-INVITE time out ClientTransaction");
397 // If I ACK has not been seen on Dialog,
440 // time out whether or not
493 * Did not send ACK so we need to delete the dialog.
500 sipStack.getStackLogger().logError("ACK Was not sent. killing dialog")
1393 SIPRequest not = (SIPRequest) notifyST.getRequest(); local
    [all...]
  /external/strace/
syscall.c 19 * 3. The name of the author may not be used to endorse or promote products
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
27 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
277 qualify_one(n, opt, not)
280 int not;
282 if (not)
289 qual_syscall(s, opt, not)
292 int not;
299 qualify_one(i, opt, not);
307 qual_signal(s, opt, not)
385 int not; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed namespace
50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed namespace
61 # Note: Not thread safe: http://bugs.python.org/issue2320
134 # code correctly treats patches as binary and does not attempt to
140 # svn does not seem to update after commit as I would expect.
147 test_object.svn_repo_url = "file://%s" % test_object.svn_repo_path # Not sure this will work on windows
148 # git svn complains if we don't pass --pre-1.5-compatible, not sure why:
177 # Change back to a valid directory so that later calls to os.getcwd() do not fail
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 5 * you may not use this file except in compliance with the License.
448 //Log.i("GSM", "[SimCmds] getCurrentCalls: SIM not ready!");
856 * response.obj.result[1] is LAC if registered or NULL if not
857 * response.obj.result[2] is CID if registered or NULL if not
1280 SuppServiceNotification not = new SuppServiceNotification(); local
    [all...]
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 5 * you may not use this file except in compliance with the License.
618 * return not;
626 code.not(localSource, localSource);
659 * return not;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 5 * you may not use this file except in compliance with the License.
306 // Dataconnection or not. Checking each ApnState below should
649 Log.i(LOG_TAG, "MmiCode 5: CCBS not supported!");
1252 SuppServiceNotification not = (SuppServiceNotification) ar.result; local
    [all...]
  /external/v8/benchmarks/
crypto.js 22 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 22 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 22 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 22 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
    [all...]
  /build/core/
definitions.mk 5 # you may not use this file except in compliance with the License.
85 # $(1): variable name list, not variable values
169 find $(1) -name "*.java" -and -not -name ".*") \
191 find $(1) -name "*.c" -and -not -name ".*") \
213 find $(1) -name "I*.aidl" -and -not -name ".*") \
234 find $(1) -name "*.logtags" -and -not -name ".*") \
247 find $(1) -name "*.proto" -and -not -name ".*") \
260 find $(1) -name "*.rs" -and -not -name ".*") \
273 find $(1) -name "*.html" -and -not -name ".*") \
315 $(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -not -name '.*' -and -type f -and -not -type l ; fi)),
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 2281 milliseconds

12 3