/external/smali/smali-integration-tests/src/test/smali/jumbo-string-tests/ |
D | Format31c.smali | 39 .method public test_const-string-jumbo()V 44 const-string/jumbo v0, "99999" 65 .method public test_const-string-jumbo-autofix()V 70 const-string v0, "99999" 95 const-string/jumbo v0, "0" 96 const-string/jumbo v0, "1" 97 const-string/jumbo v0, "2" 98 const-string/jumbo v0, "3" 99 const-string/jumbo v0, "4" 100 const-string/jumbo v0, "5" [all …]
|
/external/antlr/runtime/C/src/ |
D | antlr3string.c | 42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_U… 43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, AN… 44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string… 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); 50 static pANTLR3_STRING printableUTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string); 55 static pANTLR3_UINT8 set8 (pANTLR3_STRING string, const char * chars); [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_capability_test.cpp | 72 std::tuple<std::string, std::pair<std::string, std::vector<std::string>>>; 74 const std::string& Capability(const CapTestParameter& p) { in Capability() 77 const std::string& Remainder(const CapTestParameter& p) { in Remainder() 80 const std::vector<std::string>& MustSucceed(const CapTestParameter& p) { in MustSucceed() 85 std::string MakeAssembly(const CapTestParameter& p) { in MakeAssembly() 87 const std::string& capability = Capability(p); in MakeAssembly() 134 const std::vector<std::string>& AllCapabilities() { in AllCapabilities() 135 static const auto r = new std::vector<std::string>{ in AllCapabilities() 218 const std::vector<std::string>& AllSpirV10Capabilities() { in AllSpirV10Capabilities() 219 static const auto r = new std::vector<std::string>{ in AllSpirV10Capabilities() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_capability_test.cpp | 72 std::tuple<std::string, std::pair<std::string, std::vector<std::string>>>; 74 const std::string& Capability(const CapTestParameter& p) { in Capability() 77 const std::string& Remainder(const CapTestParameter& p) { in Remainder() 80 const std::vector<std::string>& MustSucceed(const CapTestParameter& p) { in MustSucceed() 85 std::string MakeAssembly(const CapTestParameter& p) { in MakeAssembly() 87 const std::string& capability = Capability(p); in MakeAssembly() 134 const std::vector<std::string>& AllCapabilities() { in AllCapabilities() 135 static const auto r = new std::vector<std::string>{ in AllCapabilities() 218 const std::vector<std::string>& AllSpirV10Capabilities() { in AllSpirV10Capabilities() 219 static const auto r = new std::vector<std::string>{ in AllSpirV10Capabilities() [all …]
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 53 %template(StringVector) vector<string>; 58 %apply std::string &OUTPUT { std::string& strError }; 77 CParameterMgrFullConnector(const std::string& strConfigurationFilePath); 79 bool start(std::string& strError); 84 ISelectionCriterionInterface* createSelectionCriterion(const std::string& strName, 86 ISelectionCriterionInterface* getSelectionCriterion(const std::string& strName); 94 bool setFailureOnMissingSubsystem(bool bFail, std::string& strError); 97 bool setFailureOnFailedSettingsLoad(bool bFail, std::string& strError); 100 void setSchemaUri(const std::string& schemaUri); 101 const std::string& getSchemaUri() const; [all …]
|
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgr.h | 87 CParameterMgr(const std::string &strConfigurationFilePath, core::log::ILogger &logger); 97 bool load(std::string &strError); 111 const std::string &strName, const CSelectionCriterionType *pSelectionCriterionType); 113 CSelectionCriterion *getSelectionCriterion(const std::string &strName); 119 const CConfigurableElement *getConfigurableElement(const std::string &strPath, 120 std::string &strError) const; 130 CConfigurableElement *getConfigurableElement(const std::string &strPath, std::string &strError); 132 CParameterHandle *createParameterHandle(const std::string &strPath, std::string &strError); 145 ElementHandle *createElementHandle(const std::string &path, std::string &error); 187 const std::string &getSchemaUri() const; [all …]
|
D | ConfigurableDomains.h | 48 bool createDomain(const std::string &strName, std::string &strError); 62 bool addDomain(CConfigurableDomain &domain, bool bOverwrite, std::string &strError); 73 bool deleteDomain(const std::string &strName, std::string &strError); 75 bool renameDomain(const std::string &strName, const std::string &strNewName, 76 std::string &strError); 77 bool setSequenceAwareness(const std::string &strDomain, bool bSequenceAware, 78 std::string &strError); 79 bool getSequenceAwareness(const std::string &strDomain, bool &bSequenceAware, 80 std::string &strError) const; 81 bool listDomainElements(const std::string &strDomain, std::string &strResult) const; [all …]
|
D | ParameterMgrFullConnector.cpp | 38 using std::string; 40 CParameterMgrFullConnector::CParameterMgrFullConnector(const string &strConfigurationFilePath) in CParameterMgrFullConnector() 52 std::string error; in setFailureOnMissingSubsystem() 58 std::string error; in setFailureOnFailedSettingsLoad() 64 std::string error; in setValidateSchemasOnStart() 68 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string &strError) in setTuningMode() 98 bool CParameterMgrFullConnector::setAutoSync(bool bAutoSyncOn, string &strError) in setAutoSync() 108 bool CParameterMgrFullConnector::sync(string &strError) in sync() 113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, in accessParameterValue() 114 bool bSet, string &strError) in accessParameterValue() [all …]
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 56 typedef std::list<std::string> Results; 58 CParameterMgrFullConnector(const std::string &strConfigurationFilePath); 89 bool setTuningMode(bool bOn, std::string &strError); 100 bool setAutoSync(bool bAutoSyncOn, std::string &strError); 102 bool sync(std::string &strError); 105 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet, 106 std::string &strError); 107 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, 108 const std::string &strPath, std::string &strValue, bool bSet, 109 std::string &strError); [all …]
|
/external/libtextclassifier/annotator/ |
D | collections.h | 27 static const std::string& Address() { in Address() 28 static const std::string& value = in Address() 29 *[]() { return new std::string("address"); }(); in Address() 32 static const std::string& App() { in App() 33 static const std::string& value = in App() 34 *[]() { return new std::string("app"); }(); in App() 37 static const std::string& Contact() { in Contact() 38 static const std::string& value = in Contact() 39 *[]() { return new std::string("contact"); }(); in Contact() 42 static const std::string& Date() { in Date() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | google_crashdump_uploader.h | 45 GoogleCrashdumpUploader(const string& product, 46 const string& version, 47 const string& guid, 48 const string& ptime, 49 const string& ctime, 50 const string& email, 51 const string& comments, 52 const string& minidump_pathname, 53 const string& crash_server, 54 const string& proxy_host, [all …]
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.h | 42 std::vector<std::string> gccArgs; // GCC-specific arguments. 44 const std::vector<std::string> *GCCArgs) in GCC() 51 static GCC *create(std::string &Message, 52 const std::string &GCCBinary, 53 const std::vector<std::string> *Args); 62 int ExecuteProgram(const std::string &ProgramFile, 63 const std::vector<std::string> &Args, 65 const std::string &InputFile, 66 const std::string &OutputFile, 67 std::string *Error = 0, [all …]
|
/external/webrtc/webrtc/test/testsupport/ |
D | perf_test.h | 36 void PrintResult(const std::string& measurement, 37 const std::string& modifier, 38 const std::string& trace, 40 const std::string& units, 43 void AppendResult(std::string& output, 44 const std::string& measurement, 45 const std::string& modifier, 46 const std::string& trace, 48 const std::string& units, 53 void PrintResult(const std::string& measurement, [all …]
|
D | perf_test.cc | 22 std::string ResultsToString(const std::string& measurement, in ResultsToString() 23 const std::string& modifier, in ResultsToString() 24 const std::string& trace, in ResultsToString() 25 const std::string& values, in ResultsToString() 26 const std::string& prefix, in ResultsToString() 27 const std::string& suffix, in ResultsToString() 28 const std::string& units, in ResultsToString() 46 void PrintResultsImpl(const std::string& measurement, in PrintResultsImpl() 47 const std::string& modifier, in PrintResultsImpl() 48 const std::string& trace, in PrintResultsImpl() [all …]
|
/external/flatbuffers/include/flatbuffers/ |
D | code_generators.h | 52 void SetValue(const std::string &key, const std::string &value) { in SetValue() 60 void operator+=(std::string text); 63 std::string ToString() const { return stream_.str(); } in ToString() 66 std::map<std::string, std::string> value_map_; 74 static std::string NamespaceDir(const Parser &parser, const std::string &path, 78 BaseGenerator(const Parser &parser, const std::string &path, in BaseGenerator() 79 const std::string &file_name, in BaseGenerator() 80 const std::string qualifying_start, in BaseGenerator() 81 const std::string qualifying_separator) in BaseGenerator() 93 std::string NamespaceDir(const Namespace &ns) const; [all …]
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.h | 39 std::string CCPath; // The path to the cc executable. 40 std::string RemoteClientPath; // The path to the rsh / ssh executable. 41 std::vector<std::string> ccArgs; // CC-specific arguments. 43 const std::vector<std::string> *CCArgs) in CC() 50 static CC *create(std::string &Message, 51 const std::string &CCBinary, 52 const std::vector<std::string> *Args); 61 int ExecuteProgram(const std::string &ProgramFile, 62 const std::vector<std::string> &Args, 64 const std::string &InputFile, [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unittest_enormous_descriptor.proto | 37 // such as the string literal length limit in Java. 48 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 49 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 50 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 51 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 52 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 53 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 54 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 55 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… 56 …optional string long_field_name_is_loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo… [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.h | 83 ExecutorBuildRegistrar(const string& name, ExecutorBuildFunc func); 88 using ExecutorBuildRegistry = std::map<string, ExecutorBuildFunc>; 91 using TensorShapeMap = std::unordered_multimap<string, // node name 94 using ClusterInfo = std::tuple<std::unordered_set<string>, // node names 95 std::vector<string>, // border inputs 96 std::vector<string>>; // border outputs 99 static const ExecutorBuildFunc* GetExecutorBuildFunc(const string& name); 107 const std::vector<std::pair<string, Tensor>>& input_node_info_list, 108 const std::vector<string>& output_node_names, 118 const std::vector<std::pair<string, Tensor>>& input_node_info_list, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ToolRunner.h | 39 std::string CCPath; // The path to the cc executable. 40 std::string RemoteClientPath; // The path to the rsh / ssh executable. 41 std::vector<std::string> ccArgs; // CC-specific arguments. 43 const std::vector<std::string> *CCArgs) in CC() 52 static CC *create(std::string &Message, const std::string &CCBinary, 53 const std::vector<std::string> *Args); 63 const std::string &ProgramFile, const std::vector<std::string> &Args, 64 FileType fileType, const std::string &InputFile, 65 const std::string &OutputFile, 66 const std::vector<std::string> &CCArgs = std::vector<std::string>(), [all …]
|
/external/libbrillo/brillo/strings/ |
D | string_utils.h | 22 BRILLO_EXPORT std::vector<std::string> Split(const std::string& str, 23 const std::string& delimiter, 27 inline std::vector<std::string> Split(const std::string& str, in Split() 28 const std::string& delimiter) { in Split() 32 inline std::vector<std::string> Split(const std::string& str, in Split() 33 const std::string& delimiter, in Split() 40 BRILLO_EXPORT std::pair<std::string, std::string> SplitAtFirst( 41 const std::string& str, 42 const std::string& delimiter, 46 inline std::pair<std::string, std::string> SplitAtFirst( in SplitAtFirst() [all …]
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | test_tools.h | 34 NodeDef MakeNodeConst(const string& name); 36 NodeDef MakeNode2Arg(const string& name, const string& opcode, 37 const string& arg1, const string& arg2); 39 NodeDef MakeNode4Arg(const string& name, const string& opcode, 40 const string& arg1, const string& arg2, const string& arg3, 41 const string& arg4); 43 inline NodeDef MakeNodeMul(const string& name, const string& arg1, in MakeNodeMul() 44 const string& arg2) { in MakeNodeMul() 49 inline NodeDef MakeNodeAddN(const string& name, const string& arg1, in MakeNodeAddN() 50 const string& arg2) { in MakeNodeAddN() [all …]
|
/external/flatbuffers/src/ |
D | idl_gen_lua.cpp | 42 LuaGenerator(const Parser &parser, const std::string &path, in LuaGenerator() 43 const std::string &file_name) in LuaGenerator() 75 std::string OffsetPrefix(const FieldDef &field) { in OffsetPrefix() 76 return std::string(Indent) + in OffsetPrefix() 82 void BeginClass(const StructDef &struct_def, std::string *code_ptr) { in BeginClass() 83 std::string &code = *code_ptr; in BeginClass() 90 void BeginEnum(const std::string class_name, std::string *code_ptr) { in BeginEnum() 91 std::string &code = *code_ptr; in BeginEnum() 95 std::string EscapeKeyword(const std::string &name) const { in EscapeKeyword() 99 std::string NormalizedName(const Definition &definition) const { in NormalizedName() [all …]
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | hangoutpubsubclient.h | 41 const std::string& nick); 44 const std::string& nick() const { return nick_; } in nick() 50 sigslot::signal3<const std::string&, bool, bool> SignalPresenterStateChange; 52 sigslot::signal3<const std::string&, bool, bool> SignalAudioMuteStateChange; 54 sigslot::signal3<const std::string&, bool, bool> SignalVideoMuteStateChange; 56 sigslot::signal3<const std::string&, bool, bool> SignalVideoPauseStateChange; 58 sigslot::signal3<const std::string&, bool, bool> SignalRecordingStateChange; 60 sigslot::signal3<const std::string&, 61 const std::string&, 64 sigslot::signal2<const std::string&, const std::string&> SignalMediaBlock; [all …]
|
/external/skia/tools/bookmaker/ |
D | mdOut.h | 18 string fSingular; 19 string fPlural; 20 string fOneLiner; 21 string fDetails; 45 string fDef; 95 bool findLink(string ref, string* linkPtr, bool addParens); 96 bool findLink(string ref, string* linkPtr, unordered_map<string, Definition*>& map); 97 bool hasWordSpace(string wordSpace) const; 100 string nextSeparator(const char* start) { in nextSeparator() 114 bool phraseContinues(string phrase, string* priorWord, string* priorLink) const; [all …]
|
/external/skqp/tools/bookmaker/ |
D | mdOut.h | 18 string fSingular; 19 string fPlural; 20 string fOneLiner; 21 string fDetails; 45 string fDef; 95 bool findLink(string ref, string* linkPtr, bool addParens); 96 bool findLink(string ref, string* linkPtr, unordered_map<string, Definition*>& map); 97 bool hasWordSpace(string wordSpace) const; 100 string nextSeparator(const char* start) { in nextSeparator() 114 bool phraseContinues(string phrase, string* priorWord, string* priorLink) const; [all …]
|