/external/stlport/src/ |
D | locale_catalog.cpp | 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_ctype_create() 38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_codecvt_create() 40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_numeric_create() 42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_time_create() 44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_collate_create() 46 static void* _Loc_monetary_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_monetary_create() 48 static void* _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code) in _Loc_messages_create() 140 __acquire_category(const char* &name, char *buf, _Locale_name_hint* hint, in __acquire_category() 236 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, in… in __acquire_ctype() 241 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint… in __acquire_codecvt() [all …]
|
D | locale_impl.cpp | 150 …me_hint* _Locale_impl::insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint) { in insert_ctype_facets() 222 …_hint* _Locale_impl::insert_numeric_facets(const char* &name, char *buf, _Locale_name_hint* hint) { in insert_numeric_facets() 288 …ame_hint* _Locale_impl::insert_time_facets(const char* &name, char *buf, _Locale_name_hint* hint) { in insert_time_facets() 350 …_hint* _Locale_impl::insert_collate_facets(const char* &name, char *buf, _Locale_name_hint* hint) { in insert_collate_facets() 406 …hint* _Locale_impl::insert_monetary_facets(const char* &name, char *buf, _Locale_name_hint* hint) { in insert_monetary_facets() 511 …hint* _Locale_impl::insert_messages_facets(const char* &name, char *buf, _Locale_name_hint* hint) { in insert_messages_facets()
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 86 PSH_Hint hint = table->hints; in psh_hint_table_deactivate() local 102 PSH_Hint hint = table->hints + idx; in psh_hint_table_record() local 270 PSH_Hint hint = &table->hints[idx]; in psh_hint_table_activate_mask() local 405 PSH_Hint hint; in ps_simple_scale() local 440 psh_hint_align( PSH_Hint hint, in psh_hint_align() 854 PSH_Hint hint; in psh_hint_table_align_hints() local 1551 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1571 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1608 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local 1625 PSH_Hint hint = sort[nn]; in psh_hint_table_find_strong_points() local [all …]
|
D | pshrec.c | 88 PS_Hint hint = 0; in ps_hint_table_alloc() local 673 PS_Hint hint = dim->hints.hints; in ps_dimension_add_t1stem() local
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 85 struct _Locale_name_hint* hint, int *__err_code) in _Locale_ctype_create() 89 struct _Locale_name_hint* hint, int *__err_code) in _Locale_codecvt_create() 93 struct _Locale_name_hint* hint, int *__err_code) in _Locale_numeric_create() 97 struct _Locale_name_hint* hint, int *__err_code) in _Locale_time_create() 101 struct _Locale_name_hint* hint, int *__err_code) in _Locale_collate_create() 105 struct _Locale_name_hint* hint, int *__err_code) in _Locale_monetary_create() 109 struct _Locale_name_hint* hint, int *__err_code) in _Locale_messages_create() 157 struct _Locale_name_hint* hint, int *__err_code) in _Locale_extract_ctype_name() 161 struct _Locale_name_hint* hint, int *__err_code) in _Locale_extract_numeric_name() 165 struct _Locale_name_hint* hint, int *__err_code) in _Locale_extract_time_name() [all …]
|
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 59 struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_ctype_create() 65 struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_codecvt_create() 73 struct _Locale_numeric *_Locale_numeric_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_numeric_create() 79 struct _Locale_time *_Locale_time_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_time_create() 85 struct _Locale_collate *_Locale_collate_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_collate_create() 91 struct _Locale_monetary *_Locale_monetary_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_monetary_create() 97 struct _Locale_messages *_Locale_messages_create(const char *nm, struct _Locale_name_hint* hint, in _Locale_messages_create() 242 struct _Locale_name_hint* hint, int *__err_code) in _Locale_extract_ctype_name() 246 struct _Locale_name_hint* hint, int *__err_code) in _Locale_extract_numeric_name() 250 struct _Locale_name_hint* hint, int *__err_code) in _Locale_extract_time_name() [all …]
|
/external/elfutils/libdwfl/ |
D | segment.c | 140 lookup (Dwfl *dwfl, GElf_Addr address, int hint) in lookup() 169 int hint = -1; in reify_segments() local
|
/external/linux-tools-perf/util/ |
D | strbuf.c | 19 void strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() 108 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | GridDataFactory.java | 204 public GridDataFactory hint(int xHint, int yHint) { in hint() method in GridDataFactory 304 public GridDataFactory hint(Point hint) { in hint() method in GridDataFactory
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 162 unsigned hint = copyHint(mi, li.reg, tri, mri); in CalculateWeightAndHint() local 178 if (unsigned hint = hintPhys ? hintPhys : hintVirt) { in CalculateWeightAndHint() local
|
/external/ipsec-tools/src/racoon/ |
D | kmpstat.c | 212 struct addrinfo hint, *ai; local
|
/external/kernel-headers/original/asm-mips/ |
D | asm.h | 146 #define PREF(hint,addr) \ argument 152 #define PREFX(hint,addr) \ argument 160 #define PREF(hint, addr) argument 161 #define PREFX(hint, addr) argument
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_mac.cc | 139 void *cf_malloc(CFIndex size, CFOptionFlags hint, void *info) { in cf_malloc() 235 void *cf_realloc(void *ptr, CFIndex size, CFOptionFlags hint, void *info) { in cf_realloc()
|
/external/chromium/base/win/ |
D | pe_image_unittest.cc | 17 DWORD hint, in ExportsCallback() 32 DWORD hint, in ImportsCallback()
|
D | pe_image.cc | 281 UINT hint; in EnumExports() local 370 WORD hint = 0; in EnumOneImportChunk() local 463 WORD hint = 0; in EnumOneDelayImportChunk() local
|
/external/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 989 _Locale_lcid_t* hint, int *__err_code) { in _Locale_extract_category_name() 998 _Locale_lcid_t* hint, int *__err_code) in _Locale_extract_ctype_name() 1002 _Locale_lcid_t* hint, int *__err_code) in _Locale_extract_numeric_name() 1006 _Locale_lcid_t* hint, int *__err_code) in _Locale_extract_time_name() 1010 _Locale_lcid_t* hint, int *__err_code) in _Locale_extract_collate_name() 1014 _Locale_lcid_t* hint, int *__err_code) in _Locale_extract_monetary_name() 1018 _Locale_lcid_t* hint, int *__err_code) { in _Locale_extract_messages_name() 1539 int __GetLCIDFromName(const char* lname, LCID* lcid, char* cp, _Locale_lcid_t *hint) { in __GetLCIDFromName() 1649 char const* __TranslateToSystem(const char* lname, char* buf, _Locale_lcid_t* hint, in __TranslateToSystem()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3tokenstream.c | 206 antlr3CommonTokenDebugStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBU… in antlr3CommonTokenDebugStreamSourceNew() 235 antlr3CommonTokenStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source) in antlr3CommonTokenStreamSourceNew() 254 antlr3CommonTokenStreamNew(ANTLR3_UINT32 hint) in antlr3CommonTokenStreamNew()
|
D | antlr3commontreenodestream.c | 116 antlr3CommonTreeNodeStreamNewTree(pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint) in antlr3CommonTreeNodeStreamNewTree() 270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint) in antlr3CommonTreeNodeStreamNew()
|
/external/freetype/src/cff/ |
D | cffobjs.h | 75 FT_Bool hint; member
|
/external/webkit/Source/WebCore/bridge/qt/ |
D | qt_pixmapruntime.cpp | 298 QVariant QtPixmapInstance::variantFromObject(JSObject* object, QMetaType::Type hint) in variantFromObject() 360 bool QtPixmapInstance::canHandle(QMetaType::Type hint) in canHandle()
|
/external/v8/src/ |
D | v8.cc | 174 bool V8::IdleNotification(int hint) { in IdleNotification()
|
D | lithium-allocator.h | 252 LOperand* hint() const { return hint_; } in hint() function 253 void set_hint(LOperand* hint) { hint_ = hint; } in set_hint()
|
D | lithium-allocator.cc | 712 LOperand* hint) { in Define() 734 LOperand* hint) { in Use() 912 LOperand* hint = to; in ProcessInstructions() local 1270 LOperand* hint = NULL; in BuildLiveRanges() local 1788 LOperand* hint = hinted_use->hint(); in TryAllocateFreeReg() local
|
D | runtime.js | 506 function ToPrimitive(x, hint) { argument
|
/external/chromium/base/ |
D | message_pump_glib_x.cc | 27 gboolean GtkWidgetRealizeCallback(GSignalInvocationHint* hint, guint nparams, in GtkWidgetRealizeCallback()
|