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

<<111112113114115116117118119120>>

  /frameworks/compile/mclinker/include/mcld/Script/
NameSpec.h 27 NameSpec(const std::string& pName, bool pAsNeeded);
37 static NameSpec* create(const std::string& pName, bool pAsNeeded);
  /frameworks/compile/mclinker/include/mcld/Support/
SystemUtils.h 16 #include <string>
29 std::string getDefaultTargetTriple();
  /frameworks/compile/slang/
rs_cc_options.h 27 #include <string>
45 std::vector<std::string> mIncludePaths;
49 std::string mBitcodeOutputDir;
62 std::string mJavaReflectionPathBase;
66 std::string mJavaReflectionPackageName;
70 std::string mRSPackageName;
84 std::string mDependencyOutputDir;
88 std::vector<std::string> mAdditionalDepTargets;
  /frameworks/native/cmds/lshal/
Command.h 39 virtual std::string getName() const = 0;
42 virtual std::string getSimpleDescription() const = 0;
  /frameworks/native/libs/gui/include/gui/
LayerDebugInfo.h 24 #include <string>
42 std::string mName = std::string("NOT FILLED");
43 std::string mParentName = std::string("NOT FILLED");
44 std::string mType = std::string("NOT FILLED");
72 std::string to_string(const LayerDebugInfo& info);
  /frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
TimeStatsHelper.h 21 #include <string>
38 std::string toString() const;
43 std::string layerName;
44 std::string packageName;
48 std::unordered_map<std::string, Histogram> deltas;
50 std::string toString() const;
61 std::unordered_map<std::string, TimeStatsLayer> stats;
63 std::string toString(std::optional<uint32_t> maxLayers) const;
  /frameworks/native/services/vr/performanced/
performance_service.h 5 #include <string>
25 std::string DumpState(size_t max_length) override;
33 const std::string& scheduler_class);
36 const std::string& partition);
38 const std::string& scheduler_class);
39 pdx::Status<std::string> OnGetCpuPartition(pdx::Message& message,
53 std::string cpuset;
68 std::unordered_map<std::string, SchedulerPolicyConfig> scheduler_policies_;
  /frameworks/rs/rsov/compiler/
RSSPIRVWriter.h 20 #include <string>
36 llvm::raw_ostream &OS, std::string &ErrMsg);
  /frameworks/wilhelm/tools/hashgen/
frag2.c 6 #include <string.h>
  /hardware/google/easel/amber/camera/libhdrplusclient/include/
HdrPlusClientUtils.h 39 status_t writePpm(const std::string &filename, const pbcamera::StreamConfiguration &streamConfig,
57 status_t comparePpm(const std::string &filename, const pbcamera::StreamConfiguration &streamConfig,
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Conversions.h 19 #include <string>
31 std::string deviceAddressToHal(const DeviceAddress& address);
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
Conversions.h 19 #include <string>
34 std::string uuidToString(const effect_uuid_t& halUuid);
  /hardware/interfaces/configstore/utils/
ConfigStoreUtils.cpp 30 void logAlwaysInfo(const std::string& message) {
34 void logAlwaysError(const std::string& message) {
  /hardware/interfaces/gnss/1.1/
IGnssCallback.hal 30 * This is a user-visible string that identifies the model and version of the GNSS HAL.
33 * For privacy reasons, this string must not contain any device-specific serial number or other
38 * @param name String providing the name of the GNSS HAL implementation
40 gnssNameCb(string name);
  /hardware/interfaces/tests/foo/1.0/default/lib/
FooHelper.cpp 5 std::string to_string(const IFoo::StringMatrix5x3 &M) {
9 std::string to_string(const IFoo::StringMatrix3x5 &M) {
13 std::string to_string(const hidl_string &s) {
14 return std::string("'") + s.c_str() + "'";
17 std::string QuuxToString(const IFoo::Quux &val) {
18 std::string s;
29 std::string MultiDimensionalToString(const IFoo::MultiDimensional &val) {
30 std::string s;
  /hardware/interfaces/tetheroffload/config/1.0/
IOffloadConfig.hal 33 * @return errMsg a human readable string if eror has occured.
35 setHandles(handle fd1, handle fd2) generates (bool success, string errMsg);
  /hardware/interfaces/thermal/1.0/
types.hal 45 string name;
84 string name;
98 string name;
135 string debugMessage;
  /hardware/interfaces/wifi/1.0/
IWifiIface.hal 43 getName() generates (WifiStatus status, string name);
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
OffloadStatistics.cpp 29 #include <string.h>
44 std::string upstream
  /packages/apps/Camera2/src/com/android/camera/
FatalErrorHandler.java 37 R.string.error_cannot_connect_camera,
38 R.string.feedback_description_camera_access,
41 R.string.error_cannot_connect_camera,
42 R.string.feedback_description_camera_access,
45 R.string.error_camera_disabled,
46 R.string.feedback_description_camera_access,
49 R.string.error_media_storage_failure,
50 R.string.feedback_description_save_photo,
58 * @param dialogMsgId The resource ID of string to display in the fatal
60 * @param feedbackMsgId The resource ID of default string to display i
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 20 * The information container class of segment in a string.
22 * This class defines information of a segment in a string, such as a character, a word or a clause.
28 /** The string */
29 public String string; field in class:StrSegment
45 * @param str The string
47 public StrSegment(String str) {
57 this(new String(chars), -1, -1);
63 * @param str The string
67 public StrSegment(String str, int from, int to)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 17 #include <string>
33 const std::string &Prefix,\
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistration.h 15 #include <string>
27 ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
CXString.h 24 * \defgroup CINDEX_STRING String manipulation routines
31 * \brief A character string.
34 * the ownership of that string might differ from one call to the next.
35 * Use \c clang_getCString() to retrieve the string data and, once finished
36 * with the string data, call \c clang_disposeString() to free the string.
49 * \brief Retrieve the character data associated with the given string.
51 CINDEX_LINKAGE const char *clang_getCString(CXString string);
54 * \brief Free the given string.
56 CINDEX_LINKAGE void clang_disposeString(CXString string);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeCompilandSymbol.h 25 std::string getLibraryName() const override;
26 std::string getName() const override;

Completed in 1169 milliseconds

<<111112113114115116117118119120>>