OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:importers
(Results
1 - 25
of
37
) sorted by null
1
2
/external/chromium-trace/trace-viewer/src/tracing/
trace_model.js
59
* Registers an importer. All registered
importers
are considered
207
* is undefined and will be passed to all the
importers
registered
234
// Figure out which
importers
to use.
235
var
importers
= [];
237
importers
.push(this.createImporter_(traces[i]));
242
for (var i = 0; i <
importers
.length; i++) {
243
var subTrace =
importers
[i].extractSubtrace();
247
importers
.push(this.createImporter_(subTrace));
252
importers
.sort(function(x, y) {
257
for (var i = 0; i <
importers
.length; i++
[
all
...]
/external/chromium_org/chrome/utility/importer/
importer.h
17
// The base class of all
importers
.
20
// All
importers
should implement this method by adding their import logic.
nss_decryptor.h
17
// we remove the
importers
that depend on NSS when doing USE_OPENSSL builds, but
safari_importer.mm
30
// A function like this is used by other
importers
in order to filter out
/external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.h
15
// 4. This is completely automated as opposed to
Importers
, which are explicit.
/external/chromium/chrome/browser/importer/
importer_type.h
15
// An enumeration of the type of
importers
that we support to import
nss_decryptor.h
18
// we remove the
importers
that depend on NSS when doing USE_OPENSSL builds, but
importer.h
20
// The base class of all
importers
.
23
// All
importers
should implement this method by adding their import logic.
importer_host.h
29
// This class hosts the
importers
. It enumerates profiles from other
safari_importer.mm
29
// A function like this is used by other
importers
in order to filter out
/external/chromium_org/chrome/common/importer/
importer_type.h
12
// An enumeration of the type of
importers
that we support to import
/external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.h
17
// 4. This is completely automated as opposed to
Importers
, which are explicit.
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
importer.py
24
"""Called after all other
importers
for the model are run."""
model.py
17
# Register
importers
for data
72
importers
= []
74
importers
.append(self._CreateImporter(event_data))
76
importers
.sort(cmp=lambda x, y: x.import_priority - y.import_priority)
78
for importer in
importers
:
88
for importer in
importers
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py
141
importers
= iter_importers()
143
importers
= map(get_importer, path)
146
for i in
importers
:
401
"""Yield PEP 302
importers
for the given module name
403
If fullname contains a '.', the
importers
will be for the package
404
containing fullname, otherwise they will be
importers
for sys.meta_path,
runpy.py
7
importers
when locating support scripts as well as when importing modules.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py
141
importers
= iter_importers()
143
importers
= map(get_importer, path)
146
for i in
importers
:
401
"""Yield PEP 302
importers
for the given module name
403
If fullname contains a '.', the
importers
will be for the package
404
containing fullname, otherwise they will be
importers
for sys.meta_path,
runpy.py
7
importers
when locating support scripts as well as when importing modules.
/external/chromium/chrome/browser/cocoa/
file_metadata.mm
21
// Spotlight
importers
, which requires that the importer own the target file.
/external/chromium_org/content/browser/download/
file_metadata_mac.mm
22
// Spotlight
importers
, which requires that the importer own the target file.
/external/chromium_org/tools/telemetry/docs/
telemetry.core.timeline.importer.html
41
<dl><dt><a name="TimelineImporter-FinalizeImport"><strong>FinalizeImport</strong></a>(self)</dt><dd><tt>Called after all other
importers
for the model are run.</tt></dd></dl>
telemetry.core.timeline.trace_event_importer.html
57
<dl><dt><a name="TraceEventTimelineImporter-FinalizeImport"><strong>FinalizeImport</strong></a>(self)</dt><dd><tt>Called by the Model after all other
importers
have imported their<br>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py
36
"""Context manager to manage the various
importers
and stored state in the
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py
36
"""Context manager to manage the various
importers
and stored state in the
/external/chromium-trace/trace-viewer/src/tracing/importer/
v8_log_importer.js
229
* Called by the Model after all other
importers
have imported their
Completed in 465 milliseconds
1
2