Searched defs:not (Results 1 - 25 of 60) sorted by last modified time

123

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c24 along with this program; if not, write to the Free Software
54 * some of the FCOM cases could do with testing -- not convinced
57 * FSAVE does not re-initialise the FPU; it should do
59 * FINIT not only initialises the FPU environment, it also zeroes
67 This module uses global variables and so is not MT-safe (if that
132 jump. It's not such a big deal with casLE since the side exit is
154 dis_Grp3 (not, neg)
190 /* Pointer to the guest code area (points to start of BB, not to the
500 bits, which is not a complete register number. You should avoid
585 if this is called with size==8. Should not happe
9013 Bool not = False; local
[all...]
/external/strace/
H A Dsyscall.c19 * 3. The name of the author may not be used to endorse or promote products
85 # warning: NSIG is not defined, using 32
413 qualify_one(int n, int bitflag, int not, int pers) argument
422 if (not)
431 qual_syscall(const char *s, int bitflag, int not) argument
441 qualify_one(i, bitflag, not, -1);
450 qualify_one(i, bitflag, not, p);
460 qual_signal(const char *s, int bitflag, int not) argument
468 qualify_one(signo, bitflag, not, -1);
475 qualify_one(i, bitflag, not,
483 qual_desc(const char *s, int bitflag, int not) argument
519 int not; local
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jar ... public static int not (int) int first public static long not (long) long first public static float not (float) float first ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
H A Dfindbugs-ant.jar ... File outputFile private String applySuppression private String notAProblem private String not private String withSource private String exclude private String include private ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pcre/dist/
H A Dpcre_printint.c46 (PCRE_DEBUG defined in pcre_internal.h). It is not included in production
68 appropriately for an application, not for building PCRE. */
105 /* This table of operator lengths is not actually used by the working code,
273 const char *not = (*code == OP_PROP)? "" : "not "; local
275 fprintf(f, "%s%sclist %d%s", before, not, code[2], after);
278 fprintf (f, "%s%sclist", before, not);
296 written that do not depend on the value of LINK_SIZE. */
353 by opcode, are not the correct length. It seems to be the only way to do
354 such a check at compile time, as the sizeof() operator does not wor
712 BOOL not = FALSE; local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java5 * you may not use this file except in compliance with the License.
684 public void not() { method in class:CodeEmitter
/external/mockito/src/org/mockito/
H A DAdditionalMatchers.java27 * Example of using logical and(), not(), or() matchers:
30 * //anything but not "ejb"
31 * mock.someMethod(not(eq("ejb")));
33 * //not "ejb" and not "michael jackson"
34 * mock.someMethod(and(not(eq("ejb")), not(eq("michael jackson"))));
839 * Object argument that does not match the given argument matcher.
849 public static <T> T not(T first) { method in class:AdditionalMatchers
854 * short argument that does not matc
862 public static short not(short first) { method in class:AdditionalMatchers
875 public static int not(int first) { method in class:AdditionalMatchers
888 public static long not(long first) { method in class:AdditionalMatchers
901 public static float not(float first) { method in class:AdditionalMatchers
914 public static double not(double first) { method in class:AdditionalMatchers
927 public static char not(char first) { method in class:AdditionalMatchers
940 public static boolean not(boolean first) { method in class:AdditionalMatchers
953 public static byte not(byte first) { method in class:AdditionalMatchers
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c175 unsigned not:1; member in struct:__anon27131
235 if(table[func].not)
244 /* XXX: It is not clear if we should use the ordered or unordered operators */
418 * on available registers, so it is not a big deal -- hopefully LLVM does
/external/libvpx/libvpx/build/make/
H A DMakefile27 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
186 # Older binutils strip global sybols not needed for relocation processing
226 not=$(subst yes,no,$(1)) macro
265 # archives when they are listed as a dependency in files not responsible
274 # archives when they are listed as a dependency in files not responsible
288 # archives when they are listed as a dependency in files not responsible
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c8 * version 2.1 of the License (not later!)
16 * License along with this program; if not, see <http://www.gnu.org/licenses>
154 die("Could not allocate filter");
367 /* not a field, Make it false */
470 * is not a REGEX.
490 * If left arg was a field not found then
522 "RegEx '%s' did not compute",
559 "Op not allowed with integers");
717 /* field not found, is ok */
739 die("can not reparen
888 process_filter(struct event_format *event, struct filter_arg **parg, char **error_str, int not) argument
[all...]
/external/libpcap/
H A Dgrammar.y263 %type <blk> and or paren not null prog
362 bpf_error("'ip6addr/prefixlen' not supported "
371 bpf_error("'ip6addr' not supported "
393 | not id { gen_not($2.b); $$ = $2; }
395 not: '!' { $$ = $<blk>0; } label
408 | not term { gen_not($2.b); $$ = $2; }
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/iproute2/doc/
H A Dip-cref.tex25 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 configure
[all...]
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java5 * you may not use this file except in compliance with the License.
77 * being tested is not null.
88 public static <T> Predicate<T> not(Predicate<T> predicate) { method in class:Predicates
190 * documented at {@link Predicate#apply}), the returned predicate may not be
203 * does not allow null inputs.
215 * being tested is a member of the given collection. It does not defensively
299 /** @see Predicates#not(Predicate) */
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java5 * you may not use this file except in compliance with the License.
74 * being tested is not null.
85 public static <T> Predicate<T> not(Predicate<T> predicate) { method in class:Predicates
179 * being tested is a member of the given collection. It does not defensively
236 /** @see Predicates#not(Predicate) */
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java40 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { method in class:Matchers
41 return org.hamcrest.core.IsNot.not(matcher);
45 * This is a shortcut to the frequently used not(equalTo(x)).
47 * eg. assertThat(cheese, is(not(equalTo(smelly))))
48 * vs assertThat(cheese, is(not(smelly)))
50 public static <T> org.hamcrest.Matcher<T> not(T value) { method in class:Matchers
51 return org.hamcrest.core.IsNot.not(value);
145 * Matches if value is not null.
152 * Matches if value is not null. With type inference.
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java40 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { method in class:CoreMatchers
41 return org.hamcrest.core.IsNot.not(matcher);
45 * This is a shortcut to the frequently used not(equalTo(x)).
47 * eg. assertThat(cheese, is(not(equalTo(smelly))))
48 * vs assertThat(cheese, is(not(smelly)))
50 public static <T> org.hamcrest.Matcher<T> not(T value) { method in class:CoreMatchers
51 return org.hamcrest.core.IsNot.not(value);
145 * Matches if value is not null.
152 * Matches if value is not null. With type inference.
/external/hamcrest/src/org/hamcrest/core/
H A DIsNot.java27 description.appendText("not ").appendDescriptionOf(matcher);
34 public static <T> Matcher<T> not(Matcher<T> matcher) { method in class:IsNot
39 * This is a shortcut to the frequently used not(equalTo(x)).
41 * eg. assertThat(cheese, is(not(equalTo(smelly))))
42 * vs assertThat(cheese, is(not(smelly)))
45 public static <T> Matcher<T> not(T value) { method in class:IsNot
46 return not(equalTo(value));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 325 milliseconds

123