HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 226 - 250 of 867) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 64 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"),
76 cl::desc("Specify the path to the \"safe\" backend program"),
227 // In "cbe-bug" mode, default to using LLC as the "safe" backend.
238 // In "llc-safe" mode, default to using LLC as the "safe" backend.
249 // Pick a backend that's different from the test backend. The JIT and
294 "\"safe\" backend right now!\n";
416 /// backend, if reference output is not provided.
429 // Using the known-good backend.
464 errs() << "*** There is a bug running the \"safe\" backend. Either
    [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;
in_flight_backend_io.cc 16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
18 : BackgroundIO(controller), backend_(backend), callback_(callback),
284 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend,
286 : backend_(backend),
stats.h 55 bool Init(BackendImpl* backend, uint32* storage_addr);
  /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/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...]
visit_tracker.h 17 // Tracks history transitions between pages. The history backend uses this to
  /external/qemu/
qemu-char.c     [all...]
  /external/llvm/docs/CommandGuide/
bugpoint.pod 120 by compiling the program with the "safe" backend and running it.
131 backend, or a custom command (see B<--exec-command>) respectively.
140 static native code compiler, the C backend, or a custom command,
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 30 * transport's off-device backend.
43 * describes the current backend destination. For example, a transport that
106 * {@link BackupConstants#TRANSPORT_NOT_INITIALIZED} (if the backend dataset has
  /dalvik/vm/compiler/codegen/arm/armv5te/
ArchVariant.cpp 84 /* No method JIT for Thumb backend */
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 25 // Useful for unit testing when a server-based backend isn't
  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.js 56 * The overlay will be left up with inputs disabled until the backend
  /external/chromium/chrome/browser/sync/engine/
http_post_provider_interface.h 14 // required HTTP POST functionality to the syncer backend. This interface is
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 39 // Changes have been applied to the backend model and are ready to be
password_change_processor.h 27 // This class is responsible for taking changes from the password backend and
typed_url_data_type_controller.h 88 void StartImpl(history::HistoryBackend* backend);
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 66 // Backend for all scroll messages, the |message| parameter indicates which
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 124 void FlushQueue(disk_cache::Backend* cache) {
135 disk_cache::Backend* cache;
175 disk_cache::Backend* cache;
218 disk_cache::Backend* cache;
  /external/collada/include/modules/
daeLIBXMLPlugin.h 23 * input/output backend using libxml2 as a parser. When using this plugin, DAE::load() expects
  /external/elfutils/libebl/
arm_symbol.c 25 /* Return of the backend. */
sh_symbol.c 25 /* Return of the backend. */
x86_64_symbol.c 26 /* Return of the backend. */
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 12 // having to modify all of the C backend or interpreter.

Completed in 1559 milliseconds

1 2 3 4 5 6 7 8 91011>>