Searched refs:request (Results 251 - 260 of 260) sorted by relevance

<<11

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp347 llvm::StringRef region = pInput.memArea()->request(pOffset, pLength);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp553 llvm::StringRef region = pInput.memArea()->request(offset, size);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp923 llvm::StringRef region = pInput.memArea()->request(offset, size);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp354 llvm::StringRef region = pInput.memArea()->request(offset, size);
/frameworks/base/core/java/android/widget/
H A DEditor.java1334 boolean extractText(ExtractedTextRequest request, ExtractedText outText) { argument
1335 return extractTextInternal(request, EXTRACT_UNKNOWN, EXTRACT_UNKNOWN,
1339 private boolean extractTextInternal(@Nullable ExtractedTextRequest request, argument
1342 if (request == null || outText == null) {
1389 if ((request.flags&InputConnection.GET_TEXT_WITH_STYLES) != 0) {
H A DAbsListView.java519 * Used to request a layout when we changed touch mode
5734 public ExtractedText getExtractedText(ExtractedTextRequest request, int flags) { argument
5735 return getTarget().getExtractedText(request, flags);
H A DTextView.java6322 * based on the information in <var>request</var> in to <var>outText</var>.
6325 public boolean extractText(ExtractedTextRequest request, ExtractedText outText) { argument
6327 return mEditor.extractText(request, outText);
6449 * Called by the framework in response to a request to begin a batch
6457 * Called by the framework in response to a request to end a batch
7169 // Dynamic width, so we have no choice but to request a new
7438 // or right. If it isn't withing the bounds, then this request
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs340 <a href="<?cs var:toroot ?>training/secure-file-sharing/request-file.html">
384 "How to respond to hardware audio key presses, request audio focus
746 <a href="<?cs var:toroot ?>training/volley/request.html">
751 <a href="<?cs var:toroot ?>training/volley/request-custom.html">
1327 <a href="<?cs var:toroot ?>training/swipe/respond-refresh-request.html"
1700 <li><a href="<?cs var:toroot ?>training/run-background-service/send-request.html">
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java588 /* Response to access point configuration request */
1874 // only count battery consumption if scan request is accepted
1876 // a full scan covers everything, clearing scan request buffer
1881 // External worksource was passed along the scan request,
1888 // if reach here, scan request is rejected
1893 // discard this request and pop up the next one
1900 // buffer the scan request to make sure specified channels will be scanned eventually
1925 * return true iff scan request is accepted
2631 Long request = bundle.getLong(SCAN_REQUEST_TIME, 0);
2632 if (request !
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 515 milliseconds

<<11