/libcore/libart/src/main/java/dalvik/system/ |
VMStack.java | 31 * @return the requested class loader, or {@code null} if this is the 40 * @return the requested class, or {@code null}. 49 * @return the requested class, or {@code null}.
|
/libcore/ojluni/src/main/java/java/security/ |
AccessControlException.java | 30 * that a requested access (to a critical system resource such as the 33 * <p> The reason to deny access can vary. For example, the requested 62 * specified, detailed message, and the requested permission that caused
|
/art/runtime/interpreter/mterp/arm64/ |
op_aget_wide.S | 11 GET_VREG w1, w3 // w1<- vCC (requested index)
|
op_aput_wide.S | 11 GET_VREG w1, w3 // w1<- vCC (requested index)
|
/art/runtime/interpreter/mterp/mips/ |
op_aget_wide.S | 12 GET_VREG(a1, a3) # a1 <- vCC (requested index)
|
op_aput_wide.S | 10 GET_VREG(a1, a3) # a1 <- vCC (requested index)
|
/art/runtime/interpreter/mterp/mips64/ |
op_aget_wide.S | 10 GET_VREG a1, a3 # a1 <- vCC (requested index)
|
op_aput_wide.S | 10 GET_VREG a1, a3 # a1 <- vCC (requested index)
|
/art/runtime/interpreter/mterp/x86/ |
op_aget.S | 12 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
|
op_aput.S | 12 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
|
/art/runtime/interpreter/mterp/x86_64/ |
op_aget.S | 12 GET_VREG %ecx, %rcx # ecx <- vCC (requested index)
|
op_aput.S | 12 GET_VREG %ecx, %rcx # ecx <- vCC (requested index)
|
/art/test/115-native-bridge/ |
check | 19 sed -e '/WARNING: ASan is ignoring requested __asan_handle_no_return/,+2d' "$2" | \
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
RenderCompletionListener.java | 20 * Interface used to notify the completion of requested rendering.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/ |
SectionExtraction.h | 46 is not NULL, only the requested section is returned.
53 instance of the requested section type to return.
72 @retval EFI_NOT_FOUND The requested section does not exist.*Buffer is
78 contain the requested section. The input buffer
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
PcdInfo.h | 42 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
45 @retval EFI_NOT_FOUND The PCD service could not find the requested token number.
62 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
65 @retval EFI_NOT_FOUND The PCD service could not find the requested token number.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
PcdInfo.h | 42 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
45 @retval EFI_NOT_FOUND The PCD service could not find the requested token number.
62 @param[out] PcdInfo The returned information associated with the requested TokenNumber.
65 @retval EFI_NOT_FOUND The PCD service could not find the requested token number.
|
/external/autotest/client/site_tests/power_BacklightSuspend/ |
control | 19 requested level.
|
control.suspend_to_idle | 17 requested level.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
FixedPointPreCompInfo.java | 18 * is already available this may be larger than was requested, so calling
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
p7.cpp | 12 alignas(A) T buffer[N]; // expected-error {{requested alignment is less than minimum alignment of 4 for type 'int [1]'}}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ |
p2-0x.cpp | 19 template struct Y<Id>; // expected-note {{requested here}}
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
basic.cpp | 16 template void f<float>(int); // expected-note{{in instantiation of function template specialization 'PR12453::f<float>' requested here}}
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p3.cpp | 7 typedef B<T> U; // expected-note {{in instantiation of template type alias 'B' requested here}}
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p7.cpp | 21 template class X0<int(int)>; // expected-note 3{{requested here}}
|