/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarCache.java | 62 * This exception is thrown when the cache encounter a null key or a null database reference
|
/system/connectivity/shill/ |
icmp_session.cc | 240 // Do nothing when we encounter an IO error, so we can continue receiving
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 736 // Not really expected to encounter an error here.
744 // Not really expected to encounter an error here, so report, cleanup,
786 // If we didn't encounter the expected error code, then the test failed.
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
ExtendedWikiHelper.java | 64 * encounter special articles or templates. This pattern ignores any words
|
/docs/source.android.com/src/source/ |
building.jd | 150 <p>If you are building on an HFS filesystem on Mac OS, you may encounter an error such as</p>
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognitionException.cs | 114 * If you are parsing a tree node stream, you will encounter som
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
RecognitionException.cs | 116 * If you are parsing a tree node stream, you will encounter som
|
/external/autotest/server/hosts/ |
testbed.py | 126 # the labels in a dict and keep track of how many times we encounter
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
network_WiFi_RegDomain.py | 45 @param expected The value we expected to encounter.
|
/external/autotest/site_utils/suite_scheduler/ |
manifest_versions_unittest.py | 216 """Ensure we don't explode if we encounter an unparseable path."""
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
__init__.py | 235 # encounter one of these attributes, we will parse its value into
|
/external/clang/test/SemaCUDA/ |
implicit-member-target.cu | 13 // to invoke a single host constructor (A1_with_host_ctor's). So we'll encounter
|
/external/expat/doc/ |
xmlwf.1 | 71 doesn't encounter any errors, the input file is simply copied to
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.h | 193 // that SymFindFileInPath might encounter.
|
/external/guava/guava/src/com/google/common/cache/ |
CacheStats.java | 45 * <li>Cache lookups that encounter a missing cache entry that is still loading will wait
|
/external/icu/icu4c/source/i18n/ |
rbt_pars.h | 118 * When we encounter an undefined variable, we do not immediately signal
|
/external/kernel-headers/original/uapi/linux/ |
fd.h | 341 #define FD_RAW_STOP_IF_FAILURE 0x200 /* stop if we encounter a failure */
|
/external/llvm/lib/Target/X86/ |
X86VZeroUpper.cpp | 225 // If this block is currently in pass-through state and we encounter a
|
/external/opencv3/doc/tutorials/highgui/video-write/ |
video_write.markdown | 58 your system might work. If you encounter some of these limitations you will need to look into more
|
/external/pcre/dist/ |
pcre_xclass.c | 96 encounter XCL_PROP or XCL_NOTPROP when UCP support is not compiled. */
|
/external/regex-re2/re2/ |
bitstate.cc | 181 // If, during the processing of ip->out(), we encounter
|
/external/skia/src/images/ |
SkImageDecoder_ktx.cpp | 32 // can sniff the data before creating a texture. If they encounter a compressed format
|
/external/v8/src/base/platform/ |
platform-linux.cc | 149 // If we encounter an unexpected situation we abort scanning further entries.
|
/external/valgrind/helgrind/ |
libhb.h | 44 they encounter an out-of-memory condition. */
|
/frameworks/base/core/java/android/view/ |
Display.java | 538 * Return the range of display sizes an application can expect to encounter 547 * they will encounter while going through device rotations, to provide a 555 * that the application will encounter, in pixels (not dp units). The x 563 * that the application will encounter, in pixels (not dp units). Your [all...] |