Searched refs:MAYBE (Results 1 - 25 of 35) sorted by relevance

12

/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DWhen.java7 * In particular, an issues should be reported if an ALWAYS or MAYBE value is
8 * used where a NEVER value is required, or if a NEVER or MAYBE value is used
19 MAYBE, enum constant in enum:When
/external/chromium_org/content/browser/
H A Dplugin_browsertest.cc31 #define MAYBE(x) DISABLED_##x macro
33 #define MAYBE(x) x macro
140 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(SelfDeletePluginGetUrl)) {
147 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(SelfDeletePluginInvoke)) {
151 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(NPObjectReleasedOnDestruction)) {
160 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(NPObjectSetException)) {
170 MAYBE(SelfDeletePluginInvokeInSynchronousMouseUp)) {
186 #define MAYBE_GetURLRequest404Response MAYBE(GetURLRequest404Response)
199 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(SelfDeletePluginInvokeAlert)) {
216 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(Argument
[all...]
/external/deqp/framework/common/
H A DtcuFloatFormat.hpp38 MAYBE, enumerator in enum:tcu::YesNoMaybe
50 YesNoMaybe hasSubnormal = MAYBE,
51 YesNoMaybe hasInf = MAYBE,
52 YesNoMaybe hasNaN = MAYBE);
H A DtcuFloatFormat.cpp44 case MAYBE: return no | yes;
285 MAYBE));
/external/jsr305/ri/src/main/java/javax/annotation/
H A DCheckForNull.java12 @Nonnull(when = When.MAYBE)
H A DCheckForSigned.java20 @Nonnegative(when = When.MAYBE)
H A DTainted.java12 @Untainted(when = When.MAYBE)
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_unittest.cc59 #define MAYBE(x) x macro
61 #define MAYBE(x) DISABLED_##x macro
64 TEST_F(MouseCursorMonitorTest, MAYBE(FromScreen)) {
83 TEST_F(MouseCursorMonitorTest, MAYBE(FromWindow)) {
115 TEST_F(MouseCursorMonitorTest, MAYBE(ShapeOnly)) {
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.cc18 #define MAYBE(x) DISABLED_##x macro
20 #define MAYBE(x) x macro
241 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pTheora)) {
245 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv422pTheora)) {
249 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pTheora)) {
253 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pVp8)) {
257 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pVp9)) {
262 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pH264)) {
266 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuvj420pH264)) {
270 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv422pH26
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DUnknownIntegerValue.java183 return MAYBE;
188 return MAYBE;
193 return MAYBE;
H A DIdentifiedReferenceValue.java56 return this.equals(other) ? ALWAYS : MAYBE;
H A DValue.java31 public static final int MAYBE = 0; field in class:Value
H A DReferenceValue.java85 mayBeNull ? MAYBE :
118 mayBeNull ? MAYBE :
155 return MAYBE;
175 return MAYBE;
183 MAYBE;
428 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
432 return this.type == null && other.type == null ? ALWAYS : MAYBE;
440 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
464 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
H A DSpecificIntegerValue.java319 return this.equals(other) ? ALWAYS : MAYBE;
324 return this.equals(other) ? NEVER : MAYBE;
329 return this.equals(other) ? ALWAYS : MAYBE;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view_interactive_uitest.cc20 #define MAYBE(x) DISABLED_##x macro
22 #define MAYBE(x) x macro
146 MAYBE(TestWrenchMenuOpensOnDrag)) {
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) {
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
H A Dsockets_tcp_apitest.cc27 #define MAYBE(x) DISABLED_##x macro
29 #define MAYBE(x) x
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
H A Dsockets_udp_apitest.cc30 #define MAYBE(x) DISABLED_##x macro
32 #define MAYBE(x) x
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
H A Dsockets_tcp_server_apitest.cc34 #define MAYBE(x) DISABLED_##x macro
36 #define MAYBE(x) x
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.h59 MAYBE, enumerator in enum:content::WebApplicationCacheHostImpl::IsNewMasterEntry
H A Dweb_application_cache_host_impl.cc65 is_new_master_entry_(MAYBE),
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_view_drag_and_drop_test.cc22 #define MAYBE(x) DISABLED_##x macro
24 #define MAYBE(x) x
352 VIEW_TEST(MenuViewDragAndDropTestTestInMenuDrag, MAYBE(TestInMenuDrag))
453 MAYBE(MenuViewDragAndDropNestedDrag))
/external/chromium_org/content/browser/accessibility/
H A Ddump_accessibility_tree_browsertest.cc35 #define MAYBE(x) DISABLED_##x macro
37 #define MAYBE(x) x macro
347 MAYBE(AccessibilityAriaFlowto)) {
/external/owasp/sanitizer/distrib/lib/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...
/external/owasp/sanitizer/lib/jsr305/
H A Djsr305.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/annotation/concurrent/ javax/annotation/meta/ javax/ ...

Completed in 2227 milliseconds

12