Searched defs:and (Results 1 - 25 of 106) sorted by last modified time

12345

/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 boolean[] aryEq (boolean[]) boolean[] value public static boolean and (boolean, boolean) boolean first boolean second public static byte and ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
82 * Returns the generalization of this IntegerValue and the given other
88 * Returns the sum of this IntegerValue and the given IntegerValue.
93 * Returns the difference of this IntegerValue and the given IntegerValue.
98 * Returns the difference of the given IntegerValue and this IntegerValue.
103 * Returns the product of this IntegerValue and the given IntegerValue.
109 * Returns the quotient of this IntegerValue and the given IntegerValue.
115 * Returns the quotient of the given IntegerValue and this IntegerValue.
182 * Returns the logical <i>and</
185 public abstract IntegerValue and(IntegerValue other); method in class:IntegerValue
408 public IntegerValue and(UnknownIntegerValue other) method in class:IntegerValue
652 public IntegerValue and(SpecificIntegerValue other) method in class:IntegerValue
896 public IntegerValue and(ParticularIntegerValue other) method in class:IntegerValue
[all...]
H A DLongValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
68 * Returns the generalization of this LongValue and the given other
77 * Returns the sum of this LongValue and the given LongValue.
85 * Returns the difference of this LongValue and the given LongValue.
93 * Returns the difference of the given LongValue and this LongValue.
101 * Returns the product of this LongValue and the given LongValue.
110 * Returns the quotient of this LongValue and the given LongValue.
119 * Returns the quotient of the given LongValue and this LongValue.
173 * Returns the logical <i>and</
176 public LongValue and(LongValue other) method in class:LongValue
330 public LongValue and(SpecificLongValue other) method in class:LongValue
486 public LongValue and(ParticularLongValue other) method in class:LongValue
[all...]
H A DParticularIntegerValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
196 public IntegerValue and(IntegerValue other) method in class:ParticularIntegerValue
198 return other.and(this);
324 public IntegerValue and(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DParticularLongValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
139 public LongValue and(LongValue other) method in class:ParticularLongValue
141 return other.and(this);
227 public LongValue and(ParticularLongValue other) method in class:ParticularLongValue
H A DSpecificIntegerValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
164 public IntegerValue and(IntegerValue other) method in class:SpecificIntegerValue
166 return other.and(this);
296 public IntegerValue and(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DSpecificLongValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
119 public LongValue and(LongValue other) method in class:SpecificLongValue
121 return other.and(this);
211 public LongValue and(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownIntegerValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
166 public IntegerValue and(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java2 * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
120 public LongValue and(LongValue other) method in class:UnknownLongValue
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/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-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementAndAttributePolicies.java4 // Redistribution and use in source and binary forms, with or without
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
62 ElementAndAttributePolicies and(ElementAndAttributePolicies p) { method in class:ElementAndAttributePolicies
84 // explicitly set in HtmlPolicyBuilder and can only make a best effort at
85 // that and is also too tightly coupled with HtmlPolicyBuilder.
H A DPolicyFactory.java4 // Redistribution and use in source and binary forms, with or without
9 // notice, this list of conditions and the following disclaimer.
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
43 * A factory that can be used to link a sanitizer to an output receiver and that
45 * method and a <code>{@link PolicyFactory#and and}</code> method to compose
76 * Produces a sanitizer that emits tokens to {@code out} and tha
133 public PolicyFactory and(PolicyFactory f) { method in class:PolicyFactory
[all...]
/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 Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/pixman/pixman/
H A Dpixman-arm-simd-asm.h5 * Permission to use, copy, modify, distribute, and sell this software and its
7 * the above copyright notice appear in all copies and that both that
8 * copyright notice and this permission notice appear in supporting
9 * documentation, and that the name of the copyright holders not be used in
29 * Because the alignment of pixel data to cachelines, and even the number of
30 * cachelines per row can vary from row to row, and because of the need to
31 * preload each scanline once and only once, this prefetch strategy treats
51 * this is the "narrow" case, and there is no attempt to align writes to
52 * 16-byte boundaries. In the "medium" and "narro
448 PF and, WK0, X, #pix_per_block-1 variable
748 PF and, WK0, WK0, #15 variable
[all...]
/external/mockito/src/org/mockito/
H A DAdditionalMatchers.java25 * It is recommended to use matchers from {@link Matchers} and keep stubbing and verification simple.
27 * Example of using logical and(), not(), or() matchers:
33 * //not "ejb" and not "michael jackson"
34 * mock.someMethod(and(not(eq("ejb")), not(eq("michael jackson"))));
438 * have the same type, length, and each element has to be equal.
454 * have the same length, and each element has to be equal.
468 * the same length, and each element has to be equal.
482 * the same length, and each element has to be equal.
496 * have the same length, and eac
575 public static boolean and(boolean first, boolean second) { method in class:AdditionalMatchers
590 public static byte and(byte first, byte second) { method in class:AdditionalMatchers
605 public static char and(char first, char second) { method in class:AdditionalMatchers
620 public static double and(double first, double second) { method in class:AdditionalMatchers
635 public static float and(float first, float second) { method in class:AdditionalMatchers
650 public static int and(int first, int second) { method in class:AdditionalMatchers
665 public static long and(long first, long second) { method in class:AdditionalMatchers
680 public static short and(short first, short second) { method in class:AdditionalMatchers
697 public static <T> T and(T first, T second) { method in class:AdditionalMatchers
[all...]
/external/mesa3d/src/glsl/
H A DAndroid.gen.mk7 # copy of this software and associated documentation files (the "Software"),
10 # and/or sell copies of the Software, and to permit persons to whom the
13 # The above copyright notice and this permission notice shall be included
55 define local-y-to-c-and-h
61 define local-yy-to-cpp-and-h
77 $(call local-yy-to-cpp-and-h,.cpp)
83 $(call local-y-to-c-and-h)
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk7 # copy of this software and associated documentation files (the "Software"),
10 # and/or sell copies of the Software, and to permit persons to whom the
13 # The above copyright notice and this permission notice shall be included
32 # This is the list of auto-generated files: sources and headers
78 define local-y-to-c-and-h
107 $(local-y-to-c-and-h)
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s155 ; Load pair instructions where Rt==Rt2 and writeback load/store instructions
230 and w0, w0, w0, lsl #32 label
232 ; CHECK-ERRORS: and w0, w0, w0, lsl #32

Completed in 1028 milliseconds

12345