/external/chromium_org/third_party/re2/re2/ |
prefilter.h | 69 static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
|
prefilter.cc | 71 Prefilter* Prefilter::AndOr(Op op, Prefilter* a, Prefilter* b) { 132 return AndOr(AND, a, b); 136 return AndOr(OR, a, b);
|
/external/regex-re2/re2/ |
prefilter.h | 69 static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
|
prefilter.cc | 71 Prefilter* Prefilter::AndOr(Op op, Prefilter* a, Prefilter* b) { 132 return AndOr(AND, a, b); 136 return AndOr(OR, a, b);
|
/external/mksh/src/ |
syn.c | 44 static struct op *andor(void); 121 andor(void) function 146 p = andor();
|
/system/core/sh/ |
parser.c | 105 STATIC union node *andor(void); 160 n2 = andor(); 220 andor(void) function [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 61 * scripts/functions/andor: Tests for $(and ..) and $(or ...)
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 324 TEST(MemorySanitizer, AndOr) { [all...] |