HomeSort by relevance Sort by last modified time
    Searched refs:MAYBE (Results 1 - 25 of 44) sorted by null

1 2

  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 7 * 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,
  /external/chromium_org/content/browser/
plugin_browsertest.cc 31 #define MAYBE(x) DISABLED_##x
33 #define MAYBE(x) x
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(Arguments))
    [all...]
  /external/deqp/framework/common/
tcuFloatFormat.hpp 38 MAYBE,
50 YesNoMaybe hasSubnormal = MAYBE,
51 YesNoMaybe hasInf = MAYBE,
52 YesNoMaybe hasNaN = MAYBE);
tcuFloatFormat.cpp 44 case MAYBE: return no | yes;
285 MAYBE));
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForNull.java 12 @Nonnull(when = When.MAYBE)
CheckForSigned.java 20 @Nonnegative(when = When.MAYBE)
Tainted.java 12 @Untainted(when = When.MAYBE)
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc 59 #define MAYBE(x) x
61 #define MAYBE(x) DISABLED_##x
64 TEST_F(MouseCursorMonitorTest, MAYBE(FromScreen)) {
83 TEST_F(MouseCursorMonitorTest, MAYBE(FromWindow)) {
115 TEST_F(MouseCursorMonitorTest, MAYBE(ShapeOnly)) {
  /external/chromium_org/content/browser/media/
media_browsertest.cc 18 #define MAYBE(x) DISABLED_##x
20 #define MAYBE(x) x
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(Yuv422pH264))
    [all...]
  /external/proguard/src/proguard/evaluation/value/
UnknownIntegerValue.java 183 return MAYBE;
188 return MAYBE;
193 return MAYBE;
IdentifiedReferenceValue.java 56 return this.equals(other) ? ALWAYS : MAYBE;
Value.java 31 public static final int MAYBE = 0;
ReferenceValue.java 85 mayBeNull ? MAYBE :
118 mayBeNull ? MAYBE :
155 return MAYBE;
175 return MAYBE;
183 MAYBE;
234 // If this type is null, the generalization is the other type, maybe null.
240 // If the other type is null, the generalization is this type, maybe null.
248 // If the two types are equal, the generalization remains the same, maybe null.
428 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
432 return this.type == null && other.type == null ? ALWAYS : MAYBE;
    [all...]
SpecificIntegerValue.java 319 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/
toolbar_view_interactive_uitest.cc 20 #define MAYBE(x) DISABLED_##x
22 #define MAYBE(x) x
146 MAYBE(TestWrenchMenuOpensOnDrag)) {
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) {
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_apitest.cc 27 #define MAYBE(x) DISABLED_##x
29 #define MAYBE(x) x
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_apitest.cc 30 #define MAYBE(x) DISABLED_##x
32 #define MAYBE(x) x
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_apitest.cc 34 #define MAYBE(x) DISABLED_##x
36 #define MAYBE(x) x
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.h 59 MAYBE,
web_application_cache_host_impl.cc 65 is_new_master_entry_(MAYBE),
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 22 #define MAYBE(x) DISABLED_##x
24 #define MAYBE(x) x
352 VIEW_TEST(MenuViewDragAndDropTestTestInMenuDrag, MAYBE(TestInMenuDrag))
453 MAYBE(MenuViewDragAndDropNestedDrag))
  /external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc 35 #define MAYBE(x) DISABLED_##x
37 #define MAYBE(x) x
347 MAYBE(AccessibilityAriaFlowto)) {
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 

Completed in 926 milliseconds

1 2