/external/nanopb-c/ |
D | pb.h | 414 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 415 {tag, PB_ATYPE_STATIC | PB_HTYPE_REQUIRED | ltype, \ 419 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument 420 {tag, PB_ATYPE_STATIC | PB_HTYPE_OPTIONAL | ltype, \ 425 #define PB_SINGULAR_STATIC(tag, st, m, fd, ltype, ptr) \ argument 426 {tag, PB_ATYPE_STATIC | PB_HTYPE_OPTIONAL | ltype, \ 430 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 431 {tag, PB_ATYPE_STATIC | PB_HTYPE_REPEATED | ltype, \ 438 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 439 {tag, PB_ATYPE_POINTER | PB_HTYPE_REQUIRED | ltype, \ [all …]
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb.h | 405 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 406 {tag, PB_ATYPE_STATIC | PB_HTYPE_REQUIRED | ltype, \ 410 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument 411 {tag, PB_ATYPE_STATIC | PB_HTYPE_OPTIONAL | ltype, \ 417 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 418 {tag, PB_ATYPE_STATIC | PB_HTYPE_REPEATED | ltype, \ 424 #define PB_REQUIRED_INLINE(tag, st, m, fd, ltype, ptr) \ argument 429 #define PB_OPTIONAL_INLINE(tag, st, m, fd, ltype, ptr) \ argument 438 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 439 {tag, PB_ATYPE_POINTER | PB_HTYPE_REQUIRED | ltype, \ [all …]
|
/external/libcups/cups/ |
D | dest-localization.c | 52 *ltype; /* Localized media type */ in cupsLocalizeDestMedia() local 168 …if ((ltype = cupsLocalizeDestValue(http, dest, dinfo, "media-type", mdb->type)) == mdb->type && md… in cupsLocalizeDestMedia() 169 ltype = _cupsLangString(lang, _("Other Media")); in cupsLocalizeDestMedia() 174 ltype = NULL; in cupsLocalizeDestMedia() 177 if (!lsource && !ltype) in cupsLocalizeDestMedia() 187 snprintf(lstr, sizeof(lstr), _cupsLangString(lang, _("%s (Borderless, %s)")), lsize, ltype); in cupsLocalizeDestMedia() 189 snprintf(lstr, sizeof(lstr), _cupsLangString(lang, _("%s (%s)")), lsize, ltype); in cupsLocalizeDestMedia() 191 else if (!ltype) in cupsLocalizeDestMedia() 201 …tf(lstr, sizeof(lstr), _cupsLangString(lang, _("%s (Borderless, %s, %s)")), lsize, ltype, lsource); in cupsLocalizeDestMedia() 203 snprintf(lstr, sizeof(lstr), _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 | 203 u32 ltype; member 258 static int tdb_lock(struct tdb_context *tdb, int list, int ltype); 259 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype); 261 static int tdb_transaction_lock(struct tdb_context *tdb, int ltype); 403 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) in _tdb_lock() argument 407 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK); in _tdb_lock() 409 ltype &= ~TDB_MARK_LOCK; in _tdb_lock() 413 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in _tdb_lock() 423 list, ltype)); in _tdb_lock() 460 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/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_fs_out_to_vector.cpp | 50 auto ltype = glsl_get_base_type(vlhs->type); in operator ()() local 53 if (ltype != rtype) in operator ()() 54 return ltype < rtype; in operator ()()
|
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 826 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument 828 upb_handlers_set##ltype(h, f, append##ltype##_handler, NULL); \ in add_handlers_for_repeated_field() 863 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_singular_field() argument 867 upb_handlers_set##ltype(h, f, ltype##_handler, &attr); \ in add_handlers_for_singular_field() 948 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument 950 upb_handlers_set##ltype(h, f, oneof##ltype##_handler, &attr); \ in add_handlers_for_oneof_field()
|
D | upb.h | 5515 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 5524 return upb_handlers_set##ltype(ptr(), f.ptr(), handler.handler(), \
|
/external/one-true-awk/ |
D | awk.h | 234 long ltype; /* long avoids pointer warnings on 64-bit */ member
|
D | b.c | 420 f->re[info(v)].ltype = type(v); in cfoll() 1260 if ((k = f->re[p[i]].ltype) != FINAL) { in cgoto() 1336 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
|
D | FIXES | 760 ltype int to long in struct rrow to reduce some 64-bit
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 530 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field() argument 532 upb_handlers_set##ltype(h, f, append##ltype##_handler, NULL); \ in add_handlers_for_repeated_field() 664 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field() argument 666 upb_handlers_set##ltype(h, f, oneof##ltype##_handler, &attr); \ in add_handlers_for_oneof_field()
|
D | upb.h | 5757 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 5768 return upb_handlers_set##ltype(this, f, handler.handler_, &handler.attr_); \
|
/external/libchrome/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/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 425 ltype = lookahead.type 426 t = actions[state].get(ltype) 765 ltype = lookahead.type 766 t = actions[state].get(ltype) 1071 ltype = lookahead.type 1072 t = actions[state].get(ltype)
|
/external/python/pycparser/pycparser/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/ply/ply/ply/ |
D | yacc.py | 425 ltype = lookahead.type 426 t = actions[state].get(ltype) 765 ltype = lookahead.type 766 t = actions[state].get(ltype) 1071 ltype = lookahead.type 1072 t = actions[state].get(ltype)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 4071 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance() local 4073 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 4076 kwds.put(lkey, ltype); in getInstance()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ULocale.java | 3875 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance() local 3877 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance() 3880 kwds.put(lkey, ltype); in getInstance()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers-inl.h | 800 #define TYPE_METHODS(utype, ltype, ctype, vtype) \ 809 return upb_handlers_set##ltype(ptr(), f.ptr(), handler.handler(), \
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 192 if (auto ltype = get_local_type_info(tp)) variable 193 return ltype;
|