HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 326 - 350 of 480) sorted by null

<<11121314151617181920

  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 708 private static void writeEntry (final Logger log, final RandomAccessFile raf, final long marker, final IMergeable data, final byte type)
741 raf.seek (marker);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 432 BasicBlock::get(bi)->liveSet.marker = false;
442 BasicBlock::get(bi)->liveSet.marker = false;
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 487 const char* const marker = local
491 GetStream() << ::std::endl << marker << " "
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c 93 va_list marker; local
94 va_start(marker, firstParam);
95 isNULL = (UBool)(va_arg(marker, void*) == NULL);
96 va_end(marker);
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 98 va_list marker; local
99 va_start(marker, firstParam);
100 isNULL = (UBool)(va_arg(marker, void*) == NULL);
101 va_end(marker);
    [all...]
  /external/jpeg/
jctrans.c 194 (*cinfo->marker->write_file_header) (cinfo);
  /external/qemu/distrib/jpeg-6b/
jctrans.c 194 (*cinfo->marker->write_file_header) (cinfo);
  /external/tcpdump/
print-bgp.c 150 #define BGP_MP_NLRI_MINSIZE 3 /* End of RIB Marker detection */
2012 const u_char marker[] = { local
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 92 * Event id denotes when record head has reached a previously set marker.
157 * The listener the AudioRecord notifies when the record position reaches a marker
168 * Handler for marker events coming from the native code
416 * Returns the notification marker position expressed in frames.
640 * Sets the listener the AudioRecord notifies when a previously set marker is reached or
649 * Sets the listener the AudioRecord notifies when a previously set marker is reached or
678 * Sets the marker position at which the listener is called, if set with
681 * @param markerInFrames marker position expressed in frames
714 * reached a notification marker set by {@link AudioRecord#setNotificationMarkerPosition(int)}
720 * Called on the listener to notify it that the previously set marker has been reache
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 263 marker = line.find(';;')
264 if marker >= 0:
265 # queue up everything after marker
266 next = line[marker+2:].lstrip()
268 line = line[:marker].rstrip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 263 marker = line.find(';;')
264 if marker >= 0:
265 # queue up everything after marker
266 next = line[marker+2:].lstrip()
268 line = line[:marker].rstrip()
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_harness.cc 898 const std::string marker = GetSerializedProgressMarker(i.Get()) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 280 public void gotoMarker(IMarker marker) {
281 gotoMarker.gotoMarker(marker);
284 if (marker.getType().equals(AdtConstants.MARKER_LINT)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 708 Object marker = c.getProperty(GLCall.PROPERTY_MARKERNAME); local
709 if (marker instanceof String) {
710 return ((String) marker);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 287 sync_pb::DataTypeProgressMarker marker; local
288 directory()->GetDownloadProgress(i.Get(), &marker);
290 if (marker.token().empty())
553 // to have a progress marker but not have initial sync ended yet, making
    [all...]
  /external/v8/src/
frames.cc 446 // The marker and function offsets overlap. If the marker isn't a
447 // smi then the frame is a JavaScript frame -- and the marker is
450 Object* marker = Memory::Object_at(state->fp + offset); local
451 if (!marker->IsSmi()) {
461 return static_cast<StackFrame::Type>(Smi::cast(marker)->value());
    [all...]
  /external/v8/tools/
grokdump.py 620 marker = " "
622 marker = "=>"
624 return "%s%08x %08x: %s" % (marker, line_address, line[0], code)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java     [all...]
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 173 'details-marker',
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 557 void GLES2InsertEventMarkerEXT(GLsizei length, const GLchar* marker) {
558 gles2::GetGLContext()->InsertEventMarkerEXT(length, marker);
560 void GLES2PushGroupMarkerEXT(GLsizei length, const GLchar* marker) {
561 gles2::GetGLContext()->PushGroupMarkerEXT(length, marker);
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
  /external/chromium_org/third_party/angle_dx11/include/GLES2/
gl2ext.h     [all...]

Completed in 834 milliseconds

<<11121314151617181920