Searched
full:fragment (Results
626 -
650 of
1999) sorted by null
<<21222324252627282930>>
/external/qemu/distrib/sdl-1.2.12/src/loadso/macos/ |
SDL_sysloadso.c | 66 loaderror = "Unknown Code Fragment Manager error";
|
/external/qemu/slirp/ |
ip_input.c | 183 * XXX This should fail, don't fragment yet 218 * or if this is not the first fragment, 262 * Take incoming datagram fragment and try to 283 * Fragment m_data is concatenated. 289 * If first fragment to arrive, create a reassembly queue. 381 * dequeue and discard fragment reassembly header. 388 * bigger than the total size of the fragment, then and 420 * Free a fragment reassembly header and all 438 * Put an ip fragment on a reassembly chain.
|
/external/qemu/slirp-android/ |
ip_input.c | 183 * XXX This should fail, don't fragment yet 218 * or if this is not the first fragment, 262 * Take incoming datagram fragment and try to 283 * Fragment m_data is concatenated. 289 * If first fragment to arrive, create a reassembly queue. 381 * dequeue and discard fragment reassembly header. 388 * bigger than the total size of the fragment, then and 420 * Free a fragment reassembly header and all 438 * Put an ip fragment on a reassembly chain.
|
/external/tcpdump/ |
print-frag6.c | 68 /* it is meaningless to decode non-first fragment */
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_documentcreatedocumentfragment.js | 111 assertEquals("strong","#document-fragment",newDocFragmentName);
|
hc_nodedocumentfragmentnodetype.js | 82 examine the NodeType of the document fragment
|
hc_nodevalue05.js | 78 A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
hc_nodedocumentfragmentnormalize1.js | 78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
|
hc_nodedocumentfragmentnormalize2.js | 78 Create a document fragment with an empty text node, after normalization there should be no child nodes.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_documentcreatedocumentfragment.js | 111 assertEquals("strong","#document-fragment",newDocFragmentName);
|
hc_nodedocumentfragmentnodetype.js | 82 examine the NodeType of the document fragment
|
hc_nodevalue05.js | 78 A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
hc_nodedocumentfragmentnormalize1.js | 78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
|
hc_nodedocumentfragmentnormalize2.js | 78 Create a document fragment with an empty text node, after normalization there should be no child nodes.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
intermediate.h | 132 EOpDFdx, // Fragment only, OES_standard_derivatives extension 133 EOpDFdy, // Fragment only, OES_standard_derivatives extension 134 EOpFwidth, // Fragment only, OES_standard_derivatives extension 145 EOpKill, // Fragment only
|
/external/webkit/Source/WebCore/dom/ |
DocumentFragment.cpp | 47 return "#document-fragment";
|
/external/webkit/Source/WebCore/html/ |
HTMLHtmlElement.cpp | 62 // When parsing a fragment, its dummy document has a null parser.
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextFragment.h | 28 // A SVGTextFragment describes a text fragment of a RenderSVGInlineText which can be rendered at once.
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.h | 38 * tls_out_limit - Maximum fragment size for outgoing TLS messages
|
/frameworks/base/core/java/android/app/ |
ActivityGroup.java | 27 * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs
|
/frameworks/base/docs/html/sdk/ |
android-3.2.jd | 375 <li>New {@link android.app.Fragment.SavedState} class holds the state 376 information retrieved from a fragment instance through 377 {@link android.app.FragmentManager#saveFragmentInstanceState(android.app.Fragment) saveFragmentInstanceState()}.</li> 378 <li>New method {@link android.app.FragmentManager#saveFragmentInstanceState(android.app.Fragment) saveFragmentInstanceState()} 380 the given Fragment. The state can be used later when creating a new instance 381 of the Fragment that matches the current state.</li> 382 <li>New method {@link android.app.Fragment#setInitialSavedState(SavedState) setInitialSavedState()} 383 sets the initial saved state for a Fragment when first constructed.</li> 384 <li>New {@link android.app.Fragment#onViewCreated(android.view.View, android.os.Bundle) 385 onViewCreated()} callback method notifies the Fragment tha [all...] |
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalConfig.h | 40 * Video max AU and fragment size */
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
HCNodeDocumentFragmentNormalize.java | 11 * Create a document fragment with two adjacent text nodes, normalize and see if
|
/packages/apps/Email/src/com/android/email/activity/ |
MoveMessageToDialog.java | 23 import android.app.Fragment; 78 * @param callbackFragment Fragment that gets a callback. The fragment must implement 81 public static <T extends Fragment & Callback> MoveMessageToDialog newInstance(long[] messageIds,
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageFileViewTest.java | 32 * TODO Add more tests. Any good way to test fragment??
|
Completed in 725 milliseconds
<<21222324252627282930>>