/external/clang/test/VFS/Inputs/ |
unknown-value.yaml | 3 'case-sensitive': 'Maybe?',
|
/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/genext2fs/ |
TODO | 8 - mke2fs includes reserved blocks in free blocks, maybe we should too
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
middle.good | 3 of order and maybe even beauty out of the raw materials that
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/ |
eightball.cc | 12 const char* answer[NSIDES] = { "YES", "NO", "MAYBE", "MAYBE NOT",
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IClassDefinitionDelta.java | 34 * @return a set of field deltas, maybe {@code null} 42 * @return a set of enum constant deltas, maybe {@code null} 50 * @return a set of annotation field deltas, maybe {@code null} 58 * @return a set of method deltas, maybe {@code null} 66 * @return a set of constructor deltas, maybe {@code null} 74 * @return a set of modifier deltas, maybe {@code null} 81 * @return a super class delta, maybe {@code null} 89 * @return a set of interface deltas, maybe {@code null}
|
IExecutableMemberDelta.java | 34 * @return a set of modifier deltas, maybe {@code null} 42 * @return a set of exception deltas, maybe {@code null} 50 * @return a set of parameter deltas, maybe {@code null}
|
IParameterizedTypeDelta.java | 33 * @return a raw type delta, maybe {@code null} 40 * @return a owner type delta, maybe {@code null} 48 * @return a set of argument type deltas, maybe {@code null}
|
/external/chromium_org/content/browser/ |
plugin_browsertest.cc | 31 #define MAYBE(x) DISABLED_##x 33 #define MAYBE(x) x 139 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(SelfDeletePluginGetUrl)) { 146 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(SelfDeletePluginInvoke)) { 150 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(NPObjectReleasedOnDestruction)) { 159 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(NPObjectSetException)) { 169 MAYBE(SelfDeletePluginInvokeInSynchronousMouseUp)) { 185 #define MAYBE_GetURLRequest404Response MAYBE(GetURLRequest404Response) 198 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(SelfDeletePluginInvokeAlert)) { 215 IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(Arguments)) [all...] |
/external/compiler-rt/test/asan/TestCases/Linux/ |
coverage-maybe-open-file.cc | 5 // RUN: rm -rf %T/coverage-maybe-open-file 6 // RUN: mkdir -p %T/coverage-maybe-open-file && cd %T/coverage-maybe-open-file 10 // RUN: cd .. && rm -rf %T/coverage-maybe-open-file
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
CheckForNull.java | 12 @Nonnull(when = When.MAYBE)
|
Tainted.java | 12 @Untainted(when = When.MAYBE)
|
/external/chromium_org/remoting/protocol/ |
negotiating_authenticator_unittest.cc | 152 #define MAYBE(x) DISABLED_##x 154 #define MAYBE(x) x 157 TEST_F(NegotiatingAuthenticatorTest, MAYBE(SuccessfulAuthHmac)) { 165 TEST_F(NegotiatingAuthenticatorTest, MAYBE(SuccessfulAuthPlain)) { 172 TEST_F(NegotiatingAuthenticatorTest, MAYBE(InvalidSecretHmac)) { 181 TEST_F(NegotiatingAuthenticatorTest, MAYBE(InvalidSecretPlain)) { 190 TEST_F(NegotiatingAuthenticatorTest, MAYBE(IncompatibleMethods)) { 199 TEST_F(NegotiatingAuthenticatorTest, MAYBE(PairingNotSupported)) { 208 TEST_F(NegotiatingAuthenticatorTest, MAYBE(PairingSupportedButNotPaired)) { 217 TEST_F(NegotiatingAuthenticatorTest, MAYBE(PairingRevokedPinOkay)) [all...] |
v2_authenticator_unittest.cc | 56 #define MAYBE(x) DISABLED_##x 58 #define MAYBE(x) x 61 TEST_F(V2AuthenticatorTest, MAYBE(SuccessfulAuth)) { 82 TEST_F(V2AuthenticatorTest, MAYBE(InvalidSecret)) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
LimitedInputStream.java | 21 // TODO: maybe one day this can become more accurate
|
/external/clang/test/Sema/ |
member-reference.c | 23 return c->i; // expected-error {{member reference type 'struct simple' is not a pointer; maybe you meant to use '.'?}}
|
/external/chromium_org/content/browser/media/ |
media_browsertest.cc | 17 #define MAYBE(x) DISABLED_##x 19 #define MAYBE(x) x 211 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pTheora)) { 215 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv422pTheora)) { 219 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pTheora)) { 223 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pVp8)) { 227 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pVp9)) { 232 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pH264)) { 236 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuvj420pH264)) { 240 IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv422pH264)) [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
KeySystemTest.java | 51 assertEquals("\"maybe\"", IsKeySystemSupported("webkit-org.w3.clearkey")); 61 assertEquals("\"maybe\"", IsKeySystemSupported("com.widevine.alpha")); 73 assertEquals("\"maybe\"", IsKeySystemSupported("com.oem.test-keysystem"));
|
/external/chromium_org/chrome/browser/bitmap_fetcher/ |
bitmap_fetcher_service_factory.h | 15 // TODO(groby): Maybe make this GetForProfile?
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
input-empty-on-focus.html | 6 test obsolete. Maybe we can find some other way to test the same code path.</p>
|
/external/chromium_org/third_party/leveldatabase/src/ |
TODO | 5 - Maybe implement DB::BulkDeleteForRange(start_key, end_key)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/ |
version.rc.h | 14 // all Wine DLLs claim to be from Microsoft, maybe it's needed for compatibility
|
/external/clang/test/FixIt/ |
fixit-recursive-block.c | 8 // expected-note {{maybe you meant to use __block 'arc_fail'}}
|
/external/dnsmasq/contrib/try-all-ns/ |
README-2.47 | 5 Maybe the patch in question is not acceptible
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
Test.java | 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) {
|