OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
251 - 275
of
851
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/utils/TableGen/
RegisterInfoEmitter.h
10
// This tablegen
backend
is responsible for emitting a description of a target
SubtargetEmitter.h
10
// This tablegen
backend
emits subtarget enumerations.
/external/tremolo/Tremolo/
treminfo.c
255
/* time
backend
settings, not actually used */
260
/* floor
backend
settings */
274
/* residue
backend
settings */
280
/* map
backend
settings */
/external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.h
58
//
Backend
to Frontend
/external/webkit/Source/WebCore/storage/
IDBTransaction.h
57
IDBTransactionBackendInterface*
backend
() const;
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.h
88
disk_cache::
Backend
* m_cacheBackend;
/external/bluetooth/glib/gio/inotify/
inotify-helper.c
67
* Initializes the inotify
backend
. This must be called before
96
IH_W ("started gvfs inotify
backend
\n");
/external/chromium/chrome/browser/
browsing_data_remover.h
25
class
Backend
;
203
disk_cache::
Backend
* cache_;
/external/chromium/chrome/browser/policy/
device_token_fetcher.h
124
// Service and
backend
. A new
backend
is created whenever the fetcher gets
/external/chromium/chrome/browser/resources/options/chromeos/
accounts_user_list.js
72
* Adds given user to model and update
backend
.
84
* Removes given user from model and update
backend
.
/external/chromium/chrome/browser/sessions/
session_backend.h
22
// SessionBackend is the
backend
used by BaseSessionService. It is responsible
47
// indicates which service is using this
backend
. |type| is used to determine
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
70
bool CustomRoots; //< Default is to pass through to
backend
.
72
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/llvm/include/llvm/MC/
MCAssembler.h
70
/// @name Assembler
Backend
Data
454
/// @name Assembler
Backend
Data
663
TargetAsmBackend &
Backend
;
675
/// The map of sections to their associated assembler
backend
data.
680
/// The map of symbols to their associated assembler
backend
data.
790
TargetAsmBackend &getBackend() const { return
Backend
; }
798
/// if not specified it is automatically created from
backend
.
872
/// @name
Backend
Data Access
/external/llvm/lib/Target/MBlaze/
MBlazeELFWriterInfo.cpp
1
//===-- MBlazeELFWriterInfo.cpp - ELF Writer Info for the MBlaze
backend
--===//
10
// This file implements ELF writer information for the MBlaze
backend
.
/external/llvm/lib/Target/X86/
X86ELFWriterInfo.cpp
1
//===-- X86ELFWriterInfo.cpp - ELF Writer Info for the X86
backend
--------===//
10
// This file implements ELF writer information for the X86
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/llvm/lib/MC/
WinCOFFStreamer.cpp
193
: true) && "Got non COFF section in the COFF
backend
!");
237
: true) && "Got non COFF section in the COFF
backend
!");
264
: true) && "Got non COFF section in the COFF
backend
!");
303
: true) && "Got non COFF section in the COFF
backend
!");
310
: true) && "Got non COFF section in the COFF
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/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/wpa_supplicant/
config.h
307
/* Prototypes for
backend
specific functions from the selected config_*.c */
319
* Each configuration
backend
needs to implement this function.
335
* Each configuration
backend
needs to implement this function.
/external/chromium/net/disk_cache/
backend_impl.cc
186
// This class takes care of building an instance of the
backend
.
192
disk_cache::
Backend
**
backend
,
195
type_(type), flags_(flags), thread_(thread), backend_(
backend
),
202
// Creates the
backend
.
218
disk_cache::
Backend
** backend_;
273
explicit FinalCleanup(disk_cache::BackendImpl*
backend
) : backend_(
backend
) {}
294
net::NetLog* net_log,
Backend
**
backend
,
[
all
...]
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
ArchVariant.cpp
84
/* No method JIT for Thumb
backend
*/
Completed in 1264 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>