/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/ |
libstdc++.la | 27 age=0
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/ |
libstdc++.la | 27 age=0
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/ |
libstdc++.la | 27 age=0
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/ |
libstdc++.la | 27 age=0
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
ResponseHeaders.java | 60 * max age are set, the max age is preferred. 94 * The "s-maxage" directive is the max age for shared caches. Not to be 95 * confused with "max-age" for non-shared caches, As in Firefox and Chrome, 130 } else if ("max-age".equalsIgnoreCase(directive)) { 159 } else if ("Age".equalsIgnoreCase(fieldName)) { 290 * Returns the current age of the response, in milliseconds. The calculation 291 * is specified by RFC 2616, 13.2.3 Age Calculations. 317 // max age of a document should be defaulted to 10% of the 318 // document's age at the time it was served. Default expiratio [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
HttpCookieTest.java | 54 constructHttpCookie("Max-Age", value); 571 checkInvalidCookie("Set-Cookie2:name=test;Max-Age=se,cure"); 572 checkInvalidCookie("Set-Cookie2:name=test;Max-Age="); 573 checkInvalidCookie("Set-Cookie2:name=test;Max-Age=max-age"); 574 checkInvalidCookie("Set-Cookie2:name=test;Max-Age=1000.0"); 603 .parse("Set-Cookie:name=test;max-age=1234;expires=Sun, 30-Oct-2005 19:14:07 GMT;"); 611 .parse("Set-Cookie:name=test;expires=Sun, 30-Oct-2005 19:14:07 GMT;max-age=-12345;"); 618 list = HttpCookie.parse("Set-Cookie2:name=test;max-age=1000"); 652 .parse("Set-cookie2:test=null\";;Port=abde,82;Path=/temp;;;Discard;commentURl=http://harmonytest.org;Max-age=-10;") [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 62 "age", // 2 327 + "name TEXT, age INTEGER, address TEXT);"); 330 int age = 21; local 338 String sql = "INSERT INTO test (name, age, address) VALUES (?, ?, ?);"; 341 DatabaseUtils.bindObjectToProgram(insertStatement, 2, age); 352 assertEquals(age, cursor.getInt(COLUMN_AGE_INDEX)); 368 + "name TEXT, age INTEGER, address TEXT);"); 369 mDatabase.execSQL("INSERT INTO test (name, age, address) VALUES ('Mike', 20, 'LA');"); 370 mDatabase.execSQL("INSERT INTO test (name, age, address) VALUES ('Jack', 30, 'London');"); 371 mDatabase.execSQL("INSERT INTO test (name, age, address) VALUES ('Jim', 35, 'Chicago');") [all...] |
/external/chromium_org/third_party/icu/source/data/unidata/ |
PropertyValueAliases.txt | 63 # Age (age) 65 age; n/a ; 1.1 66 age; n/a ; 2.0 67 age; n/a ; 2.1 68 age; n/a ; 3.0 69 age; n/a ; 3.1 70 age; n/a ; 3.2 71 age; n/a ; 4.0 72 age; n/a ; 4. [all...] |
/external/chromium_org/net/http/ |
http_response_headers_unittest.cc | 460 "Strict-Transport-Security: max-age=1576800\n" 462 "Public-Key-Pins: max-age=100000; " 741 "cache-control: max-age=10000\n" 759 // max-age trumps expires 763 "cache-control: max-age=10000\n" 828 "cache-control: max-age=10000\n" 832 // cache-control: max-age=N overrides expires: date in the past 836 "cache-control: max-age=10000\n" 885 "Cache-control: max-age=10000\n", 888 "Cache-control: max-age=10000\n [all...] |
http_security_headers.h | 41 // "max-age" "=" delta-seconds ";"
|
/external/chromium/net/http/ |
http_response_headers_unittest.cc | 684 "cache-control: max-age=10000\n" 702 // max-age trumps expires 706 "cache-control: max-age=10000\n" 771 "cache-control: max-age=10000\n" 775 // cache-control: max-age=N overrides expires: date in the past 779 "cache-control: max-age=10000\n" 828 "Cache-control: max-age=10000\n", 831 "Cache-control: max-age=10000\n" 839 "Cache-control: max-age=10000\n", 842 "Cache-control: max-age=10000\n [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
Cache.java | 39 * <li> A pointer to the node in the linked list that maintains the age 127 // Add the object to the age list 140 // maximum defined age. 204 // maximum defined age. 212 // maximum defined age. 220 // maximum defined age. 251 // maximum defined age. 273 // maximum defined age. 287 // maximum defined age. 325 // maximum defined age [all...] |
/external/tcpdump/ |
print-stp.c | 119 printf("\n\tmessage-age %.2fs, max-age %.2fs" 152 * 2 - bytes Message Age 153 * 2 - bytes Max age 221 printf("\n\tmessage-age %.2fs, max-age %.2fs"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_associate.py | 57 40: ("Cusco", "Dream Catcher", "New Age"), 58 41: ("Cusco", "Geronimos Laughter", "New Age"), 59 42: ("Cusco", "Ghost Dance", "New Age"), 60 43: ("Blue Man Group", "Drumbone", "New Age"), 61 44: ("Blue Man Group", "Endless Column", "New Age"), 62 45: ("Blue Man Group", "Klein Mandelbrot", "New Age"), 66 "New Age"), 67 49: ("David Arkenstone", "Stepping Stars", "New Age"), 68 50: ("David Arkenstone", "Carnation Lily Lily Rose", "New Age"), 69 51: ("David Lanz", "Behind The Waterfall", "New Age"), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_associate.py | 57 40: ("Cusco", "Dream Catcher", "New Age"), 58 41: ("Cusco", "Geronimos Laughter", "New Age"), 59 42: ("Cusco", "Ghost Dance", "New Age"), 60 43: ("Blue Man Group", "Drumbone", "New Age"), 61 44: ("Blue Man Group", "Endless Column", "New Age"), 62 45: ("Blue Man Group", "Klein Mandelbrot", "New Age"), 66 "New Age"), 67 49: ("David Arkenstone", "Stepping Stars", "New Age"), 68 50: ("David Arkenstone", "Carnation Lily Lily Rose", "New Age"), 69 51: ("David Lanz", "Behind The Waterfall", "New Age"), [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
FileFilterUtils.java | 175 * @return an appropriately configured age file filter
187 * @return an appropriately configured age file filter
199 * @return an appropriately configured age file filter
211 * @return an appropriately configured age file filter
223 * time is usesd as the threshold age of the files
224 * @return an appropriately configured age file filter
235 * time is usesd as the threshold age of the files
237 * @return an appropriately configured age file filter
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 19 Return false if both exist and 'target' is the same age or younger 23 will have the same "age".
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dep_util.py | 19 Return false if both exist and 'target' is the same age or younger 23 will have the same "age".
|
/external/chromium_org/chrome/browser/ui/startup/ |
obsolete_os_infobar_delegate.cc | 25 // that are of a similar age.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
appengine_url_fetcher.py | 23 'Cache-Control': 'max-age=0',
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_common_win.cc | 17 // TODO(steveblock): Work out how to get age, channel and signal-to-noise.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_http_response_headers_unittest.cc | 92 "Cache-Control: max-age=3600\n"); 119 "Cache-control: no-cache, max-age=60, no-store\n"); 129 "cache-control \t : max-age=60, no-store, max-stale\n"); 142 "cache-control:max-age=60, no-store \n"
|
/external/chromium/third_party/libevent/ |
Makefile.am | 12 # Age -- How many previous binary API versions do we also 20 # Current and Age. Set Revision to 0, since this is the first 24 # compatibility with old binaries. Increment Current. Set Age to 0,
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
overlaydelegate.js | 153 // var age = 365 * 24 * 60 * 60 * 1000; 154 // document.cookie = "disableGCFCheck=1;path=/;max-age="+age;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
sunspider-compare-results | 133 my $age = -M "$dir/$file"; 134 if (!defined $newestAge || $age < $newestAge) { 136 $newestAge = $age;
|