/packages/apps/Protips/res/values-pt/ |
arrays.xml | 21 <item msgid="8842580895829057430">"Arraste aplicativos para a página inicial."\n" Toque e segure um ícone no Launcher até que ele vibre."</item> 22 <item msgid="8903218961940756528">"Reorganize sua tela inicial."\n" Toque e segure um item; quando ele vibrar, arraste-o para onde quiser."</item> 23 <item msgid="3123213860439458492">"Remova itens."\n" Toque e segure um item; quando ele vibrar, arraste-o para a Lixeira. @drawable/trash"</item> 25 <item msgid="424487960942281801">"Já usou este widget?"\n" Toque e mantenha o widget pressionado; quando ele vibrar, arraste-o para a Lixeira."</item>
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_linked_list.h | 98 * @param ele return the value of first element of list in this parameter 102 OSCL_IMPORT_REF int32 get_first(OsclAny* ele); 106 * @param ele return the value of next element of list in this parameter 110 OSCL_IMPORT_REF int32 get_next(OsclAny* ele); 224 * @param ele return the value of first element of list in this parameter 228 int32 get_first(LLClass & ele) 230 return Oscl_Linked_List_Base::get_first(&ele); 235 * @param ele return the value of next element of list in this parameter 239 int32 get_next(LLClass & ele) 241 return Oscl_Linked_List_Base::get_next(&ele); [all...] |
oscl_linked_list.cpp | 45 * @param ele return the value of first element of list in this parameter 49 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::get_first(OsclAny* ele) 53 pOpaqueType->get_data(iterator, ele); 59 * @param ele return the value of next element of list in this parameter 63 OSCL_EXPORT_REF int32 Oscl_Linked_List_Base::get_next(OsclAny* ele) 75 pOpaqueType->get_data(iterator, ele);
|
/external/opencore/baselibs/gen_data_structures/src/ |
linked_list.h | 82 int get_first(LLClass & ele) 86 ele = iterator->data; 90 int get_next(LLClass & ele) 102 ele = iterator->data;
|
/external/webkit/WebKit/win/ |
WebFrame.cpp | 184 Element* ele; local 185 hr = elePriv->coreElement((void**)&ele); 187 return ele; 200 Element* ele; local 201 hr = elePriv->coreElement((void**)&ele); 203 if (SUCCEEDED(hr) && ele && ele->hasTagName(formTag)) 204 return static_cast<HTMLFormElement*>(ele); 217 Element* ele; local 218 hr = elePriv->coreElement((void**)&ele); [all...] |
/external/opencore/doc/oscl_html/ |
classOscl__Linked__List.html | 26 <tr><td nowrap align=right valign=top>int32 </td><td valign=bottom><a class="el" href="classOscl__Linked__List.html#a3">get_first</a> (LLClass &ele)</td></tr> 27 <tr><td nowrap align=right valign=top>int32 </td><td valign=bottom><a class="el" href="classOscl__Linked__List.html#a4">get_next</a> (LLClass &ele)</td></tr> 318 <td class="mdname1" valign="top" nowrap> <em>ele</em> </td> 337 <tr><td valign=top><em>ele</em> </td><td> 396 <td class="mdname1" valign="top" nowrap> <em>ele</em> </td> 415 <tr><td valign=top><em>ele</em> </td><td>
|
classOscl__Linked__List__Base.html | 25 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32 </td><td valign=bottom><a class="el" href="classOscl__Linked__List__Base.html#b3">get_first</a> (<a class="el" href="group__osclbase.html#a25">OsclAny</a> *ele)</td></tr> 26 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32 </td><td valign=bottom><a class="el" href="classOscl__Linked__List__Base.html#b4">get_next</a> (<a class="el" href="group__osclbase.html#a25">OsclAny</a> *ele)</td></tr> 287 <td class="mdname1" valign="top" nowrap> <em>ele</em> </td> 306 <tr><td valign=top><em>ele</em> </td><td> 357 <td class="mdname1" valign="top" nowrap> <em>ele</em> </td> 376 <tr><td valign=top><em>ele</em> </td><td>
|
oscl__linked__list_8h-source.html | 62 00085 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__Linked__List__Base.html#b3">get_first</a>(<a class="code" href="group__osclbase.html#a25">OsclAny</a>* ele); 64 00093 OSCL_IMPORT_REF int32 <a class="code" href="classOscl__Linked__List__Base.html#b4">get_next</a>(<a class="code" href="group__osclbase.html#a25">OsclAny</a>* ele); 118 <a name="l00211"></a><a class="code" href="classOscl__Linked__List.html#a3">00211</a> int32 <a class="code" href="classOscl__Linked__List.html#a3">get_first</a>(LLClass & ele) 120 00213 <span class="keywordflow">return</span> <a class="code" href="classOscl__Linked__List__Base.html#b3">Oscl_Linked_List_Base::get_first</a>(&ele); 123 <a name="l00222"></a><a class="code" href="classOscl__Linked__List.html#a4">00222</a> int32 <a class="code" href="classOscl__Linked__List.html#a4">get_next</a>(LLClass & ele) 125 00224 <span class="keywordflow">return</span> <a class="code" href="classOscl__Linked__List__Base.html#b4">Oscl_Linked_List_Base::get_next</a>(&ele);
|
/external/tinyxml/ |
xmltest.cpp | 443 TiXmlElement* ele = doc.FirstChildElement(); local 448 result = ele->QueryDoubleAttribute( "attr0", &dVal ); 451 result = ele->QueryDoubleAttribute( "attr1", &dVal ); 453 result = ele->QueryIntAttribute( "attr1", &iVal ); 456 result = ele->QueryIntAttribute( "attr2", &iVal ); 458 result = ele->QueryIntAttribute( "bar", &iVal );
|
/packages/apps/AccountsAndSyncSettings/res/values-pt/ |
strings.xml | 44 <string name="sync_is_failing" msgid="5230237058552433773">"O Google Sync está enfrentando problemas no momento. Ele retornará em breve."</string>
|
/external/webkit/autotools/ |
acinclude.m4 | 79 # Copyright (c) 2008 Tim Toolan <toolan@ele.uri.edu>
|
/external/svox/pico/lib/ |
picopr.c | 833 static void pr_initPathEle (struct pr_PathEle * ele) 835 ele->rnetwork = NULL; 836 ele->rtok = 0; 837 ele->ritemid = -1; 838 ele->rdepth = 1; 839 ele->rlState = PR_LSInit; 840 ele->rcompare = -1; 841 ele->rprodname = 0; 842 ele->rprodprefcost = 0; [all...] |
picokdt.c | 265 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */ 271 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */ 277 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */ 283 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */ 289 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */ 295 picoos_uint8 inveclen; /* nr of ele set in invec; must be =nrattributes */ [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/ |
GpxParser.java | 53 private final static String NODE_ELEVATION = "ele"; //$NON-NLS-1$
|
/external/dnsmasq/po/ |
ro.po | 180 msgstr "Specific? interfe?ele deservite." 184 msgstr "Specific? interfe?ele NE-deservite." 369 msgstr "Ascult? doar pe interfe?ele active." [all...] |
/packages/apps/Settings/res/values-pt/ |
strings.xml | [all...] |
/frameworks/base/core/res/res/values-pt/ |
strings.xml | [all...] |
/external/bison/build-aux/ |
config.sub | 1101 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/dbus/ |
config.sub | 1048 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/dropbear/ |
config.sub | 1133 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/e2fsprogs/config/ |
config.sub | 1128 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/expat/conftools/ |
config.sub | 1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/grub/ |
config.sub | 1089 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/icu4c/ |
config.sub | 1169 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) [all...] |
/external/libffi/ |
config.sub | 1137 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|