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

<<21222324252627282930>>

  /external/mesa3d/docs/
subset-A.html 462 fragment is a tuple which consists of a window coordinate, colors and
464 subsequently processed by the per-fragment operations described later.<br>
473 coordinate is sent as a single fragment to the per-fragment processing
492 lines: the last fragment in a line segment is omitted so that endpoint
526 Lines may be antialiased. &nbsp;For antialiased lines, each fragment
529 much of the fragment's area is considered to be <span
531 alpha value of each fragment is multiplied by the coverage value.
631 When polygon antialiasing is enabled each fragment produced by polygon,
634 much of the fragment is covered by the polygon. &nbsp;Fragment
    [all...]
news.html 328 - fragment program texcoords were sometimes wrong for points and lines
339 - fragment program fog option required glEnable(GL_FOG) - wrong.
366 - don't apply regular fog or color sum when using a fragment program
408 - we weren't reseting the vertex/fragment program error state
413 - fixed potential ref count bugs in VBOs and vertex/fragment programs
442 allocation, vertex/fragment programs, BlendEquationSeparate, etc.
450 - fragment fog interpolation is perspective corrected now
462 - sampling an incomplete texture in a fragment program would segfault
466 - fragment program writes to RC/HC register were broken
515 - fragment program PK2H, UP2H, UP4B and UP4UB instructions were broke
    [all...]
versions.html     [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 348 __u32 i_faddr; /* Fragment address */
358 __u8 h_i_frag; /* Fragment number */
359 __u8 h_i_fsize; /* Fragment size */
395 __u32 i_faddr; /* Fragment address */
405 __u8 h_i_frag; /* Fragment number */
406 __u8 h_i_fsize; /* Fragment size */
507 __s32 s_log_frag_size; /* Fragment size */
  /external/llvm/lib/MC/
MachObjectWriter.cpp 58 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment,
60 return getSectionAddress(Fragment->getParent()) +
61 Layout.getFragmentOffset(Fragment);
356 const MCFragment *Fragment,
360 TargetObjectWriter->RecordRelocation(this, Asm, Layout, Fragment, Fixup,
594 // If the fragment with the reference does not have a base symbol but meets
610 // Bail if the symbol has no fragment.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 313 // android.app.Fragment and android.support.v4.app.Fragment
328 "Fragment Warning",
347 // Look up sub-types of each (new fragment class and compatibility fragment
419 dialog.setTitle("Choose Fragment Class");
420 dialog.setMessage("Select a Fragment class (? = any character, * = any string):");
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 51 * TitlesFragments and the Content Fragment. When on a smaller screen size, this
248 // DialogFragment.show() will take care of adding the fragment
342 /** Dialog implementation that shows a simple dialog as a fragment */
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 19 import android.app.Fragment;
50 * A fragment that manages a particular peer and allows interaction with device
53 public class DeviceDetailFragment extends Fragment implements ConnectionInfoListener {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages_sl.java 159 "Fragment vsebuje neveljaven znak" },
165 "Fragment je lahko nastavljen samo za splo\u0161ni URI" },
174 "Fragment ne more biti hkrati naveden v poti in v fragmentu" },
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 267 /* Determine the power of two of the fragment size */
270 SDL_SetError("Fragment size must be a power of two");
276 SDL_SetError("Couldn't set audio fragment spec");
  /external/webkit/Source/WebCore/inspector/front-end/
InjectedFakeWorker.js 274 this.fragment = emptyIfNull(parts[6]);
289 hash: this.fragment
298 var relParts = /^([^#?]*)(.*)$/.exec(url); // => [ url, path, query-andor-fragment ]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 171 /* opaque fragment[TLSPlaintext.length] */
184 /* type + version + length + fragment */
378 /* type + version + length + fragment */
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 171 /* opaque fragment[TLSPlaintext.length] */
184 /* type + version + length + fragment */
378 /* type + version + length + fragment */
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 30 * Helper class for showing "bread crumbs" representing the fragment
102 * The maximum number of breadcrumbs to show. Older fragment headers will be hidden from view.
214 * fragment and any custom parent title that was set.
  /frameworks/base/docs/html/guide/topics/fundamentals/
tasks-and-back-stack.jd 68 <!-- SAVE FOR WHEN THE FRAGMENT DOC IS ADDED
73 <p>Your activity can also include {@link android.app.Fragment}s to the back stack. For example,
74 suppose you have a two-pane layout using fragments, one of which is a list view (fragment A) and the
75 other being a layout to display an item from the list (fragment B). When the user selects an item
76 from the list, fragment B is replaced by a new fragment (fragment C). In this case, it might be
77 desireable for the user to navigate back to reveal fragment B, using the <em>Back</em> button.</p>
78 <p>In order to add fragment B to the back stack so that this is possible, you must call {@link
80 android.app.FragmentTransaction#commit()} the transaction that replaces fragment B with fragmen
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
pkg_android.app.html 148 <A NAME="Fragment"></A>
149 <nobr><A HREF="android.app.Fragment.html">Fragment</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.app.html 169 <A NAME="Fragment"></A>
170 <nobr><A HREF="android.app.Fragment.html">Fragment</A></nobr>
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 158 * Extract the path, query and fragment. Each part has its own leading
159 * delimiter character. The query can contain slashes and the fragment
161 * / path ? query # fragment
  /packages/apps/Contacts/res/values/
dimens.xml 146 <!-- Border padding for the group detail fragment -->
149 <!-- Left and right margin for the divider in the group detail fragment -->
155 <!-- Height of edit text in dialpad fragment -->
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 251 * {@link android.app.Fragment#startActivityForResult} to start the wizard, and
252 * {@link Activity#onActivityResult} or {@link android.app.Fragment#onActivityResult} to
272 * {@link android.app.Fragment#onActivityResult}.
  /packages/apps/Email/src/com/android/email/activity/
MessageOrderManager.java 91 * kick callbacks rather than calling them directly. This is used to avoid the "nested fragment
92 * transaction" exception. e.g. {@link #moveTo} is often called during a fragment transaction,
94 * triggers another fragment transaction.
  /development/samples/ApiDemos/res/values/
strings.xml 109 <string name="fragment_alert_dialog">App/Fragment/Alert Dialog</string>
111 <string name="fragment_arguments">App/Fragment/Arguments</string>
112 <string name="fragment_arguments_msg">Demonstrates a fragment that takes arguments
117 <string name="fragment_custom_animations">App/Fragment/Custom Animations</string>
119 <string name="fragment_hide_show">App/Fragment/Hide and Show</string>
121 <string name="fragment_context_menu">App/Fragment/Context Menu</string>
122 <string name="fragment_context_menu_msg">Fragment populating a context
126 <string name="fragment_dialog">App/Fragment/Dialog</string>
129 <string name="fragment_dialog_or_activity">App/Fragment/Dialog or Activity</string>
130 <string name="fragment_dialog_or_activity_msg">Demonstrates the same fragment
    [all...]
  /development/samples/ApiDemos/
_index.html 33 fragment animations</a></li>
  /development/samples/HoneycombGallery/
_index.html 24 A fragment responsible for containing the "content" of the application.
  /development/samples/Support13Demos/
AndroidManifest.xml 48 <!-- Fragment Support Samples -->

Completed in 1751 milliseconds

<<21222324252627282930>>