HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 4301 - 4325 of 46739) sorted by null

<<171172173174175176177178179180>>

  /hardware/intel/img/psb_video/src/
psb_def.h 33 #include <string.h>
  /hardware/interfaces/confirmationui/1.0/
IConfirmationUI.hal 32 * @param promptText UTF-8 encoded string which is to be presented to the user.
38 * @param locale String specifying the locale that must be used by the TUI dialog. The string
54 promptUserConfirmation(IConfirmationResultCallback resultCB, string promptText,
55 vec<uint8_t> extraData, string locale, vec<UIOption> uiOptions)
  /hardware/interfaces/wifi/1.0/
IWifiChipEventCallback.hal 47 oneway onIfaceAdded(IfaceType type, string name);
55 oneway onIfaceRemoved(IfaceType type, string name);
  /hardware/interfaces/wifi/1.2/default/
wifi_p2p_iface.h 37 WifiP2pIface(const std::string& ifname,
42 std::string getName();
50 std::pair<WifiStatus, std::string> getNameInternal();
53 std::string ifname_;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidDevice.h 20 #include <string>
32 std::string name;
33 std::string physicalPath;
34 std::string busType;
HidRawSensorDaemon.cpp 41 this, std::string(DEV_PATH), std::string(DEV_NAME_REGEX));
44 BaseSensorVector HidRawSensorDaemon::createSensor(const std::string &deviceKey) {
65 void HidRawSensorDaemon::removeSensor(const std::string &deviceKey) {
  /libcore/benchmarks/src/benchmarks/regression/
StringToBytesBenchmark.java 31 private final String value;
33 private StringLengths(String s) {
38 private static final String makeString(int length) {
43 return new String(chars);
46 @Param StringLengths string; field in class:StringToBytesBenchmark
50 string.value.getBytes(StandardCharsets.UTF_8);
56 string.value.getBytes(StandardCharsets.ISO_8859_1);
62 string.value.getBytes(StandardCharsets.US_ASCII);
  /libcore/support/src/test/java/tests/support/
Support_Proxy_I1.java 27 String string(String s) throws Support_Proxy_ParentException, LinkageError; method in interface:Support_Proxy_I1
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
ConfirmRemoveScreenLockDialog.java 48 .setTitle(R.string.remove_screen_lock_title)
49 .setBody(R.string.remove_screen_lock_message)
50 .setPositiveButton(R.string.remove_button, this)
51 .setNegativeButton(android.R.string.cancel, null)
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
MediaViewTest.java 44 mTable.put(R.string.metadata_address, "1234 Street Street\n"
52 mResources.strings.put(R.string.metadata_dimensions_format, "%d x %d, %.1fMP");
53 mResources.strings.put(R.string.metadata_aperture_format, "f/%.1f");
54 mResources.strings.put(R.string.metadata_coordinates_format, "%.3f, %.3f");
55 mResources.strings.put(R.string.metadata_camera_format, "%s %s");
69 mResources.strings.put(R.string.metadata_focal_format, "%.2f mm");
70 mResources.strings.put(R.string.metadata_iso_format, "ISO %d");
74 mTable.assertHasRow(R.string.metadata_dimensions, "3840 x 2160, 8.3MP");
75 mTable.assertHasRow(R.string.metadata_date_time, "Jan 01, 1970, 12:16 AM");
76 mTable.assertHasRow(R.string.metadata_coordinates, "33.996, -118.475")
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/manageapplications/
AppFilterRegistry.java 89 R.string.high_power_filter_on);
97 R.string.filter_all_apps);
103 R.string.filter_all_apps);
109 R.string.filter_enabled_apps);
115 R.string.filter_apps_disabled);
121 R.string.filter_instant_apps);
127 R.string.sort_order_recent_notification);
133 R.string.sort_order_frequent_notification);
139 R.string.filter_personal_apps);
145 R.string.filter_work_apps)
    [all...]
  /packages/apps/Settings/src/com/android/settings/support/actionbar/
HelpResourceProvider.java 26 String HELP_URI_RESOURCE_KEY = "help_uri_resource";
34 return R.string.help_uri_default;
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.h 35 static void RegisterCommand(std::string name, MFP command);
  /packages/services/Car/tools/keventreader/server/
keymap.h 19 #include <string>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 25 #include <string>
123 std::string Name;
127 std::string Dir;
130 std::string ClangExecutable;
133 std::string InstalledDir;
136 std::string ResourceDir;
142 typedef SmallVector<std::string, 4> prefix_list;
146 std::string SysRoot;
149 std::string DyldPrefix;
155 std::string DriverTitle
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
CommonOptionsParser.h 101 const std::vector<std::string> &getSourcePathList() const {
109 std::vector<std::string> SourcePathList;
110 std::vector<std::string> ExtraArgsBefore;
111 std::vector<std::string> ExtraArgsAfter;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 19 #include <string>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
Process.h 77 // string. \arg Name is assumed to be in UTF-8 encoding too.
78 static Optional<std::string> GetEnv(StringRef name);
84 static Optional<std::string> FindInEnvPath(const std::string& EnvName,
85 const std::string& FileName);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Driver.h 25 #include <string>
123 std::string Name;
127 std::string Dir;
130 std::string ClangExecutable;
133 std::string InstalledDir;
136 std::string ResourceDir;
142 typedef SmallVector<std::string, 4> prefix_list;
146 std::string SysRoot;
149 std::string DyldPrefix;
155 std::string DriverTitle
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
CommonOptionsParser.h 101 const std::vector<std::string> &getSourcePathList() const {
109 std::vector<std::string> SourcePathList;
110 std::vector<std::string> ExtraArgsBefore;
111 std::vector<std::string> ExtraArgsAfter;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
Caching.h 19 #include <string>
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
LockFileManager.h 58 Optional<std::pair<std::string, int> > Owner;
60 std::string ErrorDiagMsg;
65 static Optional<std::pair<std::string, int> >
88 std::string getErrorMessage() const;
Process.h 77 // string. \arg Name is assumed to be in UTF-8 encoding too.
78 static Optional<std::string> GetEnv(StringRef name);
84 static Optional<std::string> FindInEnvPath(const std::string& EnvName,
85 const std::string& FileName);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Driver.h 25 #include <string>
123 std::string Name;
127 std::string Dir;
130 std::string ClangExecutable;
133 std::string InstalledDir;
136 std::string ResourceDir;
142 typedef SmallVector<std::string, 4> prefix_list;
146 std::string SysRoot;
149 std::string DyldPrefix;
155 std::string DriverTitle
    [all...]

Completed in 1660 milliseconds

<<171172173174175176177178179180>>