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

1 2 3 4 5 6 7 891011>>

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_read_write_utils.h 34 static int getHeaderSize(const uint8_t *const dictBuf);
36 static DictionaryFlags getFlags(const uint8_t *const dictBuf);
44 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
46 static void fetchAllHeaderAttributes(const uint8_t *const dictBuf,
47 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes);
49 static const int *readCodePointTable
    [all...]
  /external/cblas/testing/
c_dblas1.c 11 double F77_dasum(const int *N, double *X, const int *incX)
16 void F77_daxpy(const int *N, const double *alpha, const double *X,
17 const int *incX, double *Y, const int *incY)
23 void F77_dcopy(const int *N, double *X, const int *incX,
24 double *Y, const int *incY
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
dict_file_writing_utils.h 32 static const char *const TEMP_FILE_SUFFIX_FOR_WRITING_DICT_FILE;
34 static bool createEmptyDictFile(const char *const filePath, const int dictVersion,
35 const std::vector<int> localeAsCodePointVector,
36 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap);
38 static bool flushBufferToFileWithSuffix(const char *const basePath, const char *const suffix
    [all...]
  /external/skia/src/gpu/text/
GrAtlasTextContext.h 34 bool canDraw(const SkPaint&, const SkMatrix& viewMatrix, const SkSurfaceProps&,
35 const GrShaderCaps&);
36 void drawText(GrContext*, GrDrawContext*, const GrClip&, const GrPaint&, const SkPaint&,
37 const SkMatrix& viewMatrix, const SkSurfaceProps&, const char text[]
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes_wrap.h 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
24 const u8 *cipher, u8 *plain);
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
26 size_t num_elem, const u8 *addr[],
27 const size_t *len, u8 *mac);
28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
29 const u8 *addr[], const size_t *len
    [all...]
  /external/libchrome/base/
base_switches.h 14 extern const char kDisableBreakpad[];
15 extern const char kDisableLowEndDeviceMode[];
16 extern const char kEnableCrashReporter[];
17 extern const char kEnableHeapProfiling[];
18 extern const char kEnableLowEndDeviceMode[];
19 extern const char kForceFieldTrials[];
20 extern const char kFullMemoryCrashReport[];
21 extern const char kNoErrorDialogs[];
22 extern const char kProfilerTiming[];
23 extern const char kProfilerTimingDisabledValue[]
    [all...]
  /external/libchrome/base/test/
test_switches.h 12 extern const char kTestLauncherBatchLimit[];
13 extern const char kTestLauncherBotMode[];
14 extern const char kTestLauncherDebugLauncher[];
15 extern const char kTestLauncherForceRunBrokenTests[];
16 extern const char kTestLauncherFilterFile[];
17 extern const char kTestLauncherJobs[];
18 extern const char kTestLauncherListTests[];
19 extern const char kTestLauncherOutput[];
20 extern const char kTestLauncherRetryLimit[];
21 extern const char kTestLauncherSummaryOutput[]
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_xml.h 22 const CFX_WideString* Lookup(const CFX_ByteStringC& space,
23 const CFX_ByteStringC& name) const;
24 void SetAt(const CFX_ByteStringC& space,
25 const CFX_ByteStringC& name,
26 const CFX_WideStringC& value);
27 void RemoveAt(const CFX_ByteStringC& space, const CFX_ByteStringC& name);
29 int GetSize() const;
    [all...]
  /external/skia/src/pathops/
SkPathWriter.h 16 void conicTo(const SkPoint& pt1, const SkPoint& pt2, SkScalar weight);
17 void cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkPoint& pt3);
18 void deferredLine(const SkPoint& pt);
19 void deferredMove(const SkPoint& pt);
20 void deferredMoveLine(const SkPoint& pt);
21 bool hasMove() const;
23 bool isClosed() const;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 13 const u8 *wpa_ie;
15 const u8 *rsn_ie;
17 const u8 *pmkid;
18 const u8 *gtk;
20 const u8 *mac_addr;
23 const u8 *smk;
25 const u8 *nonce;
27 const u8 *lifetime;
29 const u8 *error;
33 const u8 *igtk
    [all...]
  /external/ImageMagick/MagickCore/
enhance.h 30 BrightnessContrastImage(Image *,const double,const double,ExceptionInfo *),
31 ClutImage(Image *,const Image *,const PixelInterpolateMethod,ExceptionInfo *),
32 ColorDecisionListImage(Image *,const char *,ExceptionInfo *),
33 ContrastImage(Image *,const MagickBooleanType,ExceptionInfo *),
34 ContrastStretchImage(Image *,const double,const double,ExceptionInfo *),
36 GammaImage(Image *,const double,ExceptionInfo *),
37 GrayscaleImage(Image *,const PixelIntensityMethod,ExceptionInfo *)
    [all...]
  /external/clang/test/CodeGenCXX/
