Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 123) sorted by relevance

12345

/development/tools/winscope/spec/
DDiffSpec.js36 new DiffNode({ id: 1 }, DiffType.NONE, [
37 new DiffNode({ id: 2 }, DiffType.NONE, []),
38 new DiffNode({ id: 3 }, DiffType.NONE, [
41 new DiffNode({ id: 4 }, DiffType.NONE, []),
64 new DiffNode({ id: 1 }, DiffType.NONE, [
65 new DiffNode({ id: 2 }, DiffType.NONE, []),
66 new DiffNode({ id: 3 }, DiffType.NONE, [
69 new DiffNode({ id: 4 }, DiffType.NONE, []),
94 new DiffNode({ id: 1 }, DiffType.NONE, [
95 new DiffNode({ id: 2 }, DiffType.NONE, []),
[all …]
DObjectTransformerSpec.js107 new ObjDiffNode('root', DiffType.NONE, [
108 new ObjDiffNode('a', DiffType.NONE, [
109 new ObjDiffNode('b: 1', DiffType.NONE, [], true),
112 new ObjDiffNode('c: 2', DiffType.NONE, [], true),
134 new ObjDiffNode('root', DiffType.NONE, [
135 new ObjDiffNode('a', DiffType.NONE, [
166 new ObjDiffNode('root', DiffType.NONE, [
167 new ObjDiffNode('a', DiffType.NONE, [
168 new ObjDiffNode('b', DiffType.NONE, [
173 new ObjDiffNode('c: 2', DiffType.NONE, [], true),
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentContextMenu.java61 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A"); in onCreateContextMenu()
62 menu.add(Menu.NONE, R.id.b_item, Menu.NONE, "Menu B"); in onCreateContextMenu()
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BasicAccessibility/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BasicTransition/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/
DMessageOnlyLogFilter.java43 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/NfcProvisioning/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/ActiveNotifications/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()

12345