HomeSort by relevance Sort by last modified time
    Searched full:requested (Results 76 - 100 of 12437) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
from_address.fail.cpp 35 H::from_address((int*)nullptr); // expected-note {{requested here}}
36 H::from_address((const void*)nullptr); // expected-note {{requested here}}
37 H::from_address((const char*)nullptr); // expected-note {{requested here}}
42 H::from_address((const char*)nullptr); // expected-note {{requested here}}
44 H::from_address((int*)nullptr); // expected-note {{requested here}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
from_address.fail.cpp 35 H::from_address((int*)nullptr); // expected-note {{requested here}}
36 H::from_address((const void*)nullptr); // expected-note {{requested here}}
37 H::from_address((const char*)nullptr); // expected-note {{requested here}}
42 H::from_address((const char*)nullptr); // expected-note {{requested here}}
44 H::from_address((int*)nullptr); // expected-note {{requested here}}
  /external/selinux/libselinux/man/man3/
security_compute_av.3 10 .BI "int security_compute_av(char *" scon ", char *" tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
12 .BI "int security_compute_av_raw(char *" scon ", char *" tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
14 .BI "int security_compute_av_flags(char *" scon ", char *" tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
16 .BI "int security_compute_av_flags_raw(char *" scon ", char *" tcon ", security_class_t "tclass ", access_vector_t "requested ", struct av_decision *" avd );
44 .BI "int selinux_check_passwd_access(access_vector_t " requested );
46 .BI "int checkPasswdAccess(access_vector_t " requested );
57 .I requested
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 17 <!-- Title of the activity when a full backup has been requested and must be confirmed -->
19 <!-- Title of the activity when a full restore has been requested and must be confirmed -->
22 <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
23 <string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string>
24 <!-- Button to allow a requested full backup to occur -->
26 <!-- Button to refuse to allow the requested full backup -->
29 <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
30 <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!</string>
31 <!-- Button to allow a requested full restore to occur -->
33 <!-- Button to refuse to allow the requested full restore --
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleImpl.java 37 UResourceBundle requested) {
45 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested);
160 UResourceBundle requested) {
165 return createBundleObject(resKey, item, aliasesVisited, requested);
200 UResourceBundle requested) {
202 return createBundleObject(i, indexStr, aliasesVisited, requested);
206 UResourceBundle requested) {
207 return createBundleObject(index, Integer.toString(index), aliasesVisited, requested);
234 UResourceBundle requested) {
239 return createBundleObject(resKey, getContainerResource(i), aliasesVisited, requested);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleImpl.java 36 UResourceBundle requested) {
44 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested);
159 UResourceBundle requested) {
164 return createBundleObject(resKey, item, aliasesVisited, requested);
199 UResourceBundle requested) {
201 return createBundleObject(i, indexStr, aliasesVisited, requested);
205 UResourceBundle requested) {
206 return createBundleObject(index, Integer.toString(index), aliasesVisited, requested);
233 UResourceBundle requested) {
238 return createBundleObject(resKey, getContainerResource(i), aliasesVisited, requested);
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 105 * Decode and sample down a bitmap from resources to the requested width and height.
109 * @param reqWidth The requested width of the resulting bitmap
110 * @param reqHeight The requested height of the resulting bitmap
113 * that are equal to or greater than the requested width and height
139 * Decode and sample down a bitmap from a file to the requested width and height.
142 * @param reqWidth The requested width of the resulting bitmap
143 * @param reqHeight The requested height of the resulting bitmap
146 * that are equal to or greater than the requested width and height
170 * Decode and sample down a bitmap from a file input stream to the requested width and height.
173 * @param reqWidth The requested width of the resulting bitma
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 105 * Decode and sample down a bitmap from resources to the requested width and height.
109 * @param reqWidth The requested width of the resulting bitmap
110 * @param reqHeight The requested height of the resulting bitmap
113 * that are equal to or greater than the requested width and height
139 * Decode and sample down a bitmap from a file to the requested width and height.
142 * @param reqWidth The requested width of the resulting bitmap
143 * @param reqHeight The requested height of the resulting bitmap
146 * that are equal to or greater than the requested width and height
170 * Decode and sample down a bitmap from a file input stream to the requested width and height.
173 * @param reqWidth The requested width of the resulting bitma
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 105 * Decode and sample down a bitmap from resources to the requested width and height.
109 * @param reqWidth The requested width of the resulting bitmap
110 * @param reqHeight The requested height of the resulting bitmap
113 * that are equal to or greater than the requested width and height
139 * Decode and sample down a bitmap from a file to the requested width and height.
142 * @param reqWidth The requested width of the resulting bitmap
143 * @param reqHeight The requested height of the resulting bitmap
146 * that are equal to or greater than the requested width and height
170 * Decode and sample down a bitmap from a file input stream to the requested width and height.
173 * @param reqWidth The requested width of the resulting bitma
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 24 X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested here}}
29 (void)ptr2[i]; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
36 (void)(ptr3 + 5); // expected-note{{in instantiation of template class 'X<char (char)>' requested here}}
37 (void)(5 + ptr4); // expected-note{{in instantiation of template class 'X<short (short)>' requested here}}
42 (void)new X<float(float)>; // expected-note{{in instantiation of template class 'X<float (float)>' requested here}}
48 long (X<long(long)>::*pm2)(long)) { // expected-note{{in instantiation of template class 'X<long (long)>' requested here}}
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
TestActivityWithSameAffinity.java 37 // Enter picture in picture if requested
42 // Launch a new activity if requested
55 // Finish self if requested
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/
VariableStore.h 91 // ClearStore() - A function to clear the requested storage bank. A cleared
94 // ReadStore() - Read data from the requested store.
96 // UpdateStore() - Updates data on the requested store. The FW will only
  /external/chromium-trace/catapult/devil/devil/android/tools/
script_common.py 49 requested = set(requested_devices)
51 missing = requested.difference(available)
55 for d in available.intersection(requested))
  /external/clang/test/SemaObjCXX/
