HomeSort by relevance Sort by last modified time
    Searched refs:fragment (Results 276 - 300 of 445) sorted by null

<<1112131415161718

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java 5 import com.coremedia.iso.boxes.fragment.*;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Mp4TrackImpl.java 19 import com.coremedia.iso.boxes.fragment.*;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatPackageWriterImpl.java 22 import com.coremedia.iso.boxes.fragment.MovieFragmentBox;
56 * @param minFragmentDuration the smallest allowable duration of a fragment (0 == no restriction).
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 582 if (RefPtr<DocumentFragment> fragment = fragmentFromCFHTML(doc, cfhtml))
583 return fragment.release();
601 if (RefPtr<DocumentFragment> fragment = fragmentFromCFHTML(document, stringData))
602 return fragment.release();
  /frameworks/av/media/libstagefright/include/
FragmentedMP4Parser.h 256 sp<TrackFragment> *fragment,
  /frameworks/base/libs/hwui/
Program.h 98 * determine the generation of both the vertex and fragment shaders.
203 * the fragment shader. When this method returns true, the program should
213 * the fragment shader. When this method returns true, the program should
297 * A program holds a vertex and a fragment shader. It offers several utility
308 * Creates a new program with the specified vertex and fragment
311 Program(const ProgramDescription& description, const char* vertex, const char* fragment);
  /packages/apps/Email/src/com/android/mail/utils/
LogUtils.java 119 .fragment(uri.getFragment());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
jquery.js 143 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
    [all...]
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 363 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission, bool usePreHTML5ParserQuirks)
365 , m_fragmentContext(fragment, contextElement, scriptingPermission)
366 , m_document(fragment->document())
367 , m_tree(fragment, scriptingPermission)
379 // Steps 4.2-4.6 of the HTML5 Fragment Case parsing algorithm:
380 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#fragment-case
383 m_tree.openElements()->pushRootNode(fragment);
395 // This call makes little sense in fragment mode, but for consistency
410 HTMLTreeBuilder::FragmentParsingContext::FragmentParsingContext(DocumentFragment* fragment, Element* contextElement, FragmentScriptingPermission scriptingPermission)
411 : m_fragment(fragment)
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 138 .fragment {
143 pre.fragment {
935 pre.fragment
  /external/chromium/googleurl/src/
url_canon.h 509 // The output will be ASCII except the reference fragment, which may be UTF-8.
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 347 * Sets the class name of a fragment to be shown when this Preference is clicked.
349 * @param fragment The class name of the fragment associated with this Preference.
351 public void setFragment(String fragment) {
352 mFragment = fragment;
356 * Return the fragment class name associated with this Preference.
358 * @return The fragment class name last set via {@link #setFragment} or XML.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 550 private int buildProgram(String vertex, String fragment) {
554 int fragmentShader = buildShader(fragment, GL_FRAGMENT_SHADER);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 8 import com.coremedia.iso.boxes.fragment.TrackFragmentHeaderBox;
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 572 XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, FragmentScriptingPermission scriptingPermission)
573 : ScriptableDocumentParser(fragment->document())
577 , m_currentNode(fragment)
597 fragment->ref();
    [all...]
  /frameworks/base/core/java/android/app/
SearchManager.java     [all...]
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 178 .fragment(""); // TODO: Remove, workaround for a bug in Uri.writeToParcel()
  /external/webkit/Source/WebCore/editing/
Editor.cpp 377 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText); local
378 if (fragment && shouldInsertFragment(fragment, range, EditorInsertActionPasted))
379 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
388 bool Editor::shouldInsertFragment(PassRefPtr<DocumentFragment> fragment, PassRefPtr<Range> replacingDOMRange, EditorInsertAction givenAction)
393 if (fragment) {
394 Node* child = fragment->firstChild();
395 if (child && fragment->lastChild() == child && child->isCharacterDataNode())
399 return client()->shouldInsertNode(fragment.get(), replacingDOMRange.get(), givenAction);
402 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 24 import android.app.Fragment;
79 public class GroupEditorFragment extends Fragment implements SelectAccountDialogFragment.Listener {
101 * Group metadata was not found, close the fragment now.
106 * User has tapped Revert, close the fragment now.
111 * Contact was saved and the Fragment can now be closed safely.
116 * Fragment is created but there's no accounts set up.
350 // Exit the fragment because we cannot continue without selecting an account
534 // When this Fragment is closed we don't want it to auto-save
541 public static void show(GroupEditorFragment fragment) {
543 dialog.setTargetFragment(fragment, 0)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 163 (scheme, authority, path, query, fragment) = parse_uri(uri)
169 (scheme, authority, path, query, fragment) = parse_uri(uri)
416 (scheme, authority, path, query, fragment) = parse_uri(request_uri)
423 (scheme, authority, path, query, fragment) = parse_uri(request_uri)
428 (scheme, authority, path, query, fragment) = parse_uri(request_uri)
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 758 scheme, netloc, path, params, query, fragment = urlparse.urlparse(url)
778 query, fragment))
783 query, fragment))
    [all...]

Completed in 799 milliseconds

<<1112131415161718