OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mock_nested
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_with.py
316
mock_nested
= MockNested(mock_contextmanager)
317
with
mock_nested
:
319
self.assertInWithManagerInvariants(
mock_nested
)
321
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
327
mock_nested
= MockNested(m, n, o)
328
with
mock_nested
:
332
self.assertInWithManagerInvariants(
mock_nested
)
336
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
339
mock_nested
= MockNested(mock_contextmanager_generator(),
341
with
mock_nested
as (m, n, o):
[
all
...]
/external/python/cpython2/Lib/test/
test_with.py
314
mock_nested
= MockNested(mock_contextmanager)
315
with
mock_nested
:
317
self.assertInWithManagerInvariants(
mock_nested
)
319
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
325
mock_nested
= MockNested(m, n, o)
326
with
mock_nested
:
330
self.assertInWithManagerInvariants(
mock_nested
)
334
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
337
mock_nested
= MockNested(mock_contextmanager_generator(),
339
with
mock_nested
as (m, n, o)
[
all
...]
/external/python/cpython3/Lib/test/
test_with.py
319
mock_nested
= MockNested(mock_contextmanager)
320
with
mock_nested
:
322
self.assertInWithManagerInvariants(
mock_nested
)
324
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
330
mock_nested
= MockNested(m, n, o)
331
with
mock_nested
:
335
self.assertInWithManagerInvariants(
mock_nested
)
339
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
342
mock_nested
= MockNested(mock_contextmanager_generator(),
344
with
mock_nested
as (m, n, o)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py
316
mock_nested
= MockNested(mock_contextmanager)
317
with
mock_nested
:
319
self.assertInWithManagerInvariants(
mock_nested
)
321
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
327
mock_nested
= MockNested(m, n, o)
328
with
mock_nested
:
332
self.assertInWithManagerInvariants(
mock_nested
)
336
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
339
mock_nested
= MockNested(mock_contextmanager_generator(),
341
with
mock_nested
as (m, n, o)
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py
316
mock_nested
= MockNested(mock_contextmanager)
317
with
mock_nested
:
319
self.assertInWithManagerInvariants(
mock_nested
)
321
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
327
mock_nested
= MockNested(m, n, o)
328
with
mock_nested
:
332
self.assertInWithManagerInvariants(
mock_nested
)
336
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
339
mock_nested
= MockNested(mock_contextmanager_generator(),
341
with
mock_nested
as (m, n, o)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py
316
mock_nested
= MockNested(mock_contextmanager)
317
with
mock_nested
:
319
self.assertInWithManagerInvariants(
mock_nested
)
321
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
327
mock_nested
= MockNested(m, n, o)
328
with
mock_nested
:
332
self.assertInWithManagerInvariants(
mock_nested
)
336
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
339
mock_nested
= MockNested(mock_contextmanager_generator(),
341
with
mock_nested
as (m, n, o)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py
316
mock_nested
= MockNested(mock_contextmanager)
317
with
mock_nested
:
319
self.assertInWithManagerInvariants(
mock_nested
)
321
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
327
mock_nested
= MockNested(m, n, o)
328
with
mock_nested
:
332
self.assertInWithManagerInvariants(
mock_nested
)
336
self.assertAfterWithManagerInvariantsNoError(
mock_nested
)
339
mock_nested
= MockNested(mock_contextmanager_generator(),
341
with
mock_nested
as (m, n, o)
[
all
...]
Completed in 250 milliseconds