HomeSort by relevance Sort by last modified time
    Searched defs:and (Results 76 - 100 of 235) sorted by null

1 2 34 5 6 7 8 910

  /external/mesa3d/src/mesa/
Android.gen.mk 7 # 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
18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
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/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 4 // 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.
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
24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
62 ElementAndAttributePolicies and(ElementAndAttributePolicies p) method in class:ElementAndAttributePolicies
    [all...]
PolicyFactory.java 4 // 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.
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
24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43 * A factory that can be used to link a sanitizer to an output receiver and tha
133 public PolicyFactory and(PolicyFactory f) { method in class:PolicyFactory
    [all...]
  /external/proguard/src/proguard/evaluation/value/
SpecificLongValue.java 2 * 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
215 new CompositeLongValue(other, CompositeLongValue.AND, this);
UnknownLongValue.java 2 * 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
IntegerValue.java 2 * 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</i> of this IntegerValue and the give
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...]
LongValue.java 2 * 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</i> of this LongValue and the give
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...]
ParticularIntegerValue.java 2 * 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
ParticularLongValue.java 2 * 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
SpecificIntegerValue.java 2 * 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
300 new CompositeIntegerValue(other, CompositeIntegerValue.AND, this);
UnknownIntegerValue.java 2 * 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
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 7 Works by repeated invokation of a browser and scraping of the resulting page.
15 import time # Used for sleep() and naming masks by time namespace
25 """Inserts the command and arguments into a command line for parsing."""
81 "discarded and the mask not updated.", type="int", default=100)
136 while url_list and scrape_pass < command["--giveup"]:
148 print " %r already exists and is the wrong size! (%r vs %r)" % (
195 # Calculate the difference between the new scrape and the baseline,
208 # convert the difference to black and white, then change all
209 # black pixels (where the scrape and the baseline were identical)
210 # to white, all others (where the scrape and the baseline differed
    [all...]
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 53 and eax, 0x0000ffff label
54 and ecx, 0x0000ffff label
55 and edx, 0x0000ffff label
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 13 * See the License for the specific language governing permissions and
34 * Implementations are strongly encouraged to be side-effect-free and immutable.
41 * characters are encoded into a {@code String} using surrogate pairs, and a {@code CharMatcher}
176 * SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and
278 @Override public CharMatcher and(CharMatcher other) {
354 @Override public CharMatcher and(CharMatcher other) {
389 @Override public CharMatcher and(CharMatcher other) { method in class:CharMatcher
422 @Override public CharMatcher and(CharMatcher other) {
423 return other.matches(match) ? super.and(other) : other;
582 * Returns a matcher that matches any character matched by both this matcher and {@code other}
    [all...]
Predicates.java 13 * See the License for the specific language governing permissions and
95 * order, and evaluation will be "short-circuited" as soon as a false
101 public static <T> Predicate<T> and( method in class:Predicates
109 * order, and evaluation will be "short-circuited" as soon as a false
115 public static <T> Predicate<T> and(Predicate<? super T>... components) { method in class:Predicates
122 * order, and evaluation will be "short-circuited" as soon as a false
125 public static <T> Predicate<T> and(Predicate<? super T> first, method in class:Predicates
134 * order, and evaluation will be "short-circuited" as soon as a
148 * order, and evaluation will be "short-circuited" as soon as a
161 * order, and evaluation will be "short-circuited" as soon as
    [all...]
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 10 import org.mockito.internal.matchers.And;
53 assertStateFor("And(?)", TWO_SUB_MATCHERS);
54 And and = new And(popLastArgumentMatchers(TWO_SUB_MATCHERS)); local
55 matcherStack.push(new LocalizedMatcher(and));
  /libcore/luni/src/main/java/java/math/
Logical.java 14 * See the License for the specific language governing permissions and
25 * <li>and</li>
81 /** @see BigInteger#and(BigInteger) */
82 static BigInteger and(BigInteger val, BigInteger that) { method in class:Logical
130 // PRE: positive is positive and negative is negative
158 } // else positive ended and must "copy" virtual 0's, do nothing then
165 // PRE: longer and shorter are negative
459 // PRE: longer and shorter are positive;
477 // PRE: val and that are negative;
550 // Applying two complement to negative and to resul
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 5 Permission to use, copy, modify, and distribute this software and
6 its documentation for any purpose and without fee is hereby
8 copies and that both that the copyright notice and this
9 permission notice and warranty disclaimer appear in supporting
10 documentation, and that the name Lucent Technologies or any of
16 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bo
103 and: label
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 13 * See the License for the specific language governing permissions and
30 * encouraged to be side-effect-free and immutable.
39 * using surrogate pairs, and a {@code CharMatcher} treats these just as two
189 * PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according
293 @Override public CharMatcher and(CharMatcher other) {
357 @Override public CharMatcher and(CharMatcher other) {
389 @Override public CharMatcher and(CharMatcher other) { method in class:CharMatcher
419 @Override public CharMatcher and(CharMatcher other) {
420 return other.matches(match) ? super.and(other) : other;
565 * and {@code other}
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 6 * Redistribution and use in source and binary forms, with or without
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
43 * For NFA o-p1->o-p2->o, create tree AND(p1,p2).
48 * we will have to combine p1 and p2 into DFA state as we will b
607 public static SemanticContext and(SemanticContext a, SemanticContext b) { method in class:SemanticContext
    [all...]
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 17 A custom distutils.core.Extension instance and setup() args
35 automatically run Cython on every .pyx and .py module that Python
36 imports, including parts of the standard library and installed
44 Running this module as a top-level script will run a test and then print
85 "Load a pyrex file given a name and filename."
97 # distutils is stupid in Py2 and requires exactly 'str'
119 assert ext and ext.sources, ("make_ext in %s did not return Extension"
211 if is_package and not hasattr(mod, '__path__'):
215 if pyxargs.load_py_module_on_import_failure and pyxfilename.endswith('.py'):
240 if fullname in sys.modules and not pyxargs.reload_support
517 if pyimport and not has_py_importer: namespace
524 if pyximport and not has_pyx_importer: namespace
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 4 // Redistribution and use in source and binary forms, with or without
8 // notice, this list of conditions and the following disclaimer.
10 // notice, this list of conditions and the following disclaimer in the
11 // documentation and/or other materials provided with the distribution.
13 // THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
15 // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19 // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
35 * Permission to use, copy, modify, and distribute this softwar
91 function and(a,b) { function
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 13 * See the License for the specific language governing permissions and
108 * is disabled by default, and the mock object will return <code>0</code>,
124 * is disabled by default, and the mock object will return <code>0</code>,
159 * Creates a control, order checking is disabled by default, and the mock
704 public static boolean and(boolean first, boolean second) { method in class:EasyMock
718 public static byte and(byte first, byte second) { method in class:EasyMock
732 public static char and(char first, char second) { method in class:EasyMock
746 public static double and(double first, double second) { method in class:EasyMock
760 public static float and(float first, float second) { method in class:EasyMock
774 public static int and(int first, int second) { method in class:EasyMock
788 public static long and(long first, long second) { method in class:EasyMock
802 public static short and(short first, short second) { method in class:EasyMock
818 public static <T> T and(T first, T second) { method in class:EasyMock
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 13 * See the License for the specific language governing permissions and
92 * order, and evaluation will be "short-circuited" as soon as a false
98 public static <T> Predicate<T> and( method in class:Predicates
106 * order, and evaluation will be "short-circuited" as soon as a false
112 public static <T> Predicate<T> and(Predicate<? super T>... components) { method in class:Predicates
119 * order, and evaluation will be "short-circuited" as soon as a false
122 public static <T> Predicate<T> and(Predicate<? super T> first, method in class:Predicates
131 * order, and evaluation will be "short-circuited" as soon as a
145 * order, and evaluation will be "short-circuited" as soon as a
158 * order, and evaluation will be "short-circuited" as soon as
    [all...]
  /external/libpcap/
grammar.y 6 * Redistribution and use in source and binary forms, with or without
8 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * distributions including binary code include the above copyright notice and
11 * provided with the distribution, and (3) all advertising materials mentioning
14 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
20 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
263 %type <blk> and or paren not null prog
307 %left OR AND
330 and: AND { $$ = $<blk>0; } label
    [all...]

Completed in 1043 milliseconds

1 2 34 5 6 7 8 910