HomeSort by relevance Sort by last modified time
    Searched defs:PUBLIC (Results 1 - 25 of 457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
IdtVectorAsm.asm 27 PUBLIC AsmGetVectorTemplatInfo
28 PUBLIC AsmVectorFixup
30 PUBLIC AsmVectorFixup
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
S3Asm.asm 20 PUBLIC AsmFixAddress16
21 PUBLIC AsmJmpAddr32
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
S3Asm.asm 22 PUBLIC AsmFixAddress16
23 PUBLIC AsmJmpAddr32
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcdiv64.asm 29 PUBLIC _mpd_div_words
  /libcore/ojluni/src/main/java/java/lang/reflect/
Member.java 6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
39 public
43 * Identifies the set of all public members of a class or interface,
46 public static final int PUBLIC = 0;
52 public static final int DECLARED = 1;
61 public Class<?> getDeclaringClass();
69 public String getName()
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 28 _TEXT_REALMODE SEGMENT PARA PUBLIC USE16 'CODE'
55 _ModuleEntryPoint PROC C PUBLIC
123 ProtectedModeEntryPoint PROC NEAR C PUBLIC
139 PUBLIC BootGdtTable
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
AccessSpecifier.java 8 * a) the GNU Lesser General Public License as published by
19 * GNU Lesser General Public License for more details.
31 public enum AccessSpecifier {
33 PUBLIC("public"),
44 public String asString() {
Modifier.java 8 * a) the GNU Lesser General Public License as published by
19 * GNU Lesser General Public License for more details.
29 public enum Modifier {
30 PUBLIC,
53 public String asString() {
57 public EnumSet<Modifier> toEnumSet() {
61 public static AccessSpecifier getAccessSpecifier(EnumSet<Modifier> modifiers) {
62 if (modifiers.contains(Modifier.PUBLIC)) {
63 return AccessSpecifier.PUBLIC;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
AccessSpecifier.java 8 * a) the GNU Lesser General Public License as published by
19 * GNU Lesser General Public License for more details.
31 public enum AccessSpecifier {
33 PUBLIC("public"),
44 public String getCodeRepresenation(){
Modifier.java 5 public enum Modifier {
6 PUBLIC("public"),
27 public String getLib() {
31 public EnumSet<Modifier> toEnumSet() {
35 public static AccessSpecifier getAccessSpecifier(EnumSet<Modifier> modifiers) {
36 if (modifiers.contains(Modifier.PUBLIC)) {
37 return AccessSpecifier.PUBLIC;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
AccessSpecifier.java 8 * a) the GNU Lesser General Public License as published by
19 * GNU Lesser General Public License for more details.
31 public enum AccessSpecifier {
33 PUBLIC("public"),
44 public String getCodeRepresenation(){
  /external/proguard/src/proguard/classfile/util/
AccessUtil.java 8 * under the terms of the GNU General Public License as published by the Free
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 * You should have received a copy of the GNU General Public License along
29 * <code>PACKAGE_VISIBLE</code>, <code>PROTECTED</code>, and <code>PUBLIC</code>.
33 public class AccessUtil
35 public static final int PRIVATE = 0;
36 public static final int PACKAGE_VISIBLE = 1;
37 public static final int PROTECTED = 2;
38 public static final int PUBLIC = 3
    [all...]
  /external/swiftshader/src/Common/
Resource.hpp 24 PUBLIC, // Application/API access
32 public:
  /external/turbine/java/com/google/turbine/model/
TurbineVisibility.java 20 public enum TurbineVisibility {
21 PUBLIC(3, TurbineFlag.ACC_PUBLIC),
34 public boolean moreVisible(TurbineVisibility other) {
38 public int flag() {
42 public static TurbineVisibility fromAccess(int access) {
46 return PUBLIC;
58 public int setAccess(int access) {
  /libcore/ojluni/src/main/java/java/security/
KeyRep.java 6 * under the terms of the GNU General Public License version 2 only, as
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * You should have received a copy of the GNU General Public License version
58 public class KeyRep implements Serializable {
67 public static enum Type {
72 /** Type for public keys. */
73 PUBLIC,
85 * Either one of Type.SECRET, Type.PUBLIC, or Type.PRIVATE
117 * @param type either one of Type.SECRET, Type.PUBLIC, or Type.PRIVATE
131 public KeyRep(Type type, String algorithm
    [all...]
  /art/dalvikvm/
dalvikvm.cc 31 // Determine whether or not the specified method is public.
51 static const int PUBLIC = 0x0001; // java.lang.reflect.Modifiers.PUBLIC
52 if ((modifiers & PUBLIC) == 0) {
89 // Make sure the method is public. JNI doesn't prevent us from
92 fprintf(stderr, "Sorry, main() is not public in '%s'\n", class_name.c_str());
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.asm 36 _TEXT_REALMODE SEGMENT PARA PUBLIC USE16 'CODE'
69 _ModuleEntryPoint PROC NEAR C PUBLIC
123 _TEXT_PROTECTED_MODE SEGMENT PARA PUBLIC USE32 'CODE'
147 ProtectedModeEntryPoint PROC NEAR PUBLIC
258 PUBLIC BootGdtTable
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 35 _TEXT_REALMODE SEGMENT PARA PUBLIC USE16 'CODE'
68 _ModuleEntryPoint PROC NEAR C PUBLIC
122 _TEXT_PROTECTED_MODE SEGMENT PARA PUBLIC USE32 'CODE'
146 ProtectedModeEntryPoint PROC NEAR PUBLIC
247 PUBLIC BootGdtTable
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
win64.asm 0 PUBLIC ffi_call_AMD64
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
win64.asm 0 PUBLIC ffi_call_AMD64
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliFieldTest.java 45 public class SmaliFieldTest extends LightCodeInsightFixtureTestCase {
46 public void testBasicField() {
48 ".class public Lmy/pkg/blah; .super Ljava/lang/Object;\n" +
49 ".field public myField:I");
65 Assert.assertEquals(AccessFlags.PUBLIC.getValue(), modifierList.getAccessFlags());
66 Assert.assertTrue(modifierList.hasExplicitModifier("public"));
67 Assert.assertTrue(modifierList.hasModifierProperty("public"));
68 Assert.assertTrue(fields[0].hasModifierProperty("public"));
84 public void testSmaliSuperField() {
86 ".class public Lmy/pkg/base; .super Ljava/lang/Object;\n"
    [all...]
  /external/turbine/java/com/google/turbine/tree/
TurbineModifier.java 28 public enum TurbineModifier {
31 PUBLIC(TurbineFlag.ACC_PUBLIC),
55 public int flag() {
60 public String toString() {
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 36 public class VisibilityMetadataFragment extends Fragment {
62 public static VisibilityMetadataFragment newInstance() {
68 public VisibilityMetadataFragment() {
69 // Required empty public constructor
73 public void onCreate(Bundle savedInstanceState) {
80 public View onCreateView(LayoutInflater inflater, ViewGroup container,
87 public void onViewCreated(View view, Bundle savedInstanceState) {
92 public void onClick(View view) {
129 return NotificationVisibility.PUBLIC;
135 //If not selected, returns PUBLIC as default
    [all...]
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 36 public class VisibilityMetadataFragment extends Fragment {
62 public static VisibilityMetadataFragment newInstance() {
68 public VisibilityMetadataFragment() {
69 // Required empty public constructor
73 public void onCreate(Bundle savedInstanceState) {
80 public View onCreateView(LayoutInflater inflater, ViewGroup container,
87 public void onViewCreated(View view, Bundle savedInstanceState) {
92 public void onClick(View view) {
129 return NotificationVisibility.PUBLIC;
135 //If not selected, returns PUBLIC as default
    [all...]
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
VisibilityMetadataFragment.java 36 public class VisibilityMetadataFragment extends Fragment {
62 public static VisibilityMetadataFragment newInstance() {
68 public VisibilityMetadataFragment() {
69 // Required empty public constructor
73 public void onCreate(Bundle savedInstanceState) {
80 public View onCreateView(LayoutInflater inflater, ViewGroup container,
87 public void onViewCreated(View view, Bundle savedInstanceState) {
92 public void onClick(View view) {
129 return NotificationVisibility.PUBLIC;
135 //If not selected, returns PUBLIC as default
    [all...]

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 91011>>