/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/ |
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}}
|
/art/runtime/interpreter/mterp/arm/ |
op_aget_object.S | 12 GET_VREG r1, r3 @ r1<- vCC (requested index)
|
/art/runtime/interpreter/mterp/mips/ |
op_aget_object.S | 12 GET_VREG(a1, a3) # a1 <- vCC (requested index)
|
/art/runtime/interpreter/mterp/mips64/ |
op_aget_object.S | 12 GET_VREG a1, a3 # a1 <- vCC (requested index)
|
/art/runtime/interpreter/mterp/x86/ |
op_aget_object.S | 10 GET_VREG %ecx, %ecx # ecs <- vCC (requested index)
|
op_aget_wide.S | 8 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
|
op_aput_wide.S | 9 GET_VREG %ecx, %ecx # ecx <- vCC (requested index)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
FwVolAttrib.c | 83 Return information of type InformationType for the requested firmware
87 @param InformationType InformationType for requested.
110 Set information of type InformationType for the requested firmware
114 @param InformationType InformationType for requested.
|
/external/autotest/client/site_tests/kernel_Delay/ |
control | 8 requested (as compared to ktime()).
|
/external/autotest/client/site_tests/security_RendererSandbox/ |
control | 5 This test will fail if (a) no renderer is found or (b) the requested URL is not
|
/external/clang/test/Sema/ |
builtin-assume-aligned.c | 19 a = __builtin_assume_aligned(a, -32); // expected-error {{requested alignment is not a power of 2}} 20 // FIXME: The line below produces {{requested alignment is not a power of 2}} 37 a = __builtin_assume_aligned(a, 31); // expected-error {{requested alignment is not a power of 2}} 54 void *test_no_fn_proto() __attribute__((assume_aligned(31))); // expected-error {{requested alignment is not a power of 2}}
|
/external/clang/test/SemaTemplate/ |
instantiate-typedef.cpp | 14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
|
instantiation-depth-exception-spec.cpp | 10 // expected-note {{in instantiation of exception specification for 'go<int>' requested here}}
|
/external/llvm/test/CodeGen/SystemZ/ |
alloca-04.ll | 13 ; CHECK: Warning: requested alignment 128 exceeds the stack alignment 8
|
/external/llvm/test/tools/dsymutil/ARM/ |
fat-arch-not-found.test | 12 # CHECK: libfat-test.a(fat-test.o): No object file for requested architecture
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_buffer.h | 249 * the requested or not. 252 pb_check_alignment(pb_size requested, pb_size provided) 254 if(!requested) 256 if(requested > provided) 258 if(provided % requested != 0) 266 * the requested or not. 269 pb_check_usage(unsigned requested, unsigned provided) 271 return (requested & provided) == requested ? TRUE : FALSE;
|
/external/skia/src/ports/ |
SkFontConfigInterface_direct.h | 22 SkFontStyle requested,
|
/external/skqp/src/ports/ |
SkFontConfigInterface_direct.h | 22 SkFontStyle requested,
|
/external/tensorflow/tensorflow/core/framework/ |
allocation_description.proto | 10 // Total number of bytes requested
|
/frameworks/base/vr/ |
dvr_library_loader.cpp | 20 // Return the handle to the requested library.
|
/hardware/interfaces/memtrack/1.0/ |
IMemtrack.hal | 57 * GRAPHICS is requested and not when GL 58 * is requested. 60 * @param pid process for which memory information is requested 61 * @param type memory type that information is being requested about
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraProvider.java | 30 * already requested, then no-op here. 32 * @param id The ID of the requested camera device. 38 * already requested, then no-op here. 40 * @param id The ID of the requested camera device.
|
/packages/experimental/KBars/app/src/main/java/js/kbars/ |
MediaModeToggleButton.java | 56 boolean requested; 61 requested = true; 63 requested = false; 82 if (requested && hideStatus && hideNav) {
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/cmake/llvm/ |
HandleLLVMStdlib.cmake | 2 # if the user has requested it.
|