HomeSort by relevance Sort by last modified time
    Searched full:requested (Results 51 - 75 of 11551) sorted by null

1 23 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/
AndroidManifest.xml 6 On Android M and above, use of these permissions is only requested at run time. -->
9 <!-- The following permissions are only requested if the device is on M or above.
10 On older platforms these permissions are not requested and will not be available. -->
  /developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/
AndroidManifest.xml 6 On Android M and above, use of these permissions is only requested at run time. -->
9 <!-- The following permissions are only requested if the device is on M or above.
10 On older platforms these permissions are not requested and will not be available. -->
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
Breakpoint002Test.java 36 * breakpointReturnVoid method, then verifies that requested BREAKPOINT
46 * breakpointReturnIntConst method, then verifies that requested BREAKPOINT
57 * breakpointReturnLongConst method, then verifies that requested BREAKPOINT
68 * breakpointReturnIntArg method, then verifies that requested BREAKPOINT
79 * breakpointReturnLongArg method, then verifies that requested BREAKPOINT
90 * breakpointReturnObjectArg method, then verifies that requested BREAKPOINT
101 * breakpointIntGetter method, then verifies that requested BREAKPOINT
111 * breakpointLongGetter method, then verifies that requested BREAKPOINT
121 * breakpointObjectGetter method, then verifies that requested BREAKPOINT
131 * breakpointIntSetter method, then verifies that requested BREAKPOIN
    [all...]
  /external/boringssl/src/crypto/rand_extra/
deterministic.c 36 void CRYPTO_sysrand(uint8_t *out, size_t requested) {
43 OPENSSL_memset(out, 0, requested);
44 CRYPTO_chacha_20(out, out, requested, kZeroKey, nonce, 0);
  /external/clang/test/SemaTemplate/
metafun-apply.cpp 25 typedef typename MetaFun::template apply<T>::type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requested here}} \
35 apply1<add_reference, void>::type t; // expected-note{{in instantiation of template class 'apply1<add_reference, void>' requested here}}
37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}}
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}}
  /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...]
  /frameworks/base/services/core/java/com/android/server/location/
LocationRequestStatistics.java 23 * @param packageName Name of package that has requested locations.
24 * @param providerName Name of provider that is requested (e.g. "gps").
25 * @param intervalMs The interval that is requested in ms.
41 * @param providerName Provider that is no longer being requested.
63 * Name of provider being requested (e.g. "gps").
93 // Time when this package first requested location.
99 // The fastest interval this package has ever requested.
101 // The slowest interval this package has ever requested.
103 // The total time this app has requested location (not including currently running requests).
194 s.append(": Duration requested ")
    [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...]
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
TestActivityWithSameAffinity.java 44 // Enter picture in picture if requested
49 // Launch a new activity if requested
62 // 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/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.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}}
  /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 50 * A remote client has requested to read a local characteristic.
55 * @param device The remote device that has requested the read operation
65 * A remote client has requested to write to a local characteristic.
70 * @param device The remote device that has requested the write operation
86 * A remote client has requested to read a local descriptor.
91 * @param device The remote device that has requested the read operation
101 * A remote client has requested to write to a local descriptor.
106 * @param device The remote device that has requested the write operation
127 * @param device The remote device that has requested the write operations
152 * <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.

Completed in 925 milliseconds

1 23 4 5 6 7 8 91011>>