OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestContext
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/mjsunit/
const-redecl.js
83
function
TestContext
(s,e) {
102
assertEquals(expected,
TestContext
(s,e), "context:'" + msg + "'");
/frameworks/base/core/tests/coretests/src/android/content/
SyncQueueTest.java
41
mSettings = SyncStorageEngine.newTestInstance(new
TestContext
(mockResolver, getContext()));
147
static class
TestContext
extends ContextWrapper {
150
public
TestContext
(ContentResolver resolver, Context realContext) {
SyncStorageEngineTest.java
48
new
TestContext
(mockResolver, getContext()));
80
new
TestContext
(mockResolver, getContext()));
145
new
TestContext
(mockResolver, getContext()));
216
final
TestContext
testContext
= new
TestContext
(mockResolver, getContext());
225
File syncDir = new File(new File(
testContext
.getFilesDir(), "system"), "sync");
232
SyncStorageEngine engine = SyncStorageEngine.newTestInstance(
testContext
);
314
final
TestContext
testContext
= new TestContext(mockResolver, getContext())
[
all
...]
/external/icu4c/test/intltest/
transtst.cpp
142
TESTCASE(33,
TestContext
);
[
all
...]
Completed in 16 milliseconds