OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOT_MODIFIED
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java
60
public static final int
NOT_MODIFIED
= 304;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py
125
NOT_MODIFIED
= 304
475
if (status == NO_CONTENT or status ==
NOT_MODIFIED
or
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py
125
NOT_MODIFIED
= 304
475
if (status == NO_CONTENT or status ==
NOT_MODIFIED
or
[
all
...]
Completed in 200 milliseconds