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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/
LLVMConfigVersion.cmake 4 # and patch versions not less than that requested.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mrs-msr-thumb-v7-m-bad.l 2 [^:]*:5: Error: selected processor does not support requested special purpose register -- `mrs r4,cpsr'
3 [^:]*:6: Error: selected processor does not support requested special purpose register -- `mrs r5,spsr'
8 [^:]*:11: Error: selected processor does not support requested special purpose register -- `msr cpsr_f,r7'
9 [^:]*:12: Error: selected processor does not support requested special purpose register -- `msr spsr,r8'
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-at8.d 4 # Test that lma is aligned when lma_region!=region and requested by script.
  /external/iw/
reason.c 33 [36] = "Requested from peer QSTA as the QSTA is leaving the QBSS (or resetting)",
34 [37] = "Requested from peer QSTA as it does not want to use Traffic Stream",
35 [38] = "Requested from peer QSTA as the QSTA received frames indicated Traffic Stream for which it has not set up",
36 [39] = "Requested from peer QSTA due to time out",
37 [40] = "Requested from peer QSTA as the QSTA is leaving the QBSS (or resetting)",
38 [41] = "Requested from peer QSTA as it does not want to receive frames directly from the QSTA",
39 [42] = "Requested from peer QSTA as the QSTA received DLP frames for which it has not set up",
40 [43] = "Requested from peer QSTA as it does not want to use Block Ack",
41 [44] = "Requested from peer QSTA as the QSTA received frames indicated Block Acknowledgement policy for which it has not set up",
42 [45] = "Peer QSTA does not support the requested cipher suite"
    [all...]
  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.cc 122 const VideoCaptureCapability& requested,
166 const int32_t diffWidth = capability.width - requested.width;
167 const int32_t diffHeight = capability.height - requested.height;
168 const int32_t diffFrameRate = capability.maxFPS - requested.maxFPS;
170 const int32_t currentbestDiffWith = bestWidth - requested.width;
171 const int32_t currentbestDiffHeight = bestHeight - requested.height;
172 const int32_t currentbestDiffFrameRate = bestFrameRate - requested.maxFPS;
191 diffFrameRate >= currentbestDiffFrameRate)) // Current frame rate is lower than requested. This is better.
197 if (bestRawType != requested.rawType
198 && requested.rawType != kVideoUnknow
    [all...]
  /external/syslinux/gpxe/src/config/
config.c 60 * Drag in all requested console types
87 * Drag in all requested network protocols
95 * Drag in all requested PXE support
106 * Drag in all requested download protocols
129 * Drag in all requested SAN boot protocols
143 * Drag in all requested resolvers
151 * Drag in all requested image formats
197 * Drag in all requested commands
212 /* IWMGMT_CMD is brought in by net80211.c if requested */
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 97 jint requested = 0; local
99 requested = fCapacity;
101 // This is safe because requested is clamped to (jint)
103 requested = static_cast<jint>(size);
107 gInputStream_readMethodID, fJavaByteArray, 0, requested);
231 jint requested = 0; local
233 requested = fCapacity;
235 // This is safe because requested is clamped to (jint)
237 requested = static_cast<jint>(size);
240 env->SetByteArrayRegion(storage, 0, requested,
    [all...]
  /external/selinux/libselinux/src/
checkAccess.c 80 int selinux_check_passwd_access(access_vector_t requested)
98 requested,
101 if ((retval == 0) && ((requested & avd.allowed) == requested)) {
115 int checkPasswdAccess(access_vector_t requested)
117 return selinux_check_passwd_access(requested);
  /hardware/libhardware/modules/camera/3_4/metadata/
control.h 145 // Get the requested setting for this control.
146 T requested; local
147 int res = SingleTagValue(metadata, delegate_->tag(), &requested);
149 // Nothing requested of this control, that's fine.
157 // Check that the requested setting is in the supported options.
163 return options_->IsSupported(requested);
173 // Get the requested value.
174 T requested; local
175 int res = SingleTagValue(metadata, delegate_->tag(), &requested);
177 // Nothing requested of this control, nothing to do
    [all...]
  /external/clang/test/SemaCXX/
align_value.cpp 20 // expected-error@+1 {{requested alignment is not a power of 2}}
24 // expected-note@+1 {{in instantiation of template class 'nope<long double, 4>' requested here}}
instantiate-blocks.cpp 28 foo(100, 'a'); // expected-note {{in instantiation of function template specialization 'foo<int, char>' requested here}}
30 noret((float)0.0, double(0.0)); // expected-note {{in instantiation of function template specialization 'noret<float, double>' requested here}}
  /external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp 10 A<void*> a1; // expected-note{{in instantiation of member function 'A<void *>::A' requested here}}
20 B<int> b0; // expected-note {{in instantiation of member function 'B<int>::B' requested here}}
overloaded-functions.cpp 16 // expected-note@-1 {{in instantiation of function template specialization '(anonymous namespace)::Foo<-1>' requested here}}
30 // expected-note@-1 {{in instantiation of function template specialization 'Bar<-1>' requested here}}
  /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
PR20855_tuple_ref_binding_diagnostics.fail.cpp 51 F<int, const std::string&>(std::make_tuple(1, "abc")); // expected-note 1 {{requested here}}
54 std::tuple<int, const std::string&> t(1, "a"); // expected-note 1 {{requested here}}
57 F<int, const std::string&>(std::tuple<int, const std::string&>(1, "abc")); // expected-note 1 {{requested here}}
61 std::tuple<const long&, int> t(ct, 42); // expected-note {{requested here}}
65 std::tuple<int const&, void*> t(ct, nullptr); // expected-note {{requested here}}
69 std::tuple<Base const&, int> t(ct, 42); // expected-note {{requested here}}
73 std::tuple<std::string &&> t2("hello"); // expected-note {{requested here}}
74 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}

Completed in 1062 milliseconds

12 3 4 5 6 7 8 91011>>