/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/tuple/tuple.tuple/ |
diagnose_reference_binding.fail.cpp | 28 std::tuple<int const&> t(42); // expected-note {{requested here}} 29 std::tuple<int const&> t1(std::allocator_arg, alloc, 42); // expected-note {{requested here}} 31 std::tuple<std::string &&> t2("hello"); // expected-note {{requested here}} 32 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.nonmembers/any.cast/ |
const_correctness.fail.cpp | 32 any_cast<TestType &>(static_cast<any const&>(a)); // expected-note {{requested here}} 33 any_cast<TestType &&>(static_cast<any const&>(a)); // expected-note {{requested here}} 36 any_cast<TestType2 &>(static_cast<any const&&>(a)); // expected-note {{requested here}} 37 any_cast<TestType2 &&>(static_cast<any const&&>(a)); // expected-note {{requested here}}
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
rgn-at10.d | 5 # lma_region != region if requested by script. Make sure this works with
|
rgn-at11.d | 5 # lma_region != region if not requested by script.
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
IDeviceSelection.java | 60 * @return <code>true</code> if an emulator has been requested 65 * @return <code>true</code> if a device has been requested 70 * @return <code>true</code> if an stub emulator has been requested. A stub emulator is a 76 * @return <code>true</code> if a null device (aka no device required) has been requested
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
TestSensorEnvironment.java | 53 * @param samplingPeriodUs The requested collection period for the sensor under test 67 * @param samplingPeriodUs The requested collection period for the sensor under test 68 * @param maxReportLatencyUs The requested collection report latency for the sensor under test 91 * @param samplingPeriodUs The requested collection period for the sensor under test 114 * @param samplingPeriodUs The requested collection period for the sensor under test 115 * @param maxReportLatencyUs The requested collection report latency for the sensor under test 140 * @param samplingPeriodUs The requested collection period for the sensor under test 141 * @param maxReportLatencyUs The requested collection report latency for the sensor under test 166 * @param samplingPeriodUs The requested collection period for the sensor under test 167 * @param maxReportLatencyUs The requested collection report latency for the sensor under tes [all...] |
/frameworks/base/libs/androidfw/tests/ |
ConfigLocale_test.cpp | 370 ResTable_config supported, requested; local 373 fillIn("fr", "CA", NULL, NULL, &requested); 375 EXPECT_TRUE(supported.match(requested)); 378 fillIn("fr", "CA", NULL, NULL, &requested); 380 EXPECT_FALSE(supported.match(requested)); 383 fillIn("fil", "PH", NULL, NULL, &requested); 385 EXPECT_TRUE(supported.match(requested)); 388 fillIn("qaa", "CA", NULL, NULL, &requested); 390 EXPECT_FALSE(supported.match(requested)); 393 fillIn("qaa", "CA", NULL, NULL, &requested); 472 ResTable_config supported, requested; local [all...] |
/cts/tests/backup/src/android/backup/cts/ |
KeyValueLifecycleTest.java | 44 "Backup requested", 54 "Restore requested",
|
/development/apps/Fallback/res/values/ |
strings.xml | 21 <!-- Dialog title informing the user that the requested action is not supported --> 23 <!-- Dialog content informing the user that the requested action is not supported -->
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
VMDeath002Test.java | 39 * JDWP Unit test for requested VM_DEATH event. 54 * This testcase is for requested VM_DEATH event.<BR> 57 * <BR> - requested VM_DEATH event 130 logWriter.println("===> found requested VM_DEATH event!"); 132 // check suspend p[olicy for requested event 134 logWriter.println("## FAILURE: requested VM_DEATH event " 166 logWriter.println("## FAILURE: too many requested VM_DEATH events: " 170 logWriter.println("## FAILURE: received no requested VM_DEATH events: "
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
fail_control.py | 40 logging.info('Requested to start failing all requests.') 44 logging.info('Requested to stop failing all requests.')
|
/external/autotest/client/site_tests/power_BacklightSuspend/ |
power_BacklightSuspend.py | 23 # If the current brightness is the same as the requested brightness, 34 ('Brightness level after resume did not match requested ' + \
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p12.cpp | 18 int d = "test"_x; // expected-note {{in instantiation of function template specialization 'operator""_x<char, 't', 'e', 's', 't'>' requested here}} 21 int g = UR"("????_?)"_x; // expected-note {{in instantiation of function template specialization 'operator""_x<char32_t, 34, 1090, 1077, 1089, 1090, 95, 65536>' requested here}}
|
/external/clang/test/Sema/ |
align_value.c | 7 // expected-error@+1 {{requested alignment is not a power of 2}} 10 // expected-error@+1 {{requested alignment is not a power of 2}}
|
/external/clang/test/SemaCXX/ |
vtable-instantiation.cpp | 44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}} 63 GMG<Type> GMG<Type>::singleton; // expected-note{{requested here}}
|