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

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/
android-3.0.jd 126 <p>A fragment is a new framework component that allows you to separate distinct elements of an
128 fragment, you must extend the {@link android.app.Fragment} class and implement several lifecycle
133 <p>You can also use a fragment without providing a UI and instead use the fragment as a worker
158 <p>To perform a transaction, such as add or remove a fragment, you must create a {@link
163 android.app.FragmentTransaction#commit commit()} and the system applies the fragment transaction to
169 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">
384 loader for your activity or fragment.</p>
416 (View, Drawable, Fragment, Object, or anything else). It allows you to define several aspects of a
    [all...]
  /development/samples/WiFiDirectDemo/
_index.html 19 &mdash; a <code>Fragment</code> that displays the details of the selected device and also drives the connection, disonnection and data transfer functionality of the demo. </li>
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 193 * An interface-callback for the activity to listen to fragment interaction
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 115 * fragment into the result tree, without first converting it to
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.h 150 // it's an URL or URL-fragment). Resets any suggest text that may be present.
  /external/chromium/chrome/browser/chromeos/login/
mock_url_fetchers.cc 116 const char CaptchaFetcher::kCaptchaUrlFragment[] = "fragment";
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.html 279 // The URL of the image to load is passed on the URL fragment.
  /external/chromium/googleurl/src/
url_canon_relative.cc 524 const char* fragment,
530 base, base_parsed, fragment, fragment_len, is_base_hierarchical,
536 const char16* fragment,
542 base, base_parsed, fragment, fragment_len, is_base_hierarchical,
url_parse.cc 201 // Only match the query string if it precedes the reference fragment
219 // Ref fragment: from the # to the end of the path.
228 // Query fragment: everything from the ? to the next boundary (either the end
229 // of the path or the ref fragment).
  /external/chromium/net/url_request/
url_request_throttler_manager.h 78 // and path (without query string, fragment, etc.).
  /external/clang/lib/AST/
StmtDumper.cpp 676 /// dump - This does a local dump of the specified AST fragment. It dumps the
689 /// dump - This does a local dump of the specified AST fragment. It dumps the
698 /// dumpAll - This does a dump of the specified AST fragment and all subtrees.
705 /// dumpAll - This does a dump of the specified AST fragment and all subtrees.
  /external/collada/include/1.4/dom/
domInstanceWithExtra.h 29 * a local resource using a relative URL fragment identifier that begins
domInstance_physics_model.h 35 * using a relative URL fragment identifier that begins with the ?#?
  /external/collada/src/dae/
daeIOPluginCommon.cpp 54 // Generate a version of the URI with the fragment removed
  /external/dhcpcd/
bpf-filter.h 87 /* Make sure this isn't a fragment... */
  /external/e2fsprogs/ext2ed/
ext2.descriptors 106 __u32 i_faddr; /* Fragment address */
107 __u8 l_i_frag; /* Fragment number */
108 __u8 l_i_fsize; /* Fragment size */
126 __s32 s_log_frag_size; /* Fragment size */
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 56 #define IPT_F_FRAG 0x01 /* Set if rule is a fragment rule */
  /external/iptables/extensions/
libip6t_frag.c 23 " --fragfirst matches on the first fragment\n"
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 56 #define IPT_F_FRAG 0x01 /* Set if rule is a fragment rule */
  /external/kernel-headers/original/linux/
ppp_defs.h 75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
  /external/llvm/include/llvm/MC/
MCObjectWriter.h 79 const MCFragment *Fragment,
  /external/llvm/lib/Target/CellSPU/
SPU.td 22 dag Fragment = frag;
  /external/llvm/utils/
findoptdiff 18 # presumed to be a compilation of the same program or program fragment
  /external/mesa3d/docs/
MESA_pack_invert.spec 79 Additions to Chapter 4 of the OpenGL 1.4 Specification (Per-Fragment
MESA_swap_frame_usage.spec 97 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations

Completed in 713 milliseconds

<<31323334353637383940>>