HomeSort by relevance Sort by last modified time
    Searched full:will (Results 26 - 50 of 64201) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
remap_helper.h 42 /* _mesa_function_pool[17]: UniformMatrix3fvARB (will be remapped) */
51 /* _mesa_function_pool[81]: VertexAttribI2iEXT (will be remapped) */
60 /* _mesa_function_pool[145]: VertexAttribI4uiEXT (will be remapped) */
81 /* _mesa_function_pool[264]: SampleCoverageARB (will be remapped) */
91 /* _mesa_function_pool[360]: BeginQueryARB (will be remapped) */
100 /* _mesa_function_pool[411]: PointParameteriNV (will be remapped) */
105 /* _mesa_function_pool[453]: GetProgramiv (will be remapped) */
114 /* _mesa_function_pool[518]: SecondaryColor3iEXT (will be remapped) */
119 /* _mesa_function_pool[564]: WindowPos3fMESA (will be remapped) */
146 /* _mesa_function_pool[743]: BlitFramebufferEXT (will be remapped) *
    [all...]
  /external/chromium_org/third_party/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/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-sizeof-array-decay.c 8 (void)sizeof(bar + 10); // expected-warning{{sizeof on pointer operation will return size of 'int *' instead of 'int [20]'}}
9 (void)sizeof(foo - 20); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
10 (void)sizeof(bar - x); // expected-warning{{sizeof on pointer operation will return size of 'int *' instead of 'int [20]'}}
11 (void)sizeof(foo + x); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
17 (void)sizeof(x, foo); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
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}}
  /external/chromium_org/android_webview/common/
aw_hit_test_data.h 21 // |extra_data_for_type| will be empty. All other values should be emtpy
29 // different prefix in content url_constants. |extra_data_for_type| will
37 // and |anchor_text| will be empty. |img_src| will contain the absolute
43 // |href| will contain the exact href attribute string. |anchor_text| will
44 // contain the anchor text if the link is an anchor tag. |img_src| will be
47 // will be UNKNOWN_TYPE.
54 // |extra_data_for_type| will contain the absolute valid url of the image
55 // source. |href| will contain the (possibly invalid or javascript-scheme
    [all...]
  /external/chromium_org/ppapi/c/
ppb_var.h 37 * object, this function will do nothing so you can always call it no matter
40 * @param[in] var A <code>PP_Var</code> that will have a reference added.
46 * this function will do nothing so you can always call it no matter what
49 * @param[in] var A <code>PP_Var</code> that will have a reference removed.
58 * If the length is 0, the <code>*data</code> pointer will not be dereferenced
60 * "NULL-ness" will not be preserved, as <code>VarToUtf8</code> will never
63 * The resulting object will be a refcounted string object. It will be
68 * is not valid UTF-8), this function will return a Null var
    [all...]
  /external/clang/test/SemaCXX/
unreachable-code.cpp 8 ++i) { // expected-warning {{will never be executed}}
14 return 1; // expected-warning {{will never be executed}}
21 bar(); // expected-warning {{will never be executed}}
27 bar(); // expected-warning {{will never be executed}}
30 bar(); // expected-warning {{will never be executed}}
35 bar(); // expected-warning {{will never be executed}}
39 bar(); // expected-warning {{will never be executed}}
  /external/chromium/chrome/browser/
jankometer.h 14 // It will log such "lag" events to the metrics log.
16 // This function will initialize the service, which will install itself in
  /external/chromium_org/chrome/browser/
jankometer.h 13 // It will log such "lag" events to the metrics log.
15 // This function will initialize the service, which will install itself in
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.man 1 This target will strip TCP options off a TCP packet. (It will actually replace
2 them by NO-OPs.) As such, you will need to add the \fB\-p tcp\fP parameters.
  /external/kernel-headers/original/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /external/oprofile/m4/
precompiledheader.m4 8 dnl we consider than if -Winvalid-pch is accepted pch will works ...
10 dnl but we don't want -Winvalid-pch else compilation will fail due -Werror and
11 dnl the fact than some pch will be invalid for the given compilation option
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
15 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
18 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
  /art/test/081-hot-exceptions/
info.txt 2 exceptions encountered during trace selection. The existence of exceptions will
  /dalvik/tests/081-hot-exceptions/
info.txt 2 exceptions encountered during trace selection. The existence of exceptions will
  /dalvik/vm/mterp/c/
OP_UNUSED_FF.cpp 3 * In portable interp, most unused opcodes will fall through to here.
  /development/samples/WiFiDirectDemo/assets/
sample_file.txt 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file.

Completed in 735 milliseconds

12 3 4 5 6 7 8 91011>>