HomeSort by relevance Sort by last modified time
    Searched full:fragment (Results 801 - 825 of 1999) sorted by null

<<31323334353637383940>>

  /external/tcpdump/
print-arcnet.c 98 "(fragment %d) %d: ",
176 * This is a middle fragment.
  /external/tinyxml/docs/
classTiXmlDeclaration.html 58 <div class="fragment"><pre class="fragment"> &lt;?xml version="1.0" standalone="yes"?&gt;
  /external/webkit/PerformanceTests/
ChangeLog 109 the fragment parsing algorithm. Document() it turns out, it a huge bloated
138 the fragment parsing algorithm. Document() it turns out, it a huge bloated
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.h 189 static PassRefPtr<XMLDocumentParser> create(DocumentFragment* fragment, Element* element, FragmentScriptingPermission permission)
191 return adoptRef(new XMLDocumentParser(fragment, element, permission));
  /frameworks/base/docs/html/reference/renderscript/
rs__time_8rsh_source.html 30 <a href="rs__time_8rsh.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
  /frameworks/base/docs/html/training/managing-audio/
volume-playback.jd 74 android.app.Activity} or {@link android.app.Fragment} that controls
84 specify (in this case ?music?) whenever the target activity or fragment is visible.</p>
  /packages/apps/Browser/src/com/android/browser/
AutoFillSettingsFragment.java 19 import android.app.Fragment;
40 public class AutoFillSettingsFragment extends Fragment {
BrowserSnapshotPage.java 22 import android.app.Fragment;
55 public class BrowserSnapshotPage extends Fragment implements
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 25 import android.app.Fragment;
79 public static class ConfirmLockPatternFragment extends Fragment {
MasterClear.java 23 import android.app.Fragment;
53 public class MasterClear extends Fragment {
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 216 // cloud fragment
228 // bg star fragment
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 80 unsigned int *maxfrag; /* Maximum fragment count */
81 unsigned int *curfrag; /* Current fragment count */
ufs_fs.h 685 * than the size of fragment.
688 __u64 fragment; /* first fragment */ member in struct:ufs_buffer_head
771 __u32 s_nspfshift; /* number of sector per fragment shift */
773 __u32 s_inopf; /* inodes per fragment */
775 __u32 s_bpf; /* bits per fragment */
776 __u32 s_bpfshift; /* bits per fragment shift*/
777 __u32 s_bpfmask; /* bits per fragment mask */
    [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java 149 * Displays an input dialog tailored for inputing the source of a {@code <fragment>}
152 * @return the fully qualified class name of the fragment activity
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 43 * or document fragment.
62 /** First node of document fragment or null if not a DocumentFragment */
73 * to the document fragment.
89 * to the document fragment.
92 * @param docFrag Document fragment
114 * @return The root document or document fragment if not null
  /external/mesa3d/docs/
VERSIONS 766 - per-fragment fog calculation didn't work without a Z buffer
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server_write.c 78 /* opaque fragment[TLSPlaintext.length] */
180 /* opaque fragment[TLSPlaintext.length] */
366 /* opaque fragment[TLSPlaintext.length] */
459 /* opaque fragment[TLSPlaintext.length] */
519 /* opaque fragment[TLSPlaintext.length] */
784 /* opaque fragment[TLSPlaintext.length] */
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_write.c 79 /* opaque fragment[TLSPlaintext.length] */
181 /* opaque fragment[TLSPlaintext.length] */
364 /* opaque fragment[TLSPlaintext.length] */
454 /* opaque fragment[TLSPlaintext.length] */
514 /* opaque fragment[TLSPlaintext.length] */
779 /* opaque fragment[TLSPlaintext.length] */
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.app.Activity.html 172 <A NAME="android.app.Activity.onAttachFragment_added(android.app.Fragment)"></A>
173 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onAttachFragment(android.app.Fragment)" target="_top"><code>onAttachFragment</code></A>(<code>Fragment</code>)</nobr>
221 <A NAME="android.app.Activity.startActivityFromFragment_added(android.app.Fragment, android.content.Intent, int)"></A>
222 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#startActivityFromFragment(android.app.Fragment, android.content.Intent, int)" target="_top"><code>startActivityFromFragment</code></A>(<code>Fragment,</nobr> Intent<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 29 import android.app.Fragment;
67 extends Fragment
183 * Sets a context for the fragment in the unit test environment.
308 // The method was called before the fragment was started
502 * Provides logic that dismisses this fragment. The default implementation
594 * Enter/exit search mode. By design, a fragment enters search mode only when it has a
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 786 DOMDocumentFragment *fragment = kit(_private->coreFrame->document()->createDocumentFragment().get());
787 [fragment appendChild:node];
788 [self _replaceSelectionWithFragment:fragment selectReplacement:selectReplacement smartReplace:smartReplace matchStyle:matchStyle];
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 179 * @param listMailboxId the mailbox ID of the listbox shown on this fragment.
235 * This fragment should be created only with this method. (Arguments should always be set.)
401 // this point the fragment still has views but we want to hide CAB, we can't use
424 // Fragment doesn't have this method. Call it manually.
484 // This will get re-updated when/if this fragment is restored.
556 * This method must be called when the fragment is hidden/shown.
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 120 fragment.</p>
259 subclass or a {@link android.app.Fragment} subclass. If both your activity and fragment(s)
261 first, followed by those of each fragment in the order in which each fragment is added to the
267 own {@link android.app.Fragment#onCreateOptionsMenu onCreateOptionsMenu()} callback). In this
326 for each fragment (in the order each fragment was added) until one returns
365 android.app.Fragment#onPrepareOptionsMenu onPrepareOptionsMenu()} callback.)</p>
434 in your {@link android.app.Activity} or {@link android.app.Fragment}
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 201 /** Constant for RESULT TREE FRAGMENT object type */
316 * Cast result object to a result tree fragment.
320 * @return the objec as a result tree fragment.
341 * Cast result object to a result tree fragment.
345 * @return the objec as a result tree fragment.
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 200 size_t size, alignsize, fragment; local
217 fragment = size % BLOCKALIGN;
218 alignsize = size - fragment;
224 if (fragment) {
228 memcpy(buf+alignsize, sector, fragment);

Completed in 1469 milliseconds

<<31323334353637383940>>