/external/webkit/LayoutTests/http/tests/appcache/ |
simple-expected.txt | 1 This tests that the application cache works by first loading a file that does not exist in the cache (to verify that a cache has been associated) and then loads a file that is in the cache
|
top-frame-1-expected.txt | 3 Techically, the check is that iframe subresources that are not in top frame cache are loaded anyway, so it can also pass if the UA fails to reject loads for cache misses.
|
/external/libpng/scripts/ |
libpng.pc.in | 7 Description: Loads and saves PNG files
|
libpng.pc-configure.in | 7 Description: Loads and saves PNG files
|
/bionic/libc/kernel/common/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/development/ndk/platforms/android-3/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/external/webkit/WebCore/manual-tests/ |
new-window-subresource-crash.html | 14 triggers subresource loads. If you have popup blocking enabled you can
|
test-iframes-loading-the-same-resource.html | 15 To perform this test attempt to drag one of the apple images in the left frame while the right frame is doing loads. This test is not entirely deterministic so it should be attempted a number of times. <br />
|
/packages/apps/Email/docs/ |
TODO | 20 pertaining to large attachments as streams instead of as large loads into byte arrays.
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
kernel.h | 18 unsigned long loads[3]; member in struct:sysinfo
|
/external/webkit/WebKitTools/simplejson/ |
__init__.py | 48 >>> simplejson.loads('["foo", {"bar":["baz", null, 1.0, 2]}]') 50 >>> simplejson.loads('"\\"foo\\bar"') 65 >>> simplejson.loads('{"__complex__": true, "real": 1, "imag": 2}', 91 'dump', 'dumps', 'load', 'loads', 230 object and passed to ``loads()`` 240 return loads(fp.read(), 243 def loads(s, encoding=None, cls=None, object_hook=None, **kw): function 271 json-py API compatibility hook. Use loads(s) instead. 274 warnings.warn("simplejson.loads(s) should be used instead of read(s)", 276 return loads(s [all...] |
/external/proguard/src/proguard/evaluation/ |
Variables.java | 207 * Loads the Value from the variable with the given index. 224 * Loads the IntegerValue from the variable with the given index. 233 * Loads the LongValue from the variable with the given index. 242 * Loads the FloatValue from the variable with the given index. 251 * Loads the DoubleValue from the variable with the given index. 260 * Loads the ReferenceValue from the variable with the given index. 269 * Loads the InstructionOffsetValue from the variable with the given index.
|
/external/tcpdump/ |
extract.h | 29 * The processor doesn't natively handle unaligned loads. 64 * We don't have __attribute__, so do unaligned loads of big-endian 88 * The processor natively handles unaligned loads, so we can just 107 * XXX - do loads on little-endian machines that support unaligned loads?
|
/frameworks/base/tools/preload/ |
LoadedClass.java | 31 final List<Operation> loads = new ArrayList<Operation>(); field in class:LoadedClass 65 return mlt = calculateMedian(loads); 109 addProcessNames(loads, names);
|
Root.java | 52 * Records class loads and initializations. 57 // Ignore dexopt output. It loads applications classes through the 103 loadedClass.loads.add(o);
|
/external/bluetooth/glib/gio/ |
gloadableicon.h | 50 * @load: Loads an icon. 51 * @load_async: Loads an icon asynchronously.
|
/external/v8/test/mjsunit/ |
global-load-from-eval.js | 28 // Tests global loads from eval. 63 // code that loads the global variable accounts for the fact that the
|
/libcore/luni/src/main/java/java/util/ |
PropertyResourceBundle.java | 25 * {@code PropertyResourceBundle} loads resources from an {@code InputStream}. All resources are 38 * Constructs a new instance of {@code PropertyResourceBundle} and loads the
|
/system/core/include/cutils/ |
atomic-x86.h | 81 /* Loads are not reordered with other loads. */
|
/dalvik/dx/src/junit/runner/ |
LoadingTestCollector.java | 8 * An implementation of a TestCollector that loads
|