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

<<11121314151617181920>>

  /system/vold/
CheckEncryption.h 20 #include <string>
26 int CheckEncryption(const std::string& path);
Utils.h 28 #include <string>
44 status_t CreateDeviceNode(const std::string& path, dev_t dev);
45 status_t DestroyDeviceNode(const std::string& path);
48 status_t PrepareDir(const std::string& path, mode_t mode, uid_t uid, gid_t gid);
51 status_t ForceUnmount(const std::string& path);
54 status_t KillProcessesUsingPath(const std::string& path);
57 status_t BindMount(const std::string& source, const std::string& target);
59 bool FindValue(const std::string& raw, const std::string& key, std::string* value)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
list-3.l 6 [ ]*3[ ]+0000 612200 \.string "a\\""
8 [ ]*5[ ]+0003 6200 \.string "b"
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
PhysicalPresenceStrings.uni 2 String definitions for TPM 1.2 physical presence confirm text.
18 #string TPM_HEAD_STR #language en-US "A configuration change was requested to %s this computer's TPM (Trusted Platform Module)\n\n"
19 #string TPM_PPI_HEAD_STR #language en-US "A configuration change was requested to allow the Operating System to %s the computer's TPM (Trusted Platform Module) without asking for user confirmation in the future.\n\n"
20 #string TPM_UPGRADE_HEAD_STR #language en-US "A configuration change was requested to %s to the TPM's (Trusted Platform Module) firmware.\n\n"
22 #string TPM_ACCEPT_KEY #language en-US "Press F10 "
23 #string TPM_CAUTION_KEY #language en-US "Press F12 "
24 #string TPM_REJECT_KEY #language en-US "to %s the TPM \nPress ESC to reject this change request and continue\n"
26 #string TPM_ENABLE #language en-US "enable"
27 #string TPM_DISABLE #language en-US "disable"
28 #string TPM_ACTIVATE #language en-US "activate"
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 2 * Implementation of the ANTLR3 string and string factory classes
42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
45 static pANTLR3_STRING newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
46 static pANTLR3_STRING newStrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
47 static pANTLR3_STRING newStrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
48 static void destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
49 static pANTLR3_STRING printable8 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string);
188 pANTLR3_STRING string; local
217 pANTLR3_STRING string; local
423 pANTLR3_STRING string; local
451 pANTLR3_STRING string; local
478 pANTLR3_STRING string; local
511 pANTLR3_STRING string; local
559 pANTLR3_STRING string; local
679 pANTLR3_STRING string; local
726 pANTLR3_STRING string; local
    [all...]
  /system/tpm/attestation/common/
