HomeSort by relevance Sort by last modified time
    Searched refs:P_ (Results 1 - 16 of 16) sorted by null

  /external/bluetooth/glib/glib/
glibintl.h 15 #define P_(String) glib_gettext(String)
25 #define P_(String) (String)
  /external/bluetooth/glib/gio/
gmountoperation.c 337 P_("Username"),
338 P_("The user name"),
352 P_("Password"),
353 P_("The password"),
366 P_("Anonymous"),
367 P_("Whether to use an anonymous user"),
380 P_("Domain"),
381 P_("The domain of the mount operation"),
394 P_("Password save"),
395 P_("How passwords should be saved")
    [all...]
gemblem.c 143 P_("GEmblem's origin"),
144 P_("Tells which origin the emblem is derived from"),
152 P_("The icon of the emblem"),
153 P_("The actual icon of the emblem"),
glocalfilemonitor.c 124 P_("File name"),
125 P_("File name to monitor"),
gfilterinputstream.c 134 P_("The Filter Base Stream"),
135 P_("The underlying base stream on which the io ops will be done."),
143 P_("Close Base Stream"),
144 P_("If the base stream should be closed when the filter stream is closed."),
gfilteroutputstream.c 133 P_("The Filter Base Stream"),
134 P_("The underlying base stream on which the io ops will be done."),
142 P_("Close Base Stream"),
143 P_("If the base stream should be closed when the filter stream is closed."),
gdataoutputstream.c 87 P_("Byte order"),
88 P_("The byte order"),
glocaldirectorymonitor.c 156 P_("Directory name"),
157 P_("Directory to monitor"),
gbufferedoutputstream.c 152 P_("Buffer Size"),
153 P_("The size of the backend buffer"),
163 P_("Auto-grow"),
164 P_("Whether the buffer should automatically grow"),
gdatainputstream.c 92 P_("Byte order"),
93 P_("The byte order"),
107 P_("Newline type"),
108 P_("The accepted types of line ending"),
    [all...]
gfilemonitor.c 234 P_("Rate limit"),
235 P_("The limit of the monitor to watch for changes, in milliseconds"),
244 P_("Cancelled"),
245 P_("Whether the monitor has been cancelled"),
gfileenumerator.c 158 g_param_spec_object ("container", P_("Container"),
159 P_("The container that is being enumerated"),
gbufferedinputstream.c 167 P_("Buffer Size"),
168 P_("The size of the backend buffer"),
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 134 return P_;
173 StateComparator<A> comp(fst, P_, StateComparator<A>::kCompareFinal);
177 StateId class_id = P_.AddClass();
178 P_.Add(siter.Value(), class_id);
185 class_id = P_.AddClass();
186 P_.Add(s, class_id);
190 P_.Add(s, it->second);
195 VLOG(5) << "Initial Partition: " << P_.num_classes();
208 P_.Initialize(Tr_.NumStates() - 1);
214 ArcIterCompare comp(P_);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 131 printf (P_("\n%8u inode used (%2.2f%%)\n", "\n%8u inodes used (%2.2f%%)\n",
133 printf (P_("%8u non-contiguous inode (%0d.%d%%)\n",
139 printf (P_("%8u block used (%2.2f%%)\n", "%8u blocks used (%2.2f%%)\n",
141 printf (P_("%8u bad block\n", "%8u bad blocks\n",
143 printf (P_("%8u large file\n", "%8u large files\n",
145 printf (P_("\n%8u regular file\n", "\n%8u regular files\n",
147 printf (P_("%8u directory\n", "%8u directories\n",
149 printf (P_("%8u character device file\n",
152 printf (P_("%8u block device file\n", "%8u block device files\n",
154 printf (P_("%8u fifo\n", "%8u fifos\n", ctx->fs_fifo_count)
    [all...]
e2fsck.h 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))

Completed in 264 milliseconds