/development/tools/apkcheck/src/com/android/apkcheck/ |
D | ApiDescrHandler.java | 74 attributes.getValue("name")); in startElement() 78 attributes.getValue("name"), in startElement() 79 attributes.getValue("extends"), in startElement() 80 attributes.getValue("static")); in startElement() 83 mCurrentClass.addInterface(attributes.getValue("name")); in startElement() 86 mCurrentMethod = new MethodInfo(attributes.getValue("name"), in startElement() 87 attributes.getValue("return")); in startElement() 121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name"), in startElement() 122 attributes.getValue("type")); in startElement() 126 mCurrentMethod.addParameter(attributes.getValue("type")); in startElement()
|
/development/tools/winscope/src/trace/ |
D | trace_test.ts | 53 expect(await trace.getEntry(0).getValue()).toEqual('entry-0'); 54 expect(await trace.getEntry(4).getValue()).toEqual('entry-4'); 59 expect(await trace.getEntry(-1).getValue()).toEqual('entry-4'); 60 expect(await trace.getEntry(-5).getValue()).toEqual('entry-0'); 96 expect(await slice.findClosestEntry(time9)?.getValue()).toEqual('entry-1'); 97 expect(await slice.findClosestEntry(time10)?.getValue()).toEqual('entry-1'); 98 expect(await slice.findClosestEntry(time11)?.getValue()).toEqual('entry-1'); 99 expect(await slice.findClosestEntry(time12)?.getValue()).toEqual('entry-3'); 100 expect(await slice.findClosestEntry(time13)?.getValue()).toEqual('entry-3'); 101 expect(await slice.findClosestEntry(time14)?.getValue()).toEqual('entry-3'); [all …]
|
D | frame_mapper_test.ts | 303 [TraceType.TRANSACTIONS, [await transactions.getEntry(0).getValue()]], 304 [TraceType.SURFACE_FLINGER, [await surfaceFlinger.getEntry(0).getValue()]], 312 [await transactions.getEntry(1).getValue(), await transactions.getEntry(2).getValue()], 314 [TraceType.SURFACE_FLINGER, [await surfaceFlinger.getEntry(1).getValue()]], 320 [TraceType.TRANSACTIONS, [await transactions.getEntry(3).getValue()]], 321 [TraceType.SURFACE_FLINGER, [await surfaceFlinger.getEntry(2).getValue()]],
|
D | trace_entry_test.ts | 70 expect(await trace.getEntry(0).getValue()).toEqual('entry-0'); 71 expect(await trace.getEntry(1).getValue()).toEqual('entry-1');
|
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/ |
D | MainActivity.java | 53 startWithHuman ? State.PLAYER1.getValue() : State.PLAYER2.getValue()); in startGame()
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
D | GameView.java | 60 public int getValue() { in getValue() method in GameView.State 66 if (s.getValue() == i) { in fromInt() 364 data[i] = mData[i].getValue(); 369 b.putInt("gv_sel_val", mSelectedValue.getValue()); 370 b.putInt("gv_curr_play", mCurrentPlayer.getValue()); 371 b.putInt("gv_winner", mWinner.getValue()); 405 mSelectedValue = State.fromInt(b.getInt("gv_sel_val", State.EMPTY.getValue())); 406 mCurrentPlayer = State.fromInt(b.getInt("gv_curr_play", State.EMPTY.getValue())); 407 mWinner = State.fromInt(b.getInt("gv_winner", State.EMPTY.getValue()));
|
/development/tools/winscope/src/viewers/viewer_transitions/ |
D | presenter.ts | 49 this.uiData.selectedTransition = await entry?.getValue(); 63 return entry.getValue(); 95 const layerTraceEntry = entry.getValue() as LayerTraceEntry; 109 const wmState = entry.getValue() as WindowManagerState;
|
/development/tools/winscope/src/viewers/viewer_protolog/ |
D | presenter.ts | 116 const message = await entry.getValue(); 176 getValue: (message: LogMessage) => string 180 uniqueValues.add(getValue(message));
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | AccessSourcer.java | 66 public int getValue() { in getValue() method in AccessSourcer.Flag 101 if ((f.getFilter() & filter) != 0 && (access & f.getValue()) != 0) { in write()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmStorage.java | 91 alarms.add(Alarm.fromJson(entry.getValue().toString())); in getAlarms() 105 Alarm alarm = Alarm.fromJson(entry.getValue().toString()); in deleteAlarm()
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | StubGenerator.java | 61 ClassReader cr = entry.getValue(); in generateStubbedJar() 94 jar.write(entry.getValue()); in createJar()
|
D | SourceGenerator.java | 57 ClassReader cr = entry.getValue(); in generateSource()
|
/development/tools/winscope/src/viewers/viewer_screen_recording/ |
D | viewer_screen_recording.ts | 40 await entry?.getValue();
|
/development/tools/winscope/src/test/unit/ |
D | trace_utils.ts | 23 return await entry.getValue();
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | NfcProvisioningFragment.java | 112 if (!TextUtils.isEmpty(e.getValue())) { in createNdefMessage() 116 value = e.getValue(); in createNdefMessage() 121 value = e.getValue(); in createNdefMessage()
|
/development/tools/winscope/src/viewers/common/ |
D | presenter_input_method.ts | 112 this.entry = (await imeEntry.getValue()) as TraceTreeNode; 115 await wmEntry?.getValue(), 116 await sfEntry?.getValue()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ShareContent.java | 48 getResources().getValue(R.drawable.jellies, tv, true); in onCreate()
|
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/ |
D | ResponseHelper.java | 47 final AutofillId id = field.getValue(); in newUnlockedDataset() 93 AutofillId id = field.getValue(); in newLockedDataset()
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | presenter.ts | 105 this.selectedFrameData = await entry?.getValue(); 106 this.previousFrameData = await prevEntry?.getValue();
|
/development/tools/winscope/src/viewers/viewer_transactions/ |
D | presenter.ts | 283 const entryProto = (await entry.getValue()) as any; 440 getValue: (entry: UiDataEntry) => T 444 uniqueValues.add(getValue(entry));
|
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/ |
D | AppUsageStatisticsFragment.java | 110 .getValue(strings[position]); in onViewCreated() 222 static StatsUsageInterval getValue(String stringRepresentation) { in getValue() method in AppUsageStatisticsFragment.StatsUsageInterval
|
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/ |
D | TouristAttractions.java | 135 double distance = SphericalUtil.computeDistanceBetween(curLatLng, entry.getValue()); in getClosestCity()
|
/development/tools/winscope/src/viewers/viewer_window_manager/ |
D | presenter.ts | 164 this.entry = (await entry?.getValue()) ?? null; 165 this.previousEntry = (await prevEntry?.getValue()) ?? null;
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter.ts | 113 this.entry = (await entry?.getValue()) ?? null; 114 this.previousEntry = (await prevEntry?.getValue()) ?? null;
|
/development/tools/winscope/src/app/ |
D | trace_pipeline.ts | 97 return (await screenRecording.getEntry(0).getValue()).videoData;
|