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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 27 jmp start ; [6]
32 start mov byte [bss_sym],',' ; [1] [8] label
  /external/chromium_org/tools/page_cycler/common/
start.js 34 function start() { function
48 start();
64 input.setAttribute('value', 'Start');
72 // should we start automatically?
74 start();
  /external/grub/docs/
boot.S 23 .globl start, _start
24 start: label
  /external/harfbuzz_ng/src/
hb-shape.h 46 unsigned int start; member in struct:hb_feature_t
  /external/icu4c/common/
unistr_props.cpp 54 int32_t start; local
57 start = i;
68 if(start > 0) {
69 doReplace(0, start, 0, 0, 0);
  /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/daemon/
opd_kernel.h 34 vma_t start; member in struct:kernel_image
  /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/skia/bench/
BenchTimer.cpp 49 void BenchTimer::start(double durationScale) { function in class:BenchTimer
  /external/valgrind/main/none/tests/s390x/
stck.c 25 unsigned long start, end, diff; local
27 cc = stck(&start);
34 diff = clockticks_in_msec(end, start);
stckf.c 25 unsigned long start, end, diff; local
27 cc = stckf(&start);
35 diff = clockticks_in_msec(end, start);
  /frameworks/av/media/libeffects/loudness/dsp/core/
basic-inl.h 31 int start = start_index; local
33 while (end > start + 1) {
34 int i = (end + start) / 2;
38 start = i;
41 return start;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c 94 OMX_U8 DCValueSize, start = 1; local
157 start);
  /frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.h 33 virtual status_t start() { return mSource->start(); } function in class:android::TimedText3GPPSource
  /frameworks/base/graphics/java/android/graphics/drawable/
Animatable.java 26 void start(); method in interface:Animatable
  /hardware/samsung_slsi/exynos5/include/
exynos_mem.h 24 dma_addr_t start; member in struct:exynos_mem_flush_range
  /hardware/ti/omap4xxx/
mapinfo.h 6 unsigned start; member in struct:mapinfo
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon60483
32 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop,
34 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
38 Py_ssize_t *start, Py_ssize_t *stop,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon60606
32 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop,
34 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
38 Py_ssize_t *start, Py_ssize_t *stop,
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.cpp 39 string::size_type start = str.find_first_not_of(WHITESPACE, 0); local
41 if (start == string::npos || end == string::npos) {
44 result = str.substr(start, end - start + 1);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.js 8 // 2. action.start(pinch_options)
29 PinchGesture.prototype.start = function(pixels_to_move, callback) {
52 PinchAction.prototype.start = function(zoom_in, pixels_to_move) {
63 this.gesture_.start(this.pixels_to_move_,
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestNetworkStress.java 54 server.start();
59 client.start();
TestRemoteCall.java 91 serverApp.start();
95 server.start();
110 client.start();
  /art/test/078-polymorphic-virtual/src/
Main.java 23 derived1.start();
24 derived2.start();
25 derived3.start();
  /dalvik/tests/078-polymorphic-virtual/src/
Main.java 23 derived1.start();
24 derived2.start();
25 derived3.start();

Completed in 152 milliseconds

1 23 4 5 6 7 8 91011>>