/frameworks/native/cmds/installd/ |
utils.h | 65 constexpr const char* kXattrInodeCache = "user.inode_cache"; 66 constexpr const char* kXattrInodeCodeCache = "user.inode_code_cache"; 69 const char *pkgname, 70 const char *postfix, 73 std::string create_data_path(const char* volume_uuid); 75 std::string create_data_app_path(const char* volume_uuid); 77 std::string create_data_app_package_path(const char* volume_uuid, const char* package_name); 79 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid); 80 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 38 explicit failure(const string& __str) throw(); 45 static const fmtflags boolalpha ; 46 static const fmtflags dec ; 47 static const fmtflags fixed ; 48 static const fmtflags hex ; 49 static const fmtflags internal ; 50 static const fmtflags left ; 51 static const fmtflags oct ; 52 static const fmtflags right ; 53 static const fmtflags scientific [all...] |
/bionic/libc/include/ |
wchar.h | 73 extern int fwprintf(FILE *, const wchar_t *, ...); 74 extern int fwscanf(FILE *, const wchar_t *, ...); 91 extern int fputws(const wchar_t *, FILE *); 95 extern int mbsinit(const mbstate_t *); 96 extern size_t mbrlen(const char *, size_t, mbstate_t *); 97 extern size_t mbrtowc(wchar_t *, const char *, size_t, mbstate_t *); 98 extern size_t mbsrtowcs(wchar_t*, const char**, size_t, mbstate_t*); 99 extern size_t mbsnrtowcs(wchar_t*, const char**, size_t, size_t, mbstate_t*); 100 extern size_t mbstowcs(wchar_t *, const char *, size_t); 103 extern int swprintf(wchar_t *, size_t, const wchar_t *, ...) [all...] |
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p6.cpp | 3 typedef void F() const; 5 void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 6 F g; // expected-error {{non-member function of type 'F' (aka 'void () const') cannot have 'const' qualifier}} 9 void f() const; 10 friend void g() const; // expected-error {{non-member function cannot have 'const' qualifier}} 11 static void h() const; // expected-error {{static member function cannot have 'const' qualifier} [all...] |
/external/clang/test/SemaCXX/ |
function-type-qual.cpp | 3 void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} 5 extern void (&rf)() const; // expected-error {{reference to function type cannot have 'const' qualifier}} 7 typedef void cfn() const; 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 11 void f() const; [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_neon.c | 18 const uint8_t *blimit0, 19 const uint8_t *limit0, 20 const uint8_t *thresh0, 21 const uint8_t *blimit1, 22 const uint8_t *limit1, 23 const uint8_t *thresh1) { 30 const uint8_t *blimit0, 31 const uint8_t *limit0, 32 const uint8_t *thresh0, 33 const uint8_t *blimit1 [all...] |
/external/skia/include/core/ |
SkDraw.h | 32 SkDraw(const SkDraw& src); 34 void drawPaint(const SkPaint&) const; 35 void drawPoints(SkCanvas::PointMode, size_t count, const SkPoint[], 36 const SkPaint&, bool forceUseDevice = false) const; 37 void drawRect(const SkRect& prePaintRect, const SkPaint&, const SkMatrix* paintMatrix, 38 const SkRect* postPaintRect) const [all...] |
/external/tpm2/ |
MathFunctions_fp.h | 10 LIB_EXPORT int _math__Comp(const UINT32 aSize, // IN: size of a 11 const BYTE *a, // IN: a buffer 12 const UINT32 bSize, // IN: size of b 13 const BYTE *b // IN: b buffer 15 LIB_EXPORT CRYPT_RESULT _math__Div(const TPM2B *n, // IN: numerator 16 const TPM2B *d, // IN: denominator 20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime); 24 const UINT32 mSize, // IN: size of number to be exponentiated 25 const BYTE *m, // IN: number to be exponentiated 26 const UINT32 eSize, // IN: size of powe [all...] |
/external/webrtc/webrtc/libjingle/xmpp/ |
hangoutpubsubclient.h | 40 const Jid& mucjid, 41 const std::string& nick); 43 const Jid& mucjid() const { return mucjid_; } 44 const std::string& nick() const { return nick_; } 50 sigslot::signal3<const std::string&, bool, bool> SignalPresenterStateChange; 52 sigslot::signal3<const std::string&, bool, bool> SignalAudioMuteStateChange; 54 sigslot::signal3<const std::string&, bool, bool> SignalVideoMuteStateChange; 56 sigslot::signal3<const std::string&, bool, bool> SignalVideoPauseStateChange [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_16_neon.c | 14 const uint8_t *blimit0, 15 const uint8_t *limit0, 16 const uint8_t *thresh0, 17 const uint8_t *blimit1, 18 const uint8_t *limit1, 19 const uint8_t *thresh1) { 25 const uint8_t *blimit0, 26 const uint8_t *limit0, 27 const uint8_t *thresh0, 28 const uint8_t *blimit1 [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_utils.h | 33 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, 34 const WordIdArrayView prevWordIds, DicNode *const newRootDicNode); 36 const DictionaryStructureWithBufferPolicy *const dictionaryStructurePolicy, 37 const DicNode *const prevWordLastDicNode, DicNode *const newRootDicNode); 38 static void initByCopy(const DicNode *const srcDicNode, DicNode *const destDicNode) [all...] |
/system/bt/service/ |
logging_helpers.h | 26 const char *BtAvConnectionStateText(const btav_connection_state_t state); 28 const char *BtAvAudioStateText(const btav_audio_state_t state); 30 const char *BtTransportText(const btgatt_transport_t t); 32 const char *BtStateText(const bt_state_t state); 34 const char *BtDiscoveryStateText(const bt_discovery_state_t) [all...] |
/external/vixl/doc/ |
supported-instructions.md | 16 void adc(const Register& rd, 17 const Register& rn, 18 const Operand& operand) 25 void adcs(const Register& rd, 26 const Register& rn, 27 const Operand& operand) 34 void add(const Register& rd, 35 const Register& rn, 36 const Operand& operand) 43 void adds(const Register& rd [all...] |
/external/skia/src/fonts/ |
SkTestScalerContext.h | 20 const SkScalar* fPoints; 21 const unsigned char* fVerbs; 22 const unsigned* fCharCodes; 23 const size_t fCharCodesCount; 24 const SkFixed* fWidths; 25 const SkPaint::FontMetrics& fMetrics; 26 const char* fName; 35 SkTestFont(const SkTestFontData& ); 37 int codeToIndex(SkUnichar charCode) const; 38 void init(const SkScalar* pts, const unsigned char* verbs) [all...] |
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.h | 30 M3UParser(const char *baseURI, const void *data, size_t size); 32 status_t initCheck() const; 34 bool isExtM3U() const; 35 bool isVariantPlaylist() const; 36 bool isComplete() const; 37 bool isEvent() const; 38 size_t getDiscontinuitySeq() const; 39 int64_t getTargetDuration() const; 40 int32_t getFirstSeqNumber() const; [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
inv_sysfs_utils.h | 32 const char *buffer; 33 const char *enable; 34 const char *raw_data; //Raw Gyro data 35 const char *temperature; 36 const char *fifo_rate; 37 const char *power_state; 38 const char *fsr; 39 const char *lpf; 40 const char *scale; //Gyro scale 41 const char *temp_scale [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
inv_sysfs_utils.h | 26 const char *buffer; 27 const char *enable; 28 const char *raw_data; //Raw Gyro data 29 const char *temperature; 30 const char *fifo_rate; 31 const char *power_state; 32 const char *fsr; 33 const char *lpf; 34 const char *scale; //Gyro scale 35 const char *temp_scale [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/ |
dic_traverse_session.cpp | 29 const int DicTraverseSession::DICTIONARY_SIZE_THRESHOLD_TO_USE_LARGE_CACHE_FOR_SUGGESTION = 32 void DicTraverseSession::init(const Dictionary *const dictionary, 33 const NgramContext *const ngramContext, const SuggestOptions *const suggestOptions) { 42 void DicTraverseSession::setupForGetSuggestions(const ProximityInfo *pInfo, 43 const int *inputCodePoints, const int inputSize, const int *const inputXs [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind_template.hpp | 23 result_type operator()() const 35 template<class A1> result_type operator()(A1 & a1) const 44 template<class A1> result_type operator()(A1 const & a1) 46 list1<A1 const &> a(a1); 50 template<class A1> result_type operator()(A1 const & a1) const 52 list1<A1 const &> a(a1); 64 template<class A1, class A2> result_type operator()(A1 & a1, A2 & a2) const 73 template<class A1, class A2> result_type operator()(A1 const & a1, A2 & a2) 75 list2<A1 const &, A2 &> a(a1, a2) [all...] |
/external/skia/src/gpu/effects/ |
GrDistanceFieldGeoProc.h | 48 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& viewMatrix, 49 GrTexture* tex, const GrTextureParams& params, 55 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& viewMatrix, 56 GrTexture* tex, const GrTextureParams& params, 65 const char* name() const override { return "DistanceFieldTexture"; } 67 const Attribute* inPosition() const { return fInPosition; } 68 const Attribute* inColor() const { return fInColor; [all...] |
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
Serializer.h | 34 static const char *const tag; 35 static const char *const collectionTag; 39 static const char mode[]; /**< gain modes supported, e.g. AUDIO_GAIN_MODE_CHANNELS. */ 41 static const char channelMask[]; 42 static const char minValueMB[]; /**< min value in millibel. */ 43 static const char maxValueMB[]; /**< max value in millibel. */ 44 static const char defaultValueMB[]; /**< default value in millibel. */ 45 static const char stepValueMB[]; /**< step value in millibel. * [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.h | 17 extern const char* const RESOURCES_ROOT_NAMESPACE; 18 extern const char* const RESOURCES_ANDROID_NAMESPACE; 20 bool isWhitespace(const char16_t* str); 25 const char* fileName, 27 const String16& endTag, 35 status_t parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, 37 const char** cDataTags=NULL); 42 static sp<XMLNode> parse(const sp<AaptFile>& file) [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/skia/src/effects/gradients/ |
SkTwoPointConicalGradient.h | 31 void init(const SkPoint& center0, SkScalar rad0, 32 const SkPoint& center1, SkScalar rad1, 44 SkTwoPointConicalGradient(const SkPoint& start, SkScalar startRadius, 45 const SkPoint& end, SkScalar endRadius, 46 bool flippedGrad, const Descriptor&); 49 size_t contextSize(const ContextRec&) const override; 53 TwoPointConicalGradientContext(const SkTwoPointConicalGradient&, const ContextRec&); 62 SkShader::GradientType asAGradient(GradientInfo* info) const override [all...] |