HomeSort by relevance Sort by last modified time
    Searched full:const (Results 151 - 175 of 38988) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 20 const u8 *ssid;
21 const u8 *supp_rates;
22 const u8 *fh_params;
23 const u8 *ds_params;
24 const u8 *cf_params;
25 const u8 *tim;
26 const u8 *ibss_params;
27 const u8 *challenge;
28 const u8 *erp_info;
29 const u8 *ext_supp_rates
    [all...]
  /external/chromium/chrome/common/
url_constants.cc 13 const char kCrosScheme[] = "cros";
16 const char* kSavableSchemes[] = {
27 const char kAboutAboutURL[] = "about:about";
28 const char kAboutAppCacheInternalsURL[] = "about:appcache-internals";
29 const char kAboutCacheURL[] = "about:cache";
30 const char kAboutConflicts[] = "about:conflicts";
31 const char kAboutKillURL[] = "about:kill";
32 const char kAboutCreditsURL[] = "about:credits";
33 const char kAboutDNSURL[] = "about:dns";
34 const char kAboutFlagsURL[] = "about:flags"
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.h 45 extern const std::string NS_EMPTY;
46 extern const std::string NS_JINGLE;
47 extern const std::string NS_GINGLE;
56 extern const buzz::QName QN_ACTION;
57 extern const std::string LN_INITIATOR;
58 extern const buzz::QName QN_INITIATOR;
59 extern const buzz::QName QN_CREATOR;
61 extern const buzz::QName QN_JINGLE;
62 extern const buzz::QName QN_JINGLE_CONTENT;
63 extern const buzz::QName QN_JINGLE_CONTENT_NAME
    [all...]
constants.cc 35 const std::string NS_EMPTY("");
36 const std::string NS_JINGLE("urn:xmpp:jingle:1");
37 const std::string NS_GINGLE("http://www.google.com/session");
40 const buzz::QName QN_ACTION(true, NS_EMPTY, "action");
41 const std::string LN_INITIATOR("initiator");
42 const buzz::QName QN_INITIATOR(true, NS_EMPTY, LN_INITIATOR);
43 const buzz::QName QN_CREATOR(true, NS_EMPTY, "creator");
45 const buzz::QName QN_JINGLE(true, NS_JINGLE, "jingle");
46 const buzz::QName QN_JINGLE_CONTENT(true, NS_JINGLE, "content");
47 const buzz::QName QN_JINGLE_CONTENT_NAME(true, NS_EMPTY, "name")
    [all...]
  /external/chromium/chrome/common/extensions/
extension_constants.cc 9 const char* kAllFrames = "all_frames";
10 const char* kApp = "app";
11 const char* kBackground = "background_page";
12 const char* kBrowserAction = "browser_action";
13 const char* kChromeURLOverrides = "chrome_url_overrides";
14 const char* kContentScripts = "content_scripts";
15 const char* kConvertedFromUserScript = "converted_from_user_script";
16 const char* kCss = "css";
17 const char* kCurrentLocale = "current_locale";
18 const char* kDefaultLocale = "default_locale"
    [all...]
  /external/chromium/android/content/common/
url_constants.cc 9 const char kAboutScheme[] = "about";
10 const char kBlobScheme[] = "blob";
11 const char kChromeDevToolsScheme[] = "chrome-devtools";
12 const char kChromeInternalScheme[] = "chrome-internal";
13 const char kChromeUIScheme[] = "chrome";
14 const char kDataScheme[] = "data";
15 const char kExtensionScheme[] = "chrome-extension";
16 const char kFileScheme[] = "file";
17 const char kFileSystemScheme[] = "filesystem";
18 const char kFtpScheme[] = "ftp"
    [all...]
  /frameworks/base/libs/hwui/utils/
SortedList.h 41 SortedList(const SortedList<TYPE>& rhs);
44 const SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs) const;
45 SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs);
51 inline size_t size() const {
55 inline bool isEmpty() const {
59 inline size_t capacity() const {
67 inline const TYPE* array() const;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 54 ViewportAttributes(const QWKPage::ViewportAttributes& other);
58 QWKPage::ViewportAttributes& operator=(const QWKPage::ViewportAttributes& other);
60 inline qreal initialScaleFactor() const { return m_initialScaleFactor; };
61 inline qreal minimumScaleFactor() const { return m_minimumScaleFactor; };
62 inline qreal maximumScaleFactor() const { return m_maximumScaleFactor; };
63 inline qreal devicePixelRatio() const { return m_devicePixelRatio; };
64 inline bool isUserScalable() const { return m_isUserScalable; };
65 inline bool isValid() const { return m_isValid; };
66 inline QSize size() const { return m_size; };
84 WKPageRef pageRef() const;
    [all...]
  /external/skia/include/utils/
SkDumpCanvas.h 46 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
47 const SkPaint*) = 0;
50 Dumper* getDumper() const { return fDumper; }
53 int getNestLevel() const { return fNestLevel; }
58 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
66 virtual bool concat(const SkMatrix& matrix);
67 virtual void setMatrix(const SkMatrix& matrix);
69 virtual bool clipRect(const SkRect& rect,
71 virtual bool clipPath(const SkPath& path
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sake_common.h 65 const u8 *rand_s;
66 const u8 *rand_p;
67 const u8 *mic_s;
68 const u8 *mic_p;
69 const u8 *serverid;
71 const u8 *peerid;
73 const u8 *spi_s;
75 const u8 *spi_p;
77 const u8 *any_id_req;
78 const u8 *perm_id_req
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.h 65 const u8 *rand_s;
66 const u8 *rand_p;
67 const u8 *mic_s;
68 const u8 *mic_p;
69 const u8 *serverid;
71 const u8 *peerid;
73 const u8 *spi_s;
75 const u8 *spi_p;
77 const u8 *any_id_req;
78 const u8 *perm_id_req
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
aac_rom.h 33 extern const int ShortWindowSine[FRAME_LEN_SHORT/2];
34 extern const int LongWindowKBD[FRAME_LEN_LONG/2];
36 extern const unsigned char bitrevTab[17 + 129];
37 extern const int cossintab[128 + 1024];
40 extern const int twidTab64[(4*6 + 16*6)/2];
41 extern const int twidTab512[(8*6 + 32*6 + 128*6)/2];
43 extern const int twidTab64[4*6 + 16*6];
44 extern const int twidTab512[8*6 + 32*6 + 128*6];
50 extern const Word32 formfac_sqrttable[96];
55 extern const Word32 mTab_3_4[512]
    [all...]
  /system/media/wilhelm/src/
sl_iid.c 24 const SLInterfaceID SL_IID_3DCOMMIT = &SL_IID_array[MPH_3DCOMMIT];
25 const SLInterfaceID SL_IID_3DDOPPLER = &SL_IID_array[MPH_3DDOPPLER];
26 const SLInterfaceID SL_IID_3DGROUPING = &SL_IID_array[MPH_3DGROUPING];
27 const SLInterfaceID SL_IID_3DLOCATION = &SL_IID_array[MPH_3DLOCATION];
28 const SLInterfaceID SL_IID_3DMACROSCOPIC = &SL_IID_array[MPH_3DMACROSCOPIC];
29 const SLInterfaceID SL_IID_3DSOURCE = &SL_IID_array[MPH_3DSOURCE];
30 const SLInterfaceID SL_IID_AUDIODECODERCAPABILITIES = &SL_IID_array[MPH_AUDIODECODERCAPABILITIES];
31 const SLInterfaceID SL_IID_AUDIOENCODER = &SL_IID_array[MPH_AUDIOENCODER];
32 const SLInterfaceID SL_IID_AUDIOENCODERCAPABILITIES = &SL_IID_array[MPH_AUDIOENCODERCAPABILITIES];
33 const SLInterfaceID SL_IID_AUDIOIODEVICECAPABILITIES = &SL_IID_array[MPH_AUDIOIODEVICECAPABILITIES]
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_common_test.cc 18 void CreateTestFormField(const char* label,
19 const char* name,
20 const char* value,
21 const char* type,
29 FormGroup* profile, AutofillFieldType type, const char* value) {
35 const char* first_name, const char* middle_name,
36 const char* last_name, const char* email, const char* company
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_constants.h 13 extern const char kChromeOSSource[];
14 extern const char kChromeSource[];
17 extern const char kGaiaService[]; // uber token
18 extern const char kContactsService[];
19 extern const char kTalkService[];
20 extern const char kSyncService[];
21 extern const char kRemotingService[];
22 extern const char kCloudPrintService[];
23 extern const char kDeviceManagementService[];
  /external/icu4c/test/letest/
PortableFontInstance.h 40 const SFNTDirectory *fDirectory;
47 const NAMETable *fNAMETable;
53 const HMTXTable *fHMTXTable;
59 const DirectoryEntry *findTable(LETag tag) const;
60 const void *readTable(LETag tag, le_uint32 *length) const;
66 const void *readFontTable(LETag tableTag) const;
69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status)
    [all...]
  /external/oprofile/libpp/
symbol_functors.h 19 bool operator()(sample_entry const * lhs,
20 sample_entry const * rhs) const {
24 bool operator()(symbol_entry const * lhs,
25 symbol_entry const * rhs) const {
34 bool operator()(symbol_entry const & lhs,
35 symbol_entry const & rhs) const;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/api/
armVCM4P2_Huff_Tables_VLC.h 23 extern const OMX_U16 armVCM4P2_IntraVlcL0L1[200];
26 extern const OMX_U16 armVCM4P2_InterVlcL0L1[200];
28 extern const OMX_U16 armVCM4P2_aIntraDCLumaChromaIndex[64];
29 //extern const OMX_U16 armVCM4P2_aIntraDCChromaIndex[32];
30 extern const OMX_U16 armVCM4P2_aVlcMVD[124];
32 extern const OMX_U8 armVCM4P2_InterL0L1LMAX[73];
33 extern const OMX_U8 armVCM4P2_InterL0L1RMAX[35];
34 extern const OMX_U8 armVCM4P2_IntraL0L1LMAX[53];
35 extern const OMX_U8 armVCM4P2_IntraL0L1RMAX[40]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/api/
armVCM4P2_Huff_Tables_VLC.h 23 extern const OMX_U16 armVCM4P2_IntraVlcL0L1[200];
26 extern const OMX_U16 armVCM4P2_InterVlcL0L1[200];
28 extern const OMX_U16 armVCM4P2_aIntraDCLumaChromaIndex[64];
29 //extern const OMX_U16 armVCM4P2_aIntraDCChromaIndex[32];
30 extern const OMX_U16 armVCM4P2_aVlcMVD[124];
32 extern const OMX_U8 armVCM4P2_InterL0L1LMAX[73];
33 extern const OMX_U8 armVCM4P2_InterL0L1RMAX[35];
34 extern const OMX_U8 armVCM4P2_IntraL0L1LMAX[53];
35 extern const OMX_U8 armVCM4P2_IntraL0L1RMAX[40]
  /external/qemu/
envlist.h 12 int envlist_setenv(envlist_t *, const char *);
13 int envlist_unsetenv(envlist_t *, const char *);
14 int envlist_parse_set(envlist_t *, const char *);
15 int envlist_parse_unset(envlist_t *, const char *);
16 char **envlist_to_environ(const envlist_t *, size_t *);
qemu-config.h 8 QemuOptsList *qemu_find_opts(const char *group);
10 int qemu_set_option(const char *str);
11 int qemu_global_option(const char *str);
15 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname);
17 int qemu_read_config_file(const char *filename);
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 37 static const int MASK_GROUP_ADDRESS_TYPE = 0xC0;
38 static const int FLAG_GROUP_ADDRESS_TYPE_NOADDRESS = 0x00;
39 static const int FLAG_GROUP_ADDRESS_TYPE_ONEBYTE = 0x40;
40 static const int FLAG_GROUP_ADDRESS_TYPE_TWOBYTES = 0x80;
41 static const int FLAG_GROUP_ADDRESS_TYPE_THREEBYTES = 0xC0;
44 static const int FLAG_HAS_MULTIPLE_CHARS = 0x20;
47 static const int FLAG_IS_TERMINAL = 0x10;
50 static const int FLAG_HAS_BIGRAMS = 0x04;
54 static const int FLAG_ATTRIBUTE_HAS_NEXT = 0x80;
56 static const int FLAG_ATTRIBUTE_OFFSET_NEGATIVE = 0x40
    [all...]
  /external/bluetooth/glib/glib/
gbookmarkfile.h 59 const gchar *filename,
62 const gchar *data,
66 const gchar *file,
73 const gchar *filename,
77 const gchar *uri,
78 const gchar *title);
80 const gchar *uri,
83 const gchar *uri,
84 const gchar *description);
86 const gchar *uri
    [all...]
  /external/clang/include/clang/Driver/
HostInfo.h 31 const Driver &TheDriver;
32 const llvm::Triple Triple;
34 HostInfo(const Driver &D, const llvm::Triple &_Triple);
39 const Driver &getDriver() const { return TheDriver; }
41 const llvm::Triple& getTriple() const { return Triple; }
42 std::string getArchName() const { return Triple.getArchName(); }
43 std::string getPlatformName() const { return Triple.getVendorName();
    [all...]
  /external/icu4c/test/intltest/
usettest.h 33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);
94 UBool checkPat(const UnicodeString& source,
95 const UnicodeSet& testSet);
97 UBool checkPat(const UnicodeString& source, const UnicodeSet& testSet, const UnicodeString& pat);
113 void checkCanonicalRep(const UnicodeSet& set, const UnicodeString& msg);
124 static int32_t setToBits(const UnicodeSet& x);
131 static UnicodeString getPairs(const UnicodeSet& set)
    [all...]

Completed in 2625 milliseconds

1 2 3 4 5 67 8 91011>>