OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:importer
(Results
176 - 200
of
491
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
FunctionImport.h
29
/// The function
importer
is automatically importing function from other modules
51
/// Create a Function
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
FunctionImport.h
29
/// The function
importer
is automatically importing function from other modules
51
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
FunctionImport.h
29
/// The function
importer
is automatically importing function from other modules
51
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
FunctionImport.h
29
/// The function
importer
is automatically importing function from other modules
51
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h
83
/// AST
Importer
.
102
/// the AST
Importer
.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
FunctionImport.h
32
/// The function
importer
is automatically importing function from other modules
54
/// Create a Function
Importer
.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c
203
PyObject *argv0 = NULL, *
importer
= NULL;
local
206
(
importer
= PyImport_GetImporter(argv0)) &&
207
(
importer
->ob_type != &PyNullImporter_Type))
216
Py_DECREF(
importer
);
222
Py_XDECREF(
importer
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
main.c
198
PyObject *argv0 = NULL, *
importer
= NULL;
local
201
(
importer
= PyImport_GetImporter(argv0)) &&
202
(
importer
->ob_type != &PyNullImporter_Type))
211
Py_DECREF(
importer
);
217
Py_XDECREF(
importer
);
/external/perfetto/tools/trace_to_text/
main.cc
35
#include <google/protobuf/compiler/
importer
.h>
80
using google::protobuf::compiler::
Importer
;
213
Importer
importer
(&dst, &mfe);
215
importer
.Import("perfetto/trace/trace.proto");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py
33
3) A "module
importer
" class provides an interface to import a
38
One module
importer
class is defined (ModuleImporter), which uses a
45
If a module
importer
class supports dotted names, its import_module()
339
"""Basic module
importer
; uses module loader.
402
"""A module
importer
that supports packages."""
547
def install(
importer
= None):
549
current_importer =
importer
or default_importer or ModuleImporter()
/external/python/cpython2/Lib/
ihooks.py
33
3) A "module
importer
" class provides an interface to import a
38
One module
importer
class is defined (ModuleImporter), which uses a
45
If a module
importer
class supports dotted names, its import_module()
339
"""Basic module
importer
; uses module loader.
402
"""A module
importer
that supports packages."""
547
def install(
importer
= None):
549
current_importer =
importer
or default_importer or ModuleImporter()
Completed in 1647 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>