/libcore/luni/src/main/java/java/lang/ |
Short.java | 24 * @since 1.1 50 * @since 1.5 61 // Note: Short.TYPE can't be set to "short.class", since *that* is 105 * @since 1.2 114 * @since 1.7 288 * @since 1.5 298 * recommended to use this method instead of the constructor, since it 304 * @since 1.5
|
/libcore/luni/src/main/java/java/util/ |
PropertyResourceBundle.java | 31 * @since 1.1 60 * @since 1.6
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 22 * java.util.concurrent.locks.ReentrantReadWriteLock}, is provided, since 48 * @since 1.5
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Locator2Impl.java | 23 * @since SAX 2.0.2 35 * This will not normally be useful, since the main purpose
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/platform/ |
linux.hpp | 62 // __GLIBC_PREREQ is available since 2.1.2 64 // swprintf is available since glibc 2.2.0
|
/packages/apps/QuickSearchBox/res/layout/ |
suggestion.xml | 22 <!-- Icons come first in the layout, since their placement doesn't depend on 40 <!-- The subtitle comes before the title, since the height of the title depends on whether the
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
DirectoryFileFilter.java | 36 * @since Commons IO 1.0
46 * @since Commons IO 1.3
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
timeval.h | 59 /** Store the specified uec value in the timeval struct. \since 0.9.7 */ 62 /** Load the specified tv value and return it in usec. \since 0.9.7 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
spray.x | 41 * GMT since 0:00, 1 January 1970 72 * Get the value of the counter and elapsed time since
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
timeval.h | 59 /** Store the specified uec value in the timeval struct. \since 0.9.7 */ 62 /** Load the specified tv value and return it in usec. \since 0.9.7 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
spray.x | 41 * GMT since 0:00, 1 January 1970 72 * Get the value of the counter and elapsed time since
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
timeval.h | 59 /** Store the specified uec value in the timeval struct. \since 0.9.7 */ 62 /** Load the specified tv value and return it in usec. \since 0.9.7 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
spray.x | 41 * GMT since 0:00, 1 January 1970 72 * Get the value of the counter and elapsed time since
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 62 ## # object, since ctypes now tries loading the lib again 66 ## # needed for libc since this is already mapped into the current
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
stats.py | 56 # our code objects are cached since we don't need to create 63 # frame objects are create fresh, since the back pointer will
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 62 ## # object, since ctypes now tries loading the lib again 66 ## # needed for libc since this is already mapped into the current
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
stats.py | 56 # our code objects are cached since we don't need to create 63 # frame objects are create fresh, since the back pointer will
|
/system/core/include/log/ |
logger.h | 25 int32_t sec; /* seconds since Epoch */ 40 int32_t sec; /* seconds since Epoch */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
HttpCookieTest.java | 31 * @since 1.6 98 * @since 1.6 172 * @since 1.6 200 * @since 1.6 221 * @since 1.6 231 * @since 1.6 249 * @since 1.6 269 * @since 1.6 286 * @since 1.6 306 * @since 1. [all...] |
/external/llvm/lib/Target/ARM/ |
ARMScheduleA9.td | 451 // Since the reserved FU cannot be acquired, this models precisely 469 // Extra latency cycles since wbck is 2 cycles 478 // Extra latency cycles since wbck is 2 cycles 488 // Extra latency cycles since wbck is 4 cycles 497 // Extra latency cycles since wbck is 4 cycles [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 82 'Should be valid since it is in ignored namespaces.') 88 'Should be invalid since it is not in ignored namespaces.') 100 'Should not be extra since it is created.') 112 'Should not be extra since it is created.') 121 'Should be extra since it is not created.') 137 'Should be extra since it is already provided.') 146 'Should not be extra since it is not closurized.') 158 'Should not be extra since it is used.') 179 'Should be extra since it is not used.') 188 'Should not be extra since it is not closurized.' [all...] |
/external/chromium_org/chrome/browser/extensions/api/browsing_data/ |
browsing_data_test.cc | 36 const char kRemoveEverythingArguments[] = "[{\"since\": 1000}, {" 95 std::string("[{\"since\": 1},") + data_types + "]", 128 std::string("[{\"since\": 1}]"), 148 double since; local 149 EXPECT_TRUE(options->GetDouble("since", &since)); 160 // Since the smallest selectable period is an hour, that should be 162 EXPECT_LE(expected_since, since + 10.0 * 1000.0); 243 std::string args = "[{\"since\": 1}," + data_types + "]"; 429 std::string("[{\"since\": 1},") + json + "]" [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 82 'Should be valid since it is in ignored namespaces.') 88 'Should be invalid since it is not in ignored namespaces.') 100 'Should not be extra since it is created.') 112 'Should not be extra since it is created.') 121 'Should be extra since it is not created.') 137 'Should be extra since it is already provided.') 146 'Should not be extra since it is not closurized.') 158 'Should not be extra since it is used.') 179 'Should be extra since it is not used.') 188 'Should not be extra since it is not closurized.' [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
utmscale.h | 21 * Unix time (seconds since Jan 1, 1970) think that they are safe until near the year 2038. 205 * is milliseconds since January 1, 1970. 213 * is seconds since January 1, 1970. 221 * is milliseconds since January 1, 1970. 229 * is ticks (1 tick == 100 nanoseconds) since January 1, 1601. 237 * is ticks (1 tick == 100 nanoseconds) since January 1, 0001. 245 * is seconds since January 1, 1904. 253 * is seconds since January 1, 2001. 261 * is days since December 31, 1899. 269 * is days since December 31, 1899 [all...] |
/external/icu4c/i18n/unicode/ |
utmscale.h | 21 * Unix time (seconds since Jan 1, 1970) think that they are safe until near the year 2038. 205 * is milliseconds since January 1, 1970. 213 * is seconds since January 1, 1970. 221 * is milliseconds since January 1, 1970. 229 * is ticks (1 tick == 100 nanoseconds) since January 1, 1601. 237 * is ticks (1 tick == 100 nanoseconds) since January 1, 0001. 245 * is seconds since January 1, 1904. 253 * is seconds since January 1, 2001. 261 * is days since December 31, 1899. 269 * is days since December 31, 1899 [all...] |