/development/tools/winscope/src/parsers/surface_flinger/operations/ |
D | add_verbose_flags_test.ts | 46 const flags = TreeNodeUtils.makePropertyNode(propertyRoot.id, 'flags', 0x0); constant 61 const flags = TreeNodeUtils.makePropertyNode(propertyRoot.id, 'flags', 0x1); constant 75 const flags = TreeNodeUtils.makePropertyNode(propertyRoot.id, 'flags', 0x2); constant 89 const flags = TreeNodeUtils.makePropertyNode( constant 107 const flags = TreeNodeUtils.makePropertyNode( constant 125 const flags = TreeNodeUtils.makePropertyNode( constant 143 const flags = TreeNodeUtils.makePropertyNode( constant 161 const flags = TreeNodeUtils.makePropertyNode( constant 179 const flags = TreeNodeUtils.makePropertyNode( constant
|
D | add_verbose_flags.ts | 26 const flags = value.getChildByName('flags')?.getValue(); constant
|
/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/ |
D | MainActivity.java | 108 private boolean onCommitContent(InputContentInfoCompat inputContentInfo, int flags, in onCommitContent() 142 private boolean onCommitContentInternal(InputContentInfoCompat inputContentInfo, int flags) { in onCommitContentInternal() 238 private static String flagsToString(int flags) { in flagsToString()
|
/development/tools/winscope/protos/transitions/udc/ |
D | windowmanagertransitiontrace.proto | 60 optional int32 flags = 9; field 69 optional int32 flags = 4; field
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 127 def run_header_abi_dumper(input_path, output_path, cflags=tuple(), argument 157 flags=tuple()): argument 314 flags): argument 327 flags=tuple()): argument
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
D | SampleSpellCheckerService.java | 69 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSuggestions() local 126 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSentenceSuggestionsMultiple() local
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | FlagUtils.java | 52 int flags = intent.getFlags(); in discoverFlags() local
|
D | IntentBuilderView.java | 328 public void selectFlags(List<String> flags) { in selectFlags() 341 public void selectFlags(Collection<IntentFlag> flags) { in selectFlags() 359 private void disableFlags(Collection<IntentFlag> flags) { in disableFlags()
|
D | IntentFragment.java | 68 List<String> flags = FlagUtils.discoverFlags(intent); in onResume() local
|
/development/tools/winscope/src/test/e2e/ |
D | viewer_surface_flinger_test.ts | 82 const flags = curatedProperties.element(by.css('.flags')); constant
|
/development/host/windows/usb/api/ |
D | adb_interface_enum.cpp | 40 DWORD flags = DIGCF_DEVICEINTERFACE; in InitializeEnum() local
|
D | adb_api_private_defines.h | 96 DWORD flags() const { in flags() function
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | VdmProxyIme.java | 47 public boolean onShowInputRequested(int flags, boolean configChange) { in onShowInputRequested()
|
D | VdmCompat.java | 36 VirtualDisplayConfig.Builder builder, int flags) { in setHomeSupported()
|
/development/tools/winscope/protos/test/ |
D | intdef_translation_test.proto | 22 … optional uint32 flags = 24 [(.android.typedef) = "android.view.WindowManager.LayoutParams.Flags"]; field
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | NotificationBackgroundService.java | 41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
|
D | LocalService.java | 73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample() 245 int flags) { in writeSample()
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample() 245 int flags) { in writeSample()
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/ |
D | MyJobService.java | 64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
|
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/ |
D | VideoManager.java | 77 RemoteEvent createFrameProto(byte[] data, int flags, long presentationTimeUs); in createFrameProto() 369 public RemoteEvent createFrameProto(byte[] data, int flags, long presentationTimeUs) { in createFrameProto() 406 public RemoteEvent createFrameProto(byte[] data, int flags, long presentationTimeUs) { in createFrameProto()
|
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | EditorInfoUtil.java | 198 final int flags = imeOptions & ~EditorInfo.IME_MASK_ACTION; in dumpImeOptions() local
|
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/ |
D | DismissListener.java | 71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
D | AlarmService.java | 118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeService.java | 52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
|