/external/qemu/distrib/jpeg-6b/ |
jdhuff.h | 61 * If get_buffer already contains enough bits, they are fetched in-line
|
/frameworks/base/core/java/android/widget/ |
ExpandableListAdapter.java | 109 * group--the Views for the group's children will be fetched using
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragmentFixedFunction.java | 242 * Adds a texture to be fetched as part of the fixed function
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 85 + " fetched more than once."); 95 Assert.fail(GeneralPreferences.KEY_ALERTS_POPUP + " fetched more than once."); 111 + " fetched more than once."); 582 * Test that the SharedPreferences are only fetched once for each setting. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
dlfcn.h | 124 message to be fetched with `dlerror'. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
dlfcn.h | 124 message to be fetched with `dlerror'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
dlfcn.h | 124 message to be fetched with `dlerror'. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 71 # branch and revision are not "parsed", but fetched
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 71 # branch and revision are not "parsed", but fetched
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
NodeSequence.java | 46 * The index of the next node to be fetched. Useful if this 62 * If this iterator needs to cache nodes that are fetched, they 90 * If the iterator needs to cache nodes as they are fetched,
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientShouldOverrideUrlLoadingTest.java | 578 // Wait for the target URL to be fetched from the server. 618 // Wait for the target URL to be fetched from the server. 653 // Wait for the redirect target URL to be fetched from the server. [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_unittest.cc | 344 // After "fast fetch" is done, full resource list is fetched. 519 // The list of resources in "drive/root/Dir1" should be fetched. 543 // If an entry is not found, parent directory's resource list is fetched.
|
/external/chromium_org/chrome/test/pyautolib/ |
remote_inspector_client.py | [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_update_job.cc | 363 // Add to fetch list or an existing entry if already fetched. 631 // Add fetched master entry to the appropriate cache. 877 // Load manifest data from storage to compare against fetched manifest. [all...] |
/external/oprofile/events/ppc64/power5/ |
events | 101 event:0X0B0 counters:0 um:zero minimum:1000 name:PM_INST_FROM_L2MISS_GRP11 : (Group 11 pm_prefetch1) Instructions fetched missed L2 102 event:0X0B1 counters:1 um:zero minimum:1000 name:PM_INST_FETCH_CYC_GRP11 : (Group 11 pm_prefetch1) Cycles at least 1 instruction fetched 328 event:0X273 counters:3 um:zero minimum:1000 name:PM_0INST_FETCH_GRP39 : (Group 39 pm_ic_pref) No instructions fetched [all...] |
/external/oprofile/events/ppc64/power5+/ |
events | 109 event:0X0C0 counters:0 um:zero minimum:1000 name:PM_INST_FROM_L2MISS_GRP12 : (Group 12 pm_prefetch1) Instructions fetched missed L2 110 event:0X0C1 counters:1 um:zero minimum:1000 name:PM_INST_FETCH_CYC_GRP12 : (Group 12 pm_prefetch1) Cycles at least 1 instruction fetched 336 event:0X283 counters:3 um:zero minimum:1000 name:PM_0INST_FETCH_GRP40 : (Group 40 pm_ic_pref) No instructions fetched [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSet.java | 41 * as they are fetched. Derived classes that implement iterators 750 * Return the last fetched node. Needed to support the UnionPathIterator. 752 * @return the last fetched node. [all...] |
NodeSetDTM.java | 42 * as they are fetched. Derived classes that implement iterators 1135 * Return the last fetched node. Needed to support the UnionPathIterator. 1137 * @return the last fetched node. [all...] |
/external/chromium_org/ui/base/ime/win/ |
tsf_text_store_unittest.cc | 176 ULONG fetched = 0; local 177 EXPECT_EQ(S_OK, text_store_->GetSelection(0, 1, &selection, &fetched)); 178 EXPECT_EQ(1, fetched); [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_drag_drop_client_aurax11.cc | 164 // Clones the fetched targets. 192 // for |unfetched_targets_| to be fetched. 202 // haven't fetched and put in |fetched_targets_| yet.
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 209 // Is the variable fetched always the same?
|
/external/chromium/chrome/browser/extensions/ |
extension_updater.cc | 796 NOTREACHED() << "Fetched blacklist checksum is not as expected. " 823 // Successfully fetched - now write crx to a file so we can have the [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.cc | 56 // The type of search provider being fetched.
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_table_model.cc | 61 // fetched again. This should be invoked if the url is modified.
|
/external/chromium/chrome/common/net/ |
url_fetcher.h | 72 // This will be called when the URL has been fetched, successfully or not.
|