/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 418 void build_iterated_color( component_t& fragment, 454 void build_texture_environment( component_t& fragment, 475 integer_t& fragment, 481 const integer_t& fragment, 486 const integer_t& fragment, 489 void build_coverage_application(component_t& fragment, 493 void build_alpha_test(component_t& fragment, const fragment_parts_t& parts);
|
texturing.cpp | 181 component_t& fragment, 186 fragment.setTo( regs.obtain(), 0, 32, CORRUPTIBLE); 193 extract(fragment, parts.iterated, component); 195 fragment.h = GGL_COLOR_BITS; 196 fragment.l = GGL_COLOR_BITS - 8; 197 fragment.flags |= CLEAR_LO; 204 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); 206 ADD(AL, 0, dx, fragment.reg, dx); 209 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); 214 regs.recycle(fragment.reg) [all...] |
/external/mesa3d/src/mesa/main/ |
mtypes.h | 325 * Indexes for fragment program input attributes. 348 * Bitflags for fragment program input attributes. 382 * Fragment program results [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.cpp | 1025 RefPtr<DocumentFragment> fragment = htmlElement->Element::deprecatedCreateContextualFragment(markup); local 1028 m_element->appendChild(fragment, exception); 1071 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); local 1076 m_element->insertBefore(fragment, m_element->firstChild(), exception); 1078 m_element->appendChild(fragment, exception); 1123 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); local 1126 m_element->parentNode()->insertBefore(fragment, m_element, exception); 1173 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); local 1177 m_element->parentNode()->appendChild(fragment, exception); 1320 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); local 1395 RefPtr<DocumentFragment> fragment = htmlElement->deprecatedCreateContextualFragment(markup); local [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/ |
graphics.jd | 95 fragment shaders. You pass this context object to the Renderscript entry point class, so that 613 to customize the rendering pipeline. For example, you can create vertex and fragment shaders in 658 there is no need to link the vertex and fragment programs.</p> 682 <p>The Renderscript fragment program, also known as a fragment shader, is responsible for 692 between the vertex and fragment programs is handled internally in the GLSL code. For 693 example, if the fragment program is expecting a varying input called <code>varTex0</code>, the GLSL code 707 lets you build a simple fragment shader without writing GLSL code. [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MailboxListFragment.java | 57 * This fragment presents a list of mailboxes for a given account or the combined mailboxes. 59 * This fragment has several parameters that determine the current view. 66 * - Will not change throughout fragment lifecycle. 72 * - Will not change throughout fragment lifecycle. 116 * This fragment shows the content in one of the three following views, depending on the 142 * Note that when a fragment is put in the back stack, it'll lose the content view but the fragment 145 * - If code is supposed to be executed only when the fragment has the content view, use 148 * - Otherwise, make sure to check if the fragment has views with {@link #isViewCreated()} 283 * This fragment should be created only with this method. (Arguments should always be set. [all...] |
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/ |
rsrenderstates.rs | 166 // Fragment shader with texture 195 // Fragment program with simple color 262 // Fragment shader with texture 282 // Fragment shader with texture 340 // Fragment shader with texture 460 // Fragment shader with texture 497 // Fragment shader with texture 533 // Fragment shader with texture 554 // Fragment shader with texture 589 // Fragment shader with textur [all...] |
/external/webkit/Source/WebCore/page/ |
DragController.cpp | 111 if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText)) 112 return fragment; 130 RefPtr<DocumentFragment> fragment = document->createDocumentFragment(); local 131 fragment->appendChild(anchor, ec); 132 return fragment.get(); 455 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame, range, true, chosePlainText); local 456 if (!fragment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) { 467 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete)); 475 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), fragment, options)) [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderTreeAsText.cpp | 464 SVGTextFragment& fragment = fragments.at(i); local 467 unsigned startOffset = fragment.characterOffset; 468 unsigned endOffset = fragment.characterOffset + fragment.length; 490 ts << "text run " << i + 1 << " at (" << fragment.x << "," << fragment.y << ")"; 493 ts << " height " << fragment.height; 495 ts << " width " << fragment.width; 503 ts << ": " << quoteAndEscapeNonPrintables(text.substring(fragment.characterOffset, fragment.length)) << "\n" [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailLayoutController.java | 110 // Retrieve view in case this is in fragment carousel mode 136 // If the detail fragment was found in the {@link FragmentManager} then we don't need to add 208 // Add the fragments to the fragment containers in the carousel using a 294 // Show the updates fragment 346 // Hide the updates fragment 352 // Update ViewPager to disable swipe so that it only shows the detail fragment 353 // and switch to the detail fragment 358 // Disable swipe so only the detail fragment shows 400 // {@link ViewPager} or fragment carousel. 408 // Otherwise return the default page (detail fragment) [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsFragment.java | 23 import android.app.Fragment; 57 * Fragment containing the main logic for account settings. This also calls out to other 168 * Called to do initial creation of a fragment. This is called after 204 * Called when the Fragment is visible to the user. 221 * Called when the fragment is visible to the user and actively running. 266 * Called when the Fragment is no longer started. 278 * Called when the fragment is no longer in use. 691 * Dialog fragment to show "remove account?" dialog 702 public static DeleteAccountFragment newInstance(Account account, Fragment parentFragment) { [all...] |
AccountSetupExchangeFragment.java | 56 * This fragment is used by AccountSetupExchange (for creating accounts) and by AccountSettingsXL 79 * Called to do initial creation of a fragment. This is called after 163 * Called when the Fragment is visible to the user. 176 * Called when the fragment is visible to the user and actively running. 196 * Called when the Fragment is no longer started. 208 * Called when the fragment is no longer in use.
|
AccountSetupIncomingFragment.java | 49 * This fragment is used by AccountSetupIncoming (for creating accounts) and by AccountSettingsXL 83 * Called to do initial creation of a fragment. This is called after 203 * Called when the Fragment is visible to the user. 217 * Called when the fragment is visible to the user and actively running. 237 * Called when the Fragment is no longer started. 249 * Called when the fragment is no longer in use.
|
/frameworks/base/core/java/android/app/ |
Activity.java | 144 * implementations can make use of the {@link Fragment} class to better 4223 Fragment fragment = id != View.NO_ID ? mFragments.findFragmentById(id) : null; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_ikev2.c | 286 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment overflow"); 304 /* Process a fragment that is not the last one of the message */ 312 /* First fragment of the message */ 321 "fragment, waiting for %lu bytes more", 365 /* fragment ack */ 402 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment acknowledged");
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ikev2.c | 287 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment overflow"); 305 /* Process a fragment that is not the last one of the message */ 313 /* First fragment of the message */ 322 "fragment, waiting for %lu bytes more", 366 /* fragment ack */ 403 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Fragment acknowledged");
|
eap_server_wsc.c | 302 "fragment (expected %d)", 309 wpa_printf(MSG_DEBUG, "EAP-WSC: Fragment overflow"); 327 /* Process a fragment that is not the last one of the message */ 335 /* First fragment of the message */ 345 "first fragment, waiting for %lu bytes more", 407 wpa_printf(MSG_DEBUG, "EAP-WSC: Fragment acknowledged");
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
pkg_android.app.html | 133 <A NAME="Fragment"></A> 134 <nobr><A HREF="../../../../reference/android/app/Fragment.html" target="_top"><code>Fragment</code></A></nobr> 140 <A NAME="Fragment.InstantiationException"></A> 141 <nobr><A HREF="../../../../reference/android/app/Fragment.InstantiationException.html" target="_top"><code>Fragment.InstantiationException</code></A></nobr>
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
PhoneFavoriteFragment.java | 25 import android.app.Fragment; 49 * Fragment for Phone UI's favorite screen. 51 * This fragment contains three kinds of contacts in one screen: "starred", "frequent", and "all" 56 public class PhoneFavoriteFragment extends Fragment implements OnItemClickListener { 298 // Disable pinned header. It doesn't work with this fragment. 371 Log.e(TAG, "getActivity() returns null during Fragment#onActivityResult()");
|
/development/samples/training/multiscreen/newsreader/libs/ |
android-support-v4.jar | |
/bionic/libc/include/netinet/ |
ip.h | 67 u_int16_t ip_off; /* fragment offset field */ 68 #define IP_RF 0x8000 /* reserved fragment flag */ 69 #define IP_DF 0x4000 /* dont fragment flag */
|
/development/ndk/platforms/android-3/include/netinet/ |
ip.h | 67 u_int16_t ip_off; /* fragment offset field */ 68 #define IP_RF 0x8000 /* reserved fragment flag */ 69 #define IP_DF 0x4000 /* dont fragment flag */
|
/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
SerializerUtils.java | 110 * Given a result tree fragment, walk the tree and 113 * @param obj Result tree fragment object 114 * @param support XPath context for the result tree fragment
|
/external/ipsec-tools/src/racoon/ |
isakmp_frag.c | 204 plog(LLV_ERROR, LOCATION, NULL, "Fragment too short\n"); 278 plog(LLV_ERROR, LOCATION, NULL, "No fragment to reassemble\n"); 304 "Missing fragment #%d\n", i);
|
/external/iptables/extensions/ |
libxt_u32.man | 85 1. Next test that it is not a fragment. (If so, it might be part of such a 88 of byte 7 are 0 iff this is a complete packet (not a fragment). Alternatively, 119 Next, test that it is not a fragment (same as above).
|