Searched refs:age (Results 51 - 75 of 99) sorted by relevance

1234

/external/libmtp/
H A Dltmain.sh5630 func_arith $current - $age
6186 # and those that subtract age and use age as
6194 age="$number_minor"
6200 age="0"
6205 age="$number_minor"
6214 age="$3"
6235 case $age in
6238 func_error "AGE \`$age' must be a nonnegative integer"
6243 if test "$age"
[all...]
/external/libogg/
H A Dltmain.sh5633 func_arith $current - $age
6190 # and those that subtract age and use age as
6198 age="$number_minor"
6204 age="0"
6209 age="$number_minor"
6221 age="$3"
6242 case $age in
6245 func_error "AGE \`$age' must be a nonnegative integer"
6250 if test "$age"
[all...]
/external/libpng/
H A Dltmain.sh5630 func_arith $current - $age
6186 # and those that subtract age and use age as
6194 age="$number_minor"
6200 age="0"
6205 age="$number_minor"
6214 age="$3"
6235 case $age in
6238 func_error "AGE \`$age' must be a nonnegative integer"
6243 if test "$age"
[all...]
/external/libusb/
H A Dltmain.sh5630 func_arith $current - $age
6186 # and those that subtract age and use age as
6194 age="$number_minor"
6200 age="0"
6205 age="$number_minor"
6214 age="$3"
6235 case $age in
6238 func_error "AGE \`$age' must be a nonnegative integer"
6243 if test "$age"
[all...]
/external/libusb-compat/
H A Dltmain.sh5637 func_arith $current - $age
6193 # and those that subtract age and use age as
6201 age="$number_minor"
6207 age="0"
6212 age="$number_minor"
6221 age="$3"
6242 case $age in
6245 func_error "AGE \`$age' must be a nonnegative integer"
6250 if test "$age"
[all...]
/external/libvorbis/
H A Dltmain.sh5633 func_arith $current - $age
6190 # and those that subtract age and use age as
6198 age="$number_minor"
6204 age="0"
6209 age="$number_minor"
6221 age="$3"
6242 case $age in
6245 func_error "AGE \`$age' must be a nonnegative integer"
6250 if test "$age"
[all...]
/external/open-vcdiff/
H A Dltmain.sh5633 func_arith $current - $age
6190 # and those that subtract age and use age as
6198 age="$number_minor"
6204 age="0"
6209 age="$number_minor"
6221 age="$3"
6242 case $age in
6245 func_error "AGE \`$age' must be a nonnegative integer"
6250 if test "$age"
[all...]
/external/openfst/
H A Dltmain.sh6766 func_arith $current - $age
7331 # and those that subtract age and use age as
7340 age="$number_minor"
7346 age="0"
7351 age="$number_minor"
7363 age="$3"
7384 case $age in
7387 func_error "AGE \`$age' must be a nonnegative integer"
7392 if test "$age"
[all...]
/external/pixman/
H A Dltmain.sh6763 func_arith $current - $age
7328 # and those that subtract age and use age as
7337 age="$number_minor"
7343 age="0"
7348 age="$number_minor"
7357 age="$3"
7378 case $age in
7381 func_error "AGE \`$age' must be a nonnegative integer"
7386 if test "$age"
[all...]
/external/protobuf/gtest/build-aux/
H A Dltmain.sh6766 func_arith $current - $age
7331 # and those that subtract age and use age as
7340 age="$number_minor"
7346 age="0"
7351 age="$number_minor"
7363 age="$3"
7384 case $age in
7387 func_error "AGE \`$age' must be a nonnegative integer"
7392 if test "$age"
[all...]
/external/protobuf/
H A Dltmain.sh5103 func_arith $current - $age
5659 # and those that subtract age and use age as
5667 age="$number_minor"
5673 age="0"
5678 age="$number_minor"
5687 age="$3"
5708 case $age in
5711 func_error "AGE \`$age' must be a nonnegative integer"
5716 if test "$age"
[all...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dltmain.sh5631 func_arith $current - $age
6187 # and those that subtract age and use age as
6195 age="$number_minor"
6201 age="0"
6206 age="$number_minor"
6215 age="$3"
6236 case $age in
6239 func_error "AGE \`$age' must be a nonnegative integer"
6244 if test "$age"
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DResourceResponse.h114 double age() const;
H A DResourceResponse.cpp279 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age", AtomicString::ConstructFromLiteral));
333 DEFINE_STATIC_LOCAL(const AtomicString, maxAgeDirective, ("max-age", AtomicString::ConstructFromLiteral));
352 // First max-age directive wins if there are multiple ones.
434 double ResourceResponse::age() const function in class:WebCore::ResourceResponse
437 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age", AtomicString::ConstructFromLiteral));
/external/srec/srec/cfront/
H A Dnisthdr.h134 void setSpeakerAge(char *age);/*shouln't it be int?*/
/external/chromium_org/v8/src/ia32/
H A Dcodegen-ia32.cc1148 void Code::GetCodeAgeAndParity(byte* sequence, Age* age, argument
1151 *age = kNoAge;
1158 GetCodeAgeAndParity(stub, age, parity);
1164 Code::Age age,
1168 if (age == kNoAge) {
1172 Code* stub = GetCodeAgeStub(age, parity);
1163 PatchPlatformCodeAge(byte* sequence, Code::Age age, MarkingParity parity) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc674 base::TimeDelta age = base::Time::Now() - auth_token_time; local
675 if (age < base::TimeDelta::FromHours(1)) {
677 age,
683 age.InDays());
/external/mksh/src/
H A Djobs.c89 int32_t age; /* number of jobs started */ member in struct:job
446 j->age = ++njobs;
1018 (!oldest || jl->age < oldest->age))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
/external/chromium_org/chrome/browser/resources/google_now/
H A Dbackground.js497 age: dismissalAge,
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DResource.cpp273 double ageValue = m_response.age();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c377 tex->view_age[transfer->level] = ++(tex->age);

Completed in 552 milliseconds

1234