/external/clang/test/CXX/class/class.mem/ |
p1.cpp | 5 static int v1; // expected-note{{previous declaration is here}} 9 static int v; //expected-error{{redefinition of 'v' as different kind of symbol}} 11 static int v; //expected-error{{redefinition of 'v' as different kind of symbol}} 26 static int v2; // expected-note{{previous declaration is here}} 27 static int v2; //expected-error{{duplicate member 'v2'}} 32 static int v3; 35 static int v3; 41 static int v4; 49 static int v5; //expected-note{{previous definition is here}} 53 static int v6; //expected-error{{redefinition of 'v6' as different kind of symbol} [all...] |
/external/clang/test/SemaCXX/ |
issue547.cpp | 6 static const unsigned value = 0; 11 static const unsigned value = 1; 16 static const unsigned value = 2; 21 static const unsigned value = 3; 26 static const unsigned value = 4; 31 static const unsigned value = 5; 36 static const unsigned value = 6; 41 static const unsigned value = 7; 46 static const unsigned value = 8; 51 static const unsigned value = 9 [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
AccessFlags.java | 32 public static final int ACC_PUBLIC = 0x0001; 35 public static final int ACC_PRIVATE = 0x0002; 38 public static final int ACC_PROTECTED = 0x0004; 40 /** static member */ 41 public static final int ACC_STATIC = 0x0008; 44 public static final int ACC_FINAL = 0x0010; 50 public static final int ACC_SYNCHRONIZED = 0x0020; 56 public static final int ACC_SUPER = 0x0020; 59 public static final int ACC_VOLATILE = 0x0040; 62 public static final int ACC_BRIDGE = 0x0040 [all...] |
/external/doclava/test/api/ |
added-interface.xml | 7 static="false" 14 static="false" 25 static="false" 38 static="false" 48 static="false" 55 static="false" 66 static="false" 78 static="false" 85 static="false" 96 static="true [all...] |
changed-super.xml | 7 static="false" 14 static="false" 25 static="false" 38 static="false" 48 static="false" 55 static="false" 66 static="false" 78 static="false" 85 static="false" 96 static="true [all...] |
return-type-changed-1.xml | 7 static="false" 14 static="false" 25 static="false" 38 static="false" 48 static="false" 55 static="false" 66 static="false" 78 static="false" 85 static="false" 96 static="true [all...] |
return-type-changed-2.xml | 7 static="false" 14 static="false" 25 static="false" 38 static="false" 48 static="false" 55 static="false" 66 static="false" 78 static="false" 85 static="false" 96 static="true [all...] |
simple.xml | 7 static="false" 14 static="false" 25 static="false" 38 static="false" 48 static="false" 55 static="false" 66 static="false" 78 static="false" 85 static="false" 96 static="true [all...] |
/external/kernel-headers/original/asm-mips/ |
pgalloc.h | 16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, 22 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, 36 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) 47 static inline pgd_t *pgd_alloc(struct mm_struct *mm) 62 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) 67 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, 77 static inline struct page *pte_alloc_one(struct mm_struct *mm, 90 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) 95 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) 120 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
IsoTypeWriter.java | 22 public static void writeUInt64(ByteBuffer bb, long u) { 26 public static void writeUInt32(ByteBuffer bb, long u) { 31 public static void writeUInt32BE(ByteBuffer bb, long u) { 39 public static void writeUInt24(ByteBuffer bb, int i) { 47 public static void writeUInt16(ByteBuffer bb, int i) { 53 public static void writeUInt16BE(ByteBuffer bb, int i) { 59 public static void writeUInt8(ByteBuffer bb, int i) { 65 public static void writeFixedPont1616(ByteBuffer bb, double v) { 73 public static void writeFixedPont88(ByteBuffer bb, double v) { 79 public static void writeIso639(ByteBuffer bb, String language) [all...] |
/external/nist-sip/java/gov/nist/core/ |
PackageNames.java | 42 public static final String JAIN_HEADER_PACKAGE = "javax.sip.header"; 43 public static final String JAIN_PACKAGE = "javax.sip"; 44 public static final String SIPHEADERS_PACKAGE = "gov.nist.javax.sip.header"; 45 public static final String PARSER_PACKAGE = "gov.nist.javax.sip.parser"; 46 public static final String NET_PACKAGE = "gov.nist.javax.sip.address"; 47 public static final String SIP_PACKAGE = "gov.nist.javax.sip"; 48 public static final String STACK_PACKAGE = "gov.nist.javax.sip.stack"; 49 public static final String CORE_PACKAGE = "gov.nist.core"; 50 public static final String MESSAGE_PACKAGE = "gov.nist.javax.sip.message"; 53 public static final String SDP_PACKAGE = "gov.nist.javax.sdp" [all...] |
/external/proguard/src/proguard/evaluation/value/ |
CompositeIntegerValue.java | 31 public static final byte ADD = '+'; 32 public static final byte SUBTRACT = '-'; 33 public static final byte MULTIPLY = '*'; 34 public static final byte DIVIDE = '/'; 35 public static final byte REMAINDER = '%'; 36 public static final byte SHIFT_LEFT = '<'; 37 public static final byte SHIFT_RIGHT = '>'; 38 public static final byte UNSIGNED_SHIFT_RIGHT = '}'; 39 public static final byte AND = '&'; 40 public static final byte OR = '|' [all...] |
CompositeLongValue.java | 31 public static final byte ADD = '+'; 32 public static final byte SUBTRACT = '-'; 33 public static final byte MULTIPLY = '*'; 34 public static final byte DIVIDE = '/'; 35 public static final byte REMAINDER = '%'; 36 public static final byte SHIFT_LEFT = '<'; 37 public static final byte SHIFT_RIGHT = '>'; 38 public static final byte UNSIGNED_SHIFT_RIGHT = '}'; 39 public static final byte AND = '&'; 40 public static final byte OR = '|' [all...] |
/external/skia/src/sfnt/ |
SkOTTable_OS_2_VA.h | 24 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0); 79 static const SK_OT_USHORT Installable = SkTEndian_SwapBE16(0); 80 static const SK_OT_USHORT RestrictedMask = SkTEndian_SwapBE16(1 << 1); 81 static const SK_OT_USHORT PreviewPrintMask = SkTEndian_SwapBE16(1 << 2); 82 static const SK_OT_USHORT EditableMask = SkTEndian_SwapBE16(1 << 3); 124 static const SK_OT_USHORT ItalicMask = SkTEndian_SwapBE16(1 << 0); 125 static const SK_OT_USHORT UnderscoreMask = SkTEndian_SwapBE16(1 << 1); 126 static const SK_OT_USHORT NegativeMask = SkTEndian_SwapBE16(1 << 2); 127 static const SK_OT_USHORT OutlinedMask = SkTEndian_SwapBE16(1 << 3); 128 static const SK_OT_USHORT StrikeoutMask = SkTEndian_SwapBE16(1 << 4) [all...] |
/external/v8/src/ |
v8memory.h | 39 static uint8_t& uint8_at(Address addr) { 43 static uint16_t& uint16_at(Address addr) { 47 static uint32_t& uint32_at(Address addr) { 51 static int32_t& int32_at(Address addr) { 55 static uint64_t& uint64_at(Address addr) { 59 static int& int_at(Address addr) { 63 static unsigned& unsigned_at(Address addr) { 67 static double& double_at(Address addr) { 71 static Address& Address_at(Address addr) { 75 static Object*& Object_at(Address addr) [all...] |
/external/valgrind/main/none/tests/amd64/ |
faultstatus.c | 19 static const struct test *cur_test; 21 static jmp_buf escape; 28 static char volatile *volatile mapping; 30 static int testsig(int sig, int want) 39 static int testcode(int code, int want) 48 static int testaddr(void *addr, volatile void *want) 58 static void handler(int sig, siginfo_t *si, void *uc) 75 static void test1() 80 static void test2() 85 static void test3( [all...] |
/external/webkit/Source/WebCore/platform/text/mac/ |
TextBreakIteratorInternalICUMac.mm | 28 static const int maxLocaleStringLength = 32; 30 static inline RetainPtr<CFStringRef> textBreakLocalePreference() 39 static RetainPtr<CFStringRef> topLanguagePreference() 52 static RetainPtr<CFStringRef> canonicalLanguageIdentifier(CFStringRef locale) 63 static void getLocale(CFStringRef locale, char localeStringBuffer[maxLocaleStringLength]) 72 static void getSearchLocale(char localeStringBuffer[maxLocaleStringLength]) 79 static char localeStringBuffer[maxLocaleStringLength]; 80 static bool gotSearchLocale = false; 88 static void getTextBreakLocale(char localeStringBuffer[maxLocaleStringLength]) 99 static char localeStringBuffer[maxLocaleStringLength] [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevicePicker.java | 28 public static final String EXTRA_NEED_AUTH = 30 public static final String EXTRA_FILTER_TYPE = 32 public static final String EXTRA_LAUNCH_PACKAGE = 34 public static final String EXTRA_LAUNCH_CLASS = 43 public static final String ACTION_DEVICE_SELECTED = 58 public static final String ACTION_LAUNCH = 62 public static final int FILTER_TYPE_ALL = 0; 64 public static final int FILTER_TYPE_AUDIO = 1; 66 public static final int FILTER_TYPE_TRANSFER = 2; 69 public static final int FILTER_TYPE_PANU = 3 [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SmsConstants.java | 26 public static final int ENCODING_UNKNOWN = 0; 27 public static final int ENCODING_7BIT = 1; 28 public static final int ENCODING_8BIT = 2; 29 public static final int ENCODING_16BIT = 3; 32 public static final int MAX_USER_DATA_SEPTETS = 160; 39 public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER = 153; 44 public static final int ENCODING_KSC5601 = 4; 47 public static final int MAX_USER_DATA_BYTES = 140; 54 public static final int MAX_USER_DATA_BYTES_WITH_HEADER = 134; 68 public static final String FORMAT_3GPP = "3gpp" [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
Queries.java | 30 public static final Query PHONE = new Query(new String[] { 48 public static final Query EMAIL = new Query(new String[]{ 66 static abstract class Query { 71 public static final int NAME = 0; // String 72 public static final int DESTINATION = 1; // String 73 public static final int DESTINATION_TYPE = 2; // int 74 public static final int DESTINATION_LABEL = 3; // String 75 public static final int CONTACT_ID = 4; // long 76 public static final int DATA_ID = 5; // long 77 public static final int PHOTO_THUMBNAIL_URI = 6; // Strin [all...] |
/frameworks/native/opengl/tests/gl_perf/ |
fragment_shaders.cpp | 8 static FragmentTest fpFill = { 18 static FragmentTest fpGradient = { 28 static FragmentTest fpCopyTex = { 39 static FragmentTest fpCopyTexGamma = { 52 static FragmentTest fpTexSpec = { 66 static FragmentTest fpDepTex = { 79 static FragmentTest fpModulateConstantTex = { 94 static FragmentTest fpModulateVaryingTex = { 109 static FragmentTest fpModulateVaryingConstantTex = { 126 static FragmentTest *gFragmentTests[] = [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/ |
PhotoContract.java | 25 public static interface PhotoViewColumns { 30 public static final String URI = "uri"; 35 public static final String NAME = OpenableColumns.DISPLAY_NAME; 40 public static final String CONTENT_URI = "contentUri"; 46 public static final String THUMBNAIL_URI = "thumbnailUri"; 50 public static final String CONTENT_TYPE = "contentType"; 55 public static final String LOADING_INDICATOR = "loadingIndicator"; 59 public static interface PhotoQuery { 61 public final static String[] PROJECTION = { 70 public static final class ContentTypeParameters [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcFailBringUp.java | 28 private static final String LOG_TAG = "DcFailBringUp"; 29 private static final boolean DBG = true; 31 static final String INTENT_BASE = DataConnection.class.getPackage().getName(); 33 static final String ACTION_FAIL_BRINGUP = "action_fail_bringup"; 36 static final String COUNTER = "counter"; 37 static final int DEFAULT_COUNTER = 1; 41 static final String FAIL_CAUSE = "fail_cause"; 42 static final DcFailCause DEFAULT_FAIL_CAUSE = DcFailCause.ERROR_UNSPECIFIED; 46 static final String SUGGESTED_RETRY_TIME = "suggested_retry_time"; 47 static final int DEFAULT_SUGGESTED_RETRY_TIME = -1 [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
acoustics_default.cpp | 26 static int s_device_open(const hw_module_t*, const char*, hw_device_t**); 27 static int s_device_close(hw_device_t*); 29 static status_t s_use_handle(acoustic_device_t *, alsa_handle_t *); 30 static status_t s_cleanup(acoustic_device_t *); 31 static status_t s_set_params(acoustic_device_t *, 34 static hw_module_methods_t s_module_methods = { 50 static int s_device_open(const hw_module_t* module, const char* name, 76 static int s_device_close(hw_device_t* device) 82 static status_t s_use_handle(acoustic_device_t *dev, alsa_handle_t *h) 87 static status_t s_cleanup(acoustic_device_t *dev [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DocumentBuilderSettingStrategy.java | 11 private static final String JAXP_SCHEMA_LANGUAGE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage"; 13 private static final String W3C_XML_SCHEMA = "http://www.w3.org/2001/XMLSchema"; 24 public static final DocumentBuilderSettingStrategy coalescing = new DocumentBuilderSettingStrategy() { 36 public static final DocumentBuilderSettingStrategy expandEntityReferences = new DocumentBuilderSettingStrategy() { 46 public static final DocumentBuilderSettingStrategy ignoringElementContentWhitespace = new DocumentBuilderSettingStrategy() { 56 public static final DocumentBuilderSettingStrategy ignoringComments = new DocumentBuilderSettingStrategy() { 68 public static final DocumentBuilderSettingStrategy namespaceAware = new DocumentBuilderSettingStrategy() { 79 public static final DocumentBuilderSettingStrategy validating = new DocumentBuilderSettingStrategy() { 90 public static final DocumentBuilderSettingStrategy signed = new DocumentBuilderSettingStrategy() { 103 public static final DocumentBuilderSettingStrategy hasNullString = new DocumentBuilderSettingStrategy() [all...] |