HomeSort by relevance Sort by last modified time
    Searched full:extern (Results 276 - 300 of 18206) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
key_prot.h 64 extern "C" bool_t xdr_keystatus(XDR *, keystatus*);
66 extern bool_t xdr_keystatus(XDR *, keystatus*);
74 extern "C" bool_t xdr_keybuf(XDR *, keybuf);
76 extern bool_t xdr_keybuf(XDR *, keybuf);
84 extern "C" bool_t xdr_netnamestr(XDR *, netnamestr*);
86 extern bool_t xdr_netnamestr(XDR *, netnamestr*);
98 extern "C" bool_t xdr_cryptkeyarg(XDR *, cryptkeyarg*);
100 extern bool_t xdr_cryptkeyarg(XDR *, cryptkeyarg*);
113 extern "C" bool_t xdr_cryptkeyarg2(XDR *, cryptkeyarg2*);
115 extern bool_t xdr_cryptkeyarg2(XDR *, cryptkeyarg2*)
    [all...]
  /external/chromium_org/chrome/browser/mac/
keystone_registration.h 26 extern NSString* KSRegistrationVersionKey;
27 extern NSString* KSRegistrationExistenceCheckerTypeKey;
28 extern NSString* KSRegistrationExistenceCheckerStringKey;
29 extern NSString* KSRegistrationServerURLStringKey;
30 extern NSString* KSRegistrationPreserveTrustedTesterTokenKey;
31 extern NSString* KSRegistrationTagKey;
32 extern NSString* KSRegistrationTagPathKey;
33 extern NSString* KSRegistrationTagKeyKey;
34 extern NSString* KSRegistrationBrandPathKey;
35 extern NSString* KSRegistrationBrandKeyKey
    [all...]
  /external/chromium_org/components/url_matcher/
url_matcher_constants.h 16 URL_MATCHER_EXPORT extern const char kPortsKey[];
17 URL_MATCHER_EXPORT extern const char kSchemesKey[];
18 URL_MATCHER_EXPORT extern const char kHostContainsKey[];
19 URL_MATCHER_EXPORT extern const char kHostEqualsKey[];
20 URL_MATCHER_EXPORT extern const char kHostPrefixKey[];
21 URL_MATCHER_EXPORT extern const char kHostSuffixKey[];
22 URL_MATCHER_EXPORT extern const char kHostSuffixPathPrefixKey[];
23 URL_MATCHER_EXPORT extern const char kOriginAndPathMatchesKey[];
24 URL_MATCHER_EXPORT extern const char kPathContainsKey[];
25 URL_MATCHER_EXPORT extern const char kPathEqualsKey[]
    [all...]
  /external/chromium_org/media/base/
media_switches.h 15 MEDIA_EXPORT extern const char kAudioBufferSize[];
17 MEDIA_EXPORT extern const char kEnableEac3Playback[];
19 MEDIA_EXPORT extern const char kDisableOpusPlayback[];
21 MEDIA_EXPORT extern const char kDisableVp8AlphaPlayback[];
23 MEDIA_EXPORT extern const char kVideoThreads[];
25 MEDIA_EXPORT extern const char kEnableMP3StreamParser[];
28 MEDIA_EXPORT extern const char kDisableInfobarForProtectedMediaIdentifier[];
29 MEDIA_EXPORT extern const char kMediaDrmEnableNonCompositing[];
33 MEDIA_EXPORT extern const char kUseExternalVideoSurfaceThresholdInPixels[];
37 MEDIA_EXPORT extern const char kAlsaInputDevice[]
    [all...]
  /external/chromium_org/ui/app_list/
app_list_constants.h 14 APP_LIST_EXPORT extern const SkColor kContentsBackgroundColor;
15 APP_LIST_EXPORT extern const SkColor kSearchBoxBackground;
16 APP_LIST_EXPORT extern const SkColor kTopSeparatorColor;
18 APP_LIST_EXPORT extern const SkColor kHighlightedColor;
19 APP_LIST_EXPORT extern const SkColor kSelectedColor;
21 APP_LIST_EXPORT extern const SkColor kPagerHoverColor;
22 APP_LIST_EXPORT extern const SkColor kPagerNormalColor;
23 APP_LIST_EXPORT extern const SkColor kPagerSelectedColor;
25 APP_LIST_EXPORT extern const SkColor kResultBorderColor;
26 APP_LIST_EXPORT extern const SkColor kResultDefaultTextColor
    [all...]
  /external/libsepol/include/sepol/
