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

<<131132133134135136137138139140>>

  /frameworks/base/tools/aapt2/
Flags.h 22 #include <string>
35 std::string* value);
37 std::vector<std::string>* value);
39 Maybe<std::string>* value);
41 std::vector<std::string>* value);
43 std::unordered_set<std::string>* value);
52 const std::vector<std::string>& GetArgs();
56 std::string name;
57 std::string description;
66 std::vector<std::string> args_
    [all...]
  /frameworks/compile/libbcc/include/bcc/
CompilerConfig.h 20 #include <string>
41 std::string mTriple;
44 std::string mCPU;
59 std::string mFeatureString;
74 inline const std::string &getTriple() const
77 inline const std::string &getCPU() const
79 inline void setCPU(const std::string &pCPU)
117 inline const std::string &getFeatureString() const
119 void setFeatureString(const std::vector<std::string> &pAttrs);
121 explicit CompilerConfig(const std::string &pTriple)
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PaintCompat.java 31 private static final String TOFU_STRING = "\uDB3F\uDFFD";
32 private static final String EM_STRING = "m";
38 * string in a backwards compatible way.
41 * @param string the string to test whether there is glyph support
42 * @return true if the typeface set on the given paint has a glyph for the string
44 public static boolean hasGlyph(@NonNull Paint paint, @NonNull String string) {
46 return paint.hasGlyph(string);
48 final int length = string.length()
    [all...]
  /hardware/interfaces/drm/1.1/
types.hal 71 string name;
78 string stringValue;
88 string componentName;
95 string stringValue;
104 string name;
  /packages/apps/DeskClock/src/com/android/deskclock/events/
ShortcutEventTracker.java 35 private final Set<String> shortcuts = new ArraySet<>(5);
40 shortcuts.add(uidm.getShortcutId(R.string.category_alarm, R.string.action_create));
41 shortcuts.add(uidm.getShortcutId(R.string.category_timer, R.string.action_create));
42 shortcuts.add(uidm.getShortcutId(R.string.category_stopwatch, R.string.action_pause));
43 shortcuts.add(uidm.getShortcutId(R.string.category_stopwatch, R.string.action_start));
44 shortcuts.add(uidm.getShortcutId(R.string.category_screensaver, R.string.action_show))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 18 #include <string>
26 /// \#include directives whose paths are enclosed by string quotes ("")
50 std::string Path;
67 std::string Prefix;
79 std::string Sysroot;
89 std::string ResourceDir;
92 std::string ModuleCachePath;
95 std::string ModuleUserBuildPath;
98 std::vector<std::string> PrebuiltModulePaths;
101 std::string ModuleFormat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 18 #include <string>
26 /// \#include directives whose paths are enclosed by string quotes ("")
50 std::string Path;
67 std::string Prefix;
79 std::string Sysroot;
89 std::string ResourceDir;
92 std::string ModuleCachePath;
95 std::string ModuleUserBuildPath;
98 std::vector<std::string> PrebuiltModulePaths;
101 std::string ModuleFormat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 18 #include <string>
26 /// \#include directives whose paths are enclosed by string quotes ("")
50 std::string Path;
67 std::string Prefix;
79 std::string Sysroot;
89 std::string ResourceDir;
92 std::string ModuleCachePath;
95 std::string ModuleUserBuildPath;
98 std::vector<std::string> PrebuiltModulePaths;
101 std::string ModuleFormat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 18 #include <string>
26 /// \#include directives whose paths are enclosed by string quotes ("")
50 std::string Path;
67 std::string Prefix;
79 std::string Sysroot;
89 std::string ResourceDir;
92 std::string ModuleCachePath;
95 std::string ModuleUserBuildPath;
98 std::vector<std::string> PrebuiltModulePaths;
101 std::string ModuleFormat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 18 #include <string>
26 /// \#include directives whose paths are enclosed by string quotes ("")
50 std::string Path;
67 std::string Prefix;
79 std::string Sysroot;
89 std::string ResourceDir;
92 std::string ModuleCachePath;
95 std::string ModuleUserBuildPath;
98 std::vector<std::string> PrebuiltModulePaths;
101 std::string ModuleFormat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 18 #include <string>
26 /// \#include directives whose paths are enclosed by string quotes ("")
50 std::string Path;
67 std::string Prefix;
79 std::string Sysroot;
89 std::string ResourceDir;
92 std::string ModuleCachePath;
95 std::string ModuleUserBuildPath;
98 std::vector<std::string> PrebuiltModulePaths;
101 std::string ModuleFormat
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10925.go 11 func prototype(xyz []string) {}
13 var got [][]string
15 f = func(ss []string) { got = append(got, ss) }
16 for _, s := range []string{"one", "two", "three"} {
17 f([]string{s})
issue17631.go 13 about string
14 before map[string]uint
15 update map[string]int
17 expect map[string]int
20 updates: map[string]int{"gopher": 10}, // ERROR "unknown field 'updates' in struct literal of type"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10925.go 11 func prototype(xyz []string) {}
13 var got [][]string
15 f = func(ss []string) { got = append(got, ss) }
16 for _, s := range []string{"one", "two", "three"} {
17 f([]string{s})
issue17631.go 13 about string
14 before map[string]uint
15 update map[string]int
17 expect map[string]int
20 updates: map[string]int{"gopher": 10}, // ERROR "unknown field 'updates' in struct literal of type"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
re.h 36 #include <string>
54 bool Init(const std::string& spec, std::string* error);
57 bool Match(const std::string& str);
73 inline bool Regex::Init(const std::string& spec, std::string* error) {
93 inline bool Regex::Match(const std::string& str) {
101 inline bool Regex::Init(const std::string& spec, std::string* error) {
110 // the string, so we move that when assigning to error
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message_lite.h 86 virtual string GetTypeName() const = 0;
126 virtual string InitializationErrorString() const;
159 // Parses a protocol buffer contained in a string. Returns true on success.
160 // This function takes a string in the (non-human-readable) binary wire
162 // If you'd like to convert a human-readable string into a protocol buffer
164 bool ParseFromString(const string& data);
167 bool ParsePartialFromString(const string& data);
211 // Serialize the message and store it in the given string. All required
213 bool SerializeToString(string* output) const;
215 bool SerializePartialToString(string* output) const
    [all...]
  /system/core/property_service/libpropertyinfoserializer/
trie_node_arena.h 20 #include <string>
29 ArenaObjectPointer(std::string& arena_data, uint32_t offset)
35 std::string& arena_data_;
64 uint32_t AllocateAndWriteString(const std::string& string) {
66 char* data = static_cast<char*>(AllocateData(string.size() + 1, &offset));
67 strcpy(data, string.c_str());
92 const std::string& data() const { return data_; }
94 std::string truncated_data() const {
101 std::string data_
    [all...]
  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 25 #include <string>
41 static const std::string arbitrary_sequence_number = "42";
85 std::vector<std::string> directories_to_exclude = {
93 std::string prefix = "/data/";
104 std::string ref_filename = std::string("/data") + e4crypt_key_ref;
105 std::string policy;
111 auto type_filename = std::string("/data") + e4crypt_key_mode;
112 std::string modestring;
117 std::vector<std::string> modes = android::base::Split(modestring, ":")
    [all...]
  /system/hwservicemanager/
HidlService.h 25 HidlService(const std::string &interfaceName,
26 const std::string &instanceName,
29 HidlService(const std::string &interfaceName,
30 const std::string &instanceName)
45 const std::string &getInterfaceName() const;
46 const std::string &getInstanceName() const;
52 std::string string() const; // e.x. "android.hidl.manager@1.0::IServiceManager/manager"
58 const std::string mInterfaceName; // e.x. "android.hidl.manager@1.0::IServiceManager"
59 const std::string mInstanceName; // e.x. "manager
    [all...]
  /system/tools/aidl/
aidl_language.cpp 6 #include <string.h>
7 #include <string>
27 using std::string;
37 AidlToken::AidlToken(const std::string& text, const std::string& comments)
41 AidlType::AidlType(const std::string& name, unsigned line,
42 const std::string& comments, bool is_array)
48 string AidlType::ToString() const {
53 std::string name, unsigned line)
60 AidlArgument::AidlArgument(AidlType* type, std::string name, unsigned line
    [all...]
ast_java.h 23 #include <string>
70 std::string value;
72 explicit LiteralExpression(const std::string& value);
79 std::string value;
81 explicit StringLiteralExpression(const std::string& value);
88 std::string name;
92 Variable(const Type* type, const std::string& name);
93 Variable(const Type* type, const std::string& name, int dimension);
103 std::string name;
105 FieldVariable(Expression* object, const std::string& name)
    [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.h 23 #include <string>
46 const std::string& authorization_value,
50 const std::string& data,
51 const std::string& authorization_value) override;
53 std::string* data,
54 const std::string& authorization_value) override;
58 const std::string& authorization_value) override;
73 // Gets the TPM owner password. Returns an empty string if not available.
74 std::string GetOwnerPassword();
83 const std::string& authorization_value
    [all...]
  /system/update_engine/common/
fake_hardware.h 21 #include <string>
56 std::string GetHardwareClass() const override { return hardware_class_; }
58 std::string GetFirmwareVersion() const override { return firmware_version_; }
60 std::string GetECVersion() const override { return ec_version_; }
122 void SetHardwareClass(const std::string& hardware_class) {
126 void SetFirmwareVersion(const std::string& firmware_version) {
130 void SetECVersion(const std::string& ec_version) {
149 std::string hardware_class_{"Fake HWID BLAH-1234"};
150 std::string firmware_version_{"Fake Firmware v1.0.1"};
151 std::string ec_version_{"Fake EC v1.0a"}
    [all...]
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestEnvBase.cpp 21 #include <string>
84 addHalServiceInstance(string(value));
91 const string& halServiceInstance) {
95 string instanceName =
97 string serviceName =
109 string VtsHalHidlTargetTestEnvBase::getServiceName(const string& instanceName,
110 const string& defaultName) {
120 void VtsHalHidlTargetTestEnvBase::registerTestService(const string& FQName) {
125 for (string service : registeredHalServices_)
    [all...]

Completed in 1479 milliseconds

<<131132133134135136137138139140>>