HomeSort by relevance Sort by last modified time
    Searched refs:Export (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/clang/lib/Lex/
ModuleMap.cpp 45 assert(Unresolved.Wildcard && "Invalid unresolved export");
389 // If inferred submodules export everything they import, add a
405 // If inferred submodules export everything they import, add a
701 // export *
704 // module * { export * }
879 Module::ExportDecl Export = resolveExport(Mod, UE, Complain);
880 if (Export.getPointer() || Export.getInt())
881 Mod->Exports.push_back(Export);
    [all...]
  /external/v8/src/js/
promise.js 288 // Export to bindings
643 utils.Export(function(to) {
collection.js 484 utils.Export(function(to) {
string.js 545 utils.Export(function(to) {
i18n.js     [all...]
  /external/v8/src/wasm/
wasm-module-builder.cc 144 void WasmFunctionBuilder::Export() { exported_ = true; }
  /external/webp/src/dec/
vp8l_dec.c 521 // Export to ARGB
523 // We have special "export" function since we need to convert from BGRA
524 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
559 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
580 // Export to YUVA
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 13 // Export filtering
77 func filterFieldList(fields *FieldList, filter Filter, export bool) (removedFields bool) {
98 if export {
99 filterType(f.Type, filter, export)
112 func filterParamList(fields *FieldList, filter Filter, export bool) bool {
118 if filterType(f.Type, filter, export) {
125 func filterType(typ Expr, f Filter, export bool) bool {
130 return filterType(t.X, f, export)
132 return filterType(t.Elt, f, export)
134 if filterFieldList(t.Fields, f, export) {
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 13 // Export filtering
77 func filterFieldList(fields *FieldList, filter Filter, export bool) (removedFields bool) {
98 if export {
99 filterType(f.Type, filter, export)
112 func filterParamList(fields *FieldList, filter Filter, export bool) bool {
118 if filterType(f.Type, filter, export) {
125 func filterType(typ Expr, f Filter, export bool) bool {
130 return filterType(t.X, f, export)
132 return filterType(t.Elt, f, export)
134 if filterFieldList(t.Fields, f, export) {
    [all...]
  /external/v8/src/compiler/
raw-machine-assembler.cc 45 Schedule* RawMachineAssembler::Export() {
code-assembler.cc 73 Schedule* schedule = raw_assembler_->Export();
    [all...]
raw-machine-assembler.h 58 // that this RawMachineAssembler becomes invalid after export.
59 Schedule* Export();
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 26 version int // export format version
48 // If the export data version is not recognized or the format is otherwise
111 errorf("unknown export format version %d (%q)", p.version, versionstr)
114 // --- generic export data ---
241 // once; and b) we ignore compiler-specific export data which may contain
375 // explicit package information in the export data.
616 // version 0 didn't export a package for _ fields
851 errorf("unexpected escape sequence in export data")
861 // Export format
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 26 version int // export format version
48 // If the export data version is not recognized or the format is otherwise
111 errorf("unknown export format version %d (%q)", p.version, versionstr)
114 // --- generic export data ---
241 // once; and b) we ignore compiler-specific export data which may contain
375 // explicit package information in the export data.
616 // version 0 didn't export a package for _ fields
851 errorf("unexpected escape sequence in export data")
861 // Export format
  /external/clang/include/clang/Serialization/
ASTReader.h 618 /// \brief A module import, export, or conflict that hasn't yet been resolved.
627 enum { Import, Export, Conflict } Kind;
632 /// \brief Whether this is a wildcard export.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iiisext.h     [all...]
exdisp.h     [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/v8/src/debug/
debug.js     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bimport.go 6 // See bexport.go for the export data format and how
20 // The overall structure of Import is symmetric to Export: For each
21 // export method in bexport.go there is a matching and symmetric method
22 // in bimport.go. Changing the export format requires making symmetric
28 version int // export format version
99 formatErrorf("unknown export format version %d (%q)", p.version, versionstr)
102 // --- generic export data ---
133 // --- compiler-specific export data ---
215 // --- end of export data ---
635 // version 0 didn't export a package for _ field
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bimport.go 6 // See bexport.go for the export data format and how
20 // The overall structure of Import is symmetric to Export: For each
21 // export method in bexport.go there is a matching and symmetric method
22 // in bimport.go. Changing the export format requires making symmetric
28 version int // export format version
99 formatErrorf("unknown export format version %d (%q)", p.version, versionstr)
102 // --- generic export data ---
133 // --- compiler-specific export data ---
215 // --- end of export data ---
635 // version 0 didn't export a package for _ field
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/
aws-java-sdk-importexport-1.11.18.jar 
  /build/make/core/
binary.mk     [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/v8/src/asmjs/
asm-wasm-builder.cc 644 function->Export();
    [all...]

Completed in 1206 milliseconds

1 2 34 5