/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_fetch_emit.c | 56 * - otherwise, drive the hw backend, 59 * - calling the backend draw functions. 62 * backend given similar inputs to those required to run the pipeline. 68 * - drive the hw backend 71 * followed by a call to the backend helper function.
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser.py | 29 def __init__(self, backend, platform_backend): 30 self._browser_backend = backend 35 self._tabs = tab_list.TabList(backend.tab_list_backend) 37 if backend.supports_extensions: 39 backend.extension_dict_backend)
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_fetch_emit.c | 56 * - otherwise, drive the hw backend, 59 * - calling the backend draw functions. 62 * backend given similar inputs to those required to run the pipeline. 68 * - drive the hw backend 71 * followed by a call to the backend helper function.
|
/frameworks/base/location/java/android/location/ |
Geocoder.java | 41 * The Geocoder class requires a backend service that is not included in 43 * empty list if there no backend service in the platform. Use the 114 * found or there is no backend service available. 163 * found or there is no backend service available. 213 * found or there is no backend service available.
|
/external/chromium/chrome/browser/resources/ |
downloads.html | 250 * @param {Object} download A backend download object (see downloads_ui.cc) 344 * @param {Object} download A backend download object (see downloads_ui.cc) 495 * @param {Object} download A backend download object (see downloads_ui.cc) 634 * Tells the backend to initiate a drag, allowing users to drag 644 * Tells the backend to open this file. 652 * Tells the backend that the user chose to save a dangerous file. 660 * Tells the backend that the user chose to discard a dangerous file. 669 * Tells the backend to show the file in explorer. 677 * Tells the backend to pause this download. 685 * Tells the backend to remove this download from history and download shelf [all...] |
/external/chromium/net/disk_cache/ |
backend_impl.h | 40 // This class implements the Backend interface. An object of this 42 class BackendImpl : public Backend { 52 // Returns a new backend with the desired flags. See the declaration of 57 net::NetLog* net_log, Backend** backend, 92 // Sets the cache type for this backend. 249 // Backend interface.
|
disk_cache_perftest.cc | 44 int TimeWrite(int num_entries, disk_cache::Backend* cache, 95 int TimeRead(int num_entries, disk_cache::Backend* cache, 169 disk_cache::Backend* cache;
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host_core.cc | 99 const base::WeakPtr<SyncBackendHostImpl>& backend) 102 host_(backend), 107 DCHECK(backend.get()); 350 // Make sure that the directory exists before initializing the backend. 402 // UpdateCredentials can be called during backend initialization, possibly 403 // when backend initialization has failed but hasn't notified the UI thread 498 // It is safe to call this even if Sync's backend classes have not been
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.cc | 313 // If sync setup has completed we always start the backend. If the user is in 314 // the process of setting up now, we should start the backend to download 317 // it's possible we crashed/shutdown after logging in but before the backend 576 // Note: in order to handle auth failures that arise before the backend is 587 DVLOG(1) << "Skipping bringing up backend host."; 673 DVLOG(1) << "Skipping bringing up backend host."; 680 // Initialize the backend. Every time we start up a new SyncBackendHost, 780 // auth error sent from the sync backend. 789 // Initialize the backend if sync is enabled. If the sync token was 791 // cause the backend to generate an auth error (crbug.com/121755) [all...] |
/external/chromium_org/net/disk_cache/v3/ |
eviction_v3.cc | 79 void Eviction::Init(BackendImpl* backend) { 80 // We grab a bunch of info from the backend to make the code a little cleaner 82 backend_ = backend; 83 rankings_ = &backend->rankings_; 86 index_size_ = backend->mask_ + 1; 87 new_eviction_ = backend->new_eviction_; 97 // It is possible for the backend initialization to fail, in which case this
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
README | 54 accesses, and matrix multiplication broken down. The Mesa IR backend 57 shader IR backend could potentially even handle some matrix operations 58 without breaking them down, but the 965 fragment shader IR backend 152 IR backend, SSA does not appear to be that important to producing 154 for the 965 fragment shader backend when that is developed. 156 Q: How should I expand instructions that take multiple backend instructions? 162 example, for the Mesa backend we have ir_div_to_mul_rcp.cpp because
|
/external/mesa3d/src/glsl/ |
README | 54 accesses, and matrix multiplication broken down. The Mesa IR backend 57 shader IR backend could potentially even handle some matrix operations 58 without breaking them down, but the 965 fragment shader IR backend 152 IR backend, SSA does not appear to be that important to producing 154 for the 965 fragment shader backend when that is developed. 156 Q: How should I expand instructions that take multiple backend instructions? 162 example, for the Mesa backend we have ir_div_to_mul_rcp.cpp because
|
/external/libusb/libusb/ |
libusbi.h | 259 * libusb_cancel_transfer() (allowing the OS backend to prevent duplicate 260 * cancellation, submission-during-cancellation, etc). the OS backend 263 * its completion (presumably there would be races within your OS backend 345 /* A human-readable name for your backend, e.g. "Linux usbfs" */ 348 /* Perform initialization of your backend. You might use this function 390 * perform any other internal backend initialization you need to do. At 403 * note that reallocation can fail. Your backend should handle these 422 * Your backend should allocate any internal resources required for I/O 445 /* Close a device such that the handle cannot be used again. Your backend 767 by the backend: USBI_CLOCK_REALTIME, and USBI_CLOCK_MONOTONIC [all...] |
/external/chromium/chrome/browser/history/ |
history_backend_unittest.cc | 34 // backend directly. Most of the history backend functions are tested by the 57 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE; 168 void SetInMemoryBackend(InMemoryHistoryBackend* backend) { 169 mem_backend_.reset(backend); 178 // The backend passes ownership of the details pointer to us. 187 InMemoryHistoryBackend* backend) { 188 test_->SetInMemoryBackend(backend); 264 // The in-memory backend should have been set and it should have gotten the 408 // Tell the backend it was unstarred. We have to explicitly do this a [all...] |
/external/llvm/docs/ |
TableGenFundamentals.rst | 19 hands the result off to a domain-specific `TableGen backend`_ for processing. 39 backend`_, but the structure and format rules are taken care of and are fixed by 50 floating point instructions in the X86 backend). TableGen keeps track of all of 51 the classes that are used to build up a definition, so the backend can find all 129 record are specific to the needs of the X86 backend, and are only shown as an 192 The default backend prints out all of the records, as `described above`_. 194 If you plan to use TableGen, you will most likely have to `write a backend`_ 203 TableGen doesn't care about the meaning of data (that is up to the backend to 538 backend. 777 Code Generator backend inf [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/ |
README | 107 See to "BACKEND MODULE DECISION". 120 This module (i.e. backend modules) knows how to handle Unicode, 129 backend which can be used since Perl 5.005. 390 See to "UNICODE HANDLING ON PERLS" in JSON::PP if the backend is PP. 439 See to "UNICODE HANDLING ON PERLS" in JSON::PP if the backend is PP. 788 With JSON::PP as the backend, when a large value (100 or more) was set 883 The backend module will only attempt to parse the JSON text once it is [all...] |
Changes | 45 - changed backend module loading for overloaded object behavior 82 - JSON::Backend::XS::Supportable always executed a needless process 83 with JSON::XS backend. This made encode/decode a bit slower. 137 - fixed a problem caused by JSON::XS backend and support_by_pp option 218 If the backend is XS with support_by_pp mode and using PP only 261 - switched JSON::Backend::XS::Supportable wrapper de/encode
|
/external/chromium_org/chrome/browser/history/ |
delete_directive_handler.cc | 118 virtual bool RunOnDBThread(history::HistoryBackend* backend, 145 history::HistoryBackend* backend, 161 ProcessGlobalIdDeleteDirectives(backend, global_id_directives); 164 ProcessTimeRangeDeleteDirectives(backend, time_range_directives); 183 // It's more efficient for backend to process all directives with same time 213 // Call backend to expire history of directives in each group.
|
/external/chromium_org/third_party/mesa/src/src/gbm/main/ |
gbm.c | 43 #include "backend.h" 62 /** Get the backend name for the given gbm device 64 * \return The backend name string - this belongs to the device and must not 132 * The file descriptor passed in is used by the backend to communicate with 137 * \param fd The file descriptor for an backend specific device 195 * This is calculated by the backend when it does the allocation in
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_host.cc | 270 AppCacheBackendImpl* backend = service_->GetBackend(spawning_process_id_); local 271 return backend ? backend->GetHost(spawning_host_id_) : NULL; 276 AppCacheBackendImpl* backend = service_->GetBackend(parent_process_id_); local 277 return backend ? backend->GetHost(parent_host_id_) : NULL;
|
/external/mesa3d/src/gbm/main/ |
gbm.c | 43 #include "backend.h" 62 /** Get the backend name for the given gbm device 64 * \return The backend name string - this belongs to the device and must not 132 * The file descriptor passed in is used by the backend to communicate with 137 * \param fd The file descriptor for an backend specific device 195 * This is calculated by the backend when it does the allocation in
|
/external/qemu/ |
qemu-char.c | [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_util.cc | 70 fileapi::ExternalFileSystemBackend* backend = local 73 if (!backend) 75 backend->GrantFullAccessToExtension(kFileManagerAppId);
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service.h | 16 // This class provides the methods to communicate with history backend service 62 // Runs the given query on history backend, and invokes the |callback| to 103 // Inserts the given values into history backend, and invokes the |callback|
|
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.js | 77 * @param {Object} download A backend download object (see downloads_ui.cc) 236 * @param {Object} download A backend download object (see downloads_ui.cc) 436 * @param {Object} download A backend download object (see downloads_ui.cc) 673 * Tells the backend to initiate a drag, allowing users to drag 685 * Tells the backend to open this file. 695 * Tells the backend that the user chose to save a dangerous file. 705 * Tells the backend that the user chose to discard a dangerous file. 716 * Tells the backend to show the file in explorer. 726 * Tells the backend to pause this download. 736 * Tells the backend to resume this download [all...] |