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

<<41424344454647484950>>

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_basic_string.i 37 static const size_type npos;
51 basic_string(const _CharT* __s, size_type __n);
55 size_type length() const;
57 size_type max_size() const;
59 size_type capacity() const;
67 append(const basic_string& __str);
70 append(const basic_string& __str, size_type __pos, size_type __n);
73 append(const _CharT* __s, size_type __n);
79 assign(const basic_string& __str);
82 assign(const basic_string& __str, size_type __pos, size_type __n)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__debug 42 __i_node(const __i_node&) = delete;
43 __i_node& operator=(const __i_node&) = delete;
46 __i_node(const __i_node&);
47 __i_node& operator=(const __i_node&);
65 __c_node(const __c_node&) = delete;
66 __c_node& operator=(const __c_node&) = delete;
69 __c_node(const __c_node&);
70 __c_node& operator=(const __c_node&);
78 virtual bool __dereferenceable(const void*) const = 0
    [all...]
typeinfo 25 bool operator==(const type_info& rhs) const noexcept;
26 bool operator!=(const type_info& rhs) const noexcept;
28 bool before(const type_info& rhs) const noexcept;
29 size_t hash_code() const noexcept;
30 const char* name() const noexcept;
32 type_info(const type_info& rhs) = delete
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 38 static const UChar DOT = ((UChar)0x002E);
39 static const UChar SINGLE_QUOTE = ((UChar)0x0027);
40 static const UChar SLASH = ((UChar)0x002F);
41 static const UChar BACKSLASH = ((UChar)0x005C);
42 static const UChar SPACE = ((UChar)0x0020);
43 static const UChar EXCLAMATION = ((UChar)0x0021);
44 static const UChar QUOTATION_MARK = ((UChar)0x0022);
45 static const UChar NUMBER_SIGN = ((UChar)0x0023);
46 static const UChar PERCENT_SIGN = ((UChar)0x0025);
47 static const UChar ASTERISK = ((UChar)0x002A)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_updating_helper.cpp 29 const int DynamicPtUpdatingHelper::CHILDREN_POSITION_FIELD_SIZE = 3;
31 bool DynamicPtUpdatingHelper::addUnigramWord(DynamicPtReadingHelper *const readingHelper,
32 const CodePointArrayView wordCodePoints, const UnigramProperty *const unigramProperty,
33 bool *const outAddedNewUnigram) {
36 const PtNodeParams ptNodeParams(readingHelper->getPtNodeParams());
40 const size_t matchedCodePointCount = readingHelper->getPrevTotalCodePointCount();
49 const size_t nodeCodePointCount = ptNodeParams.getCodePointArrayView().size();
51 const size_t nextIndex = matchedCodePointCount + j
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
byte_array_utils.h 36 static AK_FORCE_INLINE void writeUintAndAdvancePosition(uint8_t *const buffer,
37 const uint32_t data, const int size, int *const pos) {
63 static AK_FORCE_INLINE uint32_t readUint32(const uint8_t *const buffer, const int pos) {
68 static AK_FORCE_INLINE uint32_t readUint24(const uint8_t *const buffer, const int pos)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 63 const intern_type* __from,
64 const intern_type* __from_end,
65 const intern_type*& __from_next,
68 extern_type*& __to_next) const {
79 extern_type*& __to_next) const {
85 const extern_type* __from,
86 const extern_type* __from_end,
87 const extern_type*& __from_next,
90 intern_type*& __to_next) const {
98 int encoding() const _STLP_NOTHROW { return do_encoding();
    [all...]
_messages_facets.h 63 catalog open(const string& __fn, const locale& __loc) const
66 const string_type& __dfault) const
68 inline void close(catalog __c) const
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
79 const string_type& __dfault) cons
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 63 const intern_type* __from,
64 const intern_type* __from_end,
65 const intern_type*& __from_next,
68 extern_type*& __to_next) const {
79 extern_type*& __to_next) const {
85 const extern_type* __from,
86 const extern_type* __from_end,
87 const extern_type*& __from_next,
90 intern_type*& __to_next) const {
98 int encoding() const _STLP_NOTHROW { return do_encoding();
    [all...]
_messages_facets.h 63 catalog open(const string& __fn, const locale& __loc) const
66 const string_type& __dfault) const
68 inline void close(catalog __c) const
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
79 const string_type& __dfault) cons
    [all...]
  /external/dng_sdk/source/
dng_parse_utils.h 34 const char * LookupParentCode (uint32 parentCode);
38 const char * LookupTagCode (uint32 parentCode,
43 const char * LookupTagType (uint32 tagType);
47 const char * LookupNewSubFileType (uint32 key);
49 const char * LookupCompression (uint32 key);
51 const char * LookupPredictor (uint32 key);
53 const char * LookupSampleFormat (uint32 key);
55 const char * LookupPhotometricInterpretation (uint32 key);
57 const char * LookupOrientation (uint32 key);
59 const char * LookupResolutionUnit (uint32 key)
    [all...]
  /external/libcxx/include/
typeinfo 25 bool operator==(const type_info& rhs) const noexcept;
26 bool operator!=(const type_info& rhs) const noexcept;
28 bool before(const type_info& rhs) const noexcept;
29 size_t hash_code() const noexcept;
30 const char* name() const noexcept;
32 type_info(const type_info& rhs) = delete
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 23 static const size_t PDataEntrySize;
31 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool);
33 static const RingEntry Ring[];
35 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
37 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
39 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
41 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset,
43 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset,
45 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset,
47 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset
    [all...]
  /external/skia/src/core/
SkAAClip.h 18 SkAAClip(const SkAAClip&);
21 SkAAClip& operator=(const SkAAClip&);
22 friend bool operator==(const SkAAClip&, const SkAAClip&);
23 friend bool operator!=(const SkAAClip& a, const SkAAClip& b) {
29 bool isEmpty() const { return nullptr == fRunHead; }
30 const SkIRect& getBounds() const { return fBounds; }
34 bool isRect() const;
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
extented_min_max.inl 14 T const & x,
15 T const & y,
16 T const & z)
24 C<T> const & x,
25 typename C<T>::T const & y,
26 typename C<T>::T const & z
35 C<T> const & x,
36 C<T> const & y,
37 C<T> const & z
46 T const & x,
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 57 int32_t SpeakerVolume(uint32_t& volume) const;
58 int32_t MaxSpeakerVolume(uint32_t& maxVolume) const;
59 int32_t MinSpeakerVolume(uint32_t& minVolume) const;
60 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const;
64 int32_t SpeakerMute(bool& enabled) const;
67 int32_t MicrophoneMute(bool& enabled) const;
70 int32_t MicrophoneBoost(bool& enabled) const;
73 int32_t MicrophoneVolume(uint32_t& volume) const;
74 int32_t MaxMicrophoneVolume(uint32_t& maxVolume) const;
75 int32_t MinMicrophoneVolume(uint32_t& minVolume) const;
    [all...]
  /frameworks/base/include/storage/
IMountService.h 35 virtual void registerListener(const sp<IMountServiceListener>& listener) = 0;
37 unregisterListener(const sp<IMountServiceListener>& listener) = 0;
39 virtual void setUsbMassStorageEnabled(const bool enable) = 0;
41 virtual int32_t mountVolume(const String16& mountPoint) = 0;
43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
44 virtual int32_t formatVolume(const String16& mountPoint) = 0;
46 getStorageUsers(const String16& mountPoint, int32_t** users) = 0;
47 virtual int32_t getVolumeState(const String16& mountPoint) = 0
    [all...]
  /frameworks/base/libs/hwui/font/
Font.h 55 FontDescription(const SkPaint* paint, const SkMatrix& matrix);
57 static int compare(const FontDescription& lhs, const FontDescription& rhs);
59 hash_t hash() const;
61 bool operator==(const FontDescription& other) const {
65 bool operator!=(const FontDescription& other) const {
84 void render(const SkPaint* paint, const glyph_t* glyphs
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
typeinfo 25 bool operator==(const type_info& rhs) const noexcept;
26 bool operator!=(const type_info& rhs) const noexcept;
28 bool before(const type_info& rhs) const noexcept;
29 size_t hash_code() const noexcept;
30 const char* name() const noexcept;
32 type_info(const type_info& rhs) = delete
    [all...]
  /system/keymaster/
keymaster1_engine.h 43 Keymaster1Engine(const keymaster1_device_t* keymaster1_device);
46 keymaster_error_t GenerateKey(const AuthorizationSet& key_description,
48 AuthorizationSet* sw_enforced) const;
50 keymaster_error_t ImportKey(const AuthorizationSet& key_description,
52 const KeymasterKeyBlob& input_key_material,
54 AuthorizationSet* sw_enforced) const;
55 keymaster_error_t DeleteKey(const KeymasterKeyBlob& blob) const;
56 keymaster_error_t DeleteAllKeys() const;
59 KeyData(const KeymasterKeyBlob& blob, const AuthorizationSet& params
    [all...]
  /prebuilts/go/darwin-x86/api/
go1.4.txt 14 pkg crypto, const SHA3_224 = 10
15 pkg crypto, const SHA3_224 Hash
16 pkg crypto, const SHA3_256 = 11
17 pkg crypto, const SHA3_256 Hash
18 pkg crypto, const SHA3_384 = 12
19 pkg crypto, const SHA3_384 Hash
20 pkg crypto, const SHA3_512 = 13
21 pkg crypto, const SHA3_512 Hash
38 pkg crypto/tls, const TLS_FALLBACK_SCSV = 22016
39 pkg crypto/tls, const TLS_FALLBACK_SCSV uint1
    [all...]
  /prebuilts/go/linux-x86/api/
go1.4.txt 14 pkg crypto, const SHA3_224 = 10
15 pkg crypto, const SHA3_224 Hash
16 pkg crypto, const SHA3_256 = 11
17 pkg crypto, const SHA3_256 Hash
18 pkg crypto, const SHA3_384 = 12
19 pkg crypto, const SHA3_384 Hash
20 pkg crypto, const SHA3_512 = 13
21 pkg crypto, const SHA3_512 Hash
38 pkg crypto/tls, const TLS_FALLBACK_SCSV = 22016
39 pkg crypto/tls, const TLS_FALLBACK_SCSV uint1
    [all...]
  /device/google/contexthub/firmware/inc/algos/
mat.h 53 struct Mat33 *A, const struct Vec3 *v1, const struct Vec3 *v2, const struct Vec3 *v3);
55 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v);
56 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *B);
59 void mat33Add(struct Mat33 *out, const struct Mat33 *A);
60 void mat33Sub(struct Mat33 *out, const struct Mat33 *A);
62 int mat33IsPositiveSemidefinite(const struct Mat33 *A, float tolerance)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtilImpl.inl 8 void Deleter<VkDeviceMemory>::operator() (VkDeviceMemory obj) const
14 void Deleter<VkFence>::operator() (VkFence obj) const
20 void Deleter<VkSemaphore>::operator() (VkSemaphore obj) const
26 void Deleter<VkEvent>::operator() (VkEvent obj) const
32 void Deleter<VkQueryPool>::operator() (VkQueryPool obj) const
38 void Deleter<VkBuffer>::operator() (VkBuffer obj) const
44 void Deleter<VkBufferView>::operator() (VkBufferView obj) const
50 void Deleter<VkImage>::operator() (VkImage obj) const
56 void Deleter<VkImageView>::operator() (VkImageView obj) const
62 void Deleter<VkShaderModule>::operator() (VkShaderModule obj) const
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp 53 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {}
85 const std::vector<UniformDataSp>& uniforms (void) const
91 UniformSetup (const UniformSetup&); // not allowed!
92 UniformSetup& operator= (const UniformSetup&); // not allowed!
104 virtual void log (tcu::TestLog& log) const = 0;
107 virtual void execute (const Context& ctx, int numValues, const void* const* inputs, void* const* outputs) = 0
    [all...]

Completed in 1892 milliseconds

<<41424344454647484950>>