HomeSort by relevance Sort by last modified time
    Searched full:will (Results 1 - 25 of 47789) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/default_extensions/
external_extensions.json 1 // This json file will contain a list of extensions that will be included
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-beforeload-expected.txt 2 This test will only print "PASS" or "FAIL" if link prefetches are enabled, otherwise it will show nothing below.
subresource-expected.txt 3 This test will only print "PASS" or "FAIL" if link prefetches are enabled, otherwise it will show nothing below.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
head.good 3 universe. You will never succeed. Everything will fail and come
middle.good 1 universe. You will never succeed. Everything will fail and come
  /external/harfbuzz_ng/contrib/
README 2 Will be replaced with something functional one day.
  /external/webkit/LayoutTests/http/tests/appcache/
manifest-with-empty-file-expected.txt 1 This tests that a manifest that contains an empty file will not crash the browser.
  /external/markdown/tests/misc/
funky-list.html 3 <li>this will show as number "2"</li>
4 <li>this will show as number "3."</li>
5 <li>any number, +, -, or * will keep the list going.</li>
funky-list.txt 2 + this will show as number "2"
3 * this will show as number "3."
4 9. any number, +, -, or * will keep the list going.
  /developers/samples/android/
README.txt 4 you are adding a new category, you will need to add it to
7 Note: In the future, the samples will be built using a template system, which
8 will automatically import the "common" directory as needed. Until then, if
9 you need access to the "common" directory, you will need to have it copied
  /external/chromium/build/temp_gyp/
README.chromium 1 This directory will be removed once the files in it are committed upstream and
  /external/llvm/lib/Target/AArch64/
README.txt 1 This file will contain changes that need to be made before AArch64 can become an
  /external/stlport/test/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /external/webkit/LayoutTests/fast/events/touch/
touch-active-state-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
  /external/webkit/Source/WebCore/manual-tests/inspector/resources/
script-error.js 2 this.will.be.an.error = 1;
  /frameworks/support/v7/appcompat/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v7/gridlayout/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v7/mediarouter/src/
.readme 2 Once we support binary library this will go away
  /ndk/tests/device/test-gnustl-full/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /ndk/tests/device/test-stlport/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /sdk/testapps/gridlayoutTest/v7-gridlayout/src/
.readme 2 Once we support binary library this will go away
  /external/skia/include/utils/win/
SkHRESULT.h 33 The expression will be evaluated.
34 If the resulting HRESULT SUCCEEDED then execution will continue normally.
35 If the HRESULT FAILED then the macro will return from the current function.
36 In variants ending with 'M' the given message will be traced when FAILED.
37 The HR variants will return the HRESULT when FAILED.
38 The HRB variants will return false when FAILED.
39 The HRN variants will return NULL when FAILED.
40 The HRV variants will simply return when FAILED.
  /external/clang/test/Sema/
warn-unreachable.c 10 goto e; // expected-warning {{will never be executed}}
14 goto b; // expected-warning {{will never be executed}}
15 goto a; // expected-warning {{will never be executed}}
31 dead(); // expected-warning {{will never be executed}}
35 dead(); // expected-warning {{will never be executed}}
39 + // expected-warning {{will never be executed}}
47 goto a4; // expected-warning {{will never be executed}}
52 dead(); // expected-warning {{will never be executed}}
66 dead(); // expected-warning {{will never be executed}}
79 dead(); // expected-warning {{will never be executed}
    [all...]
decl-in-prototype.c 16 int f3(struct a { } *); // expected-warning {{will not be visible outside of this function}}
20 int f4(struct A { struct b { int j; } t; } *); // expected-warning {{declaration of 'struct A' will not be visible outside of this function}} expected-warning {{redefinition of 'b' will not be visible outside of this function}}
28 int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}}
30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}}

Completed in 944 milliseconds

1 2 3 4 5 6 7 8 91011>>