/external/autotest/client/site_tests/network_ChromeWifiTDLS/ |
network_ChromeWifiTDLS.py | 16 networikingPrivate API. It does not assume that configuration will actually
|
/external/autotest/contrib/ |
reverify_unknown | 7 # be conservative, those scripts assume that a DUT that hasn't run
|
/external/autotest/server/control_segments/ |
reset | 22 # Assume cleanup always runs first.
|
/external/bison/m4/ |
double-slash-root.m4 | 22 # Be optimistic and assume that / and // are the same when we
|
fcntl_h.m4 | 44 dnl Assume proper GNU behavior unless another module says otherwise.
|
mode_t.m4 | 16 dnl Assume mode_t promotes to 'int' if and only if it is smaller than 'int',
|
stddef_h.m4 | 44 dnl Assume proper GNU behavior unless another module says otherwise.
|
sys_wait_h.m4 | 35 dnl Assume proper GNU behavior unless another module says otherwise.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ConstraintManager.h | 67 virtual ProgramStateRef assume(ProgramStateRef state, 76 ProgramStateRef StTrue = assume(State, Cond, true); 86 assert(assume(State, Cond, false) && "System is over constrained."); 91 ProgramStateRef StFalse = assume(State, Cond, false);
|
/external/clang/test/Analysis/ |
method-call.cpp | 18 (void)a->getx(); // assume we know what we're doing
|
/external/clang/test/CodeGen/ |
2008-01-25-ByValReadNone.c | 11 // would have to assume the worse and introduce an explicit
|
/external/clang/test/CodeGenCXX/ |
exceptions-no-rtti.cpp | 24 // everything gets hidden visibility because we assume that all
|
operator-new.cpp | 3 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -emit-llvm -fno-assume-sane-operator-new -o %t-2.ll %s
|
/external/compiler-rt/make/ |
config.mk | 6 # Assume make is always run from top-level of source directory. Note than an
|
/external/curl/lib/ |
netrc.h | 30 /* Assume: (*passwordp)[0]=0, host[0] != 0.
|
/external/deqp/external/libpng/ |
CMakeLists.txt | 10 # Assume build inside Android source tree
|
/external/e2fsprogs/lib/uuid/ |
uuid_types.h | 2 * If linux/types.h is already been included, assume it has defined
|
uuid_types.h.in | 2 * If linux/types.h is already been included, assume it has defined
|
/external/freetype/src/base/ |
ftbase.h | 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
|
/external/guava/guava-tests/test/com/google/common/collect/ |
RegularImmutableAsListTest.java | 29 * RegularImmutableAsList should assume its input is null-free without checking, because it only
|
/external/icu/icu4c/source/i18n/ |
collation.cpp | 45 // First byte, assume no further overflow. 67 // First byte, assume no further overflow. 76 // Assume no further underflow for the first byte. 117 // First byte, assume no further underflow.
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
BaseResourceLoader.java | 38 * tend to assume they are the only ResourceLoader in use. Or at least that the filename is the
|
/external/libchrome/base/strings/ |
utf_string_conversion_utils.cc | 115 // Assume that the entire input will be ASCII. 118 // Assume that the entire input is non-ASCII and will have 3 bytes per char. 135 // Assume the input is all ASCII, which means 1:1 correspondence. 138 // Otherwise assume that the UTF-8 sequences will have 2 bytes for each
|
/external/libchrome/base/time/ |
tick_clock.h | 32 // assume that NowTicks() is monotonic (but not strictly monotonic).
|
/external/llvm/test/Analysis/ScalarEvolution/ |
nsw-offset-assume.ll | 6 ; assume instead of a preheader conditional branch to guard the loop). 14 tail call void @llvm.assume(i1 %0) 78 declare void @llvm.assume(i1) nounwind 80 ; Note: Without the preheader assume, there is an 'smax' in the
|