HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 476 - 500 of 2151) sorted by null

<<11121314151617181920>>

  /external/autotest/utils/
check_patch.py 42 as a backend.
46 self.backend = SubVersionBackend()
62 return self.backend.get_unknown_files()
69 return self.backend.get_modified_files()
76 return self.backend.add_untracked_file(file)
83 return self.backend.revert_file(file)
90 return self.backend.apply_patch(patch)
97 return self.backend.update()
102 Implementation of a subversion backend for use with the VCS abstraction
106 logging.debug("Subversion VCS backend initialized."
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBus.c 173 StatusXenStore = XenStoreRead (XST_NIL, DevicePath, "backend",
176 DEBUG ((EFI_D_ERROR, "xenbus: %a no backend path.\n", DevicePath));
184 Private->XenBusIo.Backend = BackendPath;
236 FreePool ((VOID *) Private->XenBusIo.Backend);
381 NULL, // XenBusIo.Backend
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
platform_backend.py 21 whether this platform backend supports the device.
22 If device is None, this constructor returns the host platform backend
44 """ Returns whether this platform backend is the platform backend to be used
50 """ Returns whether this platform backend supports intialization from the
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 236 " -b, --backend-proxy If set, he proxy will send requests to\n"
240 " communication with the backend.\n"
242 " requests to the backend proxy. If not set,\n"
246 " backend proxy will be used for the request.\n"
262 {"backend-proxy", required_argument, 0, 'b'},
  /frameworks/compile/slang/
slang_backend.h 59 class Backend : public clang::ASTConsumer {
132 // stricter alignment requirements than the backend compiles for,
133 // the frontend and backend will still agree on structure layout
165 Backend(RSContext *Context,
179 virtual ~Backend();
slang_backend.cpp 117 void Backend::CreateFunctionPasses() {
127 void Backend::CreateModulePasses() {
153 bool Backend::CreateCodeGenPasses() {
244 Backend::Backend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine,
272 void Backend::Initialize(clang::ASTContext &Ctx) {
278 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
287 // IR). Now, interact with LLVM backend to generate actual machine code (asm
386 void Backend::PadStruct(clang::RecordDecl* RD) {
564 void Backend::HandleTagDeclDefinition(clang::TagDecl *D)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 144 ComPtr<IGalliumDXGIBackend> backend; member in struct:GalliumDXGIFactory
151 backend = p_backend;
153 backend.reset(new GalliumDXGIX11IdentityBackend((Display*)display));
155 backend.reset(new GalliumDXGIIdentityBackend());
1413 IGalliumDXGIBackend* backend; member in struct:dxgi_binding
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_client_backend.py 190 # Close the browser inspector socket last (in case the backend needs to
353 backend = context_map.GetInspectorBackend(context_id)
354 backend.EvaluateJavaScript("""
359 backend_id=backend.id)
360 self._tab_ids.append(backend.id)
469 backend = self._inspector_backends_dict[context_id]
470 backend.Disconnect()
488 for backend in self._inspector_backends_dict.values():
489 backend.Disconnect()
  /system/security/keystore/
legacy_keymaster_device_wrapper.cpp 218 // result variables the backend understands
222 // convert the parameter set to something our backend understands
251 // result variables the backend understands
283 // result variables the backend understands
319 // result variables the backend understands
397 // result variables the backend understands
439 // result variables the backend understands
467 // result variables the backend understands
501 // result variables the backend understands
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
Backend.java 44 public class Backend implements JobCallback {
45 private static final String TAG = Backend.class.getSimpleName();
63 public Backend(Context context) {
64 if (DEBUG) Log.d(TAG, "Backend()");
161 if (DEBUG) Log.d(TAG, "Nothing to cancel in backend, ignoring");
213 FileUtils.deleteAll(new File(mContext.getFilesDir(), Backend.TEMP_JOB_FOLDER));
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 81 /// then it will ask backend to finalize the symbol value.
82 /// @return ture - if backend set the symbol value sucessfully
83 /// @return false - if backend do not recognize the symbol
189 /// Different concrete target backend may overlap this function.
311 /// maxFwdBranchOffset - return the max forward branch offset of the backend.
315 /// maxBwdBranchOffset - return the max backward branch offset of the backend.
385 /// doCreateProgramHdrs - backend can implement this function to create the
412 /// preLayout - Backend can do any needed modification before layout
415 /// postLayout -Backend can do any needed modification after layout
418 /// preLayout - Backend can do any needed modification before layou
    [all...]
  /external/libusb/libusb/
libusbi.h 61 /* Backend specific capabilities */
449 * libusb_cancel_transfer() (allowing the OS backend to prevent duplicate
450 * cancellation, submission-during-cancellation, etc). the OS backend
453 * its completion (presumably there would be races within your OS backend
461 /* Transfer successfully submitted by backend */
472 /* Set by backend submit_transfer() if the OS handles timeout */
593 /* A human-readable name for your backend, e.g. "Linux usbfs" */
596 /* Binary mask for backend specific capabilities */
599 /* Perform initialization of your backend. You might use this function
641 * perform any other internal backend initialization you need to do. A
    [all...]
  /external/eigen/bench/
sparse_lu.cpp 45 template<int Backend>
50 SparseLU<EigenSparseMatrix,Backend> lu(sm1, flags);
  /external/elfutils/backends/
ppc64_init.c 1 /* Initialization of PPC64 specific backend library.
36 #define BACKEND ppc64_
ppc64_symbol.c 39 #define BACKEND ppc64_
109 /* Check if backend uses a bss PLT in this file. */
ppc_corenote.c 41 # define BACKEND ppc_
44 # define BACKEND ppc64_
sparc_corenote.c 42 # define BACKEND sparc_
45 # define BACKEND sparc64_
  /external/elfutils/libebl/
libeblP.h 38 /* Backend handle. */
89 /* Type of the initialization functions in the backend modules. */
  /external/google-benchmark/src/
re.h 25 #error No regular expression backend was found!
58 #error No regular expression backend implementation available
  /external/libcxx/utils/google-benchmark/src/
re.h 25 #error No regular expression backend was found!
58 #error No regular expression backend implementation available
  /external/llvm/include/llvm/IR/
DiagnosticPrinter.h 10 // This file declares the main interface for printer backend diagnostic.
12 // Clients of the backend diagnostics should overload this interface based
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 62 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"),
73 cl::desc("Specify the path to the \"safe\" backend program"),
217 // In "llc-safe" mode, default to using LLC as the "safe" backend.
257 "\"safe\" backend right now!\n";
384 /// backend, if reference output is not provided.
397 // Using the known-good backend.
432 errs() << "*** There is a bug running the \"safe\" backend. Either"
434 << " if JIT is being used as the \"safe\" backend), or fix the"
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 63 MacroDB = 0x1A, // Flag to specify that backend handles macrodb.
64 HW64BitDivMod = 0x1B, // Flag for backend to generate 64bit div/mod.
  /external/selinux/libselinux/src/
label_internal.h 90 unsigned int backend; member in struct:selabel_handle
107 /* supports backend-specific state information */
  /external/skia/include/gpu/
GrContextOptions.h 20 /** Overrides: These options override feature detection using backend API queries. These
39 /** The GrContext operates in immediate mode. It will issue all draws to the backend API

Completed in 1080 milliseconds

<<11121314151617181920>>