Home
last modified time | relevance | path

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

12345

/development/tools/winscope/spec/
DDiffSpec.js33 new DiffNode({ id: 1 }, DiffType.NONE, [
34 new DiffNode({ id: 2 }, DiffType.NONE, []),
35 new DiffNode({ id: 3 }, DiffType.NONE, [
38 new DiffNode({ id: 4 }, DiffType.NONE, []),
50 new DiffNode({ id: 1 }, DiffType.NONE, [
51 new DiffNode({ id: 2 }, DiffType.NONE, []),
52 new DiffNode({ id: 3 }, DiffType.NONE, [
55 new DiffNode({ id: 4 }, DiffType.NONE, []),
74 new DiffNode({ id: 1 }, DiffType.NONE, [
75 new DiffNode({ id: 2 }, DiffType.NONE, []),
[all …]
DObjectTransformerSpec.js81 new ObjDiffNode('root', DiffType.NONE, [
82 new ObjDiffNode('a', DiffType.NONE, [
83 new ObjDiffNode('b: 1', DiffType.NONE, [], true, 'root.a.b'),
86 new ObjDiffNode('c: 2', DiffType.NONE, [], true, 'root.c'),
108 new ObjDiffNode('root', DiffType.NONE, [
109 new ObjDiffNode('a', DiffType.NONE, [
140 new ObjDiffNode('root', DiffType.NONE, [
141 new ObjDiffNode('a', DiffType.NONE, [
142 new ObjDiffNode('b', DiffType.NONE, [
147 new ObjDiffNode('c: 2', DiffType.NONE, [], true, 'root.c'),
/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/BasicMediaRouter/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/CustomTransition/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/TextSwitcher/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/BasicMultitouch/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/NavigationDrawer/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/RenderScriptIntrinsic/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 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/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/MediaEffects/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/RecyclerView/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/SlidingTabsColors/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()
/development/samples/browseable/BatchStepSensor/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/StorageProvider/src/com.example.android.common/logger/
DMessageOnlyLogFilter.java42 getNext().println(Log.NONE, null, msg, null); in println()

12345