Searched refs:debug (Results 51 - 75 of 75) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp338 debug(diag::debug_print_gc_sections) << section->name()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraCapabilities.java21 import com.android.ex.camera2.portability.debug.Log;
H A DCameraCapabilities.java19 import com.android.ex.camera2.portability.debug.Log;
H A DAndroidCamera2Settings.java34 import com.android.ex.camera2.portability.debug.Log;
H A DCameraAgent.java29 import com.android.ex.camera2.portability.debug.Log;
H A DAndroidCamera2AgentImpl.java46 import com.android.ex.camera2.portability.debug.Log;
H A DAndroidCameraAgentImpl.java38 import com.android.ex.camera2.portability.debug.Log;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java359 mLog.debug("Transform %s%s%s%s", className,
H A DDependencyFinder.java501 public void visitSource(String source, String debug) { argument
/frameworks/base/core/java/android/view/
H A DWindowManager.java1942 public String debug(String output) { method in class:WindowManager.LayoutParams
1945 output = super.debug("");
H A DViewRootImpl.java1225 host.debug();
1289 host.debug();
1963 host.debug();
5498 public void debug() { method in class:ViewRootImpl
5499 mView.debug();
H A DViewGroup.java5815 protected void debug(int depth) { method in class:ViewGroup
5816 super.debug(depth);
5832 child.debug(depth + 1);
6915 public String debug(String output) { method in class:ViewGroup.LayoutParams
H A DView.java720 public static final String DEBUG_LAYOUT_PROPERTY = "debug.layout";
18584 public void debug() { method in class:View
18585 debug(0);
18597 protected void debug(int depth) { method in class:View
18639 output = mLayoutParams.debug(output);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dvr.rs98 bool debug = true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java126 && SystemProperties.getBoolean("debug.child_notifs", false);
1468 TextView debug = (TextView) row.findViewById(R.id.debug_info);
1469 if (debug != null) {
1470 debug.setVisibility(View.VISIBLE);
1471 debug.setText("CU " + mCurrentUserId +" NU " + entry.notification.getUserId());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java125 //used to debug and detect if we miss an event
779 private void logDbg(String debug) { argument
780 Log.e(TAG, debug/*+ " stack:" + Thread.currentThread().getStackTrace()[2].getMethodName()
H A DWifiNative.java320 private void logDbg(String debug) { argument
323 Log.e("WifiNative: ", ts+debug+ " stack:"
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1838 String separateProcesses = SystemProperties.get("debug.separate_processes");
1843 Slog.w(TAG, "Running with debug.separate_processes: * (ALL)");
1847 Slog.w(TAG, "Running with debug.separate_processes: "
4234 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0);
4239 if (DEBUG_INTENT_MATCHING || debug) {
4253 flags, query, r0.priority, true, false, debug, userId);
4275 int flags, List<ResolveInfo> query, boolean debug, int userId) {
4280 if (DEBUG_PREFERRED || debug) Slog.v(TAG, "Looking for presistent preferred activities...");
4289 if (DEBUG_PREFERRED || debug) {
4297 if (DEBUG_PREFERRED || debug) {
4274 findPersistentPreferredActivityLP(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, boolean debug, int userId) argument
4331 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy46 %debug
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java1972 public String debug(String output) { method in class:LinearLayout.LayoutParams
H A DRelativeLayout.java1371 public String debug(String output) { method in class:RelativeLayout.LayoutParams
H A DTextView.java7557 public void debug(int depth) { method in class:TextView
7558 super.debug(depth);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2720 mNotificationPanel + " params=" + mNotificationPanel.getLayoutParams().debug(""));
2743 mStatusBarView.debug();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2377 mTrackingAssociations = "1".equals(SystemProperties.get("debug.track-associations"));
3333 if ("1".equals(SystemProperties.get("debug.checkjni"))) {
3336 String jitDebugProperty = SystemProperties.get("debug.usejit");
3345 String genDebugInfoProperty = SystemProperties.get("debug.generate-debug-info");
3349 if ("1".equals(SystemProperties.get("debug.jni.logging"))) {
3352 if ("1".equals(SystemProperties.get("debug.assert"))) {
4072 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0);
4094 if (debug) {
4109 if (debug) Slo
[all...]

Completed in 875 milliseconds

123