Home
last modified time | relevance | path

Searched refs:Must (Results 1 – 25 of 204) sorted by relevance

123456789

/external/libmojo/base/android/jni_generator/
DtestConstantsFromJavaP.golden119 /* Must call RegisterNativesImpl() */
170 /* Must call RegisterNativesImpl() */
222 /* Must call RegisterNativesImpl() */
269 /* Must call RegisterNativesImpl() */
318 /* Must call RegisterNativesImpl() */
352 /* Must call RegisterNativesImpl() */
375 /* Must call RegisterNativesImpl() */
398 /* Must call RegisterNativesImpl() */
420 /* Must call RegisterNativesImpl() */
441 /* Must call RegisterNativesImpl() */
[all …]
DtestCalledByNatives.golden41 /* Must call RegisterNativesImpl() */
74 /* Must call RegisterNativesImpl() */
101 /* Must call RegisterNativesImpl() */
126 /* Must call RegisterNativesImpl() */
154 /* Must call RegisterNativesImpl() */
183 /* Must call RegisterNativesImpl() */
212 /* Must call RegisterNativesImpl() */
235 /* Must call RegisterNativesImpl() */
259 /* Must call RegisterNativesImpl() */
283 /* Must call RegisterNativesImpl() */
[all …]
DtestFromJavaP.golden36 /* Must call RegisterNativesImpl() */
58 /* Must call RegisterNativesImpl() */
79 /* Must call RegisterNativesImpl() */
100 /* Must call RegisterNativesImpl() */
122 /* Must call RegisterNativesImpl() */
144 /* Must call RegisterNativesImpl() */
171 /* Must call RegisterNativesImpl() */
193 /* Must call RegisterNativesImpl() */
214 /* Must call RegisterNativesImpl() */
236 /* Must call RegisterNativesImpl() */
DtestNativeExportsOption.golden75 /* Must call RegisterNativesImpl() */
101 /* Must call RegisterNativesImpl() */
126 /* Must call RegisterNativesImpl() */
150 /* Must call RegisterNativesImpl() */
175 /* Must call RegisterNativesImpl() */
DtestNativeExportsOptionalOption.golden75 /* Must call RegisterNativesImpl() */
101 /* Must call RegisterNativesImpl() */
126 /* Must call RegisterNativesImpl() */
150 /* Must call RegisterNativesImpl() */
175 /* Must call RegisterNativesImpl() */
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysisCounter.cpp32 unsigned No, May, Partial, Must; member in __anon2396c23f0111::AliasAnalysisCounter
39 No = May = Partial = Must = 0; in AliasAnalysisCounter()
48 unsigned AASum = No+May+Partial+Must; in ~AliasAnalysisCounter()
58 printLine("must alias", Must, AASum); in ~AliasAnalysisCounter()
62 << Must*100/AASum<<"%\n\n"; in ~AliasAnalysisCounter()
136 case MustAlias: Must++; AliasString = "Must alias"; break; in alias()
/external/libmojo/mojo/public/interfaces/bindings/
Dinterface_control_messages.mojom40 uint32 reserved0; // Must be set to 16.
41 uint32 reserved1; // Must be set to 0;
48 uint32 reserved0; // Must be set to 16.
49 uint32 reserved1; // Must be set to 0.
80 uint32 reserved0; // Must be set to 16.
81 uint32 reserved1; // Must be set to 0.
/external/llvm/test/MC/ARM/
Dthumb2-narrow-dp.ll106 ANDS r0, r2, r1 // Must be wide - 3 distinct registers
111 AND r0, r1, r0 // Must use wide encoding as not flag-setting
118 ANDS r2, r2, r1, lsl #1 // Must use wide - shifted register
136 ANDEQ r0, r2, r1 // Must be wide - 3 distinct registers
146 ANDSEQ r0, r1, r0 // Must use wide encoding as flag-setting
160 ANDEQ r0, r0, r1, lsl #1 // Must use wide - shifted register
193 EORS r0, r2, r1 // Must be wide - 3 distinct registers
198 EOR r1, r1, r1 // Must use wide encoding as not flag-setting
205 EORS r2, r2, r1, lsl #1 // Must use wide - shifted register
223 EOREQ r3, r2, r1 // Must be wide - 3 distinct registers
[all …]
/external/icu/icu4j/
Dadjust_icudt_path.mk12 $(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/mesa3d/src/gallium/docs/source/
Dresources.rst81 - Must use normalized coordinates
95 - Must use unnormalized coordinates
96 - Must use a clamp wrap mode
114 - Must use normalized coordinates
135 - Must use normalized coordinates
161 - Must use normalized coordinates
/external/slf4j/slf4j-simple/src/test/resources/
Dsimplelogger.properties5 # Must be one of ("trace", "debug", "info", "warn", or "error").
10 # Must be one of ("trace", "debug", "info", "warn", or "error").
/external/pdfium/third_party/
DBUILD.gn58 # Must be after no_chromium_code for warning flags to be ordered correctly.
117 # Must be after no_chromium_code for warning flags to be ordered correctly.
163 # Must be after no_chromium_code for warning flags to be ordered correctly.
211 # Must be after no_chromium_code for warning flags to be ordered correctly.
292 # Must be after no_chromium_code for warning flags to be ordered correctly.
447 # Must be after no_chromium_code for warning flags to be ordered correctly.
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/example/
DFakeFtpServerSpringConfigurationTest.groovy29 static final USERNAME = 'joe' // Must match Spring config
30 static final PASSWORD = 'password' // Must match Spring config
/external/llvm/include/llvm/Support/
DDataTypes.h.cmake59 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
64 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\

123456789