HomeSort by relevance Sort by last modified time
    Searched full:inny (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
large-struct.c 20 BobTheStruct inny; local
25 memset(&inny, 0xA5, sizeof(inny));
29 inny.ps[i] = i * i * i;
30 inny.qs[i] = -i * i * i;
35 outty = copyStruct(inny);
37 if ( &inny == &outty ) {
42 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
small-struct.c 20 MiniStruct inny; local
24 memset(&inny, 0xA5, sizeof(inny));
27 inny.a = 12;
28 inny.b = 42;
32 outty = copyStruct(inny);
34 if ( &inny == &outty ) {
38 if ( (inny.a != outty.a) || (inny.b != outty.b) ) {
  /external/clang/test/SemaCXX/
blocks-1.cpp 11 BobTheStruct inny; local
17 inny.ps[i] = i * i * i;
18 inny.qs[i] = -i * i * i;
23 outty = copyStruct(inny);
25 if ( &inny == &outty ) {
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
  /packages/apps/Protips/res/values-pl/
arrays.xml 24 <item msgid="1000948398885889319">"Prze??cz na inny ekran.\n Przesu? palcem w bok, aby prze??czy? ekran. Przeci?gaj ikony mi?dzy ekranami."</item>
  /frameworks/base/core/res/res/values-pl/
strings.xml 292 <string name="permdesc_processOutgoingCalls" msgid="5156385005547315876">"Pozwala aplikacji na sprawdzenie numeru wybieranego w trakcie po??czenia wychodz?cego, a tak?e umo?liwia przerwanie po??czenia lub przekierowanie go pod inny numer."</string>
    [all...]
  /frameworks/base/packages/DocumentsUI/res/values-pl/
strings.xml 116 <string name="copy_converted_warning_content" msgid="5753861488218674361">"Te pliki zosta?y przekonwertowane na inny format: <xliff:g id="LIST">%1$s</xliff:g>"</string>
  /packages/apps/Settings/res/values-pl/
strings.xml     [all...]
  /external/libexif/po/
pl.po 441 msgstr "Inny"
    [all...]
  /external/e2fsprogs/po/
pl.po     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
pl_wordlist.combined.gz 

Completed in 353 milliseconds