Searched defs:functions (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dtransformer.cpp42 // After the functions are transformed, serialize the other sections to
55 auto functions = mStreamFunctions->getWords(); local
56 output.insert(output.end(), functions.begin(), functions.end());
/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java78 * USB is not configued, MTP function is enabled, and all the other functions are disabled.
524 * USB functions represent interfaces which are published to the host to access
544 * USB functions represent interfaces which are published to the host to access
547 * This method is intended to select among primary USB functions. The system may
548 * automatically activate additional functions such as {@link #USB_FUNCTION_ADB}
667 public static String addFunction(String functions, String function) { argument
668 if (USB_FUNCTION_NONE.equals(functions)) {
671 if (!containsFunction(functions, function)) {
672 if (functions.length() > 0) {
673 functions
681 removeFunction(String functions, String function) argument
705 containsFunction(String functions, String function) argument
[all...]
/frameworks/rs/script_api/
H A DGenerateDocumentation.cpp146 /* Some functions (like max) have changed implementations but not their
288 const map<string, Function*>& functions,
303 for (auto e : functions) {
638 const auto& functions = specFile.getDocumentedFunctions(); local
640 writeSummaryTables(&file, constants, types, functions, NON_DEPRECATED_ONLY, false);
641 writeSummaryTables(&file, constants, types, functions, DEPRECATED_ONLY, false);
660 if (!functions.empty()) {
662 for (auto i : functions) {
286 writeSummaryTables(GeneratedFile* file, const map<string, Constant*>& constants, const map<string, Type*>& types, const map<string, Function*>& functions, DeprecatedSelector deprecatedSelector, bool labelAsHeader) argument
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java79 * May also contain vendor-specific default functions for testing purposes.
111 "/sys/class/android_usb/android0/functions";
135 // We often get rapid connect/disconnect events when enabling USB functions,
320 String functions = null;
323 functions = UsbManager.USB_FUNCTION_ACCESSORY + ","
326 functions = UsbManager.USB_FUNCTION_ACCESSORY;
328 functions = UsbManager.USB_FUNCTION_AUDIO_SOURCE;
331 if (functions != null) {
334 setCurrentFunctions(functions, false);
386 // Restore default functions
554 setEnabledFunctions(String functions, boolean forceRestart, boolean usbDataUnlocked) argument
610 trySetEnabledFunctions(String functions, boolean forceRestart) argument
661 applyAdbFunction(String functions) argument
1144 setCurrentFunctions(String functions, boolean usbDataUnlocked) argument
1237 getPersistProp(boolean functions) argument
[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 87 milliseconds