Searched defs:N_ (Results 1 - 19 of 19) sorted by relevance

/external/e2fsprogs/misc/
H A Dnls-enable.h6 #define N_(a) gettext_noop (a) macro
8 #define N_(a) (a) macro
19 #define N_(a) a macro
/external/libexif/libexif/
H A Di18n.h31 # define N_(String) gettext_noop (String) macro
33 # define N_(String) (String) macro
49 # define N_(String) (String) macro
/external/e2fsprogs/e2fsck/
H A Dprof_err.c8 #define N_(a) a macro
11 N_("Profile version 0.0"),
12 N_("Bad magic value in profile_node"),
13 N_("Profile section not found"),
14 N_("Profile relation not found"),
15 N_( "Attempt to add a relation to node which is not a section"),
16 N_( "A profile section header has a non-zero value"),
17 N_("Bad linked list in profile structures"),
18 N_("Bad group level in profile structures"),
19 N_( "Ba
[all...]
H A De2fsck.h47 #define N_(a) gettext_noop (a) macro
49 #define N_(a) (a) macro
60 #define N_(a) a macro
/external/e2fsprogs/lib/et/test_cases/
H A Dcontinuation.c8 #define N_(a) a macro
11 N_("New password was found in a dictionary of possible passwords and\ntherefore may be easily guessed. Please choose another password.\nSee the ovpasswd man page for help in choosing a good password."),
H A Dheimdal.c8 #define N_(a) a macro
11 N_("Kerberos successful"),
12 N_("Kerberos principal expired"),
13 N_("Kerberos service expired"),
14 N_("Kerberos auth expired"),
15 N_("Incorrect kerberos master key version"),
16 N_("Incorrect kerberos master key version"),
17 N_("Incorrect kerberos master key version"),
18 N_("Kerberos error: byte order unknown"),
19 N_("Kerbero
[all...]
H A Dheimdal2.c8 #define N_(a) a macro
11 N_("$Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $"),
12 N_("Cannot fetch local realm"),
13 N_("Unable to fetch credentials"),
14 N_("Bad key supplied"),
15 N_("Can't encrypt data"),
16 N_("Cannot encode/decode authentication info"),
17 N_("Principal attemping change is in wrong realm"),
18 N_("Packet is too large"),
19 N_("Versio
[all...]
H A Dheimdal3.c8 #define N_(a) a macro
11 N_("Test message 1"),
12 N_("Test message 2"),
H A Dimap_err.c8 #define N_(a) a macro
11 N_( "System I/O error"),
12 N_( "Permission denied"),
13 N_( "Over quota"),
14 N_( "Too many user flags in mailbox"),
15 N_( "Mailbox has an invalid format"),
16 N_( "Operation is not supported on mailbox"),
17 N_( "Mailbox does not exist"),
18 N_( "Mailbox already exists"),
19 N_( "Invali
[all...]
H A Dsimple.c8 #define N_(a) a macro
11 N_( "Can't read ticket file"),
12 N_( "Can't find ticket or TGT"),
13 N_( "TGT expired"),
14 N_( "Can't decode authenticator"),
15 N_( "Ticket expired"),
16 N_( "Repeated request"),
17 N_( "The ticket isn't for us"),
18 N_( "Request is inconsistent"),
19 N_( "Delt
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dext2_err.c8 #define N_(a) a macro
11 N_( "EXT2FS Library version 1.42.9"),
12 N_( "Wrong magic number for ext2_filsys structure"),
13 N_( "Wrong magic number for badblocks_list structure"),
14 N_( "Wrong magic number for badblocks_iterate structure"),
15 N_( "Wrong magic number for inode_scan structure"),
16 N_( "Wrong magic number for io_channel structure"),
17 N_( "Wrong magic number for unix io_channel structure"),
18 N_( "Wrong magic number for io_manager structure"),
19 N_( "Wron
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h91 # define N_(String) gettext_noop(String) macro
93 # define N_(String) (String) macro
/external/bison/src/
H A Dsystem.h116 # define N_(Msgid) (Msgid) macro
/external/elfutils/0.153/lib/
H A Deu-config.h76 #define N_(Str) Str macro
/external/e2fsprogs/resize/
H A Dresize2fs.h46 #define N_(a) gettext_noop (a) macro
48 #define N_(a) (a) macro
58 #define N_(a) a macro
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h25 * C(u) & = \sum_{i=0}^{n}N_{i,p}(u)P_i
100 * C(u) & = \sum_{i=0}^{n}N_{i,p}P_i
113 * \frac{d^i}{du^i}C(u) & = \sum_{i=0}^{n} \frac{d^i}{du^i} N_{i,p}(u)P_i
142 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u)
156 * \frac{d^i}{du^i} N_{i,p}(u), \hdots, \frac{d^i}{du^i} N_{i+p+1,p}(u)
197 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u)
350 void basisFunctionDerivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& N_) argument
[all...]
/external/oprofile/libpopt/
H A Dpoptint.h114 #define N_(foo) foo macro
/external/bison/lib/
H A Dquotearg.c47 #define N_(msgid) msgid macro
312 left_quote = gettext_quote (N_("`"), quoting_style);
313 right_quote = gettext_quote (N_("'"), quoting_style);
/external/libmtp/src/
H A Dptp.c39 # 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...]

Completed in 384 milliseconds