/external/ppp/pppd/ |
main.c | 1240 struct callout { struct 1244 struct callout *c_next; 1247 static struct callout *callout = NULL; /* Callout list */ variable in typeref:struct:callout 1259 struct callout *newp, *p, **pp; 1264 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL) [all...] |
/dalvik/vm/compiler/codegen/arm/ |
CalloutHelper.h | 23 * Declare/comment prototypes of all native callout functions invoked by the
|
CodegenDriver.c | 591 bool callOut = false; 620 callOut = true; 627 callOut = true; 663 if (!callOut) { 687 bool callOut = false; 718 callOut = true; 726 callOut = true; 763 if (!callOut) { [all...] |
/external/bluetooth/glib/gio/ |
gbufferedinputstream.c | 961 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 1061 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 1105 /* Complete immediately, not in idle, since we're already in a mainloop callout * [all...] |
gunixinputstream.c | 475 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 613 /* Complete immediately, not in idle, since we're already in a mainloop callout */
|
gunixoutputstream.c | 462 /* Complete immediately, not in idle, since we're already in a mainloop callout */ 569 /* Complete immediately, not in idle, since we're already in a mainloop callout */
|
ginputstream.c | 1088 /* Complete immediately, not in idle, since we're already in a mainloop callout */ [all...] |
/packages/apps/Protips/src/com/android/protips/ |
ProtipWidget.java | 189 // Look for a callout graphic referenced in the text
|
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 380 * Helper method to extract the callout-argument index from an 384 * @return {@code >= 0;} the callout argument index
|
/development/pdk/pndk/ |
Android_PNDK_README.html | 99 .writely-callout-data { 363 callout.google_footnote {
|
/external/bluetooth/glib/docs/reference/glib/ |
regex-syntax.sgml | [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
QuickContactWindow.java | 474 // Show downwards callout when enough room, aligning bottom block 481 // Otherwise show upwards callout, aligning block top with bottom of [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/external/webkit/JavaScriptCore/pcre/ |
pcre_compile.cpp | 629 /* Fill in length of a previous callout, except when the next thing is [all...] |
/external/webkit/WebKit/android/nav/ |
CacheBuilder.cpp | [all...] |