OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
351 - 375
of
1941
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h
56
SimpleBackendImpl*
backend
,
66
// Identical to
Backend
::Doom() except that it accepts a CompletionCallback.
141
// operation initiated through the
backend
(e.g. create, open) so that clients
142
// don't get notified after they deleted the
backend
(which they would not
158
// us at this point. We need to remove |this| from the
Backend
and the
320
// Number of times this object has been returned from
Backend
::OpenEntry() and
321
//
Backend
::CreateEntry() without subsequent Entry::Close() calls. Used to
322
// notify the
backend
when this entry not used by any callers.
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackend.h
44
// for the split out of the Database
backend
to be done later. This
46
// DatabaseBackend to do so before the proper
backend
split is
SQLStatement.h
63
// The AbstractSQLStatementBackend owns the SQLStatement. Hence, the
backend
is
65
// to the
backend
using a raw pointer here.
/external/chromium_org/third_party/gtk+/
AUTHORS
56
Mac OS X
backend
61
DirectFB
backend
/external/elfutils/backends/
alpha_init.c
1
/* Initialization of Alpha specific
backend
library.
31
#define
BACKEND
alpha_
i386_init.c
1
/* Initialization of i386 specific
backend
library.
31
#define
BACKEND
i386_
ia64_init.c
1
/* Initialization of IA-64 specific
backend
library.
31
#define
BACKEND
ia64_
ppc64_init.c
1
/* Initialization of PPC64 specific
backend
library.
31
#define
BACKEND
ppc64_
ppc64_symbol.c
36
#define
BACKEND
ppc64_
103
/* Check if
backend
uses a bss PLT in this file. */
ppc_init.c
1
/* Initialization of PPC specific
backend
library.
31
#define
BACKEND
ppc_
s390_init.c
1
/* Initialization of S/390 specific
backend
library.
30
#define
BACKEND
s390_
sparc_init.c
1
/* Initialization of SPARC specific
backend
library.
30
#define
BACKEND
sparc_
x86_64_init.c
1
/* Initialization of x86-64 specific
backend
library.
31
#define
BACKEND
x86_64_
/external/llvm/docs/tutorial/
index.rst
28
`Tutorial: Creating an LLVM
Backend
for the Cpu0 Architecture <http://jonathan2251.github.com/lbd/>`_
29
A step-by-step tutorial for developing an LLVM
backend
. Under
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm
53
unless ($JSON::
Backend
) {
56
my $
backend
= exists $ENV{PERL_JSON_BACKEND} ? $ENV{PERL_JSON_BACKEND} : 1;
58
if ($
backend
eq '1' or $
backend
=~ /JSON::XS\s*,\s*JSON::PP/) {
61
elsif ($
backend
eq '0' or $
backend
eq 'JSON::PP') {
64
elsif ($
backend
eq '2' or $
backend
eq 'JSON::XS') {
67
elsif ($
backend
eq 'JSON::backportPP') {
85
JSON::
Backend
::X
184
sub
backend
{
subroutine
[
all
...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm
53
unless ($JSON::
Backend
) {
56
my $
backend
= exists $ENV{PERL_JSON_BACKEND} ? $ENV{PERL_JSON_BACKEND} : 1;
58
if ($
backend
eq '1' or $
backend
=~ /JSON::XS\s*,\s*JSON::PP/) {
61
elsif ($
backend
eq '0' or $
backend
eq 'JSON::PP') {
64
elsif ($
backend
eq '2' or $
backend
eq 'JSON::XS') {
67
elsif ($
backend
eq 'JSON::backportPP') {
85
JSON::
Backend
::X
184
sub
backend
{
subroutine
[
all
...]
/external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm
53
unless ($JSON::
Backend
) {
56
my $
backend
= exists $ENV{PERL_JSON_BACKEND} ? $ENV{PERL_JSON_BACKEND} : 1;
58
if ($
backend
eq '1' or $
backend
=~ /JSON::XS\s*,\s*JSON::PP/) {
61
elsif ($
backend
eq '0' or $
backend
eq 'JSON::PP') {
64
elsif ($
backend
eq '2' or $
backend
eq 'JSON::XS') {
67
elsif ($
backend
eq 'JSON::backportPP') {
85
JSON::
Backend
::X
184
sub
backend
{
subroutine
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrGpu.h
43
* Create an instance of GrGpu that matches the specified
backend
. If the requested
backend
is
419
// overridden by
backend
-specific derived class to create objects.
429
// overridden by
backend
-specific derived class to perform the clear and
434
// overridden by
backend
-specific derived class to perform the draw call.
437
// overridden by
backend
-specific derived class to perform the path stenciling.
441
// overridden by
backend
-specific derived class to perform flush
444
// overridden by
backend
-specific derived class to perform the read pixels.
451
// overridden by
backend
-specific derived class to perform the texture update
457
// overridden by
backend
-specific derived class to perform the resolv
[
all
...]
/external/skia/src/gpu/
GrGpu.h
43
* Create an instance of GrGpu that matches the specified
backend
. If the requested
backend
is
419
// overridden by
backend
-specific derived class to create objects.
429
// overridden by
backend
-specific derived class to perform the clear and
434
// overridden by
backend
-specific derived class to perform the draw call.
437
// overridden by
backend
-specific derived class to perform the path stenciling.
441
// overridden by
backend
-specific derived class to perform flush
444
// overridden by
backend
-specific derived class to perform the read pixels.
451
// overridden by
backend
-specific derived class to perform the texture update
457
// overridden by
backend
-specific derived class to perform the resolv
[
all
...]
/external/chromium_org/chrome/browser/history/
history_service.cc
6
// database operations don't delay the browser. This
backend
processing is
127
// Sends messages from the
backend
to us on the main thread. This must be a
130
// Release when the
Backend
has a reference to us).
152
history::InMemoryHistoryBackend*
backend
) OVERRIDE {
153
// Send the
backend
to the history service on the main thread.
154
scoped_ptr<history::InMemoryHistoryBackend> in_memory_backend(
backend
);
230
// Shutdown the
backend
. This does nothing if Cleanup was already invoked.
236
// NOTE: We start the
backend
loading even though it completes asynchronously
238
// callers of this assume that if the
backend
isn't yet loaded it will be
240
// later. If we've purged the
backend
, we haven't necessarily restarted i
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
client_login_response_handler.h
43
// A string that tells the Accounts
backend
to which service we're trying to
/external/chromium/chrome/browser/sessions/
session_service_test_helper.h
68
SessionBackend*
backend
();
/external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.h
19
// to the sync API by the application hosting the syncer
backend
.
/external/chromium/chrome/browser/sync/glue/
history_model_worker.cc
22
virtual bool RunOnDBThread(history::HistoryBackend*
backend
,
/external/chromium/chrome/browser/sync/
js_backend.h
21
// Sets the JS event router to which all
backend
events will be
Completed in 842 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>