Searched refs:req (Results 1 – 6 of 6) sorted by relevance
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
D | ShortcutTemplateListFragment.java | 56 final PinItemRequest req = mLauncherApps.getPinItemRequest(data); in onActivityResult() local 57 if (req == null) { in onActivityResult() 61 req.accept(); in onActivityResult()
|
/development/tools/repo_pull/ |
D | gerrit.py | 128 def _build_curl_command_for_request(curl_command_name, req): argument 144 cmd.append(req.get_method()) 147 for name, value in req.headers.items(): 152 if req.data: 157 cmd.append(req.get_full_url()) 161 def _handle_open_with_curl(curl_command_name, req): argument 166 cmd = _build_curl_command_for_request(curl_command_name, req) 167 proc = run(cmd, stdout=PIPE, input=req.data, check=True) 187 result = addinfourl(outfile, response.msg, req.get_full_url()) 201 def http_open(self, req): argument [all …]
|
/development/tools/winscope/src/app/components/ |
D | collect_traces_component.ts | 485 const req = Object.keys(tracingConfig).filter((traceKey: string) => { constant 497 return req.concat(tracesFromCollection); 508 const req: string[] = []; constant 515 req.push(con.key); 520 return req;
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsMessagingDemo.java | 335 final SendReq req = new SendReq(); in buildPdu() local 339 req.setFrom(new EncodedStringValue(lineNumber)); in buildPdu() 345 req.setTo(encodedNumbers); in buildPdu() 349 req.setSubject(new EncodedStringValue(subject)); in buildPdu() 352 req.setDate(System.currentTimeMillis() / 1000); in buildPdu() 358 req.setBody(body); in buildPdu() 360 req.setMessageSize(size); in buildPdu() 362 req.setMessageClass(PduHeaders.MESSAGE_CLASS_PERSONAL_STR.getBytes()); in buildPdu() 364 req.setExpiry(DEFAULT_EXPIRY_TIME); in buildPdu() 367 req.setPriority(DEFAULT_PRIORITY); in buildPdu() [all …]
|
/development/tools/winscope/src/trace_collection/ |
D | proxy_client.ts | 121 async setEnabledConfig(view: any, req: string[]) { 127 req 131 async setSelectedConfig(endpoint: ProxyEndpoint, view: any, req: ConfigMap) { 137 req
|
/development/tools/ |
D | make_key | 63 openssl req -new -x509 ${hash} -key ${two} -out $1.x509.pem \
|