OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:importer
(Results
126 - 150
of
491
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/tensorflow/tensorflow/core/platform/default/
protobuf.h
23
#include "google/protobuf/compiler/
importer
.h"
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java
26
public static final String COMPONENT_IMPORTER = "
Importer
";
/system/extras/systrace_analysis/
analysis.html
18
<link rel="import" href="/tracing/extras/
importer
/linux_perf/ftrace_importer.html">
19
<link rel="import" href="/tracing/extras/
importer
/android/event_log_importer.html">
21
<link rel="import" href="/tracing/
importer
/import.html">
190
var i = new tr.
importer
.Import(model);
/external/drm_hwcomposer/
drmcomposition.cpp
34
DrmComposition::DrmComposition(DrmResources *drm,
Importer
*
importer
,
36
: drm_(drm), importer_(
importer
), planner_(planner) {
/external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java
29
* private ObjectImporter
importer
;
33
*
importer
= oi; objectId = id;
43
private static final String fieldImporter = "
importer
";
ObjectImporter.java
24
* The object
importer
enables applets to call a method on a remote
83
* Constructs an object
importer
.
97
* Constructs an object
importer
.
100
* you can construct an object
importer
as follows:
132
*
importer
connects a server through the http proxy server.
/external/tensorflow/tensorflow/contrib/tensorrt/test/
test_tftrt.py
32
from tensorflow.python.framework import
importer
as
importer
67
inp, out =
importer
.import_graph_def(
/external/tensorflow/tensorflow/python/tools/
strip_unused_test.py
28
from tensorflow.python.framework import
importer
87
_ =
importer
.import_graph_def(output_graph_def, name="")
144
_ =
importer
.import_graph_def(output_graph_def, name="")
/external/tensorflow/tensorflow/python/training/
quantize_training_test.py
26
from tensorflow.python.framework import
importer
72
_ =
importer
.import_graph_def(result, name='')
84
_ =
importer
.import_graph_def(result, name='')
/external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions.cc
97
tensorflow::protobuf::compiler::
Importer
importer
(&source_tree,
105
importer
.Import(proto_path);
/packages/experimental/LoaderApp/res/values/
config.xml
27
<!-- If true, vcard
importer
shows a dialog which asks the user whether the user wants
29
skipped and the
importer
asks the user to choose one vcard file.
47
<!-- The type of vcard for improt. If the vcard
importer
cannot guess the exact type
/prebuilts/go/darwin-x86/src/go/types/
eval_test.go
11
"go/
importer
"
164
conf := Config{
Importer
:
importer
.Default()}
hilbert_test.go
12
"go/
importer
"
43
conf := Config{
Importer
:
importer
.Default()}
typestring_test.go
9
"go/
importer
"
27
conf := Config{
Importer
:
importer
.Default()}
example_test.go
23
"go/
importer
"
66
conf := types.Config{
Importer
:
importer
.Default()}
122
conf := types.Config{
Importer
:
importer
.Default()}
gotype.go
31
(import "./mypkg") because the source
importer
cannot know which
84
"go/
importer
"
156
(import "./mypkg") because the source
importer
cannot know which
278
Importer
:
importer
.For(*compiler, nil),
stdlib_test.go
14
"go/
importer
"
34
// Use the same
importer
for all std lib tests to
36
stdLibImporter =
importer
.Default()
122
conf := Config{
Importer
: stdLibImporter}
224
Importer
: stdLibImporter,
/prebuilts/go/linux-x86/src/go/types/
eval_test.go
11
"go/
importer
"
164
conf := Config{
Importer
:
importer
.Default()}
hilbert_test.go
12
"go/
importer
"
43
conf := Config{
Importer
:
importer
.Default()}
typestring_test.go
9
"go/
importer
"
27
conf := Config{
Importer
:
importer
.Default()}
example_test.go
23
"go/
importer
"
66
conf := types.Config{
Importer
:
importer
.Default()}
122
conf := types.Config{
Importer
:
importer
.Default()}
gotype.go
31
(import "./mypkg") because the source
importer
cannot know which
84
"go/
importer
"
156
(import "./mypkg") because the source
importer
cannot know which
278
Importer
:
importer
.For(*compiler, nil),
stdlib_test.go
14
"go/
importer
"
34
// Use the same
importer
for all std lib tests to
36
stdLibImporter =
importer
.Default()
122
conf := Config{
Importer
: stdLibImporter}
224
Importer
: stdLibImporter,
/external/python/cpython3/Lib/test/test_importlib/
util.py
197
"""Base class to help with creating
importer
mocks."""
238
"""
Importer
mock using PEP 302 APIs."""
262
"""
Importer
mock using PEP 451 APIs."""
373
def mock_path_hook(*entries,
importer
):
378
return
importer
/frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java
149
* We are afraid of the case where some vCard
importer
also forget handling QP presuming QP is
153
* This flag is useful when some target
importer
you are going to focus on does not accept
176
* should be encoded into half-width katakana when the target
importer
is Japanese mobile
203
* If you are targeting to the
importer
which cannot accept TYPE params without "TYPE="
231
* This flag disables that formatting, affecting both
importer
and exporter.
248
//// The followings are VCard types available from
importer
/exporter. ////
268
* Uses UTF-8 for the charset as a charset for exporting. Note that old vCard
importer
Completed in 827 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>