OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doc4
(Results
1 - 6
of
6
) sorted by null
/development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java
180
final EncryptedDocument
doc4
= new EncryptedDocument(4, mFile, mDataKey, mMacKey);
local
187
// now try reading as
doc4
, which should fail
189
doc4
.readMetadata();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
569
IDocumentExtension4
doc4
= (IDocumentExtension4) mDocument;
573
session =
doc4
.startRewriteSession(DocumentRewriteSessionType.UNRESTRICTED_SMALL);
581
doc4
.stopRewriteSession(session);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_exceptions.py
605
doc4
= "This is another test docstring."
628
error4 = _testcapi.make_exception_with_doc("_testcapi.error4",
doc4
,
632
self.assertEqual(error4.__doc__,
doc4
)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_exceptions.py
605
doc4
= "This is another test docstring."
628
error4 = _testcapi.make_exception_with_doc("_testcapi.error4",
doc4
,
632
self.assertEqual(error4.__doc__,
doc4
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py
605
doc4
= "This is another test docstring."
628
error4 = _testcapi.make_exception_with_doc("_testcapi.error4",
doc4
,
632
self.assertEqual(error4.__doc__,
doc4
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py
605
doc4
= "This is another test docstring."
628
error4 = _testcapi.make_exception_with_doc("_testcapi.error4",
doc4
,
632
self.assertEqual(error4.__doc__,
doc4
)
Completed in 535 milliseconds