HomeSort by relevance Sort by last modified time
    Searched full:current (Results 976 - 1000 of 28275) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.cpp 43 blink::Platform::current()->startHeapProfiling(prefix);
48 blink::Platform::current()->stopHeapProfiling();
53 blink::Platform::current()->dumpHeapProfiling(reason);
58 String text = blink::Platform::current()->getHeapProfile();
  /external/chromium_org/third_party/WebKit/public/web/
WebPageSerializerClient.h 45 // content. If current frame is not complete serialized, call
46 // didSerializeDataForFrame with URL of current frame, data, data length and
48 // If current frame is complete serialized, call didSerializeDataForFrame
49 // with URL of current frame, data, data length and flag
WebTextInputInfo.h 40 // The cursor position of the current selection start, or the caret position
44 // The cursor position of the current selection end, or the caret position
48 // The start position of the current composition, or -1 if there is none.
51 // The end position of the current composition, or -1 if there is none.
  /external/chromium_org/third_party/icu/source/test/intltest/
currcoll.h 9 * (It's important to stay current!)
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 596 Location current = token.start_;
597 bool isNegative = *current == '-';
599 ++current;
604 while ( current < token.end_ )
606 Char c = *current++;
617 current != token.end_ ||
690 Location current = token.start_ + 1; // skip '"' local
692 while ( current != end )
694 Char c = *current++;
699 if ( current == end
850 Location current = begin_; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_field_util.cc 73 for (std::string::const_iterator current = format.begin(),
75 current != format.end() && next != format.end();
76 ++current, ++next) {
77 if (IsTokenPrefix(*current) && IsToken(*next)) {
  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_stub.h 18 // in the current binary (i.e. tcmalloc).
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoprocessor.h 42 // that the current frame should be dropped. If *drop_frame is true,
43 // the current processor should skip processing. If the current processor
44 // decides it cannot process the current frame in a timely manner, it may set
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 67 In addition, a rendering context can be current for only one
70 In addition, an indirect rendering context can be current for
72 current to multiple threads, with synchronization of access to
79 If ctx is current to some other thread, then
82 If ctx is an indirect context current to some other thread,
86 If ctx is current to some other thread, then
89 If ctx is an indirect context current to some other thread,
109 As with binding a new context from the current thread, the old
124 current.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r300/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-r600/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-r300/
Makefile 2 include $(TOP)/configs/current
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xvmc-r600/
Makefile 2 include $(TOP)/configs/current

Completed in 1186 milliseconds

<<31323334353637383940>>