OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requirements
(Results
26 - 50
of
3071
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/coverage/
circle.yml
14
- pip install -r
requirements
/tox.pip
.travis.yml
20
- pip install -r
requirements
/tox.pip
/external/strace/
README-hacking
0
Requirements
17
there are strict
requirements
on the form of the commit log messages.
20
Commit log
requirements
/packages/apps/Settings/src/com/android/settings/password/
PasswordRequirementAdapter.java
31
* Used in {@link com.android.settings.ChooseLockPassword} to show password
requirements
.
53
public void setRequirements(String[]
requirements
) {
54
mRequirements =
requirements
;
/external/autotest/client/site_tests/hardware_RamFio/
control
19
job.run_test('hardware_RamFio',
requirements
=[('ram_suite', [])])
/external/autotest/client/site_tests/hardware_StorageFio/
control.stress
19
requirements
= [('64k_stress', [])])
control.trim
17
job.run_test(url='hardware_StorageFio',
requirements
= [('rand_trim', [])])
hardware_StorageFio.py
109
def run_once(self, dev='', quicktest=False,
requirements
=None,
116
@param
requirements
: list of jobs for fio to run
122
if
requirements
is not None:
125
requirements
= [
130
requirements
= [
135
requirements
= [
147
requirements
= [
156
for job, options in
requirements
:
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
control
8
CRITERIA = "Estimate range of timing
requirements
for the operation"
/external/selinux/libsepol/include/sepol/
errcodes.h
20
#define SEPOL_EREQ -3 /*
requirements
not met */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
align.h
19
* a type with the most strict alignment
requirements
/external/autotest/client/tests/kvmtest/
README
3
Requirements
:
9
New software
requirements
- (software you probably don't have)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
qualification.py
24
def __init__(self,
requirements
=None):
25
if
requirements
is None:
26
requirements
= []
27
self.
requirements
=
requirements
30
self.
requirements
.append(req)
34
assert(len(self.
requirements
) <= 10)
35
for n, req in enumerate(self.
requirements
):
/external/selinux/policycoreutils/semodule_deps/
semodule_deps.8
12
modules that must be present for a module's
requirements
to
13
be satisfied. It only deals with
requirements
, not optional
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
interoperable.hpp
27
// standards
requirements
on constant/mutable container
28
// iterators (23.1 [lib.container.
requirements
]).
/external/parameter-framework/asio-1.10.6/include/asio/detail/
handler_type_requirements.hpp
18
// we test the handler type
requirements
. We'll disable checking of handler type
19
//
requirements
for those compilers, but otherwise enable it by default.
112
#define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()(), char(0))> ASIO_UNUSED_TYPEDEF
114
#define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0), static_cast<const std::size_t*>(0))) == 1, "ReadHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>(), asio::detail::lvref<const std::size_t>()), char(0))> ASIO_UNUSED_TYPEDEF
117
#define ASIO_WRITE_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0), static_cast<const std::size_t*>(0))) == 1, "WriteHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>(), asio::detail::lvref<const std::size_t>()), char(0))> ASIO_UNUSED_TYPEDEF
119
#define ASIO_ACCEPT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::one_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0))) == 1, "AcceptHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>()), char(0))> ASIO_UNUSED_TYPEDEF
121
#define ASIO_CONNECT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::one_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0))) == 1, "ConnectHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>()), char(0))> ASIO_UNUSED_TYPEDEF
123
#define ASIO_COMPOSED_CONNECT_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0), static_cast<const iter_type*>(0))) == 1, "ComposedConnectHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>(), asio::detail::lvref<const iter_type>()), char(0))> ASIO_UNUSED_TYPEDEF
125
#define ASIO_RESOLVE_HANDLER_CHECK( handler_type, handler, iter_type) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::two_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0), static_cast<const iter_type*>(0))) == 1, "ResolveHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()( asio::detail::lvref<const asio::error_code>(), asio::detail::lvref<const iter_type>()), char(0))> ASIO_UNUSED_TYPEDEF
127
#define ASIO_WAIT_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::one_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), static_cast<const asio::error_code*>(0))) == 1, "WaitHandler type
requirements
not met") typedef asio::detail::handler_type_requirements< sizeof( asio::det (…)
[
all
...]
/external/parameter-framework/asio-1.10.6/include/asio/impl/
io_service.hpp
25
// Check that Service meets the necessary type
requirements
.
42
// Check that Service meets the necessary type
requirements
.
52
// Check that Service meets the necessary type
requirements
.
74
// not meet the documented type
requirements
for a CompletionHandler.
91
// not meet the documented type
requirements
for a CompletionHandler.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h
76
// concept
requirements
93
// concept
requirements
116
// concept
requirements
-- taken care of in __distance
125
// concept
requirements
137
// concept
requirements
153
// concept
requirements
175
// concept
requirements
-- taken care of in __advance
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h
76
// concept
requirements
93
// concept
requirements
116
// concept
requirements
-- taken care of in __distance
125
// concept
requirements
137
// concept
requirements
153
// concept
requirements
175
// concept
requirements
-- taken care of in __advance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_funcs.h
76
// concept
requirements
93
// concept
requirements
116
// concept
requirements
-- taken care of in __distance
125
// concept
requirements
137
// concept
requirements
153
// concept
requirements
175
// concept
requirements
-- taken care of in __advance
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h
76
// concept
requirements
93
// concept
requirements
116
// concept
requirements
-- taken care of in __distance
125
// concept
requirements
137
// concept
requirements
153
// concept
requirements
175
// concept
requirements
-- taken care of in __advance
/external/deqp/doc/testspecs/VK/
sparse_resources.txt
21
of the test parameters. The memory
requirements
of the buffer are being checked. Device memory is allocated
22
in chunks equal to the alignment parameter of buffer's memory
requirements
. The number of allocations is equal to
41
The memory
requirements
of the image are being checked. Device memory is allocated in chunks equal to the alignment parameter
42
of the image memory
requirements
. The number of allocations is equal to imageRequirements.size / imageRequirements.alignment.
60
of the test parameters. The sparse memory
requirements
of the buffer are being checked. Device memory is allocated
61
in chunks equal to the alignment parameter of buffer's memory
requirements
. Memory is bound to the buffer object leaving gaps
79
The test creates image with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit. The sparse memory
requirements
of the image are being checked.
80
Device memory is allocated in chunks equal to the alignment parameter of image's memory
requirements
.
98
The test creates image with maximum allowed number of mipmap levels. The sparse memory
requirements
of the image are being checked.
/docs/source.android.com/src/source/
requirements.jd
1
page.title=
Requirements
24
the following
requirements
:</p>
32
build the Android tree. See disk size
requirements
below.
/frameworks/base/docs/html/training/tv/start/
index.jd
34
environment, basic
requirements
for layouts and navigation, as well as guidance on how to handle
59
<dd>Learn the minimum
requirements
for TV layouts and how to implement them.</dd>
62
<dd>Learn the
requirements
for TV navigation and how to implement TV-compatible
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NonMonotonousSequenceException.java
56
* @param wrong Value that did not match the
requirements
.
58
* @param index Index of the value that did not match the
requirements
.
69
* @param wrong Value that did not match the
requirements
.
71
* @param index Index of the value that did not match the
requirements
.
Completed in 1738 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>