/external/linux-tools-perf/util/ |
parse-events.c | 42 { CHW(STALLED_CYCLES_BACKEND), "stalled-cycles-backend", "idle-cycles-backend" }, 78 "stalled-cycles-backend",
|
/external/qemu/tcg/ |
README | 5 TCG (Tiny Code Generator) began as a generic backend for a C 13 the emulated architecture. As TCG started as a generic C backend used 423 4) Backend
|
/external/skia/include/core/ |
SkDevice.h | 34 * Construct a new device with the specified bitmap as its backend. It is 41 * Construct a new device with the specified bitmap as its backend. It is 425 // used to change the backend's pixels (and possibly config/rowbytes)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
android.config | 233 # Select control interface backend for external programs, e.g, wpa_cli: 278 # Select configuration backend: 281 # select the backend that allows configuration files to be used)
|
/external/qemu/android/ |
help.c | 885 " the '-audio <backend>' option allows you to select a specific backend\n" [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 371 * the hardware codec backend are always routed to any one device that is 377 * at the same time as they share the same backend. 379 /* Disable all the usecases on the shared backend other than the 414 /* Re-route all the usecases on the shared backend other than the 446 * at the same time if they share the same backend. 480 /* Re-route all the usecases on the shared backend other than the [all...] |
/external/llvm/docs/ |
CodeGenerator.rst | 71 classes. If you want to add a backend for a new target, you will need to 86 backend to fit into the LLVM system, but the others must be defined if the 90 completely non-traditional code generation targets. For example, the C backend 93 two interfaces, and does its own thing. Note that C backend was removed from the 95 (purely hypothetical) backend that converts LLVM to the GCC RTL form and uses 346 specific backend. All of the instructions for a target should be defined in the [all...] |
GetElementPtr.rst | 296 I'm writing a backend for a target which needs custom lowering for GEP. How do I do this? 300 Typically what you'll need to do is make your backend pattern-match expressions 308 fix a lot of code in the backend, with GEP lowering being only a small piece of
|
/external/chromium/net/disk_cache/ |
rankings.cc | 207 bool Rankings::Init(BackendImpl* backend, bool count_lists) { 212 backend_ = backend; 659 // Tell the backend about this entry.
|
/external/linux-tools-perf/ |
builtin-stat.c | 21 1,600,790,871 stalled-cycles-backend # 30.75% backend cycles idle 600 fprintf(stderr, " backend cycles idle "); [all...] |
/external/skia/include/gpu/ |
GrContext.h | 49 * Creates a GrContext for a backend context. 286 // Backend Surfaces 601 * using the backend API directly. GrContext will detect when it must [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
defaults.h | 1112 the backend. MAX_SUPPORTED_STACK_ALIGNMENT is the maximum best 1113 effort stack alignment supported by the backend. If the backend [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
defaults.h | 1112 the backend. MAX_SUPPORTED_STACK_ALIGNMENT is the maximum best 1113 effort stack alignment supported by the backend. If the backend [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
defaults.h | 1112 the backend. MAX_SUPPORTED_STACK_ALIGNMENT is the maximum best 1113 effort stack alignment supported by the backend. If the backend [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
defaults.h | 1112 the backend. MAX_SUPPORTED_STACK_ALIGNMENT is the maximum best 1113 effort stack alignment supported by the backend. If the backend [all...] |
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 106 // data to the storage backend.
|
/external/chromium/chrome/browser/download/ |
save_package.cc | 587 // Inform backend to serialize the all frames' DOM and send serialized [all...] |
save_package.h | 76 // Waiting on a list of savable resources from the backend.
|
/external/chromium/chrome/browser/history/ |
history_database.cc | 88 // mode to start out for the in-memory backend to read the data).
|
/external/chromium/chrome/browser/policy/ |
device_management_service_unittest.cc | 479 // Backend should have been reset.
|
/external/chromium/chrome/browser/policy/proto/ |
device_management_backend.proto | 256 // 503 Service Unavailable: most likely a backend error.
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_change_processor.cc | 309 "Could not write to the history backend.");
|
/external/chromium/chrome/browser/ui/webui/ |
net_internals_ui.cc | 87 // Returns the disk cache backend for |context| if there is one, or NULL. 88 disk_cache::Backend* GetDiskCacheBackend(net::URLRequestContext* context) { [all...] |
print_preview_handler.cc | 26 #include "printing/backend/print_backend.h"
|
/external/chromium/googleurl/src/ |
url_parse_file.cc | 137 // Backend for the external functions that operates on either char type.
|