HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 476 - 500 of 2719) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
ConcurrentModificationException.java 33 * stack trace filled in.
41 * stack trace and message filled in.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
52 base_type::trace();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 46 trace() const function in class:PB_DS_CLASS_C_DEC
50 base_type::trace();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceCommandWriter.java 23 * Write trace control options to the trace backend.
GLTraceOptionsDialog.java 49 /** Dialog displaying all the trace options before the user initiates tracing. */
51 private static final String TITLE = "OpenGL ES Trace Options";
54 private static final String PREF_APP_PACKAGE = "gl.trace.apppackage"; //$NON-NLS-1$
55 private static final String PREF_ACTIVITY = "gl.trace.activity"; //$NON-NLS-1$
56 private static final String PREF_TRACEFILE = "gl.trace.destfile"; //$NON-NLS-1$
57 private static final String PREF_DEVICE = "gl.trace.device"; //$NON-NLS-1$
88 * @param allowAppSelection true if user can change the application to trace
89 * @param appToTrace default application package to trace
152 mOkButton.setText("Trace");
349 return new DialogStatus(false, "Specify the location where the trace will be saved.")
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
MailToTest.java 47 Log.d("Trace", mailTo_1.toString());
57 Log.d("Trace", mailTo_2.toString());
70 Log.d("Trace", mailTo_3.toString());
83 Log.d("Trace", mailTo_4.toString() + " " + mailTo_4.getBody());
97 Log.d("Trace", mailTo_5.toString() + mailTo_5.getHeaders().toString()
112 Log.d("Trace", mailTo_6.toString() + mailTo_6.getHeaders().toString()
  /external/chromium/base/debug/
stack_trace_win.cc 51 // For the given trace, attempts to resolve the symbols, and output a trace
59 void OutputTraceToStream(const void* const* trace,
66 DWORD_PTR frame = reinterpret_cast<DWORD_PTR>(trace[i]);
95 (*os) << symbol->Name << " [0x" << trace[i] << "+"
99 (*os) << "(No symbol) [0x" << trace[i] << "]";
  /external/openssh/regress/
cfgmatch.sh 61 trace "match permitopen localhost proto $p"
70 trace "match permitopen proxy proto $p"
83 trace "match permitopen proxy w/key opts proto $p"
93 trace "match permitopen localhost proto $p"
107 trace "match permitopen proxy w/key opts proto $p"
122 trace "nomatch permitopen proxy w/key opts proto $p"
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConfigurationException.java 92 * Print the the trace of methods from where the error
93 * originated. This will trace all nested exception
106 * Print the the trace of methods from where the error
107 * originated. This will trace all nested exception
121 * Print the the trace of methods from where the error
122 * originated. This will trace all nested exception
  /sdk/build/
tools.atree 134 external/chromium-trace/systrace.py tools/systrace/systrace.py
135 external/chromium-trace/script.js tools/systrace/script.js
136 external/chromium-trace/style.css tools/systrace/style.css
137 external/chromium-trace/LICENSE tools/systrace/LICENSE
138 external/chromium-trace/AUTHORS tools/systrace/AUTHORS
139 external/chromium-trace/NOTICE tools/systrace/NOTICE
  /external/quake/quake/src/QW/server/
sv_phys.c 234 If steptrace is not NULL, the trace of any vertical wall hit will be stored
247 trace_t trace; local
266 trace = SV_Move (ent->v.origin, ent->v.mins, ent->v.maxs, end, false, ent);
268 if (trace.allsolid)
274 if (trace.fraction > 0)
276 VectorCopy (trace.endpos, ent->v.origin);
281 if (trace.fraction == 1)
284 if (!trace.ent)
285 SV_Error ("SV_FlyMove: !trace.ent");
287 if (trace.plane.normal[2] > 0.7
399 trace_t trace; local
714 trace_t trace; local
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 50 * <p><strong>Logging Trace Files</strong></p>
54 * information about reading trace files. To start logging trace files, call one
66 * trace key file.
95 * Default trace file path and file
100 private static final String DEFAULT_TRACE_EXTENSION = ".trace";
336 * the qemu emulator; otherwise, this method will have no effect. The trace
339 * <code>emulator -trace foo</code><br />
340 * will start running the emulator and create a trace file named "foo". This
341 * method simply enables writing the trace records to the trace file
    [all...]
  /external/quake/quake/src/QW/client/
cl_cam.c 154 pmtrace_t trace; local
164 trace = Cam_DoTrace(player->origin, v);
165 if (/*trace.inopen ||*/ trace.inwater)
167 VectorCopy(trace.endpos, vec);
168 VectorSubtract(trace.endpos, player->origin, v);
173 VectorSubtract(trace.endpos, self->origin, v);
176 trace = Cam_DoTrace(self->origin, vec);
177 if (trace.fraction != 1 || trace.inwater
186 pmtrace_t trace; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 39 private static final String TITLE = "Android System Trace";
41 "Settings to use while capturing system level trace";
42 private static final String DEFAULT_TRACE_FNAME = "trace.html"; //$NON-NLS-1$
125 lblTraceDurationseconds.setText("Trace duration (seconds): ");
133 lblTraceBufferSize.setText("Trace Buffer Size (kb): ");
147 grpTraceEvents.setText("Trace Events");
168 grpTraceRootEvents.setText("Trace Events that require root privileges on device");
181 grpTraceTags.setText("Trace Tags");
225 "Changes to trace tags will likely need a restart of the Android framework to take effect:\n"
245 // validate trace destination pat
    [all...]
  /external/dropbear/
dbutil.c 149 fprintf(stderr, "TRACE: ");
196 TRACE(("enter dropbear_listen"))
207 TRACE(("dropbear_listen: local loopback"))
210 TRACE(("dropbear_listen: all interfaces"))
228 TRACE(("leave dropbear_listen: failed resolving"))
245 TRACE(("socket() failed"))
262 TRACE(("bind(%s) failed", port))
269 TRACE(("listen() failed"))
290 TRACE(("leave dropbear_listen: failure, %s", strerror(err)))
294 TRACE(("leave dropbear_listen: success, %d socks bound", nsock)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 132 CHECK(size == 0 && trace[0] == pc);
143 trace[size++] = (uptr) pc1;
154 trace[i] = trace[i + count];
167 compressed[i] = stack->trace[i];
178 uptr pc = stack->trace[i];
217 CHECK_EQ(0, REAL(memcmp)(check_stack.trace, stack->trace,
233 stack->trace[i] = compressed[i];
259 stack->trace[stack->size++] = pc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SystraceOptionsDialogV2.java 48 private static final String TITLE = "Android System Trace";
50 "Settings to use while capturing system level trace";
51 private static final String DEFAULT_TRACE_FNAME = "trace.html"; //$NON-NLS-1$
103 lblTraceDurationseconds.setText("Trace duration (seconds): ");
111 lblTraceBufferSize.setText("Trace Buffer Size (kb): ");
160 // validate trace destination path
168 // validate the trace duration
170 setErrorMessage("Trace Duration should be a valid integer (seconds)");
175 // validate the trace buffer size
177 setErrorMessage("Trace Buffer Size should be a valid integer (kilobytes)")
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl.cpp 64 * 1. libs/EGL/trace.cpp: Traces all functions to systrace.
66 * - set system property "debug.egl.trace" to "systrace" to trace all apps.
67 * 2. libs/EGL/trace.cpp: Logs a stack trace for GL errors after each function call.
69 * - set system property "debug.egl.trace" to "error" to trace all apps.
70 * 3. libs/EGL/trace.cpp: Traces all functions to logcat.
72 * - set system property "debug.egl.trace" to 1 to trace all apps
    [all...]

Completed in 395 milliseconds

<<11121314151617181920>>