typeinfo 5 const char* name() const { return __name; }
6 bool operator==(const type_info& __arg) const {
10 bool operator!=(const type_info& __arg) const {
14 const char *__name;
  /external/clang/test/SemaObjCXX/
reinterpret-cast-objc-pointertype.mm 6 typedef const struct __CFString * CFStringRef;
7 const NSString* fRef;
15 const NSString* func1() {
16 return reinterpret_cast<const NSString*>(fRef1);
20 const I *fRef2;
22 const NSString* func2() {
23 return reinterpret_cast<const NSString*>(fRef2);
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.h 13 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
  /system/tpm/trunks/
mock_tpm.cc 37 const TPMI_DH_OBJECT& tpm_key,
38 const std::string& tpm_key_name,
39 const TPMI_DH_ENTITY& bind,
40 const std::string& bind_name,
41 const TPM2B_NONCE& nonce_caller,
42 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
43 const TPM_SE& session_type,
44 const TPMT_SYM_DEF& symmetric,
45 const TPMI_ALG_HASH& auth_hash,
47 const StartAuthSessionResponse& callback)
    [all...]
  /external/iproute2/include/libiptc/
xtcshared.h 11 int (*builtin)(const char *, struct xtc_handle *const);
12 int (*is_chain)(const char *, struct xtc_handle *const);
13 int (*flush_entries)(const xt_chainlabel, struct xtc_handle *);
14 int (*create_chain)(const xt_chainlabel, struct xtc_handle *);
15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel,
17 const char *(*strerror)(int);
  /external/iptables/include/libiptc/
xtcshared.h 11 int (*builtin)(const char *, struct xtc_handle *const);
12 int (*is_chain)(const char *, struct xtc_handle *const);
13 int (*flush_entries)(const xt_chainlabel, struct xtc_handle *);
14 int (*create_chain)(const xt_chainlabel, struct xtc_handle *);
15 int (*set_policy)(const xt_chainlabel, const xt_chainlabel,
17 const char *(*strerror)(int);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_msg.h 61 const LocPosMode mPosMode;
63 virtual void proc() const;
64 virtual void log() const;
65 void send() const;
72 virtual void proc() const;
73 void locallog() const;
74 virtual void log() const;
75 void send() const;
81 virtual void proc() const;
82 void locallog() const;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 37 status_t compileXmlFile(const Bundle* bundle,
38 const sp<AaptAssets>& assets,
39 const String16& resourceName,
40 const sp<AaptFile>& target,
44 status_t compileXmlFile(const Bundle* bundle,
45 const sp<AaptAssets>& assets,
46 const String16& resourceName,
47 const sp<AaptFile>& target,
48 const sp<AaptFile>& outTarget,
52 status_t compileXmlFile(const Bundle* bundle
    [all...]
  /external/fio/
filelock.h 4 extern void fio_lock_file(const char *);
5 extern int fio_trylock_file(const char *);
6 extern void fio_unlock_file(const char *);
  /external/icu/icu4c/source/test/intltest/
icusvtst.h 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
39 void confirmBoolean(const UnicodeString& message, UBool val);
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
43 void confirmEqual(const UnicodeString& message, const Integer* lhs, const Integer* rhs)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 5 const char * src_str);
9 const char * dst_str);
13 const char * inst_str);
  /external/opencv3/modules/features2d/src/kaze/
fed.h 14 int fed_tau_by_process_time(const float& T, const int& M, const float& tau_max,
15 const bool& reordering, std::vector<float>& tau);
16 int fed_tau_by_cycle_time(const float& t, const float& tau_max,
17 const bool& reordering, std::vector<float> &tau) ;
18 int fed_tau_internal(const int& n, const float& scale, const float& tau_max
    [all...]
  /external/selinux/libsemanage/include/semanage/
user_record.h 20 const char *name,
24 const semanage_user_t * user,
29 extern int semanage_user_compare(const semanage_user_t * user,
30 const semanage_user_key_t * key);
32 extern int semanage_user_compare2(const semanage_user_t * user,
33 const semanage_user_t * user2);
36 extern const char *semanage_user_get_name(const semanage_user_t * user);
39 semanage_user_t * user, const char *name);
42 extern const char *semanage_user_get_prefix(const semanage_user_t * user)
    [all...]
  /external/skia/src/gpu/batches/
GrNonAAFillRectBatch.h 20 const SkMatrix& viewMatrix,
21 const SkRect& rect,
22 const SkRect* localRect,
23 const SkMatrix* localMatrix);
26 const SkMatrix& viewMatrix,
27 const SkRect& rect,
28 const SkRect* localRect,
29 const SkMatrix* localMatrix);
32 const SkMatrix& viewMatrix,
33 const SkRect& rect
    [all...]

Completed in 1442 milliseconds

1 2 3 4 5 6 7 891011>>