Home
last modified time | relevance | path

Searched refs:singular (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n)) argument
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) argument
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft16 # This is referred to as both singular and plural in the RFC.
/external/webkit/WebKitTools/Scripts/
Dprepare-ChangeLog1361 my ($singular, $plural, @items) = @_;
1364 return "$singular $items[0]" if @items == 1;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_klex.pkb298 similares#sin>=28 singulari
/external/protobuf/src/google/protobuf/
Dunittest.proto52 // This proto includes every type of field in both singular and repeated
Ddescriptor.proto296 // All extensions of your type must be singular messages; e.g. they cannot
/external/protobuf/
DCHANGES.txt312 instances of a singular field. Previously, the latter instance
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm1961 … // If any matrix is singular, CA won't animate it correctly. So fall back to software animation
2006 … // If any matrix is singular, CA won't animate it correctly. So fall back to software animation
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_lexpos.utf568 ADJ_SG^N_M_SG "singular" :G2P
/external/srec/config/en.us/dictionary/
Dlarge.ok26517 singular siNgy6lP
/external/webkit/WebCore/
DChangeLog-2010-01-2956887 Incorrect animation with scale(0) transform (singular matrix)
56891 path (rather than just matrix animation) to avoid problems with singular scale matrices,
56894 Test: compositing/transitions/singular-scale-transition.html
96571 If I am doing a Matrix hardware animation and any matrix is singular, I revert to software.
DChangeLog-2005-12-194183 (KCanvasContainerQuartz::paint): handle viewport, singular filters
DChangeLog-2008-08-1077767 to guard against singular pattern transforms.