HomeSort by relevance Sort by last modified time
    Searched full:const (Results 401 - 425 of 77709) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_key.h 12 int ieee802_1x_cak_128bits_aes_cmac(const u8 *msk, const u8 *mac1,
13 const u8 *mac2, u8 *cak);
14 int ieee802_1x_ckn_128bits_aes_cmac(const u8 *msk, const u8 *mac1,
15 const u8 *mac2, const u8 *sid,
17 int ieee802_1x_kek_128bits_aes_cmac(const u8 *cak, const u8 *ckn,
19 int ieee802_1x_ick_128bits_aes_cmac(const u8 *cak, const u8 *ckn
    [all...]
  /frameworks/av/include/media/
IDrm.h 33 virtual status_t initCheck() const = 0;
35 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) = 0;
37 virtual status_t createPlugin(const uint8_t uuid[16]) = 0;
43 virtual status_t closeSession(Vector<uint8_t> const &sessionId) = 0;
46 getKeyRequest(Vector<uint8_t> const &sessionId,
47 Vector<uint8_t> const &initData,
48 String8 const &mimeType, DrmPlugin::KeyType keyType,
49 KeyedVector<String8, String8> const &optionalParameters,
53 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId
    [all...]
  /hardware/intel/img/psb_video/fw/msvdx/
thread1_bin.h 31 const char* psVersion;
32 const char* psBuildDate;
36 const unsigned char* pui8Text;
37 const unsigned char* pui8Data;
40 //extern const FIRMWARE sSliceSwitchingFirmware;
41 extern const FIRMWARE sFirmware1366_FS;
42 extern const FIRMWARE sFirmware1366_SS;
43 extern const FIRMWARE sFirmware1419_FS;
44 extern const FIRMWARE sFirmware_FS;
45 extern const FIRMWARE sFirmware_SS
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 35 xmlNewTextWriterFilename(const char *uri, int compression);
57 const char *version,
58 const char *encoding,
59 const char *standalone);
71 const char *format, ...)
75 const char *format,
80 const xmlChar *
88 const xmlChar * name);
91 const xmlChar *
93 const xmlChar * name
    [all...]
  /external/skia/src/core/
