HomeSort by relevance Sort by last modified time
    Searched full:that (Results 2676 - 2700 of 189771) sorted by null

<<101102103104105106107108109110>>

  /external/clang/test/SemaCXX/
short-wchar-sign.cpp 6 // Check that short wchar_t is unsigned, and that regular wchar_t is not.
warn-new-overaligned-2.cpp 4 // This test verifies that we don't warn when the global operator new is
5 // overridden. That's why we can't merge this with the other test file.
  /external/clang/test/SemaObjC/
attr-objc-runtime-visible.m 10 @implementation A(X) // expected-error{{cannot implement a category for class 'A' that is only visible via the Objective-C runtime}}
16 @implementation B // expected-error{{cannot implement subclass 'B' of a superclass 'A' that is only visible via the Objective-C runtime}}
nonnull.m 34 func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argument}}
35 func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argument}}
39 func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argument}}
40 func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null argument}}
42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}}
43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}}
46 // seems that the checking should handle Objective-C pointers.
67 _dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-null argument}}
79 - (int)returnsIntNonNull __attribute__((returns_nonnull)); // expected-warning {{'returns_nonnull' attribute only applies to return values that are pointers}}
94 [object doSomethingWithNonNullPointer:NULL:1:NULL]; // expected-warning 2 {{null passed to a callee that requires a non-null argument}
    [all...]
  /external/clang/test/
make_test_dirs.pl 3 # Simple little Perl script that takes the cxx-sections.data file as
4 # input and generates a directory structure that mimics the standard's
  /external/clang/unittests/Basic/
DiagnosticTest.cpp 19 // Check that DiagnosticErrorTrap works with SuppressAllDiagnostics.
29 // Diag that would set UncompilableErrorOccurred and ErrorOccurred.
32 // Diag that would set UnrecoverableErrorOccurred and ErrorOccurred.
35 // Diag that would set FatalErrorOccurred
49 // Check that FatalsAsErrors works as intended
56 // Diag that would set UncompilableErrorOccurred and ErrorOccurred.
59 // Diag that would set UnrecoverableErrorOccurred and ErrorOccurred.
62 // Diag that would set FatalErrorOccurred
  /external/compiler-rt/test/scudo/
malloc.cpp 4 // Tests that a regular workflow of allocation, memory fill and free works as
5 // intended. Also tests that a zero-sized allocation succeeds.
  /external/cros/system_api/switches/
chrome_switches.h 2 // Use of this source code is governed by a BSD-style license that can be
8 // This file defines switches that are used both by Chrome and login_manager.
modemfwd_switches.h 2 // Use of this source code is governed by a BSD-style license that can be
8 // This file defines switches that are used by modemfwd.
  /external/curl/docs/
README.cmake 10 Curl contains CMake build files that provide a way to build Curl with the
12 that generates native makefiles and IDE project files. The CMake build
  /external/curl/docs/cmdline-opts/
form-string.d 7 Similar to --form except that the value string for the named parameter is used
10 there's any possibility that the string value may accidentally trigger the
netrc-file.d 7 This option is similar to --netrc, except that you provide the path (absolute
8 or relative) to the netrc file that Curl should use. You can only specify one
no-npn.d 11 with an SSL library that supports NPN. NPN is used by a libcurl that supports
pubkey.d 12 private key file, so passing this option is generally not required. Note that
14 libssh2 1.2.8 or higher that is itself linked against OpenSSL.)
write-out.d 7 is a string that may contain plain text mixed with any number of
13 text that curl thinks fit, as described below. All variables are specified as
29 The ultimate filename that curl writes out to. This is only meaningful if curl
39 The numerical response code that was found in the last retrieved HTTP(S) or
44 The numerical code that was found in the last response (from a proxy) to a
48 The http version that was effectively used. (Added in 7.50.0)
61 Number of redirects that were followed in the request. (Added in 7.12.3)
64 The result of the HTTPS proxy's SSL peer certificate verification that was
80 The URL scheme (sometimes called protocol) that was effectively used (Added in 7.52.0)
83 The total amount of bytes that were downloaded
    [all...]
  /external/curl/tests/data/
test1038 29 this is the *****cr@p******** that we're gonna upload
48 cr@p******** that we're gonna upload
test107 22 that FTP
37 that FTP
test1109 2 # Test that the fragment is not send as part of the path.
26 HTTP GET with URL that contains fragment after the path
test235 24 this is the *****crap******** that we're gonna upload
43 this is the *****crap******** that we're gonna upload
test401 26 that FTPS
41 that FTPS
test409 26 that FTP
41 that FTP
  /external/e2fsprogs/
INSTALL 18 Note that if you are building on an older system (i.e., a 2.4
20 cause programs that use the uuid library to core dump. To disable
38 libraries. Please note that this installation is not needed for the
56 this is that the getmntent() library routine interprets those missing
57 fields as "0", and a pass number of 0 is documented as meaning that
58 fsck should not check that particular filesystem. If your entries in
63 you should add "1 1" at the end of each line, so that they look like this:
68 Michael Weller) that may help you correct your /etc/fstab file.
  /external/easymock/src/org/easymock/
EasyMockSupport.java 32 * Creates a mock object that implements the given interface, order checking
36 * the interface that the mock object should implement.
38 * the class of the interface that the mock object should
47 * Creates a mock object that implements the given interface, order checking
53 * the class of the interface that the mock object should
56 * the interface that the mock object should implement.
66 * Creates a mock object that implements the given interface, order checking
70 * the interface that the mock object should implement.
72 * the class of the interface that the mock object should
81 * Creates a mock object that implements the given interface, order checking
    [all...]
IMocksControl.java 24 * Creates a mock object that implements the given interface.
25 * @param <T> the interface that the mock object should implement.
26 * @param toMock the class of the interface that the mock object should implement.
32 * Creates a mock object that implements the given interface.
34 * @param toMock the class of the interface that the mock object should implement.
35 * @param <T> the interface that the mock object should implement.
70 * Verifies that all expectations were met.
88 * Check that the mock is called from only one thread
  /external/fio/examples/
latency-profile.fio 1 # Test job that demonstrates how to use the latency target
3 # that fits within the latency constraints of this 4k random

Completed in 965 milliseconds

<<101102103104105106107108109110>>