| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_string.py | 1 import unittest, string 13 realresult = getattr(string, methodname)(object, *args) 22 getattr(string, methodname), 28 getattr(string, methodname)(object, *args) 70 string.whitespace 71 string.lowercase 72 string.uppercase 73 string.letters 74 string.digits 75 string.hexdigit [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_string.py | 1 import unittest, string 13 realresult = getattr(string, methodname)(object, *args) 22 getattr(string, methodname), 28 getattr(string, methodname)(object, *args) 70 string.whitespace 71 string.lowercase 72 string.uppercase 73 string.letters 74 string.digits 75 string.hexdigit [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_string.py | 1 import unittest, string 13 realresult = getattr(string, methodname)(object, *args) 22 getattr(string, methodname), 28 getattr(string, methodname)(object, *args) 70 string.whitespace 71 string.lowercase 72 string.uppercase 73 string.letters 74 string.digits 75 string.hexdigit [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_string.py | 1 import unittest, string 13 realresult = getattr(string, methodname)(object, *args) 22 getattr(string, methodname), 28 getattr(string, methodname)(object, *args) 70 string.whitespace 71 string.lowercase 72 string.uppercase 73 string.letters 74 string.digits 75 string.hexdigit [all...] |
| /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
| EditableItem.java | 28 PRESET(R.string.preset, TYPE_DROP_DOWN, CATEGORY_MAIN, 30 SMALL_ICON(R.string.small_icon, TYPE_RESOURCE_ID, CATEGORY_MAIN, 32 CONTENT_TITLE(R.string.content_title, TYPE_TEXT, CATEGORY_MAIN), 33 CONTENT_TEXT(R.string.content_text, TYPE_TEXT, CATEGORY_MAIN), 34 SUB_TEXT(R.string.sub_text, TYPE_TEXT, CATEGORY_MAIN), 35 LARGE_ICON(R.string.large_icon, TYPE_BITMAP, CATEGORY_MAIN), 36 CONTENT_INFO(R.string.content_info, TYPE_TEXT, CATEGORY_MAIN), 37 NUMBER(R.string.number, TYPE_INT, CATEGORY_MAIN), 38 WHEN(R.string.when, TYPE_DATETIME, CATEGORY_MAIN), 39 PROGRESS(R.string.progress, TYPE_BOOLEAN, CATEGORY_MAIN) [all...] |
| /system/tpm/attestation/common/ |
| print_common_proto.cc | 21 #include <string> 28 std::string GetProtoDebugString(KeyType value) { 32 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size) { 42 std::string GetProtoDebugString(KeyUsage value) { 46 std::string GetProtoDebugStringWithIndent(KeyUsage value, int indent_size) { 56 std::string GetProtoDebugString(CertificateProfile value) { 60 std::string GetProtoDebugStringWithIndent(CertificateProfile value, 83 std::string GetProtoDebugString(const Quote& value) { 87 std::string GetProtoDebugStringWithIndent(const Quote& value, int indent_size) { 88 std::string indent(indent_size, ' ') [all...] |
| /test/vts/drivers/hal/common/component_loader/ |
| HalDriverLoader.cpp | 35 HalDriverLoader::HalDriverLoader(const string dir_path, int epoch_count, 36 const string& callback_socket_name) 42 const int component_class, const string& package_name, const float version, 43 const string& component_name, const int component_type, 49 string driver_lib_dir = dir_path_; 53 string package_path = package_name; 65 string(ent->d_name).find(kSpecFileExt) != std::string::npos) { 67 const string file_path = driver_lib_dir + "/" + string(ent->d_name) [all...] |
| /test/vts/drivers/hal/server/ |
| SocketServer.cpp | 25 #include <string> 43 int32_t VtsDriverHalSocketServer::LoadHal(const string& path, int target_class, 45 const string& target_package, 46 const string& target_component_name, 47 const string& hw_binder_service_name, 48 const string& /*module_name*/) { 59 string VtsDriverHalSocketServer::ReadSpecification( 60 const string& name, int target_class, int target_type, float target_version, 61 const string& target_package) { 65 string result [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
| PolicyTransparencyTestActivity.java | 45 public static final String ACTION_SHOW_POLICY_TRANSPARENCY_TEST = 48 // Identifies a test to perform. Type String. The possible values are the ones underneath. 49 public static final String EXTRA_TEST = 54 public static final String TEST_CHECK_USER_RESTRICTION = "check-user-restriction"; 55 public static final String TEST_CHECK_AUTO_TIME_REQUIRED = "check-auto-time-required"; 56 public static final String TEST_CHECK_KEYGURAD_UNREDACTED_NOTIFICATION = 58 public static final String TEST_CHECK_LOCK_SCREEN_INFO = "check-lock-screen-info"; 59 public static final String TEST_CHECK_MAXIMUM_TIME_TO_LOCK = "check-maximum-time-to-lock"; 60 public static final String TEST_CHECK_PASSWORD_QUALITY = "check-password-quality"; 61 public static final String TEST_CHECK_PERMITTED_ACCESSIBILITY_SERVICE [all...] |
| ByodFlowTestActivity.java | 56 private static final String TAG = "ByodFlowTestActivity"; 116 R.string.provisioning_byod, R.string.provisioning_byod_info, 117 R.string.provisioning_byod_instructions); 129 mPrepareTestButton.setText(R.string.provisioning_byod_start); 205 R.string.provisioning_byod_profileowner, 214 R.string.provisioning_byod_disk_encryption, 229 R.string.provisioning_byod_workapps_visible, 231 R.string.provisioning_byod_workapps_visible_instruction, 236 R.string.provisioning_byod_confirm_work_credentials [all...] |
| /external/boringssl/src/util/fipstools/ |
| delocate_test.go | 26 testDataDir = flag.String("testdata", "testdata", "The path to the test data directory.") 31 name string 32 in []string 33 out string 36 func (test *delocateTest) Path(file string) string { 41 {"ppc64le-GlobalEntry", []string{"in.s"}, "out.s"}, 42 {"ppc64le-LoadToR0", []string{"in.s"}, "out.s"}, 43 {"ppc64le-Sample2", []string{"in.s"}, "out.s"}, 44 {"ppc64le-Sample", []string{"in.s"}, "out.s"} [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| vktShaderRenderIndexingTests.cpp | 218 const std::string& name, 219 const std::string& description, 222 const std::string& vertShaderSource, 223 const std::string& fragShaderSource, 234 const std::string& name, 235 const std::string& description, 238 const std::string& vertShaderSource, 239 const std::string& fragShaderSource, 255 const std::string& caseName, 256 const std::string& description [all...] |
| /external/llvm/bindings/ocaml/target/ |
| llvm_target.ml | 48 exception Error of string 55 external of_string : string -> t = "llvm_datalayout_of_string" 56 external as_string : t -> string = "llvm_datalayout_as_string" 88 external default_triple : unit -> string = "llvm_target_default_triple" 91 external by_name : string -> t option = "llvm_target_by_name" 92 external by_triple : string -> t = "llvm_target_by_triple" 93 external name : t -> string = "llvm_target_name" 94 external description : t -> string = "llvm_target_description" 111 external create : triple:string -> ?cpu:string -> ?features:string - [all...] |
| /external/tensorflow/tensorflow/contrib/lite/toco/ |
| tooling_util.h | 23 #include <string> 55 string LogName(const Operator& op); 57 bool IsInputArray(const Model& model, const string& name); 58 bool IsArrayConsumed(const Model& model, const string& name); 61 int CountOpsWithInput(const Model& model, const string& array_name); 62 bool DeleteArrayIfUnused(const string& array_name, Model* model); 63 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model); 66 const Model& model, const string& array_name); 67 Operator* GetOpWithOutput(const Model& model, const string& array_name); 70 Model& model, const string& array_name) [all...] |
| /external/webrtc/webrtc/system_wrappers/source/ |
| data_log_unittest.cc | 14 #include <string> 31 ExpectedValues(std::vector<std::string> expected_values, 37 std::vector<std::string> values; 41 typedef std::map<std::string, ExpectedValues> ExpectedValuesMap; 56 std::string line(line_buffer, kMaxLineLength); 59 line = std::string(line_buffer, kMaxLineLength); 64 std::string str = ParseElement(line, &line_position, 77 static int VerifyHeader(const std::string& line, 82 std::string str = ParseElement(line, &line_position, 91 // Parses out and returns one element from the string "line", which contain [all...] |
| /system/core/init/ |
| result_test.cpp | 21 #include <string> 31 Result<std::string> result = "success"; 42 ASSERT_TRUE(Result<std::string>("success")); 43 ASSERT_TRUE(Result<std::string>("success").has_value()); 45 EXPECT_EQ("success", *Result<std::string>("success")); 46 EXPECT_EQ("success", Result<std::string>("success").value()); 48 EXPECT_EQ('s', Result<std::string>("success")->data()[0]); 136 Result<std::string> result2 = result.error(); 152 Result<std::string> result2 = Error() << result.error(); 172 Result<std::string> result2 = Error() << result.error() 221 std::string string; member in struct:android::init::ConstructorTracker [all...] |
| /external/deqp/modules/gles2/performance/ |
| es2pShaderOptimizationTests.cpp | 38 #include <string> 48 using std::string; 60 static inline std::map<string, string> singleMap (const string& key, const string& value) 62 std::map<string, string> res; 67 static inline string repeat (const string& str, int numRepeats, const string& delim = "" [all...] |
| /external/flatbuffers/src/ |
| idl_gen_python.cpp | 19 #include <string> 29 static std::string GenGetter(const Type &type); 30 static std::string GenMethod(const FieldDef &field); 32 std::string *code_ptr); 33 static void GenReceiver(const StructDef &struct_def, std::string *code_ptr); 34 static std::string GenTypeBasic(const Type &type); 35 static std::string GenTypeGet(const Type &type); 36 static std::string TypeName(const FieldDef &field); 40 const std::string Indent = " "; 44 std::string OffsetPrefix(const FieldDef &field) [all...] |
| /external/protobuf/src/google/protobuf/compiler/java/ |
| java_helpers.cc | 74 bool IsForbidden(const string& field_name) { 83 string FieldName(const FieldDescriptor* field) { 84 string field_name; 104 string UnderscoresToCamelCase(const string& input, bool cap_next_letter) { 105 string result; 139 string UnderscoresToCamelCase(const FieldDescriptor* field) { 143 string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field) { 147 string UnderscoresToCamelCase(const MethodDescriptor* method) { 151 string UniqueFileScopeIdentifier(const Descriptor* descriptor) [all...] |
| /prebuilts/go/darwin-x86/src/go/types/ |
| typestring_test.go | 20 func makePkg(src string) (*Package, error) { 32 src, str string 36 func dup(s string) testEntry { 45 dup("string"), 62 string 64 }`, `struct{string; elems []complex128}`}, 75 {"func(x, y int, z string)", "func(x int, y int, z string)"}, 77 {"func(int, string, byte)", "func(int, string, byte)"} [all...] |
| /prebuilts/go/linux-x86/src/go/types/ |
| typestring_test.go | 20 func makePkg(src string) (*Package, error) { 32 src, str string 36 func dup(s string) testEntry { 45 dup("string"), 62 string 64 }`, `struct{string; elems []complex128}`}, 75 {"func(x, y int, z string)", "func(x int, y int, z string)"}, 77 {"func(int, string, byte)", "func(int, string, byte)"} [all...] |
| /test/vts/compilation_tools/vtsc/code_gen/profiler/ |
| HalHidlProfilerCodeGen.cpp | 27 const std::string& arg_name, const std::string& arg_value) { 35 const std::string& arg_name, const std::string& arg_value) { 45 const std::string& arg_name, const std::string& arg_value) { 50 std::string predefined_type = val.predefined_type(); 55 const std::string scalar_type = val.enum_value().scalar_type(); 64 const std::string& arg_name, const std::string& arg_value) [all...] |
| /art/runtime/arch/mips64/ |
| instruction_set_features_mips64.cc | 32 const std::string& variant, std::string* error_msg ATTRIBUTE_UNUSED) { 62 std::string line; 66 if (line.find("ASEs") != std::string::npos) { 68 if (line.find("msa") != std::string::npos) { 103 std::string Mips64InstructionSetFeatures::GetFeatureString() const { 104 std::string result; 115 const std::vector<std::string>& features, std::string* error_msg) const { 118 std::string feature = android::base::Trim(*i) [all...] |
| /build/blueprint/proptools/ |
| proptools.go | 24 func PropertyNameForField(fieldName string) string { 26 propertyName := string(unicode.ToLower(r)) 33 func FieldNameForProperty(propertyName string) string { 35 fieldName := string(unicode.ToUpper(r)) 42 func HasTag(field reflect.StructField, name, value string) bool { 64 // StringPtr returns a pointer to a new string containing the given value. 65 func StringPtr(s string) *string { [all...] |
| /build/kati/ |
| find_test.cc | 20 #include <string> 33 string cmd; 44 string out; 55 string Run(const string& cmd) { 56 string s; 69 void CompareFind(const string& cmd) { 70 string native = Run(cmd); 77 string emulated; 110 void ExpectParseFailure(const string& cmd) [all...] |