HomeSort by relevance Sort by last modified time
    Searched defs:start (Results 1 - 25 of 1691) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/intl/
plural.y 150 start: exp label
  /external/icu4c/common/
cwchar.c 24 wchar_t *start=dst; local
32 return start;
36 wchar_t *start=dst; local
41 return start;
45 const wchar_t *start=src; local
49 return src-start;
unistr_props.cpp 53 int32_t start; local
56 start = i;
67 if(start > 0) {
68 doReplace(0, start, 0, 0, 0);
  /external/oprofile/daemon/
oprofiled.h 21 void (*start)(void); member in struct:oprofiled_ops
opd_kernel.h 34 vma_t start; member in struct:kernel_image
  /external/skia/src/svg/
SkSVGUse.cpp 34 const char* start = strchr(f_xlink_href.c_str(), '#') + 1; local
35 SkASSERT(start);
36 parser._addAttributeLen("use", start, strlen(start) - 1);
  /external/webkit/WebCore/bindings/js/
ScriptProfiler.cpp 37 void ScriptProfiler::start(ScriptState* state, const String& title) function in class:WebCore::ScriptProfiler
  /external/webkit/WebCore/bindings/v8/
ScriptProfiler.cpp 37 void ScriptProfiler::start(ScriptState* state, const String& title) function in class:WebCore::ScriptProfiler
  /external/webkit/WebCore/manual-tests/resources/
CheckerApplet.java 13 public void start() method in class:CheckerApplet
CheckerApplet.class 
  /external/webkit/WebKit/android/WebCoreSupport/
ResourceLoaderAndroid.cpp 38 PassRefPtr<ResourceLoaderAndroid> ResourceLoaderAndroid::start( function in class:WebCore::ResourceLoaderAndroid
  /frameworks/base/sax/java/android/sax/
StartElementListener.java 31 void start(Attributes attributes); method in interface:StartElementListener
  /bootable/recovery/edify/
yydefs.h 22 int start, end; member in struct:__anon579
28 (Current).start = YYRHSLOC(Rhs, 1).start; \
31 (Current).start = YYRHSLOC(Rhs, 0).start; \
  /frameworks/base/core/java/android/os/
SystemService.java 22 /** Request that the init daemon start a named service. */
23 public static void start(String name) { method in class:SystemService
24 SystemProperties.set("ctl.start", name);
  /bionic/libc/unistd/
sbrk.c 39 char* start; local
46 start = (char*)(((long)__bionic_brk + SBRK_ALIGN-1) & ~(SBRK_ALIGN-1));
47 end = start + increment;
59 return start;
  /dalvik/tests/002-sleep/src/
Main.java 11 long start = System.currentTimeMillis(); local
13 long elapsed = System.currentTimeMillis() - start;
  /dalvik/tests/030-bad-finalizer/src/
BadFinalizer.java 20 long start, end; local
21 start = System.nanoTime();
  /external/bluetooth/glib/glib/
gscripttable.h 2747 gunichar start; member in struct:__anon1331
    [all...]
  /external/grub/docs/
boot.S 23 .globl start, _start
24 start: label
  /external/icu4c/extra/scrptrun/
srtest.cpp 32 int32_t start = scriptRun.getScriptStart(); local
36 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end);
  /external/oprofile/libpopt/
findme.c 17 char * start, * chptr; local
27 start = pathbuf = alloca(strlen(path) + 1);
35 if ((chptr = strchr(start, ':')))
37 sprintf(buf, "%s/%s", start, argv0);
43 start = chptr + 1;
45 start = NULL;
46 } while (start && *start);
  /external/webkit/WebCore/html/
HTMLOListElement.h 42 int start() const { return m_start; } function in class:WebCore::HTMLOListElement
  /frameworks/base/graphics/java/android/graphics/drawable/
Animatable.java 26 void start(); method in interface:Animatable
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memlink.cpp 38 /// Copies data from \p p, \p n to the linked block starting at \p start.
39 void memlink::copy (iterator start, const void* p, size_type n)
43 assert (start >= begin() && start + n <= end());
45 copy_n (const_iterator(p), n, start); local
49 /// \arg start Offset at which to start filling the linked block
55 void memlink::fill (iterator start, const void* p, size_type elSize, size_type elCount)
58 assert (start >= begin() && start + elSize * elCount <= end())
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskFactory.java 20 * A factory that can start and run new {@link ITask}s.
24 public abstract void start(String title, ITask task); method in interface:ITaskFactory

Completed in 2443 milliseconds

1 2 3 4 5 6 7 8 91011>>