/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p5.cpp | 6 auto nrl = [](int x) -> int { if (x > 0) return x; }; // expected-warning{{control may reach end of non-void lambda}}
|
/external/gtest/test/ |
gtest_throw_on_failure_test_.cc | 53 // When not in the throw-on-failure mode, the control will reach
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test_.cc | 53 // When not in the throw-on-failure mode, the control will reach
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
WlanDrvCommon.h | 51 #define OS_SPECIFIC_RAM_ALLOC_LIMIT (0xFFFFFFFF) /* assume OS never reach that limit */
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMStack.java | 43 * We continue until we reach the bottom of the stack or exceed the
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ScrollerHelper.java | 70 // This forces the scroller to reach the final position.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Alarm.java | 22 // if we reach this time and the alarm hasn't been cancelled, call the listener
|
/packages/apps/Phone/src/com/android/phone/ |
MultiLineTitleEditTextPreference.java | 36 * some way from Java (given an EditTextPreference) to reach inside and get a
|
/packages/inputmethods/PinyinIME/jni/share/ |
utf16reader.cpp | 117 // Never reach here
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BoolAssignmentChecker.cpp | 114 // If we reach here, it must be the case that the value is constrained 150 // If we reach here, it must be the case that the value is constrained
|
/external/webkit/Source/JavaScriptCore/wtf/ |
StdLibExtras.h | 152 // 'size' should never reach zero. 156 // If we reach this point we've chopped down to one element, no need to check it matches
|
/cts/tests/tests/database/src/android/database/cts/ |
CursorWrapperTest.java | 239 // While reach the edge, function will return false 244 // While reach the edge, function will return false 254 // While reach the edge, function will return false 260 // While reach the edge, function will return false 263 // While reach the edge, function will return false
|
/external/qemu/ |
sockets.h | 242 * EHOSTDOWN : could not reach DNS server 271 * EHOSTDOWN : could not reach DNS server 294 * EHOSTDOWN : could not reach DNS server
|
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 250 * EHOSTDOWN : could not reach DNS server 279 * EHOSTDOWN : could not reach DNS server 302 * EHOSTDOWN : could not reach DNS server
|
/external/bison/src/ |
muscle_tab.h | 100 quoted, one needs to strip the first level of quotes to reach the
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_view_controller.mm | 54 // reach the view and all of the detail values are default
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayport.h | 47 // is created. The RelayEntry will try to reach the remote destination
|
/external/javassist/src/main/javassist/bytecode/ |
AnnotationDefaultAttribute.java | 146 throw new RuntimeException(e); // should never reach here.
|
/external/libvpx/vp8/decoder/ |
dboolhuff.h | 127 * value buffer. When we reach the end of the buffer, count is instead
|
/external/oprofile/libregex/ |
op_regex.h | 78 * due to reach limit_defs_expansion. You can test if some pattern has
|
/external/webkit/Source/WebCore/loader/ |
NetscapePlugInStreamLoader.cpp | 128 // If calling didFail spins the run loop the stream loader can reach the terminal state.
|
/external/webkit/Source/WebKit/android/smoke/ |
MessageThread.h | 61 // we reach the time of the next message.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListItemFocusablesFarApartTest.java | 89 if (counter > 5) fail("couldn't reach next button within " + counter + " downs");
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaProfileReader.java | 112 // Should never reach here
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txDataQueue.h | 87 TI_HANDLE hTxSendPaceTimer; /* If queued packets number doesn't reach threshold within timeout, Tx handling is started */
|