OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:must
(Results
576 - 600
of
51864
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/sdk/testapps/aidlTest/libWithAidl/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/basicProjectWithAidl/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/customViewTest/libWithCustomView/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/jarCheckTests1/lib1/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/jarCheckTests1/lib2/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/jarCheckTests2/lib1/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/jarCheckTests2/lib2/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/jarCheckTests3/lib1/
project.properties
4
# This file
must
be checked in Version Control Systems.
/sdk/testapps/jarCheckTests3/lib2/
project.properties
4
# This file
must
be checked in Version Control Systems.
/external/protobuf/java/src/test/java/com/google/protobuf/
LiteralByteStringTest.java
9
// * Redistributions of source code
must
retain the above copyright
11
// * Redistributions in binary form
must
reproduce the above
84
assertTrue(classUnderTest + "
must
capture the right bytes", stillEqual);
93
assertTrue(classUnderTest + "
must
capture the right bytes", stillEqual);
94
assertFalse(classUnderTest + "
must
have exhausted the itertor", iter.hasNext());
111
assertTrue(classUnderTest + "
must
capture the right bytes as Bytes", stillEqual);
116
assertEquals(classUnderTest + "
must
have the expected size", referenceBytes.length,
121
assertEquals(classUnderTest + "
must
have depth 0", 0, stringUnderTest.getTreeDepth());
138
assertTrue(classUnderTest + ".copyTo(4 arg)
must
give the expected bytes", stillEqual);
205
assertTrue(classUnderTest + ".copyTo(ByteBuffer)
must
give back the same bytes"
[
all
...]
/docs/source.android.com/src/compatibility/2.1/
android-2.1-cdd.xhtml
16
<p>This document enumerates the requirements that
must
be met in order for
18
<p>The use of "
must
", "
must
not", "required", "shall", "shall not", "should",
27
<li>
MUST
meet the requirements presented in this Compatibility Definition,
29
<li>
MUST
pass the most recent version of the Android Compatibility Test Suite
94
user interface behaviors. Device implementations
MUST
comply with all the
101
managed VM environment. Device implementations
MUST
provide complete
104
<p>Device implementations
MUST
NOT omit any managed APIs, alter API interfaces
114
implementations
MUST
meet all the requirements presented in this section.</p>
116
<p>Device implementers
MUST
support and enforce all permission constants a
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
means_yuvx_444_1d_to_single.rs
21
//
Must
be yuvx_444 (interleaved yuv)
25
float inv_width; //
must
be set to 1/w
28
// Input: mInput
must
be yuvx_444
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/
p1.cpp
16
void operator new(size_t); // expected-error {{'operator new'
must
return type 'void *'}}
20
void *operator new(); // expected-error {{'operator new'
must
have at least one parameter}}
44
template<typename T> void *operator new(size_t); // expected-error {{'operator new' template
must
have at least two parameters}}
/external/clang/test/CXX/over/over.oper/over.literal/
p2.cpp
14
void operator "" _c(const char *); // expected-error {{
must
be in a namespace or global scope}}
16
static void operator "" _c(unsigned long long); // expected-error {{
must
be in a namespace or global scope}}
40
double operator"" _x(long double value) { return double(value); } // expected-error{{literal operator 'operator "" _x'
must
be in a namespace or global scope}}
/external/clang/test/CodeGenObjC/
objc-asm-attribute-neg-test.m
14
@property int MyProperty; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}}}
23
@class ForwardClass; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
29
@implementation Message // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
/external/clang/test/FixIt/
objc-literals.m
40
17, // expected-error{{numeric literal
must
be prefixed by '@' in a collection}}
41
'a', // expected-error{{character literal
must
be prefixed by '@'}}
42
"blah" // expected-error{{string literal
must
be prefixed by '@'}}
/external/clang/test/Modules/
decldef.m
12
A *a1; // expected-error{{declaration of 'A'
must
be imported from module 'decldef.Def' before it is required}}
14
B *b1; // expected-error{{
must
use 'struct' tag to refer to type 'B'}}
23
// expected-error@-2{{definition of 'A'
must
be imported from module 'decldef.Def' before it is required}}
/external/clang/test/Parser/
attributes.mm
3
__attribute__((deprecated)) @class B; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
19
EXP @implementation I2 @end; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
22
EXP @class OC2; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
/external/clang/test/SemaObjC/
objc-asm-attribute-neg-test.m
22
@property int MyProperty; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}}}
31
@class ForwardClass; // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
37
@implementation Message // expected-error {{prefix attribute
must
be followed by an interface or protocol}}
/external/drm_hwcomposer/
worker.h
30
//
Must
be called with the lock acquired
49
*
Must
be called with the lock acquired.
57
//
Must
be called with the lock acquired
/external/icu/icu4c/source/common/
ucln_cmn.h
59
must
happen before resource bundle clean up.
63
UCLN_COMMON_COUNT /* This
must
be last */
68
/* Note: the global mutex
must
not be held when calling this function. */
/external/icu/icu4j/
adjust_icudt_path.mk
6
# Prerequisites : $(icu4c_data)
must
be set. This variable will be cleared
12
$(error
Must
set icu4c_data before including adjust_icudt_path.mk)
16
$(error
Must
set icu4j_config_root before including adjust_icudt_path.mk)
/external/llvm/test/CodeGen/X86/
stackmap-shadow-optimization.ll
6
; stackmap shadow as the call return counts as a branch target so
must
flush
9
; the call
must
be at the end of the shadow, so the required nop
must
be
/external/llvm/test/MC/AArch64/
armv8.1a-pan.s
19
// CHECK-ERROR: error: immediate
must
be an integer in range [0, 15].
22
// CHECK-ERROR: error: immediate
must
be an integer in range [0, 15].
25
// CHECK-ERROR: error: immediate
must
be an integer in range [0, 15].
/external/ppp/pppd/
chap-md5.h
10
* 1. Redistributions of source code
must
retain the above copyright
13
* 2. The name(s) of the authors of this software
must
not be used to
17
* 3. Redistributions of any form whatsoever
must
retain the following
Completed in 181 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>