HomeSort by relevance Sort by last modified time
    Searched refs:exported (Results 1 - 25 of 599) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
stub-dynsym-1.s 2 .global exported\@
3 .equ exported\@,\@
  /prebuilts/go/darwin-x86/src/cmd/doc/testdata/
pkg.go 10 // Comment about exported constant.
33 // Comment about exported variable.
54 // Comment about exported function.
60 // Comment about exported type.
62 // Comment before exported field.
63 ExportedField int // Comment on line with exported field.
65 ExportedEmbeddedType // Comment on line with exported embedded field.
66 *ExportedEmbeddedType // Comment on line with exported embedded *field.
73 // Comment about exported method.
89 // Comment about constructor for exported type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/testdata/
pkg.go 10 // Comment about exported constant.
33 // Comment about exported variable.
54 // Comment about exported function.
60 // Comment about exported type.
62 // Comment before exported field.
63 ExportedField int // Comment on line with exported field.
65 ExportedEmbeddedType // Comment on line with exported embedded field.
66 *ExportedEmbeddedType // Comment on line with exported embedded *field.
73 // Comment about exported method.
89 // Comment about constructor for exported type
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug322.dir/
lib.go 8 x int // non-exported field
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug466.go 7 // Issue 4159: exported inlinable functions squash
bug461.go 7 // part two of issue 4124. Make sure reflect doesn't mark the field as exported.
issue15470.go 8 // be exported and imported w/o problems.
issue4964.go 7 // Issue 4964: exported escape analysis result is not enough
issue5260.go 7 // Issue 5260: Unicode BOM in exported string constant
issue5470.go 7 // Issue 5470: exported data for inlining may miss
issue5614.go 7 // Issue 5614: exported data for inlining may miss
issue5755.go 7 // Issue 5755: exported data for inlining may miss
issue6789.go 8 // unexported struct embedded in an exported struct.
  /prebuilts/go/linux-x86/test/fixedbugs/bug322.dir/
lib.go 8 x int // non-exported field
  /prebuilts/go/linux-x86/test/fixedbugs/
bug466.go 7 // Issue 4159: exported inlinable functions squash
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn2.d 7 # Programs linked with --export-dynamic threw away .rela.got for exported
10 # object in the program that has pic-relocations to an exported symbol,
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 68 * Comes from {@link android.R.attr#exported android:exported} of the
72 public boolean exported = false; field in class:ComponentInfo
95 exported = orig.exported;
176 pw.println(prefix + "enabled=" + enabled + " exported=" + exported
211 dest.writeInt(exported ? 1 : 0);
225 exported = (source.readInt() != 0);
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 65 `type ExportedType struct{ ... }`, // Exported type.
67 `const ExportedTypedConstant_unexported unexportedType`, // Typed constant, exported for unexported type.
70 `const ConstGroup4 ExportedType = ExportedType{}`, // Typed constant using exported type.
79 `Comment about exported constant`, // No comment for single constant.
80 `Comment about exported variable`, // No comment for single variable.
105 `Comment about exported constant`, // No comment for simple constant.
117 `Comment about exported constant`, // Include comment.
227 `Comment about exported function`, // Include comment.
248 `Comment about exported type`, // Include comment.
250 `Comment before exported field.*\n.*ExportedField +int`
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 65 `type ExportedType struct{ ... }`, // Exported type.
67 `const ExportedTypedConstant_unexported unexportedType`, // Typed constant, exported for unexported type.
70 `const ConstGroup4 ExportedType = ExportedType{}`, // Typed constant using exported type.
79 `Comment about exported constant`, // No comment for single constant.
80 `Comment about exported variable`, // No comment for single variable.
105 `Comment about exported constant`, // No comment for simple constant.
117 `Comment about exported constant`, // Include comment.
227 `Comment about exported function`, // Include comment.
248 `Comment about exported type`, // Include comment.
250 `Comment before exported field.*\n.*ExportedField +int`
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
gobs1.go 7 type T struct{ X, Y, Z int } // Only exported fields are encoded and decoded.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
f.go 9 // Factory functions for non-exported types must not get lost.
13 // Exported must always be visible. Was issue 2824.
14 func Exported() private {}
  /prebuilts/go/darwin-x86/src/runtime/
cgo_ppc64x.go 10 // Go runtime expects and so the symbol it calls needs to be exported
  /prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/
main.go 8 // function F that declares a local interface with a non-exported
  /prebuilts/go/linux-x86/doc/progs/
gobs1.go 7 type T struct{ X, Y, Z int } // Only exported fields are encoded and decoded.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
f.go 9 // Factory functions for non-exported types must not get lost.
13 // Exported must always be visible. Was issue 2824.
14 func Exported() private {}

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>