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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
InlineMethodResolver.java 46 // We can't use, e.g. AccessFlags.STATIC.value, because we need them to be a constant in order to use them as cases
48 public static final int STATIC = 0x8; // AccessFlags.STATIC.value;
49 public static final int VIRTUAL = 0x1; // AccessFlags.PUBLIC.value;
50 public static final int DIRECT = 0x2; // AccessFlags.PRIVATE.value;
53 public static InlineMethodResolver createInlineMethodResolver(int odexVersion) {
67 private static Method inlineMethod(int accessFlags, @Nonnull String cls, @Nonnull String name,
75 private static class InlineMethodResolver_version35 extends InlineMethodResolver
81 inlineMethod(STATIC, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V")
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
15 # STATIC: Section {
16 # STATIC: Name: .eh_frame
17 # STATIC-NEXT: Type: SHT_PROGBITS
18 # STATIC-NEXT: Flags [ (0x2)
19 # STATIC-NEXT: SHF_ALLOC
20 # STATIC-NEXT:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
15 # STATIC: Section {
16 # STATIC: Name: .eh_frame
17 # STATIC-NEXT: Type: SHT_PROGBITS
18 # STATIC-NEXT: Flags [ (0x2)
19 # STATIC-NEXT: SHF_ALLOC
20 # STATIC-NEXT:
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/modifiers/
NodeWithStaticModifier.java 6 import static com.github.javaparser.ast.Modifier.STATIC;
9 * A node that can be static.
14 return getModifiers().contains(STATIC);
19 return setModifier(STATIC, set);
  /external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
alltypes_legacy.c 42 PB_FIELD( 1, STRING , REQUIRED, STATIC , FIRST, SubMessage, substuff1, substuff1, &SubMessage_substuff1_default),
43 PB_FIELD( 2, INT32 , REQUIRED, STATIC , OTHER, SubMessage, substuff2, substuff1, &SubMessage_substuff2_default),
44 PB_FIELD( 3, FIXED32 , OPTIONAL, STATIC , OTHER, SubMessage, substuff3, substuff2, &SubMessage_substuff3_default),
53 PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, Limits, int32_min, int32_min, &Limits_int32_min_default),
54 PB_FIELD( 2, INT32 , REQUIRED, STATIC , OTHER, Limits, int32_max, int32_min, &Limits_int32_max_default),
55 PB_FIELD( 3, UINT32 , REQUIRED, STATIC , OTHER, Limits, uint32_min, int32_max, &Limits_uint32_min_default),
56 PB_FIELD( 4, UINT32 , REQUIRED, STATIC , OTHER, Limits, uint32_max, uint32_min, &Limits_uint32_max_default),
57 PB_FIELD( 5, INT64 , REQUIRED, STATIC , OTHER, Limits, int64_min, uint32_max, &Limits_int64_min_default),
58 PB_FIELD( 6, INT64 , REQUIRED, STATIC , OTHER, Limits, int64_max, int64_min, &Limits_int64_max_default),
59 PB_FIELD( 7, UINT64 , REQUIRED, STATIC , OTHER, Limits, uint64_min, int64_max, &Limits_uint64_min_default)
    [all...]
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.c 42 PB_FIELD( 1, STRING , REQUIRED, STATIC , FIRST, SubMessage, substuff1, substuff1, &SubMessage_substuff1_default),
43 PB_FIELD( 2, INT32 , REQUIRED, STATIC , OTHER, SubMessage, substuff2, substuff1, &SubMessage_substuff2_default),
44 PB_FIELD( 3, FIXED32 , OPTIONAL, STATIC , OTHER, SubMessage, substuff3, substuff2, &SubMessage_substuff3_default),
53 PB_FIELD( 1, INT32 , REQUIRED, STATIC , FIRST, Limits, int32_min, int32_min, &Limits_int32_min_default),
54 PB_FIELD( 2, INT32 , REQUIRED, STATIC , OTHER, Limits, int32_max, int32_min, &Limits_int32_max_default),
55 PB_FIELD( 3, UINT32 , REQUIRED, STATIC , OTHER, Limits, uint32_min, int32_max, &Limits_uint32_min_default),
56 PB_FIELD( 4, UINT32 , REQUIRED, STATIC , OTHER, Limits, uint32_max, uint32_min, &Limits_uint32_max_default),
57 PB_FIELD( 5, INT64 , REQUIRED, STATIC , OTHER, Limits, int64_min, uint32_max, &Limits_int64_min_default),
58 PB_FIELD( 6, INT64 , REQUIRED, STATIC , OTHER, Limits, int64_max, int64_min, &Limits_int64_max_default),
59 PB_FIELD( 7, UINT64 , REQUIRED, STATIC , OTHER, Limits, uint64_min, int64_max, &Limits_uint64_min_default)
    [all...]
  /external/clang/test/CXX/basic/basic.start/basic.start.init/
p3.cpp 9 #elif STATIC
10 static // expected-error {{'main' is not allowed to be declared static}}
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/google/protobuf/
duration.pb.c 13 PB_FIELD( 1, INT64 , OPTIONAL, STATIC , FIRST, google_protobuf_Duration, seconds, seconds, 0),
14 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, google_protobuf_Duration, nanos, seconds, 0),
timestamp.pb.c 13 PB_FIELD( 1, INT64 , OPTIONAL, STATIC , FIRST, google_protobuf_Timestamp, seconds, seconds, 0),
14 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, google_protobuf_Timestamp, nanos, seconds, 0),
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 99 STATIC
105 STATIC
111 STATIC
117 STATIC
123 STATIC
130 STATIC
138 STATIC
144 STATIC
150 STATIC
156 STATIC
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
load_balancer.pb.c 13 PB_FIELD( 1, MESSAGE , OPTIONAL, STATIC , FIRST, grpc_lb_v1_LoadBalanceRequest, initial_request, initial_request, &grpc_lb_v1_InitialLoadBalanceRequest_fields),
14 PB_FIELD( 2, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_lb_v1_LoadBalanceRequest, client_stats, initial_request, &grpc_lb_v1_ClientStats_fields),
19 PB_FIELD( 1, STRING , OPTIONAL, STATIC , FIRST, grpc_lb_v1_InitialLoadBalanceRequest, name, name, 0),
25 PB_FIELD( 2, INT64 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_ClientStatsPerToken, num_calls, load_balance_token, 0),
30 PB_FIELD( 1, MESSAGE , OPTIONAL, STATIC , FIRST, grpc_lb_v1_ClientStats, timestamp, timestamp, &google_protobuf_Timestamp_fields),
31 PB_FIELD( 2, INT64 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_ClientStats, num_calls_started, timestamp, 0),
32 PB_FIELD( 3, INT64 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_ClientStats, num_calls_finished, num_calls_started, 0),
33 PB_FIELD( 6, INT64 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_ClientStats, num_calls_finished_with_client_failed_to_send, num_calls_finished, 0),
34 PB_FIELD( 7, INT64 , OPTIONAL, STATIC , OTHER, grpc_lb_v1_ClientStats, num_calls_finished_known_received, num_calls_finished_with_client_failed_to_send, 0),
40 PB_FIELD( 1, MESSAGE , OPTIONAL, STATIC , FIRST, grpc_lb_v1_LoadBalanceResponse, initial_response, initial_response, &grpc_lb_v1_InitialL (…)
    [all...]
  /external/grpc-grpc/src/core/tsi/alts/handshaker/
transport_security_common.pb.c 13 PB_FIELD( 1, MESSAGE , OPTIONAL, STATIC , FIRST, grpc_gcp_RpcProtocolVersions, max_rpc_version, max_rpc_version, &grpc_gcp_RpcProtocolVersions_Version_fields),
14 PB_FIELD( 2, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_RpcProtocolVersions, min_rpc_version, max_rpc_version, &grpc_gcp_RpcProtocolVersions_Version_fields),
19 PB_FIELD( 1, UINT32 , OPTIONAL, STATIC , FIRST, grpc_gcp_RpcProtocolVersions_Version, major, major, 0),
20 PB_FIELD( 2, UINT32 , OPTIONAL, STATIC , OTHER, grpc_gcp_RpcProtocolVersions_Version, minor, major, 0),
handshaker.pb.c 14 PB_FIELD( 2, INT32 , OPTIONAL, STATIC , OTHER, grpc_gcp_Endpoint, port, ip_address, 0),
15 PB_FIELD( 3, UENUM , OPTIONAL, STATIC , OTHER, grpc_gcp_Endpoint, protocol, port, 0),
26 PB_FIELD( 1, UENUM , OPTIONAL, STATIC , FIRST, grpc_gcp_StartClientHandshakeReq, handshake_security_protocol, handshake_security_protocol, 0),
30 PB_FIELD( 5, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_identity, target_identities, &grpc_gcp_Identity_fields),
31 PB_FIELD( 6, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_endpoint, local_identity, &grpc_gcp_Endpoint_fields),
32 PB_FIELD( 7, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, remote_endpoint, local_endpoint, &grpc_gcp_Endpoint_fields),
34 PB_FIELD( 9, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, rpc_versions, target_name, &grpc_gcp_RpcProtocolVersions_fields),
46 PB_FIELD( 2, MESSAGE , REPEATED, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, handshake_parameters, application_protocols, &grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_fields),
48 PB_FIELD( 4, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, local_endpoint, in_bytes, &grpc_gcp_Endpoint_fields),
49 PB_FIELD( 5, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, remote_endpoint, local_endpoint, &grpc_gcp_Endpoint_fi (…)
    [all...]
  /external/grpc-grpc/src/cpp/server/health/
health.pb.c 14 PB_FIELD( 1, STRING , OPTIONAL, STATIC , FIRST, grpc_health_v1_HealthCheckRequest, service, service, 0),
19 PB_FIELD( 1, UENUM , OPTIONAL, STATIC , FIRST, grpc_health_v1_HealthCheckResponse, status, status, 0),
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
FirmwareUpdate.h 57 STATIC
65 STATIC
72 STATIC
80 STATIC
87 STATIC
95 STATIC
101 STATIC
110 STATIC
119 STATIC
127 STATIC
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/
SmmAccess2Dxe.c 44 STATIC
68 STATIC
89 STATIC
114 STATIC
130 STATIC EFI_SMM_ACCESS2_PROTOCOL mAccess2 = {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitDxe/
PlatInitDxe.c 35 STATIC AMD_MP_CORE_INFO_PROTOCOL mAmdMpCoreInfoProtocol = { 0 };
36 STATIC AMD_MP_BOOT_PROTOCOL mAmdMpBootProtocol = { 0 };
37 STATIC AMD_MP_BOOT_INFO mAmdMpBootInfo = { 0 };
40 STATIC
46 STATIC
53 STATIC
59 STATIC
73 STATIC
160 STATIC
180 STATIC
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
ComponentName.c 25 STATIC
54 STATIC
98 STATIC
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
MethodCallSite.java 3 import static org.robolectric.internal.bytecode.MethodCallSite.Kind.STATIC;
34 return kind == STATIC;
47 STATIC
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/SmbiosPlatformDxe/
SmbiosPlatformDxe.c 174 STATIC ARM_TYPE0 mArmDefaultType0 = {
211 STATIC CONST ARM_TYPE1 mArmDefaultType1 = {
232 STATIC ARM_TYPE2 mArmDefaultType2 = {
255 STATIC CONST ARM_TYPE3 mArmDefaultType3 = {
280 STATIC CONST ARM_TYPE4 mArmDefaultType4_a72 = {
314 STATIC CONST ARM_TYPE4 mArmDefaultType4_a57 = {
348 STATIC CONST ARM_TYPE4 mArmDefaultType4_a53 = {
383 STATIC CONST ARM_TYPE7 mArmDefaultType7_a57_l1i = {
404 STATIC CONST ARM_TYPE7 mArmDefaultType7_a53_l1i = {
425 STATIC CONST ARM_TYPE7 mArmDefaultType7_a57_l1d = {
    [all...]
  /external/e2fsprogs/intl/
printf-parse.h 68 #ifdef STATIC
69 STATIC
wprintf-parse.h 68 #ifdef STATIC
69 STATIC
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
TianoCompress.c 68 STATIC
78 STATIC
84 STATIC
90 STATIC
96 STATIC
102 STATIC
109 STATIC
117 STATIC
123 STATIC
129 STATIC
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 62 STATIC
68 STATIC
73 STATIC
78 STATIC
83 STATIC
90 STATIC
98 STATIC
104 STATIC
109 STATIC
114 STATIC
    [all...]
TianoCompress.c 59 STATIC
65 STATIC
71 STATIC
77 STATIC
83 STATIC
90 STATIC
98 STATIC
104 STATIC
110 STATIC
116 STATIC
    [all...]

Completed in 1502 milliseconds

1 2 3 4 5 6 7 8 91011>>