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

1 2 34 5 6 7 8 91011>>

  /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/curl/docs/cmdline-opts/
max-filesize.d 7 requested is larger than this value, the transfer will not start and curl will
  /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/
diagnose_reference_binding.fail.cpp 28 std::tuple<int const&> t(42); // expected-note {{requested here}}
29 std::tuple<int const&> t1(std::allocator_arg, alloc, 42); // expected-note {{requested here}}
31 std::tuple<std::string &&> t2("hello"); // expected-note {{requested here}}
32 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}
  /external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
const_correctness.fail.cpp 32 any_cast<TestType &>(static_cast<any const&>(a)); // expected-note {{requested here}}
33 any_cast<TestType &&>(static_cast<any const&>(a)); // expected-note {{requested here}}
36 any_cast<TestType2 &>(static_cast<any const&&>(a)); // expected-note {{requested here}}
37 any_cast<TestType2 &&>(static_cast<any const&&>(a)); // expected-note {{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 20 SkFontStyle 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.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.nonmembers/any.cast/
const_correctness.fail.cpp 32 any_cast<TestType &>(static_cast<any const&>(a)); // expected-note {{requested here}}
33 any_cast<TestType &&>(static_cast<any const&>(a)); // expected-note {{requested here}}
36 any_cast<TestType2 &>(static_cast<any const&&>(a)); // expected-note {{requested here}}
37 any_cast<TestType2 &&>(static_cast<any const&&>(a)); // expected-note {{requested here}}
  /toolchain/binutils/binutils-2.25/config/
zlib.m4 14 AC_MSG_ERROR([zlib (libz) library was explicitly requested but not found])
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at10.d 6 # lma_region != region if requested by script. Make sure this works with

Completed in 436 milliseconds

1 2 34 5 6 7 8 91011>>