HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 126 - 150 of 170) sorted by null

1 2 3 4 56 7

  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 2226 DocumentMarker marker = { local
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java 132 * Event id denotes when playback head has reached a previously set marker.
159 * The listener the AudioTrack notifies when the playback position reaches a marker
173 * Handler for marker events coming from the native code.
567 * Returns marker position expressed in frames.
661 * Sets the listener the AudioTrack notifies when a previously set marker is reached or
672 * Sets the listener the AudioTrack notifies when a previously set marker is reached or
749 * Sets the position of the notification marker.
750 * @param markerInFrames marker in frames
793 * @param startInFrames loop start marker expressed in frames
794 * @param endInFrames loop end marker expressed in frame
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 27 #include <marker.h>
108 // Add a text marker (the condition must always be true).
193 // Add a code marker (the condition must always be true).
317 // Add a text marker (the condition must always be true).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 1707 llvm::InlineAsm *&marker local
    [all...]
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.cpp 501 AccessibilityTextMarker* marker = 0; local
503 marker = toTextMarker(JSValueToObject(context, arguments[0], exception));
505 return AccessibilityUIElement::makeJSAccessibilityUIElement(context, toAXElement(thisObject)->accessibilityElementForTextMarker(marker));
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 180 char marker = 'a'; local
186 *ptr++ = marker;
187 if (++marker > 'z')
188 marker = 'a';
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 212 report_error(TYPE_ERROR, 'Language file contains no PHP end marker at EOF!');
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 96 commonly used ones, and check to see if the marker we are looking for
105 cplus marker character is as part of the debug information, perhaps by
107 marker symbol (FIXME). */
2616 char *marker = strchr (cplus_markers, (*mangled)[8]); local
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 1448 RenderListMarker* marker = toRenderListMarker(renderer); local
    [all...]
  /external/v8/src/
builtins.cc 167 Object* marker = Memory::Object_at(caller_fp + kMarkerOffset); local
168 bool result = (marker == kConstructMarker);
    [all...]
mark-compact.cc     [all...]
heap.cc 228 uint32_t marker = Memory::uint32_at(object->address()); local
229 if (marker == MarkCompactCollector::kSingleFreeEncoding) {
231 } else if (marker == MarkCompactCollector::kMultiFreeEncoding) {
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 3230 DocumentMarker marker = markers[i]; local
    [all...]
  /external/webkit/Source/WebCore/css/
html.css 890 summary::-webkit-details-marker {
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 736 """Find the beginning marker for a multiline comment."""
739 # Only return this marker if the comment goes beyond this line
747 """We are inside a comment, find the end marker."""
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 3443 int marker = is_construct ? StackFrame::ENTRY_CONSTRUCT : StackFrame::ENTRY; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 4031 int marker = is_construct ? StackFrame::ENTRY_CONSTRUCT : StackFrame::ENTRY; local
    [all...]

Completed in 612 milliseconds

1 2 3 4 56 7