/external/syslinux/gpxe/src/net/ |
aoe.c | 359 container_of ( ata->backend, struct aoe_session, refcnt ); 401 container_of ( ata->backend, struct aoe_session, refcnt ); 406 ref_put ( ata->backend ); 407 ata->backend = NULL; 454 ata->backend = ref_get ( &aoe->refcnt );
|
/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.
|
/hardware/qcom/audio/hal/ |
platform_info.c | 76 * <device name="???" backend="???"/> 156 /* backend to be used for a device */ 174 if (strcmp(attr[2], "backend") != 0) { 189 ALOGE("%s: Device %s in %s, backend %s was not set!", 331 ALOGE("device tag only supported for acdb/backend names");
|
/external/swiftshader/third_party/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/llvm/docs/TableGen/ |
index.rst | 27 hands the result off to a domain-specific `backend`_ for processing. 79 The default backend prints out all of the records. 81 If you plan to use TableGen, you will most likely have to write a `backend`_ 151 specific to the needs of the X86 backend, and are only shown as an example. 197 application. The interpretation of this data is left to a specific `backend`_, 219 floating point instructions in the X86 backend). TableGen keeps track of all of 220 the classes that are used to build up a definition, so the backend can find all
|
/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/skia/include/gpu/ |
GrContext.h | 50 * Creates a GrContext for a backend context. 69 * The flag bits, state, is dpendent on which backend is used by the 93 * Abandons all GPU resources and assumes the underlying backend 3D API context is not longer 96 * GrContext and any of its created resource objects will not make backend 3D API calls. Content 255 /** Any surface writes should be flushed to the backend 3D API after the surface operation 311 * After this returns any pending writes to the surface will have been issued to the backend 3D API. 317 * backend 3D API.
|
/external/skia/src/gpu/instanced/ |
InstanceProcessor.cpp | 88 class Backend; 152 class GLSLInstanceProcessor::Backend { 154 static Backend* SK_WARN_UNUSED_RESULT Create(const GrPipeline&, OpInfo, const VertexInputs&); 155 virtual ~Backend() {} 175 Backend(OpInfo opInfo, const VertexInputs& inputs) 257 std::unique_ptr<Backend> backend(Backend::Create(pipeline, ip.opInfo(), inputs)); 258 backend->init(varyingHandler, v); 264 backend->setupRect(v) [all...] |
/external/libevent/ |
whatsnew-2.0.txt | 147 Older versions of Libevent would always got the fastest backend 150 to programmers who wanted to pick a backend explicitly without messing 153 Also, despite our best efforts, not every backend supports every 175 /* There is no backend method that does what we want. */ 282 3. Backend-specific and performance improvements. 287 event_add() repeatedly on a single event between trips to the backend's 288 dispatch function, the backend might wind up making unnecessary calls or 289 passing unnecessary data to the kernel. The new backend logic batches up 293 This logic is on for the kqueue backend, and available (but off by 294 default) for the epoll backend. To turn it on for the epoll backend [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ecoff.c | 97 /* This is a hook called by coff_real_object_p to create any backend 188 below. This could be an ECOFF backend routine, with one version 431 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); 438 backend->debug_swap.sym_magic) 452 external_hdr_size = backend->debug_swap.external_hdr_size; 468 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr); 470 if (internal_symhdr->magic != backend->debug_swap.sym_magic) 491 point in the backend structure. */ 498 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); 531 + backend->debug_swap.external_hdr_size) 429 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 496 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 850 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 1560 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 2328 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 3250 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 3538 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local 4264 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); local [all...] |
elf-bfd.h | 66 /* Backend specific information. */ 133 processor specific backend uses this field to track usage and 577 /* Constant information held for an ELF backend. */ 699 /* The architecture for this backend. */ 706 /* The ELF machine code (EM_xxxx) for this backend. */ 712 /* The maximum page size for this backend. */ 715 /* The minimum page size for this backend. An input object will not be 720 /* The common page size for this backend. */ 726 /* Architecture-specific data for this backend. 751 /* A function to permit a backend specific check on whether [all...] |
/external/autotest/scheduler/ |
rdb_cache_manager.py | 9 1. A cache backend. 10 2. A cache manager for the backend. 126 """Base class for a cache backend.""" 167 """A dummy cache backend. 177 """In memory cache backend. 199 # regardless of the backend.
|
/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/skia/tests/ |
TestConfigParsing.cpp | 280 "samples=54" // No backend. 327 const char* backend; member in struct:__anon29914 336 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend)); 359 const char* backend; member in struct:__anon29915 373 // backend. 377 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
|
/external/autotest/client/site_tests/platform_MetricsUploader/ |
platform_MetricsUploader.py | 30 Handle post request to the fake UMA backend. 141 # backend protobuf. 214 'crash when the backend server is unreachable')
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===// 68 MCAssembler::MCAssembler(MCContext &Context, MCAsmBackend &Backend, 70 : Context(Context), Backend(Backend), Emitter(Emitter), Writer(Writer), 186 bool IsPCRel = Backend.getFixupKindInfo( 223 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags & 237 // Let the backend adjust the fixup value if necessary, including whether 239 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value, 623 bool IsPCRel = Backend.getFixupKindInfo(Fixup.getKind()).Flags & 637 llvm::errs() << "assembler backend - pre-layout\n--\n" [all...] |
/external/selinux/libselinux/man/man5/ |
selabel_db.5 | 6 selabel_db \- userspace SELinux labeling interface and configuration file format for the RDBMS objects context backend 25 The DB contexts backend maps from a pair of object name and class into security contexts. It is used to find the appropriate context for database objects when relabeling a certain database. The returned \fIcontext\fR must be freed using \fBfreecon\fR(3). 111 In addition to the global options described in \fBselabel_open\fR(3), this backend recognizes the following options:
|
/external/skia/bench/ |
Matrix44Bench.cpp | 20 bool isSuitableFor(Backend backend) override { 21 return backend == kNonRendering_Backend;
|
MatrixBench.cpp | 20 bool isSuitableFor(Backend backend) override { 21 return backend == kNonRendering_Backend;
|
SkLinearBitmapPipelineBench.cpp | 99 bool isSuitableFor(Backend backend) override { 100 return backend == kNonRendering_Backend;
|
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
StateAdapter.java | 38 private static final String BACKEND_STATE_NAME = "Backend"; 228 // switching to/from the Raster backend. 229 // (Although we can switch between GPU backend without recreating the SurfaceView.)
|
/external/skia/src/gpu/ |
GrOpFlushState.h | 26 the draws are executed to the backend 3D API. */ 34 /** Has the token been flushed to the backend 3D API. */ 52 /** The last token flushed to all the way to the backend API. */
|
/external/swiftshader/third_party/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,
|
/packages/providers/MediaProvider/res/values/ |
strings.xml | 40 <!-- Title for documents backend that offers images. [CHAR LIMIT=24] --> 42 <!-- Title for documents backend that offers videos. [CHAR LIMIT=24] --> 44 <!-- Title for documents backend that offers audio. [CHAR LIMIT=24] -->
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
m68kcoff.em | 55 .data section. The BFD backend will fill in these sections with 75 better be, as we are directly calling a COFF backend function. */ 125 BFD backend routine to do the work. */
|