| /external/tensorflow/tensorflow/core/debug/ |
| debug_gateway_test.cc | 57 const string kDeviceName = "/job:localhost/replica:0/task:0/device:GPU:0"; 59 const string kDeviceName = "/job:localhost/replica:0/task:0/device:SYCL:0"; 61 const string kDeviceName = "/job:localhost/replica:0/task:0/device:CPU:0"; 88 string a_; 89 string x_; 90 string y_; 91 string y_neg_; 105 std::vector<string> completed_nodes_w_outputs; 106 std::vector<string> completed_nodes_wo_outputs; 111 const string& node_name, const bool any_output) [all...] |
| /system/netd/server/ |
| BandwidthController.cpp | 30 #include <string.h> 31 #include <string> 82 const std::string NEW_CHAIN_COMMAND = "-N "; 149 const std::string COMMIT_AND_CLOSE = "COMMIT\n"; 150 const std::string HAPPY_BOX_WHITELIST_COMMAND = StringPrintf( 153 static const std::vector<std::string> IPT_FLUSH_COMMANDS = { 209 const std::vector<std::string> getBasicAccountingCommands() { 211 const std::vector<std::string> ipt_basic_accounting_commands = { 259 std::vector<std::string> toStrVec(int num, char* strs[]) { 260 std::vector<std::string> tmp [all...] |
| /art/runtime/arch/x86/ |
| instruction_set_features_x86.h | 30 // Process a CPU variant string like "atom" or "nehalem" and create InstructionSetFeatures. 31 static X86FeaturesUniquePtr FromVariant(const std::string& variant, 32 std::string* error_msg, 62 std::string GetFeatureString() const OVERRIDE; 71 // Parse a string of the form "ssse3" adding these to a new InstructionSetFeatures. 73 AddFeaturesFromSplitString(const std::vector<std::string>& features, 74 std::string* error_msg) const OVERRIDE { 79 AddFeaturesFromSplitString(const std::vector<std::string>& features, 81 std::string* error_msg) const;
|
| /art/runtime/base/ |
| file_utils_test.cc | 30 std::string name; 31 std::string error; 62 std::string error_msg; 64 // We don't expect null returns for most cases, so don't check and let std::string crash. 67 std::string android_root = GetAndroidRootSafe(&error_msg); 68 std::string android_root_env = getenv("ANDROID_ROOT"); 75 std::string android_root2 = GetAndroidRootSafe(&error_msg); 85 std::string android_root3 = GetAndroidRootSafe(&error_msg);
|
| /bootable/recovery/otautil/ |
| DirUtil.cpp | 26 #include <string> 33 static DirStatus dir_status(const std::string& path) { 49 int mkdir_recursively(const std::string& input_path, mode_t mode, bool strip_filename, 51 // Check for an empty string before we bother making any syscalls. 58 std::string path = input_path; 62 if (pos == std::string::npos) { 84 if (next_end == std::string::npos) { 87 std::string dir_path = path.substr(0, next_end);
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
| ServReqClearRequestTestCase.java | 36 notifyTestMsg(R.string.p2p_checking_serv_capab); 57 mReason = mContext.getString(R.string.p2p_add_service_request_error); 62 mReason = mContext.getString(R.string.p2p_add_service_request_error); 67 mReason = mContext.getString(R.string.p2p_add_service_request_error); 72 mReason = mContext.getString(R.string.p2p_add_service_request_error); 81 mReason = mContext.getString(R.string.p2p_clear_service_requests_error); 90 mReason = mContext.getString(R.string.p2p_no_service_requests_error); 98 public String getTestName() {
|
| /cts/tests/tests/os/jni/ |
| android_os_cts_SeccompTest.cpp | 19 #include <string.h> 67 const char* string; local 69 string = "arm"; 71 string = "arm64"; 73 string = "i386"; 75 string = "x86-64"; 79 return env->NewStringUTF(string); 89 { "runKernelUnitTest", "(Ljava/lang/String;)Z", 93 { "getPolicyAbiString", "()Ljava/lang/String;",
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| ClassicToken.cs | 35 * A Token object like we'd use in ANTLR 2.x; has an actual string created 38 * that has a string; the tree node will point at this token. CommonToken 45 string text; 66 public ClassicToken(int type, string text) { 71 public ClassicToken(int type, string text, int channel) { 78 public string Text { 158 public override string ToString() { 159 string channelStr = ""; 163 string txt = Text;
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
| Stats.cs | 48 public const string ANTLRWORKS_DIR = "antlrworks"; 114 public static void WriteReport(string filename, string data) { 115 string absoluteFilename = GetAbsoluteFileName(filename); 121 public static string GetAbsoluteFileName(string filename) { 122 string personalFolder = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| ClassicToken.cs | 36 * A Token object like we'd use in ANTLR 2.x; has an actual string created 39 * that has a string; the tree node will point at this token. CommonToken 47 string text; 70 public ClassicToken( int type, string text ) 76 public ClassicToken( int type, string text, int channel ) 84 public string Text 191 public override string ToString() 193 string channelStr = ""; 198 string txt = Text;
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
| Stats.cs | 53 public const string ANTLRWORKS_DIR = "antlrworks"; 115 public static void WriteReport( string filename, string data ) 117 string absoluteFilename = GetAbsoluteFileName( filename ); 123 public static string GetAbsoluteFileName( string filename ) 125 string personalFolder = Environment.GetFolderPath( Environment.SpecialFolder.Personal );
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
| DebugTreeGrammarHelper.cs | 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(); 49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); 65 IDictionary<string, BigInteger> globalMemory, 78 private CommonTree findFunction( string name, BigInteger paramValue ) 101 internal BigInteger getValue( string name )
|
| ProfileTreeGrammarHelper.cs | 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(); 49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>(); 65 IDictionary<string, BigInteger> globalMemory, 78 private CommonTree findFunction( string name, BigInteger paramValue ) 101 public BigInteger getValue( string name )
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| BERConstructedOctetString.java | 17 * convert a vector of octet strings into a single byte string 48 * @param string the octets making up the octet string. 51 byte[] string) 53 super(string); 90 return string; 94 * return the DER octets that make up this string. 109 for (int i = 0; i < string.length; i += MAX_LENGTH) 113 if (i + MAX_LENGTH > string.length) 115 end = string.length; [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| vktSpvAsmLoopDepInfTests.cpp | 39 using std::string; 64 static void getComputeSourceCode (std::string& computeSourceCode) 67 string(getComputeAsmShaderPreamble()) + 75 + string(getComputeAsmInputOutputBufferTraits()) + string(getComputeAsmCommonTypes()) + string(getComputeAsmInputOutputBuffer()) + 203 std::string comp;
|
| vktSpvAsmLoopDepLenTests.cpp | 39 using std::string; 65 static void getComputeSourceCode (std::string& computeSourceCode) 68 string(getComputeAsmShaderPreamble()) + 76 + string(getComputeAsmInputOutputBufferTraits()) + string(getComputeAsmCommonTypes()) + string(getComputeAsmInputOutputBuffer()) + 218 std::string comp;
|
| /external/deqp/framework/egl/ |
| egluNativeDisplay.hpp | 32 #include <string> 78 const std::string m_platformExtension; 96 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities); 97 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities, eglw::EGLenum platformType, const char* platformExtension); 108 const std::string m_platformExtension;
|
| /external/eigen/bench/btl/data/ |
| regularize.cxx | 22 #include <string> 30 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops); 31 void regularize_curve(const string & filename, 51 string filename=argv[1]; 52 string regularize_filename=argv[4]; 71 void regularize_curve(const string & filename, 109 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){
|
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
| pairingsession.h | 18 #include <string> 131 void set_service_name(const std::string& service_name) { 136 void set_peer_name(const std::string& peer_name) { 141 std::string service_name() const { return service_name_; } 144 std::string peer_name() const { return peer_name_; } 195 std::string service_name_; 196 std::string peer_name_;
|
| /external/googletest/googletest/src/ |
| gtest-typed-test.cc | 40 // Skips to the first non-space char in str. Returns an empty string if str 48 static std::vector<std::string> SplitIntoTestNames(const char* src) { 49 std::vector<std::string> name_vec; 65 std::vector<std::string> name_vec = SplitIntoTestNames(registered_tests); 69 std::set<std::string> tests; 70 for (std::vector<std::string>::const_iterator name_it = name_vec.begin(); 72 const std::string& name = *name_it; 104 const std::string& errors_str = errors.GetString();
|
| /external/libbrillo/brillo/dbus/ |
| exported_object_manager.h | 9 #include <string> 46 // const std::string& interface_name, 51 // const std::string& interface_name) { 83 std::map<dbus::ObjectPath, std::map<std::string, VariantDictionary>>; 85 std::map<std::string, ExportedPropertySet::PropertyWriter>; 102 const std::string& interface_name, 107 const std::string& interface_name); 120 DBusSignal<dbus::ObjectPath, std::map<std::string, VariantDictionary>>; 122 DBusSignal<dbus::ObjectPath, std::vector<std::string>>;
|
| /external/libchrome/base/ |
| base64url_unittest.cc | 15 std::string output; 31 std::string output; 46 std::string output; 66 std::string output; 80 std::string output; 92 std::string output; 101 std::string output;
|
| /external/libchrome/dbus/ |
| property.h | 11 #include <string> 35 // property defined to associate them with their string name. 41 // dbus::Property<std::string> name; 44 // dbus::Property<std::vector<std::string> > children; 105 // std::string name = p->name.value(); 149 void Init(PropertySet* property_set, const std::string& name); 155 // const std::string &property_name) { 161 const std::string& name() const { return name_; } 197 std::string name_; 217 typedef base::Callback<void(const std::string& name)> PropertyChangedCallback [all...] |
| /external/libcxx/test/std/containers/unord/unord.multimap/ |
| bucket_size.pass.cpp | 23 #include <string> 32 typedef std::unordered_multimap<int, std::string> C; 33 typedef std::pair<int, std::string> P; 55 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 56 min_allocator<std::pair<const int, std::string>>> C; 57 typedef std::pair<int, std::string> P; 80 typedef std::unordered_multimap<int, std::string> C;
|
| /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
| transparent.pass.cpp | 12 #include <string> 29 static_assert ( !is_transparent<std::plus<std::string>>::value, "" ); 34 static_assert ( !is_transparent<std::minus<std::string>>::value, "" ); 39 static_assert ( !is_transparent<std::multiplies<std::string>>::value, "" ); 44 static_assert ( !is_transparent<std::divides<std::string>>::value, "" ); 49 static_assert ( !is_transparent<std::modulus<std::string>>::value, "" ); 54 static_assert ( !is_transparent<std::negate<std::string>>::value, "" );
|