/external/bluetooth/glib/gio/ |
gdummyfile.c | 49 char *fragment; member in struct:__anon1944 507 g_free (decoded->fragment); 534 * URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] 578 decoded->fragment = g_strdup (fragment_start+1); 583 decoded->fragment = NULL; 594 decoded->fragment = g_strdup (fragment_start); 599 decoded->fragment = NULL; 754 if (decoded->fragment) 757 g_string_append (uri, decoded->fragment);
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLDocumentParser.cpp | 55 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#fragment-case 95 HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission) 96 : ScriptableDocumentParser(fragment->document()) 97 , m_tokenizer(HTMLTokenizer::create(usePreHTML5ParserQuirks(fragment->document()))) 98 , m_treeBuilder(HTMLTreeBuilder::create(this, fragment, contextElement, scriptingPermission, usePreHTML5ParserQuirks(fragment->document()))) 103 bool reportErrors = false; // For now document fragment parsing never reports errors. 572 void HTMLDocumentParser::parseDocumentFragment(const String& source, DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission) 574 RefPtr<HTMLDocumentParser> parser = HTMLDocumentParser::create(fragment, contextElement, scriptingPermission);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_tnc.c | 177 "for fragment ack"); 181 wpa_printf(MSG_DEBUG, "EAP-TNC: Send fragment ack"); 304 return FALSE; /* Fragment ACK does not include flags */ 363 wpa_printf(MSG_DEBUG, "EAP-TNC: Fragment overflow"); 381 /* Process a fragment that is not the last one of the message */ 389 /* First fragment of the message */ 398 "fragment, waiting for %lu bytes more", 430 /* fragment ack */ 462 wpa_printf(MSG_DEBUG, "EAP-TNC: Fragment acknowledged");
|
eap_wsc.c | 282 "fragment (expected %d)", 289 wpa_printf(MSG_DEBUG, "EAP-WSC: Fragment overflow"); 307 /* Process a fragment that is not the last one of the message */ 315 /* First fragment of the message */ 325 "first fragment, waiting for %lu bytes more", 387 wpa_printf(MSG_DEBUG, "EAP-WSC: Fragment acknowledged");
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_tnc.c | 214 "for fragment ack"); 219 wpa_printf(MSG_DEBUG, "EAP-TNC: Send fragment ack"); 350 return FALSE; /* Fragment ACK does not include flags */ 409 wpa_printf(MSG_DEBUG, "EAP-TNC: Fragment overflow"); 427 /* Process a fragment that is not the last one of the message */ 435 /* First fragment of the message */ 444 "fragment, waiting for %lu bytes more", 476 /* fragment ack */ 508 wpa_printf(MSG_DEBUG, "EAP-TNC: Fragment acknowledged");
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaFragment.java | 21 import android.app.Fragment; 49 public class AgendaFragment extends Fragment implements CalendarController.EventHandler, 91 // usedForSearch - indicates if this fragment is used in the search fragment 236 * This cleans up the event info fragment since the FragmentManager doesn't 238 * the info fragment can come back on a rotation. 248 Fragment f = fragmentManager.findFragmentById(R.id.agenda_event_info); 340 // Create a fragment to show the event to the side of the agenda list 344 // Got a goto event before the fragment finished attaching,
|
/packages/apps/Email/src/com/android/email/activity/ |
ShortcutPickerFragment.java | 48 * Fragment containing a list of accounts to show during shortcut creation. 50 * NOTE: In order to receive callbacks, the activity containing this fragment must implement 55 /** Callback methods. Enclosing activities must implement to receive fragment notifications. */ 221 ShortcutPickerFragment fragment = MailboxShortcutPickerFragment.newInstance( local 224 transaction.replace(R.id.shortcut_list, fragment); 291 /** Fragment argument to set filter values */ 333 MailboxShortcutPickerFragment fragment = new MailboxShortcutPickerFragment(); local 337 fragment.setArguments(args); 338 return fragment;
|
/libcore/luni/src/test/java/libcore/java/net/ |
URITest.java | 169 URI uri = new URI("http://host#fragment"); 173 assertEquals("fragment", uri.getFragment()); 213 URI uri = new URI("http://host/file#fragment?query"); 216 assertEquals("fragment?query", uri.getFragment()); 220 URI uri = new URI("http://host/file#fragment:80"); 223 assertEquals("fragment:80", uri.getFragment()); 227 URI uri = new URI("http://host/file#fragment/path"); 229 assertEquals("fragment/path", uri.getFragment()); 235 new URI("http://host/file#fragment#another"); 277 URI base = new URI("http://host/file?query/x#fragment"); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_ikev2.c | 280 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment overflow"); 300 /* Process a fragment that is not the last one of the message */ 309 /* First fragment of the message */ 319 "fragment, waiting for %lu bytes more", 351 flags = 0; /* fragment ack */ 393 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment acknowledged");
|
eap_wsc.c | 239 "fragment (expected %d)", 245 wpa_printf(MSG_DEBUG, "EAP-WSC: Fragment overflow"); 265 /* Process a fragment that is not the last one of the message */ 274 /* First fragment of the message */ 285 "fragment, waiting for %lu bytes more", 348 wpa_printf(MSG_DEBUG, "EAP-WSC: Fragment acknowledged");
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_ikev2.c | 280 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment overflow"); 300 /* Process a fragment that is not the last one of the message */ 309 /* First fragment of the message */ 319 "fragment, waiting for %lu bytes more", 351 flags = 0; /* fragment ack */ 393 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment acknowledged");
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupOutgoingFragment.java | 49 * This fragment is used by AccountSetupOutgoing (for creating accounts) and by AccountSettingsXL 72 * Called to do initial creation of a fragment. This is called after 170 * Called when the Fragment is visible to the user. 183 * Called when the fragment is visible to the user and actively running. 203 * Called when the Fragment is no longer started. 215 * Called when the fragment is no longer in use.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooserDialogFragment.java | 65 WallpaperChooserDialogFragment fragment = new WallpaperChooserDialogFragment(); local 66 fragment.setCancelable(true); 67 return fragment; 99 * when the activity is no longer associated with this dying dialog fragment. We 108 /* This will only be called when in XLarge mode, since this Fragment is invoked like 143 /* If this fragment is embedded in the layout of this activity, then we should
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LayoutTestBase.java | 106 // Check that each graphics fragment is drawn 107 for (String fragment : graphicsFragments) { 108 if (!drawn.contains(fragment)) { 111 System.out.println("Could not find: " + fragment); 114 assertTrue(fragment + " not found; full=" + drawn, drawn.contains(fragment));
|
/frameworks/base/docs/html/guide/topics/ui/ |
actionbar.jd | 303 <p class="note"><strong>Note:</strong> If you added the menu item from a fragment, via the {@link 304 android.app.Fragment} class's {@link android.app.Fragment#onCreateOptionsMenu onCreateOptionsMenu} 306 android.app.Fragment#onOptionsItemSelected(MenuItem) onOptionsItemSelected()} method for that 307 fragment when the user selects one of the fragment's items. However the activity gets a chance to 310 calling the same callback for the fragment.</p> [all...] |
/external/bluetooth/bluez/test/ |
avtest.c | 204 int fragment) 257 } else if (fragment) { 459 static void do_listen(const bdaddr_t *src, unsigned char reject, int fragment) 481 if (fragment) 499 process_avdtp(sk, nsk, reject, fragment); 514 int fragment) 534 if (fragment) 728 "\t--fragment Use minimum MTU and fragmented messages\n" 739 { "fragment", 0, 0, 'F' }, 779 int opt, mode = MODE_NONE, sk, invalid = 0, preconf = 0, fragment = 0 local [all...] |
/frameworks/base/docs/html/guide/topics/fundamentals/ |
loaders.jd | 45 in an activity or fragment. Loaders have these characteristics:</p> 48 android.app.Fragment}.</li> 70 {@link android.app.Fragment} for managing one or more {@link 73 or {@link android.app.Fragment} lifecycle; the most common use of this is with a 78 There is only one {@link android.app.LoaderManager} per activity or fragment. But a {@link android.app.LoaderManager} can have 110 the fragment or activity's APIs.</td> 126 <li>An {@link android.app.Activity} or {@link android.app.Fragment}.</li> 144 {@link android.app.Fragment}. There is only one {@link 145 android.app.LoaderManager} per activity or fragment.</p> 149 android.app.Activity#onCreate onCreate()} method, or within the fragment' [all...] |
/frameworks/base/docs/html/sdk/api_diff/13/changes/ |
methods_index_additions.html | 64 <nobr><A HREF="android.app.FragmentTransaction.html#android.app.FragmentTransaction.attach_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>attach</b> 65 (<code>Fragment</code>)</A></nobr><br> 85 <nobr><A HREF="android.app.FragmentTransaction.html#android.app.FragmentTransaction.detach_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>detach</b> 86 (<code>Fragment</code>)</A></nobr><br> 142 <nobr><A HREF="android.app.Fragment.html#android.app.Fragment.isDetached_added()" class="hiddenlink" target="rightframe"><b>isDetached</b> 156 <nobr><A HREF="android.app.Fragment.html#android.app.Fragment.onViewCreated_added(android.view.View, android.os.Bundle)" class="hiddenlink" target="rightframe"><b>onViewCreated</b> 189 <nobr><A HREF="android.app.FragmentManager.html#android.app.FragmentManager.saveFragmentInstanceState_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>saveFragmentInstanceState</b> 190 (<code>Fragment</code>)</A></nobr><br [all...] |
methods_index_all.html | 66 <nobr><A HREF="android.app.FragmentTransaction.html#android.app.FragmentTransaction.attach_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>attach</b> 67 (<code>Fragment</code>)</A></nobr><br> 89 <nobr><A HREF="android.app.FragmentTransaction.html#android.app.FragmentTransaction.detach_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>detach</b> 90 (<code>Fragment</code>)</A></nobr><br> 176 <nobr><A HREF="android.app.Fragment.html#android.app.Fragment.isDetached_added()" class="hiddenlink" target="rightframe"><b>isDetached</b> 214 <nobr><A HREF="android.app.Fragment.html#android.app.Fragment.onViewCreated_added(android.view.View, android.os.Bundle)" class="hiddenlink" target="rightframe"><b>onViewCreated</b> 253 <nobr><A HREF="android.app.FragmentManager.html#android.app.FragmentManager.saveFragmentInstanceState_added(android.app.Fragment)" class="hiddenlink" target="rightframe"><b>saveFragmentInstanceState</b> 254 (<code>Fragment</code>)</A></nobr><br [all...] |
/cts/tools/signature-tools/src/signature/model/ |
IClassDefinition.java | 51 * Returns a list containing each package fragment. 58 * @return a list containing each package fragment
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
HeadlinesFragment.java | 31 * Fragment that displays the news headlines for a particular news category. 33 * This Fragment displays a list with the news headlines for a particular news category.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemMessage.java | 105 * instantiating the content to create an XML fragment. This XML 106 * fragment is the content of the message.
|
/external/kernel-headers/original/linux/ |
ext2_fs.h | 238 __le32 i_faddr; /* Fragment address */ 241 __u8 l_i_frag; /* Fragment number */ 242 __u8 l_i_fsize; /* Fragment size */ 249 __u8 h_i_frag; /* Fragment number */ 250 __u8 h_i_fsize; /* Fragment size */ 257 __u8 m_i_frag; /* Fragment number */ 258 __u8 m_i_fsize; /* Fragment size */ 349 __le32 s_log_frag_size; /* Fragment size */
|
/external/mesa3d/docs/ |
relnotes-6.4.html | 66 <li>fixed broken fragment program KIL and SWZ instructions 67 <li>fragment programs that wrote result.depth.z didn't work
|
/external/webkit/Source/WebCore/editing/ |
MoveSelectionCommand.cpp | 34 MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete) 35 : CompositeEditCommand(position.anchorNode()->document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete)
|