OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contain
(Results
176 - 200
of
9182
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-extensions.def
7
# module. This section must
contain
an 'enable' item (=1 to enable the
8
# extension, =0 to disable it), it may
contain
'enable_editor' or 'enable_shell'
9
# items, to apply it only to editor/shell windows, and may also
contain
any
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
limitations.html
46
<li>If an input jar and a library jar
contain
classes in the <b>same
47
package</b>, the obfuscated output jar may
contain
class names that
49
library jar has been obfuscated before, as it will then probably
contain
/system/core/include/utils/
PropertyMap.h
38
* The key and value may not
contain
whitespace.
42
* Files that
contain
the '\' or '"' character will fail to parse.
44
* The file must not
contain
duplicate keys.
/external/eigen/blas/
dspr2.f
48
* Before entry, the incremented array X must
contain
the n
59
* Before entry, the incremented array Y must
contain
the n
71
*
contain
the upper triangular part of the symmetric matrix
73
* contains a( 1, 1 ), AP( 2 ) and AP( 3 )
contain
a( 1, 2 )
78
*
contain
the lower triangular part of the symmetric matrix
80
* contains a( 1, 1 ), AP( 2 ) and AP( 3 )
contain
a( 2, 1 )
sspr2.f
48
* Before entry, the incremented array X must
contain
the n
59
* Before entry, the incremented array Y must
contain
the n
71
*
contain
the upper triangular part of the symmetric matrix
73
* contains a( 1, 1 ), AP( 2 ) and AP( 3 )
contain
a( 1, 2 )
78
*
contain
the lower triangular part of the symmetric matrix
80
* contains a( 1, 1 ), AP( 2 ) and AP( 3 )
contain
a( 2, 1 )
/external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
110
<< "
contain
some bytes.";
117
<< "
contain
some bytes.";
163
<< "
contain
some bytes.";
177
<< "
contain
some bytes.";
184
<< "
contain
some bytes.";
198
<< "
contain
some bytes.";
/external/proguard/src/proguard/
Configuration.java
65
* names may
contain
"**", "*", or "?" wildcards, and they may be preceded
135
* optimization names may
contain
"*" or "?" wildcards, and they may
214
* names. The package names may
contain
"**", "*", or "?" wildcards, and
234
* attributes. The attribute names may
contain
"*" or "?" wildcards, and
291
* A <code>null</code> list means all classes. The class names may
contain
299
* A <code>null</code> list means all classes. The class names may
contain
/libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java
209
assertFalse("subList should not
contain
\"a\"", subList.contains("a"));
210
assertFalse("subList should not
contain
\"c\"", subList.contains("c"));
211
assertTrue("subList should
contain
\"b\"", subList.contains("b"));
215
assertFalse("subList should not
contain
\"a\"", subList.contains("a"));
216
assertFalse("subList should not
contain
\"c\"", subList.contains("c"));
221
assertTrue("subList should
contain
" + expected[i], subList
/art/runtime/mirror/
dex_cache.cc
60
// Initialize the resolve methods array to
contain
trampolines for resolution.
70
// Fixup the resolve methods array to
contain
trampoline for resolution.
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java
32
* same number of elements, and each pair of elements must
contain
60
* Constructs an instance. All indices initially
contain
{@code null}.
/dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java
32
* same number of elements, and each pair of elements must
contain
60
* Constructs an instance. All indices initially
contain
{@code null}.
/external/chromium_org/base/json/
string_escape.h
21
// On return, |dest| will
contain
a valid UTF-8 JSON string.
34
// control characters. On return, |dest| will
contain
a valid UTF-8 JSON string.
/external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.h
38
// for legacy reasons, it
contain
an @ symbol.
40
// unique,
contain
an @ symbol, not collide with the |user_id| of any other
/external/chromium_org/content/browser/speech/proto/
google_streaming_api.proto
32
// May
contain
zero or one final=true result (the newly settled portion).
33
// May also
contain
zero or more final=false results.
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DeviceMotionAndOrientationTest.java
39
assertTrue("should
contain
all motion sensors",
58
assertTrue("should
contain
all orientation sensors",
78
assertTrue("should
contain
all motion sensors",
81
assertTrue("should
contain
all orientation sensors",
103
assertTrue("should
contain
no sensors",
117
assertTrue("should
contain
no sensors",
131
assertTrue("should
contain
all orientation sensors",
142
assertTrue("should
contain
no sensors",
/external/chromium_org/net/third_party/nss/patches/
peercertchain.patch
54
+** |maxNumCerts| must
contain
the size of the |certs| array. On successful
56
+** |certs| will
contain
references to as many certificates as would fit.
/external/chromium_org/rlz/lib/
lib_values.h
43
// Each ping to the server must also
contain
kProtocolCgiArgument as well.
45
// Pings may also
contain
(but not necessarily controlled by this Lib):
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
README.webtreemap.txt
12
1. Create a page with a DOM node (i.e. a `<div>`) that will
contain
23
root) should
contain
data in the following format.
/external/chromium_org/third_party/angle/samples/gles2_book/Common/
esUtil.h
196
/// \param vertices If not NULL, will
contain
array of float3 positions
197
/// \param normals If not NULL, will
contain
array of float3 normals
198
/// \param texCoords If not NULL, will
contain
array of float2 texCoords
199
/// \param indices If not NULL, will
contain
the array of indices for the triangle strip
210
/// \param vertices If not NULL, will
contain
array of float3 positions
211
/// \param normals If not NULL, will
contain
array of float3 normals
212
/// \param texCoords If not NULL, will
contain
array of float2 texCoords
213
/// \param indices If not NULL, will
contain
the array of indices for the triangle strip
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
shortnumberinfo.h
44
// This method takes into account cases where the number might
contain
53
// This method takes into account cases where the number might
contain
/external/chromium_org/ui/base/webui/
web_ui_util.h
33
// Extracts a disposition from click event arguments. |args| should
contain
47
// Parses a URL containing some path @{scale}x. If it does not
contain
a scale
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp
44
// shall
contain
a template parameter pack; each template parameter
47
void f4(T ...args); // expected-error{{type 'T' of function parameter pack does not
contain
any unexpanded parameter packs}}
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationsList.java
32
* same number of elements, and each pair of elements must
contain
60
* Constructs an instance. All indices initially
contain
{@code null}.
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestContainerGenerator.java
24
* To be implemented by test generators of things that can
contain
49
* generator. The returned array will
contain
only nulls.
/external/icu4c/tools/toolutil/
writesrc.h
43
* The prefix may
contain
a %ld or similar field for the array length.
82
* The prefix may
contain
a %ld or similar field for the array length.
Completed in 916 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>