HomeSort by relevance Sort by last modified time
    Searched defs:start (Results 101 - 125 of 4947) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
SandboxFlags.cpp 41 unsigned start = 0; local
45 while (start < length && isHTMLSpace<UChar>(policy[start]))
46 ++start;
47 if (start >= length)
49 unsigned end = start + 1;
54 String sandboxToken = policy.substring(start, end - start);
78 start = end + 1;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOListElement.h 34 int start() const { return m_hasExplicitStart ? m_start : (m_isReversed ? itemCount() : 1); } function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthList.cpp 36 const CharType* start = ptr; local
39 if (ptr == start)
43 String valueString(start, ptr - start);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionController.h 39 void start(SpeechRecognition* recognition, const SpeechGrammarList* grammars, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives) function in class:WebCore::SpeechRecognitionController
41 m_client->start(recognition, grammars, lang, continuous, interimResults, maxAlternatives);
  /external/chromium_org/third_party/WebKit/Source/platform/
Clock.cpp 59 void Clock::start() function in class:WebCore::Clock
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextPosition.cpp 37 unsigned start = 0; local
38 while (start < text.length()) {
39 size_t lineEnd = text.find('\n', start);
44 start = lineEnd + 1;
  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechRecognizer.h 41 // Start speech recognition for the specified handle using the specified parameters. Notifications on progress, results, and errors will be sent via the client.
42 virtual void start(const WebSpeechRecognitionHandle&, const WebSpeechRecognitionParams&, WebSpeechRecognizerClient*) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebSpeechRecognizer
  /external/chromium_org/third_party/freetype/src/cff/
cf2read.h 49 const FT_Byte* start; member in struct:CF2_BufferRec_
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.h 27 uint32_t start, end; member in struct:WeightRange
  /external/chromium_org/third_party/icu/source/i18n/unicode/
utrans.h 102 * as context. The second region, [start, limit), defines what
110 * <p>contextStart <= start <= limit <= contextLimit
148 int32_t start; member in struct:UTransPosition
367 * @param start the beginning index, inclusive; <code>0 <= start <=
369 * @param limit pointer to the ending index, exclusive; <code>start <=
372 * <code>[start, limit)</code> has been transliterated, possibly to a
373 * string of a different length, at <code>[start,
383 int32_t start,
397 * <code>index.start</code> will be advanced to the firs
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
db.h 34 Slice start; // Included in the range member in struct:leveldb::Range
38 Range(const Slice& s, const Slice& l) : start(s), limit(l) { }
121 // file system space used by keys in "[range[i].start .. range[i].limit)".
  /external/chromium_org/third_party/libjingle/source/talk/base/
nullsocketserver_unittest.cc 49 EXPECT_TRUE(thread.Start());
57 uint32 start = Time(); local
61 EXPECT_GE(TimeSince(start), 180);
win32socketserver_unittest.cc 14 uint32 start = Time(); local
16 EXPECT_GE(TimeSince(start), 1000);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_heap.h 32 unsigned start; member in struct:nouveau_heap
39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
  /external/chromium_org/ui/views/controls/table/
table_grouper.h 11 int start; member in struct:views::GroupRange
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Main.java 34 * @see org.eclipse.equinox.app.IApplication#start(org.eclipse.equinox.app.IApplicationContext)
36 public Object start(IApplicationContext context) throws Exception { method in class:Main
  /external/freetype/src/cff/
cf2read.h 49 const FT_Byte* start; member in struct:CF2_BufferRec_
  /external/icu4c/i18n/
ucol_wgt.h 27 uint32_t start, end; member in struct:WeightRange
  /external/icu4c/i18n/unicode/
utrans.h 102 * as context. The second region, [start, limit), defines what
110 * <p>contextStart <= start <= limit <= contextLimit
148 int32_t start; member in struct:UTransPosition
367 * @param start the beginning index, inclusive; <code>0 <= start <=
369 * @param limit pointer to the ending index, exclusive; <code>start <=
372 * <code>[start, limit)</code> has been transliterated, possibly to a
373 * string of a different length, at <code>[start,
383 int32_t start,
397 * <code>index.start</code> will be advanced to the firs
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestApplication.java 49 app.start();
62 app.start();
69 app.start(Type.OffscreenSurface);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestManyLights.java 42 app.start();
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestObjLoading.java 46 app.start();
  /external/jmonkeyengine/engine/src/test/jme3test/niftygui/
TestNiftyExamples.java 46 app.start();
56 nifty.fromXml("all/intro.xml", "start");
  /external/jmonkeyengine/engine/src/test/jme3test/scene/
TestUserData.java 43 app.start();
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.h 32 unsigned start; member in struct:nouveau_heap
39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,

Completed in 643 milliseconds

1 2 3 45 6 7 8 91011>>