/external/e2fsprogs/misc/ |
H A D | nls-enable.h | 6 #define N_(a) gettext_noop (a) macro 8 #define N_(a) (a) macro 18 #define N_(a) a macro
|
/external/libexif/libexif/ |
H A D | i18n.h | 31 # define N_(String) gettext_noop (String) macro 33 # define N_(String) (String) macro 49 # define N_(String) (String) macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
H A D | util.h | 91 # define N_(String) gettext_noop(String) macro 93 # define N_(String) (String) macro
|
/external/bison/src/ |
H A D | system.h | 116 # define N_(Msgid) (Msgid) macro
|
/external/e2fsprogs/resize/ |
H A D | resize2fs.h | 46 #define N_(a) gettext_noop (a) macro 48 #define N_(a) (a) macro 58 #define N_(a) a macro
|
/external/elfutils/lib/ |
H A D | eu-config.h | 91 #define N_(Str) Str macro
|
/external/eigen/unsupported/Eigen/src/Splines/ |
H A D | Spline.h | 25 * C(u) & = \sum_{i=0}^{n}N_{i,p}(u)P_i 85 * C(u) & = \sum_{i=0}^{n}N_{i,p}P_i 98 * \frac{d^i}{du^i}C(u) & = \sum_{i=0}^{n} \frac{d^i}{du^i} N_{i,p}(u)P_i 127 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u) 141 * \frac{d^i}{du^i} N_{i,p}(u), \hdots, \frac{d^i}{du^i} N_{i+p+1,p}(u) 182 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u) 339 void basisFunctionDerivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& N_) argument [all...] |
/external/elfutils/tests/ |
H A D | dwflmodtest.c | 216 #undef N_ macro 217 #define N_(Str) Str macro 221 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 }, 222 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
|
/external/oprofile/libpopt/ |
H A D | poptint.h | 114 #define N_(foo) foo macro
|
/external/bison/lib/ |
H A D | quotearg.c | 47 #define N_(msgid) msgid macro 312 left_quote = gettext_quote (N_("`"), quoting_style); 313 right_quote = gettext_quote (N_("'"), quoting_style);
|
/external/e2fsprogs/e2fsck/ |
H A D | e2fsck.h | 47 #define N_(a) gettext_noop (a) macro 49 #define N_(a) (a) macro 60 #define N_(a) a macro
|
/external/libmtp/src/ |
H A D | ptp.c | 39 # define N_(String) gettext_noop (String) macro 41 # define N_(String) (String) macro 50 # define N_(String) (String) macro 2794 {PTP_RC_Undefined, N_("PTP: Undefined Error")}, 2795 {PTP_RC_OK, N_("PTP: OK!")}, 2796 {PTP_RC_GeneralError, N_("PTP: General Error")}, 2797 {PTP_RC_SessionNotOpen, N_("PTP: Session Not Open")}, 2798 {PTP_RC_InvalidTransactionID, N_("PTP: Invalid Transaction ID")}, 2799 {PTP_RC_OperationNotSupported, N_("PTP: Operation Not Supported")}, 2800 {PTP_RC_ParameterNotSupported, N_("PT [all...] |