OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ipc/mojo/
ipc_message_pipe_reader.h
37
typedef base::DefaultDeleter<MessagePipeReader>
DefaultType
;
42
DelayedDeleter(const
DefaultType
&) {}
43
DelayedDeleter& operator=(const
DefaultType
&) { return *this; }
/external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf
85
#
DefaultType
is the default MIME type the server will use for a document
93
DefaultType
text/plain
httpd.conf
420
#
DefaultType
is the default MIME type the server will use for a document
428
DefaultType
text/plain
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchResponseData.h
24
enum Type { BasicType, CORSType,
DefaultType
, ErrorType, OpaqueType };
FetchResponseData.cpp
18
return new FetchResponseData(
DefaultType
, 200, "OK");
Response.cpp
172
case FetchResponseData::
DefaultType
:
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java
59
public static final String
defaultType
= "PKIX";
75
defaultProvider = SpiEngUtils.isSupport(
defaultType
,
79
NotSupportMsg =
defaultType
.concat(" is not supported");
89
certPBs[0] = CertPathBuilder.getInstance(
defaultType
);
90
certPBs[1] = CertPathBuilder.getInstance(
defaultType
,
92
certPBs[2] = CertPathBuilder.getInstance(
defaultType
,
112
Support_Exec.execJava(new String[] {
DefaultType
.class.getName() },
116
public static class
DefaultType
{
359
defaultProvider,
defaultType
);
360
assertEquals("Incorrect algorithm", certPB.getAlgorithm(),
defaultType
);
[
all
...]
Completed in 449 milliseconds