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

1 2 3

  /external/llvm/tools/msbuild/
uninstall.bat 9 :START
55 GOTO START
install.bat 10 :START
79 GOTO START
  /cts/tools/dasm/src/java_cup/
sym.java 31 static final int START = 12;
  /external/elfutils/0.153/libelf/
exttypes.h 73 #define START(Bits, Name, EName) typedef struct {
117 #undef START
gelf_xlate.c 155 #define START(Bits, Name, EName) \
  /external/openssl/crypto/bn/
bnspeed.c 125 #define START 0
134 if (s == START)
149 if (s == START)
197 Time_F(START);
210 Time_F(START);
225 Time_F(START);
expspeed.c 151 #define START 0
160 if (s == START)
175 if (s == START)
271 Time_F(START);
  /external/chromium_org/base/android/java/src/org/chromium/base/
PerfTraceEvent.java 46 START("S"),
77 // Nanosecond start time of performance tracing.
136 * or {@link #end(String)} is called the time since start of tracking will be logged.
180 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START,
184 savePerfString(name, eventId, EventType.START, false);
223 savePerfString(makeMemoryTraceNameFromTimingName(name), eventId, EventType.START,
226 savePerfString(name, eventId, EventType.START, false);
  /external/chromium_org/base/test/
sequenced_task_runner_test_template.h 31 enum Type { POST, START, END };
73 // A task which runs |task|, recording the start and end events.
80 // Records a start event for task |i|.
109 // 2) Events for an individual tasks occur in the order {POST, START, END},
111 // 3) The only events between a task's START and END events are the POSTs of
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.h 75 virtual int Start(
132 // True if Start was already invoked.
150 START
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.h 65 virtual void Start() OVERRIDE;
78 START,
  /external/chromium_org/net/http/
http_security_headers.cc 99 std::string::const_iterator start = source.begin();
101 HttpUtil::TrimLWS(&start, &end);
102 return std::string(start, end);
179 START,
186 } state = START;
195 case START:
263 case START:
  /external/chromium_org/third_party/skia/dm/
DM.cpp 77 #define START(name, type, ...) \
84 START("565", CpuGMTask, kRGB_565_SkColorType);
85 START("8888", CpuGMTask, kN32_SkColorType);
86 START("gpu", GpuGMTask, native, gpuAPI, 0);
87 START("msaa4", GpuGMTask, native, gpuAPI, 4);
88 START("msaa16", GpuGMTask, native, gpuAPI, 16);
89 START("nvprmsaa4", GpuGMTask, nvpr, gpuAPI, 4);
90 START("nvprmsaa16", GpuGMTask, nvpr, gpuAPI, 16);
91 START("gpunull", GpuGMTask, null, gpuAPI, 0);
92 START("gpudebug", GpuGMTask, debug, gpuAPI, 0)
    [all...]
  /external/openssl/crypto/des/
speed.c 140 #define START 0
149 if (s == START)
164 if (s == START)
209 Time_F(START);
230 Time_F(START);
243 Time_F(START);
262 Time_F(START);
279 Time_F(START);
298 Time_F(START);
des_opts.c 357 #define START 0
366 if (s == START)
381 if (s == START)
404 Time_F(START); \
458 Time_F(START);
  /external/openssl/crypto/rc2/
rc2speed.c 135 #define START 0
144 if (s == START)
159 if (s == START)
202 Time_F(START);
221 Time_F(START);
239 Time_F(START);
261 Time_F(START);
  /external/openssl/crypto/rc4/
rc4speed.c 135 #define START 0
144 if (s == START)
159 if (s == START)
202 Time_F(START);
220 Time_F(START);
238 Time_F(START);
  /external/chromium_org/v8/src/
log.h 154 enum StartEnd { START = 0, END = 1 };
266 // Emits a code line info start to record event
278 // Heap sampling events: start, end, and individual types.
292 uintptr_t start,
445 LogTimerEvent(Logger::START);
  /external/doclava/src/com/google/doclava/
FieldInfo.java 230 final int START = 0;
236 int state = START;
241 case START:
252 state = START;
256 state = START;
260 state = START;
264 state = START;
268 state = START;
272 state = START;
276 state = START;
    [all...]
LinkReference.java 162 int start = index + 1; local
163 final int START = 0;
168 int state = START;
171 for (int i = start; i < len; i++) {
174 case START:
212 state = START;
216 state = START;
225 state = START;
  /external/freetype/src/gzip/
infcodes.c 17 START, /* x: set up for LEN */
69 c->mode = START;
103 case START: /* x: set up for LEN */
209 c->mode = START;
214 c->mode = START;
  /external/openssl/apps/
s_time.c 322 #define START 0
398 tm_Time_F(START);
490 tm_Time_F(START);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 136 Position start() const { return m_selection.start(); } function in class:blink::FINAL
139 // Return the renderer that is responsible for painting the caret (in the selection start node)
221 enum EPositionType { START, END, BASE, EXTENT };
258 void updateSelectionIfNeeded(const Position& base, const Position& extent, const Position& start, const Position& end);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 93 START,
182 * Compares by (in priority order) address, end then start
225 * Gets whether this is a local start. This is just shorthand for
226 * {@code getDisposition() == Disposition.START}.
228 * @return {@code true} iff this is a start
231 return disposition == Disposition.START;
339 * that to change at some point, when we start feeding that
405 throw new RuntimeException("redundant start at " +
574 System.err.printf("%04x start %s\n", address, startedLocal);
585 // Silently ignore a redundant start
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 92 START,
181 * Compares by (in priority order) address, end then start
224 * Gets whether this is a local start. This is just shorthand for
225 * {@code getDisposition() == Disposition.START}.
227 * @return {@code true} iff this is a start
230 return disposition == Disposition.START;
338 * that to change at some point, when we start feeding that
401 throw new RuntimeException("redundant start at " +
570 System.err.printf("%04x start %s\n", address, startedLocal);
581 // Silently ignore a redundant start
    [all...]

Completed in 953 milliseconds

1 2 3