OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedLabel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m
172
NSString*
expectedLabel
=
174
NSAssert([
expectedLabel
isEqual:stream.label], @"Stream not expected");
179
NSString*
expectedLabel
=
181
NSAssert([
expectedLabel
isEqual:stream.label], @"Stream not expected");
219
NSString*
expectedLabel
=
221
NSAssert([
expectedLabel
isEqual:dataChannel.label],
/cts/tests/tests/content/src/android/content/cts/
ClipboardManagerTest.java
144
String
expectedLabel
,
174
expectedLabel
, expectedMimeTypes);
177
expectedLabel
, expectedMimeTypes);
180
private void assertClipDescription(ClipDescription description, String
expectedLabel
,
182
assertEquals(
expectedLabel
, description.getLabel());
/cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfoTest.java
43
String
expectedLabel
= "Android TestCase";
44
assertEquals(
expectedLabel
, resolveInfo.loadLabel(pm).toString());
/external/chromium_org/third_party/WebKit/Source/platform/
DragImageTest.cpp
149
String
expectedLabel
= "Example Example Example";
163
DragImage::create(url,
expectedLabel
, fontDescription, deviceScaleFactor);
/external/chromium_org/third_party/icu/source/test/intltest/
alphaindextst.cpp
272
UnicodeString
expectedLabel
((UChar)(0x40 + i));
273
TEST_ASSERT(
expectedLabel
== label);
/external/icu/icu4c/source/test/intltest/
alphaindextst.cpp
274
UnicodeString
expectedLabel
((UChar)(0x40 + i));
275
TEST_ASSERT(
expectedLabel
== label);
Completed in 932 milliseconds