Home
last modified time | relevance | path

Searched refs:anc (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/glib/gio/
Dgdesktopappinfo.c2667 char **anc; in get_all_desktop_entries_for_mime_type() local
2679 anc = _g_unix_content_type_get_parents (g_ptr_array_index (array, i)); in get_all_desktop_entries_for_mime_type()
2680 for (j = 0; anc[j]; j++) in get_all_desktop_entries_for_mime_type()
2684 if (strcmp (anc[j], g_ptr_array_index (array, k)) == 0) in get_all_desktop_entries_for_mime_type()
2688 g_ptr_array_add (array, g_strdup (anc[j])); in get_all_desktop_entries_for_mime_type()
2690 g_strfreev (anc); in get_all_desktop_entries_for_mime_type()
/external/webkit/Source/WebCore/dom/
DRange.cpp1305 for (ContainerNode* anc = refNode->parentNode(); anc; anc = anc->parentNode()) { in selectNode() local
1306 switch (anc->nodeType()) { in selectNode()
/external/llvm/lib/Support/
DAPInt.cpp1398 APInt ad, anc, delta, q1, r1, q2, r2, t; in magic() local
1404 anc = t - 1 - t.urem(ad); // absolute value of nc in magic()
1406 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc) in magic()
1407 r1 = signedMin - q1*anc; // initialize r1 = rem(2p,abs(nc)) in magic()
1414 if (r1.uge(anc)) { // must be unsigned comparison in magic()
1416 r1 = r1 - anc; in magic()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_klex.pkb50 ancêtres4andante%N8NE!+android 6!5A%82B=8ange5anglaisO anglaisez angoisse�animal|…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_klex.pkb3anc�app�asp�aut�avr�ben�can�cer�cit�com�com�con�con�con�cos�dav�dev�dip�don �eco…
/external/libxml2/
Dxmlschemas.c17874 xmlSchemaTypePtr anc; in xmlSchemaTypeFixupWhitespace() local
17876 for (anc = type->baseType; anc != NULL && in xmlSchemaTypeFixupWhitespace()
17877 anc->builtInType != XML_SCHEMAS_ANYTYPE; in xmlSchemaTypeFixupWhitespace()
17878 anc = anc->baseType) { in xmlSchemaTypeFixupWhitespace()
17880 if (anc->type == XML_SCHEMA_TYPE_BASIC) { in xmlSchemaTypeFixupWhitespace()
17881 if (anc->builtInType == XML_SCHEMAS_NORMSTRING) { in xmlSchemaTypeFixupWhitespace()
17884 } else if ((anc->builtInType == XML_SCHEMAS_STRING) || in xmlSchemaTypeFixupWhitespace()
17885 (anc->builtInType == XML_SCHEMAS_ANYSIMPLETYPE)) { in xmlSchemaTypeFixupWhitespace()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_lexpos.utf2576 N_M_PL "ancêtres" :G2P
Dfr-FR_tpp_net.utf1458 7682 "anc"
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en24448 http://www.anc.org.za/ancdocs/discussion/leadership.html
24449 http://www.anc.org.za/ancdocs/history/ancylpol.html
24450 http://www.anc.org.za/ancdocs/history/lutuli/prime.html
24451 http://www.anc.org.za/ancdocs/history/wcharter.html
24452 http://www.anc.org.za/ancdocs/history/zuma/2000/jz0113.htm
24453 http://www.anc.org.za/ancdocs/pubs/umrabulo/umrabulo19/quarantine.html
24454 http://www.anc.org.za/ancdocs/pubs/umrabulo/umrabulo22/empower.html
24455 http://www.anc.org.za/ancdocs/speeches/2003/sp0217b.html
24456 http://www.anc.org.za/ancdocs/speeches/2004/sp0621.html
24457 http://www.anc.org.za/books/ccsa.html
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1414911 require a combo of reinterpret_cast anc const_cast.