crypto_utility_impl.h 22 #include <string>
38 bool GetRandom(size_t num_bytes, std::string* random_data) const override;
39 bool CreateSealedKey(std::string* aes_key, std::string* sealed_key) override;
40 bool EncryptData(const std::string& data,
41 const std::string& aes_key,
42 const std::string& sealed_key,
43 std::string* encrypted_data) override;
44 bool UnsealKey(const std::string& encrypted_data,
45 std::string* aes_key
    [all...]
  /bionic/tools/versioner/src/
Preprocessor.h 19 #include <string>
23 bool preprocessHeaders(const std::string& preprocessor_output_path, const std::string& source_dir,
  /external/google-breakpad/src/google_breakpad/processor/
code_module.h 38 #include <string>
58 virtual string code_file() const = 0;
60 // An identifying string used to discriminate between multiple versions and
64 virtual string code_identifier() const = 0;
72 virtual string debug_file() const = 0;
74 // An identifying string similar to code_identifier, but identifies a
79 virtual string debug_identifier() const = 0;
83 virtual string version() const = 0;
  /external/parameter-framework/upstream/parameter/
XmlFileIncluderElement.h 34 #include <string>
40 CXmlFileIncluderElement(const std::string &strName, const std::string &strKind,
41 bool bValidateWithSchemas, const std::string &schemaBaseUri);
47 std::string getIncludedElementType() const;
49 const std::string _schemaBaseUri;
  /external/parameter-framework/upstream/parameter/include/
SelectionCriterionTypeInterface.h 32 #include <string>
42 * @param[out] strError string containing error information we can provide to client
45 virtual bool addValuePair(int iValue, const std::string &strValue, std::string &strError) = 0;
46 virtual bool getNumericalValue(const std::string &strValue, int &iValue) const = 0;
47 virtual bool getLiteralValue(int iValue, std::string &strValue) const = 0;
49 virtual std::string getFormattedState(int iValue) const = 0;
  /external/perf_data_converter/src/
perf_to_profile_lib.h 19 bool FileExists(const string& path);
21 // Reads a file at the given |path| as a string and returns it.
22 string ReadFileToString(const string& path);
26 void CreateFile(const string& path, std::ofstream* file, bool overwriteOutput);
31 bool ParseArguments(int argc, const char* argv[], string* input, string* output,
  /external/perf_data_converter/src/quipper/
dso_test_utils.h 11 #include "compat/string.h"
16 void WriteElfWithBuildid(string filename, string section_name, string buildid);
19 string filename,
20 const std::vector<std::pair<string, string>> section_buildids);
perf_recorder.h 8 #include <string>
13 #include "compat/string.h"
24 explicit PerfRecorder(const std::vector<string>& perf_binary_command);
29 bool RunCommandAndGetSerializedOutput(const std::vector<string>& perf_args,
31 string* output_string);
35 const std::vector<string>& perf_binary_command() const {
40 const std::vector<string> perf_binary_command_;
  /external/perfetto/src/ftrace_reader/
ftrace_procfs.h 22 #include <string>
30 static std::unique_ptr<FtraceProcfs> Create(const std::string& root);
33 explicit FtraceProcfs(const std::string& root);
37 bool EnableEvent(const std::string& group, const std::string& name);
40 bool DisableEvent(const std::string& group, const std::string& name);
47 virtual std::string ReadEventFormat(const std::string& group,
48 const std::string& name) const
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
dump_graph.h 36 string DumpGraphDefToFile(const string& name, GraphDef const& graph_def);
40 string DumpGraphToFile(const string& name, Graph const& graph,
45 string DumpFunctionDefToFile(const string& name, FunctionDef const& fdef);
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubstateclient.cc 15 std::string PublishedNickKeySerializer::GetKey(
16 const std::string& publisher_nick, const std::string& published_nick) {
20 std::string PublisherAndPublishedNicksKeySerializer::GetKey(
21 const std::string& publisher_nick, const std::string& published_nick) {
  /frameworks/rs/script_api/
Utilities.h 22 #include <string>
25 std::string capitalize(const std::string& source);
27 // Trim trailing and leading spaces from a string.
28 void trimSpaces(std::string* s);
30 // Replaces in string s all occurences of match with rep.
31 std::string stringReplace(std::string s, std::string match, std::string rep)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_string.i 8 %naturalvar string;
9 typedef basic_string<char> string;
13 %template(string) std::basic_string<char>;
  /system/bt/btif/include/
btif_config.h 27 #include <string>
33 bool btif_config_exist(const std::string& section, const std::string& key);
34 bool btif_config_get_int(const std::string& section, const std::string& key,
36 bool btif_config_set_int(const std::string& section, const std::string& key,
38 bool btif_config_get_uint64(const std::string& section, const std::string& key,
40 bool btif_config_set_uint64(const std::string& section, const std::string& key
    [all...]
  /system/bt/service/ipc/
linux_ipc_host.h 22 #include <string>
56 bool OnSetAdapterName(const std::string& name);
59 bool OnCreateService(const std::string& service_uuid);
62 bool OnDestroyService(const std::string& service_uuid);
65 bool OnAddCharacteristic(const std::string& service_uuid,
66 const std::string& characteristic_uuid,
67 const std::string& control_uuid,
68 const std::string& options);
71 bool OnSetCharacteristicValue(const std::string& service_uuid,
72 const std::string& characteristic_uuid
    [all...]
  /system/core/adb/sysdeps/
network.h 19 #include <string>
21 int network_loopback_client(int port, int type, std::string* error);
22 int network_loopback_server(int port, int type, std::string* error);
  /system/core/init/
selinux.h 20 #include <string>
33 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result);
34 bool SelabelLookupFileContextBestMatch(const std::string& key,
35 const std::vector<std::string>& aliases, int type,
36 std::string* result);
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 20 #include <string>
31 // Returns the component class name as a string
32 extern string ComponentClassToString(int component_class);
34 // Returns the component type name as a string
35 extern string ComponentTypeToString(int component_type);
38 extern string GetCppVariableType(const string primitive_type_string);
41 string GetCppVariableType(const VariableSpecificationMessage& arg,
45 extern string GetCppInstanceType(
47 const string& msg = string()
    [all...]
  /external/deqp/framework/delibs/decpp/
deStringUtil.hpp 23 * \brief String utilities.
28 #include <string>
38 inline std::string toString (const T& value)
45 std::string toLower (const std::string& s);
46 std::string toUpper (const std::string& s);
47 std::string capitalize (const std::string& s);
48 std::vector<std::string> splitString (const std::string& s, char delim='\0')
    [all...]
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
ClassCallingRequireNonNull.java 22 public static int getStringLengthWithMethodReference(String s) {
30 public static int getStringLengthWithLambdaAndExplicitCallToRequireNonNull(final String s) {
34 public static char getFirstCharVersionOne(String string) {
35 Objects.requireNonNull(string);
36 return string.charAt(0);
39 public static char getFirstCharVersionTwo(String string) {
40 string = Objects.requireNonNull(string);
    [all...]

Completed in 619 milliseconds

<<11121314151617181920>>