format-strings.mm 30 my_print("abc"); // expected-note {{requested here}}
51 p.print("abc"); // expected-note {{requested here}}
78 p.print("abc"); // expected-note {{requested here}}
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_size_v.fail.cpp 22 (void)std::tuple_size_v<std::tuple<> &>; // expected-note {{requested here}}
23 (void)std::tuple_size_v<int>; // expected-note {{requested here}}
24 (void)std::tuple_size_v<std::tuple<>*>; // expected-note {{requested here}}
  /external/libcxx/test/std/utilities/variant/variant.variant/
variant_array.fail.cpp 30 std::variant<int, int[]> v; // expected-note {{requested here}}
31 std::variant<int, int[42]> v2; // expected-note {{requested here}}
32 std::variant<int, int[][42]> v3; // expected-note {{requested here}}
variant_reference.fail.cpp 25 std::variant<int, int&> v; // expected-note {{requested here}}
26 std::variant<int, const int &> v2; // expected-note {{requested here}}
27 std::variant<int, int&&> v3; // expected-note {{requested here}}
variant_void.fail.cpp 30 std::variant<int, void> v; // expected-note {{requested here}}
31 std::variant<int, const void> v2; // expected-note {{requested here}}
32 std::variant<const volatile void, int> v3; // expected-note {{requested here}}
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 47 * A remote client has requested to read a local characteristic.
52 * @param device The remote device that has requested the read operation
62 * A remote client has requested to write to a local characteristic.
67 * @param device The remote device that has requested the write operation
82 * A remote client has requested to read a local descriptor.
87 * @param device The remote device that has requested the read operation
97 * A remote client has requested to write to a local descriptor.
102 * @param device The remote device that has requested the write operation
122 * @param device The remote device that has requested the write operations
146 * <p>This callback will be invoked if a remote client has requested to chang
    [all...]
  /hardware/interfaces/camera/device/3.3/
types.hal 25 * The camera HAL's response to each requested stream configuration.
39 * The HAL must respect the requested dataSpace in Stream unless it is
44 * overrideFormat must match the requested format.
  /hardware/interfaces/usb/1.0/
IUsbCallback.hal 28 * when caller requested for the PortStatus update through queryPortStatus.
40 * @param portName name of the port for which the roleswap is requested.
41 * @param newRole the new role requested by the caller.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.fail.cpp 20 (void)std::get<long>(t1); // expected-note {{requested here}}
21 (void)std::get<char>(t1); // expected-note {{requested here}}
24 (void)std::get<char*>(t0); // expected-node {{requested here}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_size_v.fail.cpp 22 (void)std::tuple_size_v<std::tuple<> &>; // expected-note {{requested here}}
23 (void)std::tuple_size_v<int>; // expected-note {{requested here}}
24 (void)std::tuple_size_v<std::tuple<>*>; // expected-note {{requested here}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/
variant_array.fail.cpp 30 std::variant<int, int[]> v; // expected-note {{requested here}}
31 std::variant<int, int[42]> v2; // expected-note {{requested here}}
32 std::variant<int, int[][42]> v3; // expected-note {{requested here}}
variant_reference.fail.cpp 25 std::variant<int, int&> v; // expected-note {{requested here}}
26 std::variant<int, const int &> v2; // expected-note {{requested here}}
27 std::variant<int, int&&> v3; // expected-note {{requested here}}

Completed in 1601 milliseconds

1 2 34 5 6 7 8 91011>>