/external/nanopb-c/ |
D | pb.h | 385 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 386 {tag, PB_ATYPE_STATIC | PB_HTYPE_REQUIRED | ltype, \ 390 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument 391 {tag, PB_ATYPE_STATIC | PB_HTYPE_OPTIONAL | ltype, \ 397 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 398 {tag, PB_ATYPE_STATIC | PB_HTYPE_REPEATED | ltype, \ 405 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 406 {tag, PB_ATYPE_POINTER | PB_HTYPE_REQUIRED | ltype, \ 410 #define PB_OPTIONAL_POINTER(tag, st, m, fd, ltype, ptr) \ argument 411 {tag, PB_ATYPE_POINTER | PB_HTYPE_OPTIONAL | ltype, \ [all …]
|
/external/libcups/cups/ |
D | dest-localization.c | 60 *ltype; /* Localized media type */ in cupsLocalizeDestMedia() local 161 ltype = cupsLocalizeDestValue(http, dest, dinfo, "media-type", mdb->type); in cupsLocalizeDestMedia() 166 ltype = NULL; in cupsLocalizeDestMedia() 169 if (!lsource && !ltype) in cupsLocalizeDestMedia() 179 snprintf(name, sizeof(name), _cupsLangString(lang, _("%s (Borderless, %s)")), lsize, ltype); in cupsLocalizeDestMedia() 181 snprintf(name, sizeof(name), _cupsLangString(lang, _("%s (%s)")), lsize, ltype); in cupsLocalizeDestMedia() 183 else if (!ltype) in cupsLocalizeDestMedia() 193 …tf(name, sizeof(name), _cupsLangString(lang, _("%s (Borderless, %s, %s)")), lsize, ltype, lsource); in cupsLocalizeDestMedia() 195 snprintf(name, sizeof(name), _cupsLangString(lang, _("%s (%s, %s)")), lsize, ltype, lsource); in cupsLocalizeDestMedia()
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 11 -int tdb_lock(struct tdb_context *tdb, int list, int ltype); 12 -int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 14 -int tdb_transaction_lock(struct tdb_context *tdb, int ltype); 35 +static int tdb_lock(struct tdb_context *tdb, int list, int ltype); 36 +static int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 38 +static int tdb_transaction_lock(struct tdb_context *tdb, int ltype);
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 205 u32 ltype; member 260 static int tdb_lock(struct tdb_context *tdb, int list, int ltype); 261 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 263 static int tdb_transaction_lock(struct tdb_context *tdb, int ltype); 405 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) in _tdb_lock() argument 409 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK); in _tdb_lock() 411 ltype &= ~TDB_MARK_LOCK; in _tdb_lock() 415 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in _tdb_lock() 425 list, ltype)); in _tdb_lock() 462 tdb->methods->tdb_brlock(tdb,FREELIST_TOP+4*list, ltype, op, in _tdb_lock() [all …]
|
/external/ltp/pan/ |
D | zoolib.h | 49 int lock_file( FILE *fp, short ltype, char **errmsg );
|
/external/dhcpcd-6.8.2/ |
D | dhcp-common.c | 276 uint8_t ltype; in decode_rfc3397() local 289 ltype = l & 0xc0; in decode_rfc3397() 290 if (ltype == 0x80 || ltype == 0x40) in decode_rfc3397() 292 else if (ltype == 0xc0) { /* pointer */ in decode_rfc3397()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 406 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument 408 upb_handlers_set##ltype(h, f, append##ltype##_handler, NULL); \ in add_handlers_for_repeated_field() 526 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument 528 upb_handlers_set##ltype(h, f, oneof##ltype##_handler, &attr); \ in add_handlers_for_oneof_field()
|
D | upb.h | 5484 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 5495 return upb_handlers_set##ltype(this, f, handler.handler_, &handler.attr_); \
|
/external/svox/pico/lib/ |
D | picopr.c | 1194 picoos_uint8 ltype; in pr_appendItemToOutItemList() local 1211 if ((lid > 0) && picoktab_getIntPropTokenType(pr->graphs, lid, <ype) && in pr_appendItemToOutItemList() 1212 …((ltype == PICODATA_ITEMINFO1_TOKTYPE_LETTERV) /*|| (ltype == PICODATA_ITEMINFO1_TOKTYPE_DIGIT)*/)… in pr_appendItemToOutItemList() 1217 ltype = PICODATA_ITEMINFO1_TOKTYPE_UNDEFINED; in pr_appendItemToOutItemList() 1324 picoos_int32 ltype; in pr_genCommands() local 1335 ltype = picokpr_getOutItemType(network, outitem); in pr_genCommands() 1336 switch (ltype) { in pr_genCommands() 1345 switch (ltype) { in pr_genCommands() 1388 if (ltype == PR_OPhonSVOXPA) { in pr_genCommands() 1691 picoos_uint8 ltype; in pr_getOutputItemList() local [all …]
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 356 ltype = lookahead.type 357 t = actions[state].get(ltype) 657 ltype = lookahead.type 658 t = actions[state].get(ltype) 929 ltype = lookahead.type 930 t = actions[state].get(ltype)
|
/external/ply/ply/ply/ |
D | yacc.py | 423 ltype = lookahead.type 424 t = actions[state].get(ltype) 763 ltype = lookahead.type 764 t = actions[state].get(ltype) 1069 ltype = lookahead.type 1070 t = actions[state].get(ltype)
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 244 ltype = lookahead.type 245 t = actions.get((s,ltype),None) 252 if ltype == '$end':
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
D | ULocale.java | 3130 …String ltype = bcp47ToLDMLType(lkey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as… in getInstance() local 3132 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3135 kwds.put(lkey, ltype); in getInstance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 3957 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance() local 3959 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3962 kwds.put(lkey, ltype); in getInstance()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 3771 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance() local 3773 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3776 kwds.put(lkey, ltype); in getInstance()
|
/external/bison/data/ |
D | c.m4 | 579 # define ]b4_api_prefix[ltype ]b4_api_PREFIX[LTYPE /* obsolescent; will be withdrawn */
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 4788 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 4799 return upb_handlers_set##ltype(this, f, handler.handler_, &handler.attr_); \
|