SkPictureRecord.h 31 SkPictureRecord(const SkISize& dimensions, uint32_t recordFlags);
34 const SkTDArray<const SkPicture* >& getPictureRefs() const {
38 const SkTDArray<const SkTextBlob* >& getTextBlobRefs() const {
42 const SkTDArray<const SkImage* >& getImageRefs() const {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 82 virtual int getRootPosition() const {
86 void createAndGetAllChildDicNodes(const DicNode *const dicNode,
87 DicNodeVector *const childDicNodes) const;
89 int getCodePointsAndReturnCodePointCount(const int wordId, const int maxCodePointCount,
90 int *const outCodePoints) const;
92 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 55 AK_FORCE_INLINE int getRootPosition() const {
59 void createAndGetAllChildDicNodes(const DicNode *const dicNode,
60 DicNodeVector *const childDicNodes) const;
62 int getCodePointsAndReturnCodePointCount(const int wordId, const int maxCodePointCount,
63 int *const outCodePoints) const;
65 int getWordId(const CodePointArrayView wordCodePoints, const bool forceLowerCaseSearch) const
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 128 GeneratedMessageReflection(const Descriptor* descriptor,
129 const Message* default_instance,
130 const int offsets[],
134 const DescriptorPool* pool,
141 const UnknownFieldSet& GetUnknownFields(const Message& message) const;
142 UnknownFieldSet* MutableUnknownFields(Message* message) const;
144 int SpaceUsed(const Message& message) const;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 128 GeneratedMessageReflection(const Descriptor* descriptor,
129 const Message* default_instance,
130 const int offsets[],
134 const DescriptorPool* pool,
141 const UnknownFieldSet& GetUnknownFields(const Message& message) const;
142 UnknownFieldSet* MutableUnknownFields(Message* message) const;
144 int SpaceUsed(const Message& message) const;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 128 GeneratedMessageReflection(const Descriptor* descriptor,
129 const Message* default_instance,
130 const int offsets[],
134 const DescriptorPool* pool,
141 const UnknownFieldSet& GetUnknownFields(const Message& message) const;
142 UnknownFieldSet* MutableUnknownFields(Message* message) const;
144 int SpaceUsed(const Message& message) const;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 128 GeneratedMessageReflection(const Descriptor* descriptor,
129 const Message* default_instance,
130 const int offsets[],
134 const DescriptorPool* pool,
141 const UnknownFieldSet& GetUnknownFields(const Message& message) const;
142 UnknownFieldSet* MutableUnknownFields(Message* message) const;
144 int SpaceUsed(const Message& message) const;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkVirtualDeviceInterface.inl 4 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const = 0;
5 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const = 0;
6 virtual VkResult queueSubmit (VkQueue queue, deUint32 submitCount, const VkSubmitInfo* pSubmits, VkFence fence) const = 0;
7 virtual VkResult queueWaitIdle (VkQueue queue) const = 0;
8 virtual VkResult deviceWaitIdle (VkDevice device) const = 0;
9 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const = 0
    [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 59 *(*BlobFifo)(const Image *,const void *,const size_t);
62 *CloneBlobInfo(const BlobInfo *),
68 extern MagickExport const struct stat
69 *GetBlobProperties(const Image *);
71 extern MagickExport const void
72 *ReadBlobStream(Image *,const size_t,void *,ssize_t *);
81 EOFBlob(const Image *),
86 DiscardBlobBytes(Image *,const MagickSizeType)
    [all...]
widget-private.h 29 XCommandWidget(Display *,XWindows *,const char **,XEvent *),
30 XConfirmWidget(Display *,XWindows *,const char *,const char *),
31 XDialogWidget(Display *,XWindows *,const char *,const char *,char *),
32 XMenuWidget(Display *,XWindows *,const char *,const char **,char *);
39 XColorBrowserWidget(Display *,XWindows *,const char *,char *),
40 XFileBrowserWidget(Display *,XWindows *,const char *,char *),
41 XFontBrowserWidget(Display *,XWindows *,const char *,char *)
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
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 { size_t ignored; return readFontTable(tableTag, ignored); }
67 const void *readFontTable(LETag tableTag, size_t &length) const
    [all...]
  /external/skia/include/utils/
SkLua.h 34 SkLua(const char termCode[] = NULL); // creates a new L, will close it
38 lua_State* get() const { return fL; }
39 lua_State* operator*() const { return fL; }
40 lua_State* operator->() const { return fL; }
42 bool runCode(const char code[]);
43 bool runCode(const void* code, size_t size);
45 void pushBool(bool, const char tableKey[] = NULL);
46 void pushString(const char[], const char tableKey[] = NULL);
47 void pushString(const char[], size_t len, const char tableKey[] = NULL)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_lag_tables.h 28 extern const uint16_t WebRtcIsac_kQPitchLagCdf1Lo[127];
29 extern const uint16_t WebRtcIsac_kQPitchLagCdf2Lo[20];
30 extern const uint16_t WebRtcIsac_kQPitchLagCdf3Lo[2];
31 extern const uint16_t WebRtcIsac_kQPitchLagCdf4Lo[10];
33 extern const uint16_t *WebRtcIsac_kQPitchLagCdfPtrLo[4];
36 extern const uint16_t WebRtcIsac_kQPitchLagCdfSizeLo[1];
39 extern const int16_t WebRtcIsac_kQIndexLowerLimitLagLo[4];
40 extern const int16_t WebRtcIsac_kQIndexUpperLimitLagLo[4];
43 extern const uint16_t WebRtcIsac_kQInitIndexLagLo[3];
46 extern const double WebRtcIsac_kQMeanLag2Lo[19]
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.h 16 virtual int32_t GetWidth() const;
17 virtual int32_t GetHeight() const;
20 virtual FX_BOOL SetClipPath(const IFDE_Path* pClip);
21 virtual IFDE_Path* GetClipPath() const;
22 virtual FX_BOOL SetClipRect(const CFX_RectF& rtClip);
23 virtual const CFX_RectF& GetClipRect();
25 virtual FX_FLOAT GetDpiX() const;
26 virtual FX_FLOAT GetDpiY() const;
29 const CFX_RectF* pSrcRect,
30 const CFX_RectF& dstRect,
    [all...]
  /external/skia/src/gpu/batches/
GrDrawAtlasBatch.h 24 static GrDrawBatch* Create(const Geometry& geometry, const SkMatrix& viewMatrix,
25 int spriteCount, const SkRSXform* xforms, const SkRect* rects,
26 const SkColor* colors) {
30 const char* name() const override { return "DrawAtlasBatch"; }
34 GrBatchToXPOverrides* overrides) const override {
47 void onPrepareDraws(Target*) const override;
49 void initBatchTracker(const GrXPOverridesForBatch&) override
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.h 30 SparseTable(BufferWithExtendableBuffer *const indexTableBuffer,
31 BufferWithExtendableBuffer *const contentTableBuffer, const int blockSize,
32 const int dataSize)
36 bool contains(const int id) const;
38 uint32_t get(const int id) const;
40 bool set(const int id, const uint32_t value)
    [all...]
  /external/drm_hwcomposer/
drmplane.h 34 DrmPlane(const DrmPlane &) = delete;
35 DrmPlane &operator=(const DrmPlane &) = delete;
39 uint32_t id() const;
41 bool GetCrtcSupported(const DrmCrtc &crtc) const;
43 uint32_t type() const;
45 const DrmProperty &crtc_property() const;
46 const DrmProperty &fb_property() const;
    [all...]
  /system/bt/btif/include/
btif_config.h 26 static const char BTIF_CONFIG_MODULE[] = "btif_config_module";
30 bool btif_config_has_section(const char *section);
31 bool btif_config_exist(const char *section, const char *key);
32 bool btif_config_get_int(const char *section, const char *key, int *value);
33 bool btif_config_set_int(const char *section, const char *key, int value);
34 bool btif_config_get_str(const char *section, const char *key, char *value, int *size_bytes)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
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);
37 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
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...]

Completed in 695 milliseconds

<<11121314151617181920>>