module.h 16 extern int sepol_module_package_create(sepol_module_package_t ** p);
18 extern void sepol_module_package_free(sepol_module_package_t * p);
20 extern char *sepol_module_package_get_file_contexts(sepol_module_package_t * p);
22 extern size_t sepol_module_package_get_file_contexts_len(sepol_module_package_t
25 extern int sepol_module_package_set_file_contexts(sepol_module_package_t * p,
28 extern char *sepol_module_package_get_seusers(sepol_module_package_t * p);
30 extern size_t sepol_module_package_get_seusers_len(sepol_module_package_t * p);
32 extern int sepol_module_package_set_seusers(sepol_module_package_t * p,
35 extern char *sepol_module_package_get_user_extra(sepol_module_package_t * p);
37 extern size_t sepol_module_package_get_user_extra_len(sepol_module_package_t
    [all...]
user_record.h 13 extern int sepol_user_key_create(sepol_handle_t * handle,
16 extern void sepol_user_key_unpack(const sepol_user_key_t * key,
19 extern int sepol_user_key_extract(sepol_handle_t * handle,
23 extern void sepol_user_key_free(sepol_user_key_t * key);
25 extern int sepol_user_compare(const sepol_user_t * user,
28 extern int sepol_user_compare2(const sepol_user_t * user,
32 extern const char *sepol_user_get_name(const sepol_user_t * user);
34 extern int sepol_user_set_name(sepol_handle_t * handle,
38 extern const char *sepol_user_get_mlslevel(const sepol_user_t * user);
40 extern int sepol_user_set_mlslevel(sepol_handle_t * handle
    [all...]
boolean_record.h 13 extern int sepol_bool_key_create(sepol_handle_t * handle,
16 extern void sepol_bool_key_unpack(const sepol_bool_key_t * key,
19 extern int sepol_bool_key_extract(sepol_handle_t * handle,
23 extern void sepol_bool_key_free(sepol_bool_key_t * key);
25 extern int sepol_bool_compare(const sepol_bool_t * boolean,
28 extern int sepol_bool_compare2(const sepol_bool_t * boolean,
32 extern const char *sepol_bool_get_name(const sepol_bool_t * boolean);
34 extern int sepol_bool_set_name(sepol_handle_t * handle,
38 extern int sepol_bool_get_value(const sepol_bool_t * boolean);
40 extern void sepol_bool_set_value(sepol_bool_t * boolean, int value)
    [all...]
context_record.h 13 extern const char *sepol_context_get_user(const sepol_context_t * con);
15 extern int sepol_context_set_user(sepol_handle_t * handle,
19 extern const char *sepol_context_get_role(const sepol_context_t * con);
21 extern int sepol_context_set_role(sepol_handle_t * handle,
25 extern const char *sepol_context_get_type(const sepol_context_t * con);
27 extern int sepol_context_set_type(sepol_handle_t * handle,
31 extern const char *sepol_context_get_mls(const sepol_context_t * con);
33 extern int sepol_context_set_mls(sepol_handle_t * handle,
37 extern int sepol_context_create(sepol_handle_t * handle,
40 extern int sepol_context_clone(sepol_handle_t * handle
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 13 extern "C" {
40 extern void * sprayproc_spray_1(sprayarr *, CLIENT *);
41 extern void * sprayproc_spray_1_svc(sprayarr *, struct svc_req *);
43 extern spraycumul * sprayproc_get_1(void *, CLIENT *);
44 extern spraycumul * sprayproc_get_1_svc(void *, struct svc_req *);
46 extern void * sprayproc_clear_1(void *, CLIENT *);
47 extern void * sprayproc_clear_1_svc(void *, struct svc_req *);
48 extern int sprayprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
52 extern void * sprayproc_spray_1();
53 extern void * sprayproc_spray_1_svc()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 13 extern "C" {
40 extern void * sprayproc_spray_1(sprayarr *, CLIENT *);
41 extern void * sprayproc_spray_1_svc(sprayarr *, struct svc_req *);
43 extern spraycumul * sprayproc_get_1(void *, CLIENT *);
44 extern spraycumul * sprayproc_get_1_svc(void *, struct svc_req *);
46 extern void * sprayproc_clear_1(void *, CLIENT *);
47 extern void * sprayproc_clear_1_svc(void *, struct svc_req *);
48 extern int sprayprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
52 extern void * sprayproc_spray_1();
53 extern void * sprayproc_spray_1_svc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 13 extern "C" {
40 extern void * sprayproc_spray_1(sprayarr *, CLIENT *);
41 extern void * sprayproc_spray_1_svc(sprayarr *, struct svc_req *);
43 extern spraycumul * sprayproc_get_1(void *, CLIENT *);
44 extern spraycumul * sprayproc_get_1_svc(void *, struct svc_req *);
46 extern void * sprayproc_clear_1(void *, CLIENT *);
47 extern void * sprayproc_clear_1_svc(void *, struct svc_req *);
48 extern int sprayprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
52 extern void * sprayproc_spray_1();
53 extern void * sprayproc_spray_1_svc()
    [all...]
  /external/libnl-headers/netlink/route/
link.h 20 extern "C" {
55 extern struct rtnl_link *rtnl_link_alloc(void);
56 extern void rtnl_link_put(struct rtnl_link *);
57 extern void rtnl_link_free(struct rtnl_link *);
60 extern int rtnl_link_alloc_cache(struct nl_sock *, struct nl_cache **);
61 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
62 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
65 extern int rtnl_link_build_change_request(struct rtnl_link *,
68 extern int rtnl_link_change(struct nl_sock *, struct rtnl_link *,
72 extern char * rtnl_link_i2name(struct nl_cache *, int, char *, size_t)
    [all...]
  /frameworks/av/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...]
  /external/chromium_org/chromeos/network/onc/
onc_signature.h 38 CHROMEOS_EXPORT extern const OncValueSignature kRecommendedSignature;
39 CHROMEOS_EXPORT extern const OncValueSignature kEAPSignature;
40 CHROMEOS_EXPORT extern const OncValueSignature kIssuerSubjectPatternSignature;
41 CHROMEOS_EXPORT extern const OncValueSignature kCertificatePatternSignature;
42 CHROMEOS_EXPORT extern const OncValueSignature kIPsecSignature;
43 CHROMEOS_EXPORT extern const OncValueSignature kL2TPSignature;
44 CHROMEOS_EXPORT extern const OncValueSignature kOpenVPNSignature;
45 CHROMEOS_EXPORT extern const OncValueSignature kVerifyX509Signature;
46 CHROMEOS_EXPORT extern const OncValueSignature kVPNSignature;
47 CHROMEOS_EXPORT extern const OncValueSignature kEthernetSignature
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.h 56 extern ULong h_generic_calc_Add32x2 ( ULong, ULong );
57 extern ULong h_generic_calc_Add16x4 ( ULong, ULong );
58 extern ULong h_generic_calc_Add8x8 ( ULong, ULong );
60 extern ULong h_generic_calc_QAdd16Sx4 ( ULong, ULong );
61 extern ULong h_generic_calc_QAdd8Sx8 ( ULong, ULong );
62 extern ULong h_generic_calc_QAdd16Ux4 ( ULong, ULong );
63 extern ULong h_generic_calc_QAdd8Ux8 ( ULong, ULong );
65 extern ULong h_generic_calc_Sub32x2 ( ULong, ULong );
66 extern ULong h_generic_calc_Sub16x4 ( ULong, ULong );
67 extern ULong h_generic_calc_Sub8x8 ( ULong, ULong )
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
tables.h 35 extern "C"
40 extern const opus_uint8 silk_gain_iCDF[ 3 ][ N_LEVELS_QGAIN / 8 ]; /* 24 */
41 extern const opus_uint8 silk_delta_gain_iCDF[ MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT + 1 ]; /* 41 */
43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ];/* 32 */
44 extern const opus_uint8 silk_pitch_delta_iCDF[ 21 ]; /* 21 */
45 extern const opus_uint8 silk_pitch_contour_iCDF[ 34 ]; /* 34 */
46 extern const opus_uint8 silk_pitch_contour_NB_iCDF[ 11 ]; /* 11 */
47 extern const opus_uint8 silk_pitch_contour_10_ms_iCDF[ 12 ]; /* 12 */
48 extern const opus_uint8 silk_pitch_contour_10_ms_NB_iCDF[ 3 ]; /* 3 */
50 extern const opus_uint8 silk_pulses_per_block_iCDF[ N_RATE_LEVELS ][ MAX_PULSES + 2 ]; /* 18 (…)
    [all...]
  /external/libnl-headers/netlink/fib_lookup/
request.h 19 extern "C" {
26 extern struct flnl_request * flnl_request_alloc(void);
28 extern void flnl_request_set_fwmark(struct flnl_request *,
30 extern uint64_t flnl_request_get_fwmark(struct flnl_request *);
31 extern void flnl_request_set_tos(struct flnl_request *,
33 extern int flnl_request_get_tos(struct flnl_request *);
34 extern void flnl_request_set_scope(struct flnl_request *,
36 extern int flnl_request_get_scope(struct flnl_request *);
37 extern void flnl_request_set_table(struct flnl_request *,
39 extern int flnl_request_get_table(struct flnl_request *)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 54 extern int block_error_c(short *coeff, short *dqcoeff);
55 extern int vp8_mbblock_error_c(MACROBLOCK *mb, int dc);
57 extern int vp8_mbuverror_c(MACROBLOCK *mb);
58 extern unsigned int vp8_get8x8var_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
59 extern void short_fdct4x4_c(short *input, short *output, int pitch);
60 extern void short_fdct8x4_c(short *input, short *output, int pitch);
61 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
64 extern void subtract_mby_c(short *diff, unsigned char *src, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, i (…)
    [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/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_constants.h 13 extern const char kSyncRootFolderTitle[];
14 extern const base::FilePath::CharType kDatabaseName[];
16 extern const char kDatabaseVersionKey[];
17 extern const int64 kCurrentDatabaseVersion;
18 extern const char kServiceMetadataKey[];
19 extern const char kFileMetadataKeyPrefix[];
20 extern const char kFileTrackerKeyPrefix[];
22 extern const int kMaxRetry;
23 extern const int64 kListChangesRetryDelaySeconds;
  /external/chromium_org/chrome/installer/setup/
setup_constants.h 12 extern const wchar_t kChromeArchive[];
13 extern const wchar_t kChromeCompressedArchive[];
14 extern const wchar_t kVisualElements[];
15 extern const wchar_t kVisualElementsManifest[];
16 extern const wchar_t kWowHelperExe[];
18 extern const wchar_t kInstallSourceDir[];
19 extern const wchar_t kInstallSourceChromeDir[];
21 extern const wchar_t kMediaPlayerRegPath[];
23 extern const char kInstallFromWebstore[];
  /external/chromium_org/components/nacl/common/
nacl_switches.h 14 extern const char kDisablePnaclCrashThrottling[];
15 extern const char kDisablePnaclInstall[];
16 extern const char kEnableNaClDebug[];
17 extern const char kNaClBrokerProcess[];
18 extern const char kNaClDebugMask[];
19 extern const char kNaClGdb[];
20 extern const char kNaClGdbScript[];
21 extern const char kNaClLoaderCmdPrefix[];
22 extern const char kNaClLoaderProcess[];
  /external/libselinux/include/selinux/
android.h 10 extern "C" {
13 extern struct selabel_handle* selinux_android_file_context_handle(void);
15 extern int selinux_android_load_policy(void);
17 extern int selinux_android_reload_policy(void);
19 extern int selinux_android_setcontext(uid_t uid,
24 extern int selinux_android_setfilecon(const char *pkgdir,
28 extern int selinux_android_setfilecon2(const char *pkgdir,
33 extern int selinux_android_restorecon(const char *file);
35 extern int selinux_android_seapp_context_reload(void);
  /external/linux-tools-perf/util/
debugfs.h 15 extern const char *debugfs_find_mountpoint(void);
16 extern int debugfs_valid_mountpoint(const char *debugfs);
17 extern int debugfs_valid_entry(const char *path);
18 extern char *debugfs_mount(const char *mountpoint);
19 extern int debugfs_umount(void);
20 extern int debugfs_write(const char *entry, const char *value);
21 extern int debugfs_read(const char *entry, char *buffer, size_t size);
22 extern void debugfs_force_cleanup(void);
23 extern int debugfs_make_path(const char *element, char *buffer, int size);

Completed in 453 milliseconds

<<11121314151617181920>>