Searched
full:requested (Results
401 -
425 of
11551) sorted by null
<<11121314151617181920>>
/external/clang/test/SemaObjCXX/ |
literals.mm | 113 template void test_array_literals(int); // expected-note{{in instantiation of function template specialization 'test_array_literals<int>' requested here}} 130 template void test_dictionary_literals(int, id); // expected-note{{in instantiation of function template specialization 'test_dictionary_literals<int, id>' requested here}} 131 template void test_dictionary_literals(id, int); // expected-note{{in instantiation of function template specialization 'test_dictionary_literals<id, int>' requested here}} 144 template void test_variadic_array_literal(id, int, NSArray*); // expected-note{{in instantiation of function template specialization 'test_variadic_array_literal<id, int, NSArray *>' requested here}}
|
/external/clang/test/SemaOpenCL/ |
shifts.cl | 48 return c << s; // expected-error {{requested shift is a vector of type 'char2' (vector of 2 'char' values) but the first operand is not a vector ('char')}}
|
/external/clang/test/SemaTemplate/ |
ms-if-exists.cpp | 58 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>' requested here}}
|
virtual-member-functions.cpp | 59 template struct Derived<int>; // expected-note {{in instantiation of member function 'Base<int>::~Base' requested here}} 63 HasOutOfLineKey() { } // expected-note{{in instantiation of member function 'HasOutOfLineKey<int>::f' requested here}} 72 HasOutOfLineKey<int> out_of_line; // expected-note{{in instantiation of member function 'HasOutOfLineKey<int>::HasOutOfLineKey' requested here}} 168 UsesVTable() {} // expected-note {{in instantiation of member function 'vtable_uses_incomplete::RefPtr<vtable_uses_incomplete::DeclaredOnly>::~RefPtr' requested here}}
|
/external/conscrypt/platform/src/main/java/org/conscrypt/ |
CertPinManager.java | 32 * certificate chain includes pinned certificates if pinning is requested
|
/external/curl/docs/libcurl/opts/ |
CURLINFO_PROXY_SSL_VERIFYRESULT.3 | 33 verification that was requested (using the \fICURLOPT_SSL_VERIFYPEER(3)\fP
|
CURLINFO_SSL_VERIFYRESULT.3 | 32 verification that was requested (using the \fICURLOPT_SSL_VERIFYPEER(3)\fP
|
/external/curl/tests/data/ |
test24 | 47 curl: (22) The requested URL returned error: 404 BAD BOY
|
test92 | 14 HTTP/1.1 416 Requested Range Not Satisfiable
|
/external/dng_sdk/source/ |
dng_errors.h | 37 dng_error_not_yet_implemented, //!< Functionality requested is not yet implemented.
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
WaveDataRingBuffer.java | 92 // requested to write more data than available 98 // requested write would fill or exceed ring buffer capacity 99 // fill ring buffer with last segment of requested write 104 // write requested data from current offset
|
/external/eigen/unsupported/test/ |
cxx11_tensor_device_sycl.cpp | 24 std::cout <<"Helo from ComputeCpp: the requested device exists and the device name is : "
|
/external/elfutils/m4/ |
nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested])
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
OriginalKey.java | 9 * A class for keeping track of the cache key of the original data + any requested signature.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/ |
MediaStoreStreamLoader.java | 15 * {@link android.provider.MediaStore.Video.Thumbnails} if the requested size is less than or equal to the media store
|
/external/guava/guava-tests/test/com/google/common/io/ |
RandomAmountInputStream.java | 26 /** Returns a random portion of the requested bytes on each call. */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/ |
HolidayBundle.java | 22 // that the key itself can be used if no name is found for the requested
|
HolidayBundle_en.java | 22 // that the key itself can be used if no name is found for the requested
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CurrencyDisplayNames.java | 31 * values are returned from APIs when there is no data for the requested ISO 46 * values are returned from APIs when there is no data for the requested ISO 62 * for the locale, but not data for the requested ISO code, null is returned 79 * for the locale, but not data for the requested ISO code, null is returned
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CurrencyDisplayNames.java | 30 * values are returned from APIs when there is no data for the requested ISO 46 * values are returned from APIs when there is no data for the requested ISO 63 * for the locale, but not data for the requested ISO code, null is returned 81 * for the locale, but not data for the requested ISO code, null is returned
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
Rule.java | 34 * {@code context}. Only one modification tool can be requested from {@code context}.
|
/external/iproute2/include/linux/ |
atmioc.h | 33 #define ATMIOC_AREQUIPA 0xc0 /* Application requested IP over ATM, glob. u. */
|
/external/jemalloc/src/ |
extent.c | 7 * Round down to the nearest chunk size that can actually be requested during
|
/external/kernel-headers/original/uapi/linux/ |
atmioc.h | 33 #define ATMIOC_AREQUIPA 0xc0 /* Application requested IP over ATM, glob. u. */
|
gpio.h | 55 /* Maximum number of requested handles */ 71 * together. Note that even if multiple lines are requested, the same flags 76 * @default_values: if the GPIOHANDLE_REQUEST_OUTPUT is set for a requested 81 * @lines: number of lines requested in this request, i.e. the number of
|
Completed in 1031 milliseconds
<<11121314151617181920>>