Searched defs:and (Results 76 - 100 of 106) sorted by last modified time

12345

/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword.cpp7 // Valid because 'and' is a spelling of '&&'
8 #if defined foo and bar
14 //expected-error@+2 {{C++ operator 'and' (aka '&&') used as a macro name}}
16 #define and foo macro
26 //expected-error@+3 {{C++ operator 'and' (aka '&&') used as a macro name}}
28 //expected-warning@+2 {{and is defined}}
29 #ifdef and
30 #warning and is defined
H A Dcxx_oper_keyword_ms_compat.cpp7 return true and false;
11 #ifdef and
14 // The second 'and' is a valid C++ operator name for '&&'.
15 #if defined and and defined(and)
19 // (operators like "and" aren't normally, the rest always is.)
20 #define and macro
105 and
/external/clang/lib/Headers/
H A Diso646.h6 * of this software and associated documentation files (the "Software"), to deal
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
12 * The above copyright notice and this permission notice shall be included in
30 #define and && macro
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js4 // 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.
35 * Permission to use, copy, modify, and distribute this software
36 * and its documentation for any purposes and without
91 function and(a,b) { function
178 return or(and(
[all...]
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js6 * a copy of this software and associated documentation files (the
9 * distribute, sublicense, and/or sell copies of the Software, and to
13 * The above copyright notice and this permission notice shall be
29 * and disclaimer.
74 // am1: use a single mult and divide to get the high bits,
88 // am2 avoids a big mult-and-extract completely.
202 // (protected) set from string and radix
450 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
537 // should reduce x and
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c19 #define and && /* logical (boolean) operators: lower case */ macro
204 if ((total > 0) and (count > 0))
218 if ((total > 0) and (count > 0))
356 while ((sample >>= 1) and (not lsb))
431 /* and "BitVector_Block_Read()"! */
574 if ((twin != NULL) and (bits > 0))
592 if ((Z != NULL) and (bitsZ > 0))
611 if ((X != Y) and (sizeX > 0))
623 while ((sizeX > 0) and (sizeY > 0))
751 if ((size > 0) and (lowe
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
H A Dlc3b-basic.asm4 and r2, r1, r0 label
5 and r2, r5, 5 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Darithsmall.asm2 and eax, 3584 label
3 and eax, 35 label
4 and eax, strict dword 3584 label
5 and eax, strict dword 35 label
6 and eax, strict byte 3584 label
7 and eax, strict byte 35 label
8 and ebx, 3584 label
9 and ebx, 35 label
10 and ebx, strict dword 3584 label
11 and eb label
12 and ebx, strict byte 3584 label
13 and ebx, strict byte 35 label
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S4 # SUPERCOP by D. J. Bernstein and Peter Schwabe.
163 and sp,sp,#0xffffffe0 label
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js6 * a copy of this software and associated documentation files (the
9 * distribute, sublicense, and/or sell copies of the Software, and to
13 * The above copyright notice and this permission notice shall be
29 * and disclaimer.
66 // am1: use a single mult and divide to get the high bits,
80 // am2 avoids a big mult-and-extract completely.
194 // (protected) set from string and radix
442 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
529 // should reduce x and
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js6 * a copy of this software and associated documentation files (the
9 * distribute, sublicense, and/or sell copies of the Software, and to
13 * The above copyright notice and this permission notice shall be
29 * and disclaimer.
66 // am1: use a single mult and divide to get the high bits,
80 // am2 avoids a big mult-and-extract completely.
194 // (protected) set from string and radix
442 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
529 // should reduce x and
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js6 * a copy of this software and associated documentation files (the
9 * distribute, sublicense, and/or sell copies of the Software, and to
13 * The above copyright notice and this permission notice shall be
29 * and disclaimer.
66 // am1: use a single mult and divide to get the high bits,
80 // am2 avoids a big mult-and-extract completely.
194 // (protected) set from string and radix
442 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
529 // should reduce x and
[all...]
/external/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py7 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 th
[all...]
/external/chromium_org/tools/site_compare/drivers/win32/
H A Dkeyboard.py10 including special characters to represent modifier keys like CTRL and ALT
14 import win32api # for keybd_event and VkKeyCode namespace
22 # is just plain ugly, and win32con is a huge import for just a handful of
73 \ escapes {}[] and treats these values as literal
104 if use_modifiers and not next_escaped:
106 if char == "{" and not alt_held:
109 elif char == "}" and alt_held:
112 elif char == "[" and not ctrl_held:
115 elif char == "]" and ctrl_held:
123 if next_escaped and cha
[all...]
/external/chromium_org/tools/traceline/traceline/
H A Dstubs.asm53 and eax, 0x0000ffff label
54 and ecx, 0x0000ffff label
55 and edx, 0x0000ffff label
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py162 #and_test: not_test ('and' not_test)*
165 #return p_binop_expr(s, ('and',), p_not_test)
166 return p_rassoc_binop_expr(s, ('and',), p_not_test)
296 elif sy == 'IDENT' and s.systring == "sizeof":
308 if (not is_memslice and not is_template and not is_const
309 and base_type.name is None):
356 if s.sy != ')' and s.sy not in statement_terminators:
376 if s.systring == 'new' and s.peek()[0] == 'IDENT':
452 if len(positional_args) == 1 and no
1407 if is_cimport and s.systring in imported_name_kinds: namespace
[all...]
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyximport.py17 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 no
517 if pyimport and not has_py_importer: namespace
524 if pyximport and not has_pyx_importer: namespace
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/chrome/third_party/mock4js/
H A Dmock4js.js51 object.and = function() {
157 msg += " and has been invoked";
187 if(this._hasBeenInvoked) desc+=" and has been invoked";
261 return "and("+Mock4JSUtil.join(this._constraints)+")";
/external/bison/doc/
H A Drefcard.tex10 % per page and reduce to 80%.
26 % This program is free software: you can redistribute it and/or modify
48 % You will still need to cut and paste.
61 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
64 % We only change the following to change the version numbers and
85 \centerline{designed by Brendan Kehoe and Gavin Nicol}
89 Permission is granted to make and distribute copies of this card
90 provided the copyright notice and this permission notice
110 \centerline{designed by Brendan Kehoe and Gavin Nicol}
114 Permission is granted to make and distribut
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java15 * See the License for the specific language governing permissions 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.
265 protected Expression and(int opPos) throws TransformerException method in class:Compiler
811 * and match patterns.
906 // This is the magic and invisibl
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java6 * 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.
48 * we will have to combine p1 and p2 into DFA state as we will be
52 * I have scoped the AND, NOT, OR, and Predicate subclasses of
68 * nongated predicates set to true and then reduced. So p&&(q||r) would
69 * return p&&r if q is nongated but p and r are gated.
272 return "true"; // not used for code gen, just DOT and prin
607 public static SemanticContext and(SemanticContext a, SemanticContext b) { method in class:SemanticContext
[all...]

Completed in 648 milliseconds

12345