Home
last modified time | relevance | path

Searched defs:req (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/app/components/
Dcollect_traces_component.ts485 const req = Object.keys(tracingConfig).filter((traceKey: string) => { constant
508 const req: string[] = []; constant
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutTemplateListFragment.java56 final PinItemRequest req = mLauncherApps.getPinItemRequest(data); in onActivityResult() local
/development/tools/repo_pull/
Dgerrit.py128 def _build_curl_command_for_request(curl_command_name, req): argument
161 def _handle_open_with_curl(curl_command_name, req): argument
201 def http_open(self, req): argument
212 def https_open(self, req): argument
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsMessagingDemo.java335 final SendReq req = new SendReq(); in buildPdu() local