HomeSort by relevance Sort by last modified time
    Searched defs:age (Results 1 - 25 of 28) sorted by null

1 2

  /external/apache-http/src/org/apache/http/impl/cookie/
BasicMaxAgeHandler.java 50 throw new MalformedCookieException("Missing value for max-age attribute");
52 int age; local
54 age = Integer.parseInt(value);
56 throw new MalformedCookieException ("Invalid max-age attribute: "
59 if (age < 0) {
60 throw new MalformedCookieException ("Negative max-age attribute: "
63 cookie.setExpiryDate(new Date(System.currentTimeMillis() + age * 1000L));
  /external/bluetooth/glib/tests/
relation-test.c 55 guint age; member in struct:__anon2585
node-test.c 64 guint age; member in struct:__anon2574
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.cc 140 base::TimeDelta age = now - last_modification_clock_; local
141 if (age < settle_interval_) {
142 *delay = settle_interval_ - age;
  /system/core/libcorkscrew/
map_info.c 148 int64_t age = time - data->timestamp; local
149 if (age >= MAX_CACHE_AGE) {
150 ALOGV("Invalidated my_map_info_list %p, age=%lld.", g_my_map_info_list, age);
154 ALOGV("Reusing my_map_info_list %p, age=%lld.", g_my_map_info_list, age);
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManager_CacheResultTest.java 62 final long age = 30 * 60 * 1000; // 30 min local
67 mWebServer.setDocumentAge(age);
90 assertEquals((double)(time - age),
  /external/icu4c/i18n/
islamcal.cpp 242 double age = moonAge(origin, status); local
247 if (age >= 0) {
251 age = moonAge(origin, status);
255 } while (age >= 0);
261 age = moonAge(origin, status);
265 } while (age < 0);
278 * Return the "age" of the moon at the given time; this is the difference
283 * @param time The time at which the moon's age is desired,
288 double age = 0; local
295 return age;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 914 struct os_time now, age; local
916 os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
917 if (age.sec == 0 && age.usec < 100000 &&
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 281 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age"));
324 DEFINE_STATIC_LOCAL(const AtomicString, maxAgeDirective, ("max-age"));
425 double ResourceResponseBase::age() const function in class:WebCore::ResourceResponseBase
430 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age"));
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 164 int age; // default is 0, set lazily by the optimizer member in struct:X86LIR
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 48 "age", // 2
64 "name TEXT, age INTEGER, address TEXT);");
112 int age = 21; local
121 String sql = "INSERT INTO " + TABLE_NAME + " (name, age, address) VALUES (?, ?, ?);";
124 DatabaseUtils.bindObjectToProgram(statement, 2, age);
134 assertEquals(age, cursor.getInt(2));
158 mDatabase.execSQL("INSERT INTO " + TABLE_NAME + " (name, age, address)" +
167 DatabaseUtils.cursorDoubleToContentValues(cursor, "age", contentValues, key);
178 mDatabase.execSQL("INSERT INTO " + TABLE_NAME + " (name, age, address)" +
186 DatabaseUtils.cursorDoubleToCursorValues(cursor, "age", contentValues)
    [all...]
  /external/mksh/src/
jobs.c 87 int32_t age; /* number of jobs started */ member in struct:job
440 j->age = ++njobs;
1012 (!oldest || jl->age < oldest->age))
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag
385 EAS_U16 age; member in struct:s_voice_mgr_tag
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag
385 EAS_U16 age; member in struct:s_voice_mgr_tag
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag
385 EAS_U16 age; member in struct:s_voice_mgr_tag
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [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/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1725 dbus_uint32_t age; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 770 unsigned int age:4; \/\/ default is 0, set lazily by the optimizer member in struct:ArmLIR::__anon795
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 374 unsigned int age; member in struct:PDB_JG_ROOT
383 unsigned int age; member in struct:PDB_DS_ROOT
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 133 * @age: Age of the information in milliseconds (i.e., how many milliseconds
157 unsigned int age; member in struct:wpa_scan_res
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 535 milliseconds

1 2