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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
reference_types.fail.cpp 30 any_cast<int &>(&a); // expected-note {{requested here}}
33 any_cast<int &&>(&a); // expected-note {{requested here}}
36 any_cast<int const &>(&a); // expected-note {{requested here}}
39 any_cast<int const&&>(&a); // expected-note {{requested here}}
44 any_cast<int &>(&a2); // expected-note {{requested here}}
47 any_cast<int &&>(&a2); // expected-note {{requested here}}
50 any_cast<int const &>(&a2); // expected-note {{requested here}}
53 any_cast<int const &&>(&a2); // expected-note {{requested here}}
  /external/selinux/libselinux/man/man3/
avc_has_perm.3 17 .BI "security_class_t " tclass ", access_vector_t " requested ,
24 .BI "security_class_t " tclass ", access_vector_t " requested ,
31 .BI "security_class_t " tclass ", access_vector_t " requested ,
46 .I requested
78 .IR requested ,
111 If requested permissions are granted, zero is returned. If requested permissions are denied or an error occurred, \-1 is returned and
124 A requested permission was denied.
  /external/selinux/libselinux/src/
compute_av.c 16 access_vector_t requested,
42 unmap_class(tclass), unmap_perm(tclass, requested));
80 access_vector_t requested,
87 requested, &lavd);
107 access_vector_t requested,
121 requested, avd);
134 access_vector_t requested, struct av_decision *avd)
140 requested, &lavd);
  /art/runtime/interpreter/mterp/arm64/
op_aget_object.S 11 GET_VREG w1, w3 // w1<- vCC (requested index)
  /art/runtime/interpreter/mterp/x86_64/
op_aget_object.S 10 GET_VREG OUT_32_ARG1, %rcx # ecx <- vCC (requested index)
  /development/tools/privapp_permissions/
README 4 a list of signature|privileged permissions that are requested by
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_config.h 7 #define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
p6.cpp 13 A<int>::foo({}); // expected-note {{requested here}}
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
  /external/clang/test/SemaObjC/
property-expression-error.m 16 &object.index; // expected-error {{address of property expression requested}}
  /external/clang/test/SemaTemplate/
crash-unparsed-exception.cpp 16 B<int> b; //expected-note{{in instantiation of template class 'B<int>' requested here}}
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}}
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheBase.java 31 * @param key Cache lookup key for the requested instance
33 * @return The requested instance
38 * @param key Cache lookup key for the requested instance
40 * @return The requested instance
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheBase.java 29 * @param key Cache lookup key for the requested instance
31 * @return The requested instance
36 * @param key Cache lookup key for the requested instance
38 * @return The requested instance
  /external/libcxx/test/std/utilities/optional/optional.syn/
optional_nullopt_t.fail.cpp 24 optional<nullopt_t> opt; // expected-note 1 {{requested here}}
25 optional<const nullopt_t> opt1; // expected-note 1 {{requested here}}
26 optional<nullopt_t &> opt2; // expected-note 1 {{requested here}}
27 optional<nullopt_t &&> opt3; // expected-note 1 {{requested here}}
  /external/syslinux/gpxe/src/config/
config_romprefix.c 19 * Provide UNDI loader if PXE stack is requested
  /frameworks/base/core/java/android/security/
ConfirmationCallback.java 26 * Called when the requested prompt was accepted by the user.
39 * Called when the requested prompt was dismissed (not accepted) by the user.
44 * Called when the requested prompt was dismissed by the application.
49 * Called when the requested prompt was dismissed because of a low-level error.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.syn/
optional_nullopt_t.fail.cpp 24 optional<nullopt_t> opt; // expected-note 1 {{requested here}}
25 optional<const nullopt_t> opt1; // expected-note 1 {{requested here}}
26 optional<nullopt_t &> opt2; // expected-note 1 {{requested here}}
27 optional<nullopt_t &&> opt3; // expected-note 1 {{requested here}}
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-at9.d 6 # lma_region != region if requested by script.
  /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);
  /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.
43 * @param providerName Provider that is no longer being requested.
57 * @param providerName Provider that is no longer being requested.
76 * Name of provider being requested (e.g. "gps").
106 // Time when this package first requested location.
112 // The fastest interval this package has ever requested.
114 // The slowest interval this package has ever requested.
116 // The total time this app has requested location (not including currently running requests)
    [all...]
  /frameworks/support/core/ktx/src/main/java/androidx/core/database/
Cursor.kt 24 * Returns the value of the requested column as a byte array.
36 * Returns the value of the requested column as a double.
48 * Returns the value of the requested column as a float.
59 * Returns the value of the requested column as an integer.
70 * Returns the value of the requested column as a long.
81 * Returns the value of the requested column as a short.
92 * Returns the value of the requested column as a string.
104 * Returns the value of the requested column as a nullable byte array.
115 * Returns the value of the requested column as a nullable double.
126 * Returns the value of the requested column as a nullable float
    [all...]

Completed in 1278 milliseconds

1 23 4 5 6 7 8 91011>>