OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
751 - 775
of
1941
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
71
bool CustomRoots; ///< Default is to pass through to
backend
.
75
bool UsesMetadata; ///< If set,
backend
must emit metadata tables.
RuntimeLibcalls.h
11
// the
backend
may emit during code generation, and also some helper functions.
23
/// the
backend
can emit. The various long double types cannot be merged,
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl
125
void GalliumDXGIUseX11Display(struct _XDisplay* dpy, IGalliumDXGIBackend*
backend
);
130
void GalliumDXGIUseHDC(HDC hdc, IGalliumDXGIGDIBackend*
backend
);
/external/qemu/
buffered_file.c
89
DPRINTF("
backend
not ready, freezing\n");
135
DPRINTF("
backend
not ready, freezing\n");
CHANGES.TXT
67
- Add a PulseAudio audio
backend
on Linux. It will be used by default
149
- Fixed a nasty race condition in the Linux EsounD audio
backend
which resulted
240
- Fixed one minor crash when the Linux OSS audio
backend
was used with the
476
- the number of audio buffers in the Windows
backend
has been incremented.
489
- fixed the -audio, -audio-in and -audio-out options (the <
backend
> values
525
different audio
backend
by defining QEMU_AUDIO_DRV to an appropriate
550
- '-audio-in <
backend
>' allows you to select the audio input
backend
from the
551
command line. this is equivalent to defining QEMU_AUDIO_IN_DRV=<
backend
>
553
'-audio-out <
backend
>' works for the audio output, and '-audio <backend>
[
all
...]
/external/skia/include/core/
SkAdvancedTypefaceMetrics.h
21
The SkAdvancedTypefaceMetrics class is used by the PDF
backend
to correctly
137
/** Retrieve advance data for glyphs. Used by the PDF
backend
. It calls
SkSurface.h
20
* SkSurface represents the
backend
/results of drawing to a canvas. For raster
33
*
backend
.
/frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h
101
/// prelayout - help
backend
to do some modification before layout
111
/// postlayout - help
backend
to do some modification after layout
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java
191
// ProfileSyncService::IsUsingSecondaryPassphrase() requires the sync
backend
to be
193
// guard that call with a check of the sync
backend
since we can not be sure which
204
* Returns the actual passphrase type being used for encryption. The sync
backend
must be
250
* Checks if sync is currently set to use a custom passphrase. The sync
backend
must be running
284
* Checks if the sync
backend
is running.
/external/chromium_org/components/nacl/browser/
pnacl_host_unittest.cc
40
// Give the host a chance to de-init the
backend
, and then delete it.
188
// The
backend
will have been freed when the query comes back and there
421
// Since we are using a memory
backend
, the clear should happen immediately.
425
// queues, because the
backend
will be freed once it is.
428
// Now check that the
backend
has been freed.
/external/chromium_org/content/browser/gpu/
shader_disk_cache.cc
161
int rv = cache_->
backend
()->OpenEntry(
199
cache_->
backend
()->OnExternalCacheHit(key_);
206
return cache_->
backend
()->CreateEntry(
294
return cache_->
backend
()->OpenNextEntry(
342
cache_->
backend
()->EndEnumeration(&iter_);
/external/chromium_org/third_party/skia/include/gpu/
GrTypes.h
180
*
Backend
-specific 3D context handle
600
* The GrContext's cache of
backend
context state can be partially invalidated.
601
* These enums are specific to the GL
backend
and we'd add a new set for an alternative
backend
.
621
* This value translates to reseting all the context state for any
backend
.
/external/skia/include/gpu/
GrTypes.h
180
*
Backend
-specific 3D context handle
600
* The GrContext's cache of
backend
context state can be partially invalidated.
601
* These enums are specific to the GL
backend
and we'd add a new set for an alternative
backend
.
621
* This value translates to reseting all the context state for any
backend
.
/external/chromium/chrome/browser/autocomplete/
history_url_provider.cc
153
void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend*
backend
,
163
DoAutocomplete(
backend
, db, params);
176
void HistoryURLProvider::DoAutocomplete(history::HistoryBackend*
backend
,
214
kMaxMatches * 2, (
backend
== NULL), &url_matches);
239
(!
backend
|| !params->dont_suggest_exact_input) &&
257
if (!
backend
)
263
CullRedirects(
backend
, &history_matches, kMaxMatches + exact_suggestion);
629
// someone unloads the history
backend
, we'll get inconsistent inline
713
void HistoryURLProvider::CullRedirects(history::HistoryBackend*
backend
,
721
backend
->GetMostRecentRedirectsFrom(url, &redirects)
[
all
...]
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.h
63
// The
backend
has completed initialization and it is now ready to accept and
67
// The
backend
queried the server recently and received some updates.
70
// The
backend
encountered an authentication problem and requests new
110
// A UI-thread safe API into the sync
backend
that "hosts" the top-level
250
// service). Must be called only after the sync
backend
has been
265
explicit Core(SyncBackendHost*
backend
);
391
// Delete the sync data folder to cleanup
backend
data. Happens the first
/external/chromium_org/net/disk_cache/
eviction.cc
80
void Eviction::Init(BackendImpl*
backend
) {
81
// We grab a bunch of info from the
backend
to make the code a little cleaner
83
backend_ =
backend
;
84
rankings_ = &
backend
->rankings_;
87
index_size_ =
backend
->mask_ + 1;
88
new_eviction_ =
backend
->new_eviction_;
98
// It is possible for the
backend
initialization to fail, in which case this
entry_impl.cc
90
// zero. The buffer grows up to a size determined by the
backend
, to keep the
94
explicit UserBuffer(BackendImpl*
backend
)
95
: backend_(
backend
->GetWeakPtr()), offset_(0), grow_allowed_(true) {
295
EntryImpl::EntryImpl(BackendImpl*
backend
, Addr address, bool read_only)
297
backend_(
backend
->GetWeakPtr()), doomed_(false), read_only_(read_only),
299
entry_.LazyInit(
backend
->File(address), address);
662
// total size tracked by the
backend
.
680
void EntryImpl::OnEntryCreated(BackendImpl*
backend
) {
682
background_queue_ =
backend
->GetBackgroundQueue();
766
//
backend
is disabled
[
all
...]
entry_impl.h
41
EntryImpl(BackendImpl*
backend
, Addr address, bool read_only);
129
void OnEntryCreated(BackendImpl*
backend
);
265
int unreported_size_[kNumStreams]; // Bytes not reported yet to the
backend
.
/external/grub/docs/
internals.texi
182
The variables which can be read by the filesystem
backend
are:
214
filesystem
backend
desires.
217
The variables which need to be written by a filesystem
backend
are:
225
it being the same for later calls into the
backend
code!
238
The functions expected to be used by the filesystem
backend
are:
246
If the
backend
uses the block list code, then @code{grub_read} can be
254
The functions expected to be defined by the filesystem
backend
are
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc
112
// Helper function which returns true if the sync
backend
has been initialized,
113
// or if
backend
initialization was blocked for some reason.
117
//
Backend
is initialized.
120
//
Backend
initialization is blocked by an auth error.
123
//
Backend
initialization is blocked by a failure to fetch Oauth2 tokens.
126
// Still waiting on
backend
initialization.
182
//
backend
migration.
324
// Subscribe sync client to notifications from the
backend
migrator
475
// The sync
backend
host has already been initialized; don't wait.
[
all
...]
profile_sync_service_harness.h
83
// Blocks the caller until the sync
backend
host associated with this harness
173
// Encrypts all datatypes. This method will block while the sync
backend
host
236
// Returns true if there is a
backend
migration in progress.
/external/chromium_org/chrome/browser/history/
history_backend.h
77
// Sets the in-memory history
backend
. The in-memory
backend
is created by
78
// the main
backend
. For non-unit tests, this happens on the background
85
// Ownership of the
backend
pointer is transferred to this function.
87
InMemoryHistoryBackend*
backend
) = 0;
98
// Invoked when the
backend
has finished loading the db.
114
//
backend
is calling the method.
149
// Updates the database
backend
with a page's ending time stamp information.
219
//
Backend
for QueryRedirectsFrom.
564
// top URL and its redirects. This should only be done once at
backend
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.h
156
// Reports
backend
initialization success. Includes some objects from sync
174
// Note: it is illegal to call this before the
backend
is initialized.
177
// Handles
backend
initialization failure.
/external/chromium_org/content/browser/media/
webrtc_identity_store.cc
191
// and make the
backend
request.
201
// Bail out if the
backend
failed to start the task.
275
DVLOG(2) << "New identity generated and added to the
backend
.";
/external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc
73
AppCacheBackend*
backend
)
75
backend_(
backend
),
82
DCHECK(client &&
backend
&& (host_id_ != appcache::kNoHostId));
Completed in 894 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>