HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 201 - 225 of 376) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 27 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
  /external/llvm/lib/Support/
Android.mk 19 Debug.cpp \
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 22 import android.os.Debug;
44 private final static boolean DEBUG = false;
93 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
139 Debug.enableEmulatorTraceOutput();
223 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
237 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
255 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
278 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
  /frameworks/base/services/java/com/android/server/wm/
AppTransition.java 22 import android.os.Debug;
492 + " Callers=" + Debug.getCallers(3));
499 + " Callers=" + Debug.getCallers(3));
511 + " Callers=" + Debug.getCallers(3));
573 + " Callers=" + Debug.getCallers(3));
    [all...]
WindowStateAnimator.java 17 import android.os.Debug;
501 + Debug.getCallers(3));
510 + Debug.getCallers(3));
520 + Debug.getCallers(3));
540 + Debug.getCallers(3));
550 + Debug.getCallers(3));
561 + Debug.getCallers(3));
571 Slog.v(SURFACE_TAG, "setLayerStack: " + this + ". Called by " + Debug.getCallers(3));
581 + Debug.getCallers(3));
590 + Debug.getCallers(3))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 7 module Debug
10 =begin rdoc ANTLR3::Debug::EventSocketProxy
12 A proxy debug event listener that forwards events over a socket to
257 =begin rdoc ANTLR3::Debug::RemoteEventSocketListener
259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy
359 end # module Debug
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 380 if @debug = ( @parser_class.debug? rescue false )
382 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
409 if @debug
411 opt.separator "Debug Mode Options:"
413 opt.on( '--trace', '-t', "print rule trace instead of opening a debug socket" ) do
417 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number|
448 if @debug
450 parser_options[ :debug_listener ] = ANTLR3::Debug::RuleTracer.new
496 if @debug = ( @parser_class.debug? rescue false
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 79 antlr3/debug.rb::
80 when code is generated by ANTLR using the '-debug' option, all of the
81 additional classes and mixins required by the debug code are contained within
82 the Debug module defined by this library. the Debug module is autoloaded on
189 autoload :Debug, 'antlr3/debug'
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 148 for cfg in Debug Release; do
265 # Calculate debug lib names: If a lib ends in ${lib_sfx}.lib, then rename
267 # debug exe, so this may need to be refactored later.
332 Name="Debug|$plat" \
346 PreprocessorDefinitions="WIN32;DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" \
368 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
382 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
530 dll) # note differences to debug version: LinkIncremental, AssemblyDebug
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 37 Debug = 0x80,
76 flags & RegState::Debug,
357 return B ? RegState::Debug : 0;
  /external/v8/src/
builtins.cc 78 #ifdef DEBUG
94 #ifdef DEBUG
125 #ifdef DEBUG
148 #ifdef DEBUG
369 // debug mode which iterates through the heap), but to play safer
    [all...]
liveedit.cc 35 #include "debug.h"
1545 Debug* debug = isolate->debug(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 33 namespace Antlr.Runtime.Debug {
38 * debug events w/o interrupting the debugger. Just subclass the repeater
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 33 namespace Antlr.Runtime.Debug
39 * debug events w/o interrupting the debugger. Just subclass the repeater
  /external/llvm/lib/Target/R600/
AMDILEvergreenDevice.cpp 100 if (mSTM->isOverride(AMDGPUDeviceInfo::Debug)) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 29 import static com.googlecode.mp4parser.h264.Debug.println;
  /external/skia/tools/
compare_baselines.py 124 os.path.join(trunk_path, 'out', 'Debug', 'skdiff')]
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 41 #include <utils/Debug.h>
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 32 import android.os.Debug;
137 // Debug.waitForDebugger();
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 78 case DiagnosticEngine::Debug: {
79 // show debug message only if verbose >= 0
82 m_OStream << "Debug: ";
  /frameworks/native/libs/cpustats/
ThreadCpuUsage.cpp 24 #include <utils/Debug.h>
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java 25 import android.os.Debug;
  /development/ide/xcode/ports/
skia_mac.cp 22 // /Users/caryclark/android/device/build/ide/xcode/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 62 compile_options :debug => true
90 example 'basic debug-mode parser using a RecordEventListener' do
98 listener = ANTLR3::Debug::RecordEventListener.new
113 example 'debug-mode parser using a socket proxy to transmit events' do
143 example 'debug-mode parser events triggered by recognition errors' do
180 example 'debug-mode parser events triggered by semantic predicate evaluation' do
213 example 'debug-mode parser events triggered by recognizing a (...)+ block' do
284 example 'debug-mode parser events triggered by recognizing a (...)* block' do
354 example 'debug-mode parser events triggered by a mismatched set error' do
391 example 'debug-mode parser block-location events for subrules' d
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 39 using Antlr.Runtime.Debug;
166 @genericParser.superClassName() ::= "Debug<@super.superClassName()>"
211 // Common debug event triggers used by region overrides below

Completed in 431 milliseconds

1 2 3 4 5 6 7 891011>>