| /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
| DisallowAppsControlActivity.java | 42 R.string.provisioning_byod_disallow_apps_control, 43 R.string.provisioning_byod_disallow_apps_control_info, 44 R.string.provisioning_byod_disallow_apps_control_instruction); 54 R.string.provisioning_byod_disallow_apps_control_prepare_button); 92 R.string.provisioning_byod_disabled_uninstall_button, 94 R.string.provisioning_byod_disabled_uninstall_button_instruction, 100 R.string.provisioning_byod_disabled_force_stop_button, 102 R.string.provisioning_byod_disabled_force_stop_button_instruction, 108 R.string.provisioning_byod_disabled_app_storage_buttons, 110 R.string.provisioning_byod_disabled_app_storage_buttons_instruction [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
| NfcDialogs.java | 33 .setTitle(R.string.nfc_not_enabled) 34 .setMessage(R.string.nfc_not_enabled_message) 35 .setPositiveButton(R.string.nfc_settings, new DialogInterface.OnClickListener() { 48 .setTitle(R.string.ndef_push_not_enabled) 49 .setMessage(R.string.ndef_push_not_enabled_message) 50 .setPositiveButton(R.string.ndef_push_settings, new DialogInterface.OnClickListener() { 60 public static AlertDialog createHceTapReaderDialog(final Context context, String message) { 61 String baseString = context.getString(R.string.nfc_hce_tap_reader_message); 64 .setTitle(R.string.nfc_hce_tap_reader_title [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
| CAInstallNotificationVerifierActivity.java | 42 static final String TAG = CAInstallNotificationVerifierActivity.class.getSimpleName(); 44 private static final String CERT_ASSET_NAME = "myCA.cer"; 47 private static final String ACTION_TRUSTED_CREDENTIALS_USER 51 super(R.layout.cainstallnotify_main, R.string.cacert_test, R.string.cacert_info, 52 R.string.cacert_info); 58 R.string.cacert_install_cert, 62 R.string.cacert_check_cert_in_settings, 64 R.string.cacert_check_cert_in_settings, 67 R.string.cacert_remove_screen_lock [all...] |
| /cts/suite/audio_quality/lib/src/task/ |
| TaskSound.cpp | 56 LOGE("TaskSound::run %s string not found", STR_ID.string()); 61 LOGE("TaskSound::run %s string not found", STR_TYPE.string()); 79 int amplitude = atoi(tokens->at(1).string()); 80 int freq = atoi(tokens->at(2).string()); 81 int time = atoi(tokens->at(3).string()); 90 int amplitude = atoi(tokens->at(1).string()); 91 int time = atoi(tokens->at(2).string()); 96 LOGE("TaskSound::run unknown word in type %s", type.string()); [all...] |
| /developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/app/src/androidTest/java/com/example/android/emojicompat/ |
| MainActivityTest.kt | 41 arrayOf(R.string.emoji_text_view, 42 R.string.emoji_edit_text, 43 R.string.emoji_button, 44 R.string.regular_text_view, 45 R.string.custom_text_view).forEach {
|
| /developers/samples/android/views/EmojiCompat/kotlinApp/app/src/androidTest/java/com/example/android/emojicompat/ |
| MainActivityTest.kt | 41 arrayOf(R.string.emoji_text_view, 42 R.string.emoji_edit_text, 43 R.string.emoji_button, 44 R.string.regular_text_view, 45 R.string.custom_text_view).forEach {
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| AlertDialogSamples.java | 60 private static final String TAG = "AlertDialogSamples"; 88 .setTitle(R.string.alert_dialog_two_buttons_title) 89 .setPositiveButton(R.string.alert_dialog_ok, new DialogInterface.OnClickListener() { 95 .setNegativeButton(R.string.alert_dialog_cancel, new DialogInterface.OnClickListener() { 105 .setTitle(R.string.alert_dialog_two_buttons_title) 106 .setPositiveButton(R.string.alert_dialog_ok, new DialogInterface.OnClickListener() { 110 .setNegativeButton(R.string.alert_dialog_cancel, new DialogInterface.OnClickListener() { 118 .setTitle(R.string.alert_dialog_two_buttons_title) 119 .setPositiveButton(R.string.alert_dialog_ok, new DialogInterface.OnClickListener() { 123 .setNegativeButton(R.string.alert_dialog_cancel, new DialogInterface.OnClickListener() [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
| reggnu.c | 46 re_adjust_startpos(regex_t* reg, const char* string, int size,
51 UChar *s = (UChar* )string + startpos;
54 p = onigenc_get_right_adjust_char_head(reg->enc, (UChar* )string, s);
57 p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(reg->enc, (UChar* )string, s);
59 return (int)(p - (UChar* )string);
74 re_search(regex_t* bufp, const char* string, int size, int startpos, int range,
77 return onig_search(bufp, (UChar* )string, (UChar* )(string + size),
78 (UChar* )(string + startpos),
79 (UChar* )(string + startpos + range), [all...] |
| /external/boringssl/src/tool/ |
| args.cc | 15 #include <string> 21 #include <string.h> 26 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, 27 const std::vector<std::string> &args, 32 const std::string &arg = args[i]; 81 bool GetUnsigned(unsigned *out, const std::string &arg_name, 83 const std::map<std::string, std::string> &args) { 90 const std::string &value = it->second [all...] |
| /external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
| esextcGeometryShaderPrimitiveCounter.hpp | 27 #include <string.h> 35 std::string m_emitVertexCodeForGeometryShader; 37 std::string m_layoutIn; 38 std::string m_layoutOut; 124 std::string GetGeometryShaderCode(const std::string& max_vertices, const std::string& layout_in, 125 const std::string& layout_out, const std::string& emit_vertices, 126 const std::string& n_iterations) [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/ |
| vktTestCase.hpp | 64 const std::vector<std::string>& getInstanceExtensions (void) const; 75 const std::vector<std::string>& getDeviceExtensions (void) const; 105 TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description); 106 TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& description); 131 inline TestCase::TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description) 136 inline TestCase::TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& description [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fLightAmountTest.cpp | 150 string vertexShaderSource; 151 string fragmentShaderSource; 160 map<string, string> params; 161 params.insert(pair<string, string>("NUM_DIR_LIGHTS", de::toString(m_numDirectionalLights))); 162 params.insert(pair<string, string>("NUM_OMNI_LIGHTS", de::toString(m_numOmniLights))); 163 params.insert(pair<string, string>("NUM_SPOT_LIGHTS", de::toString(m_numSpotLights))) [all...] |
| /external/libbrillo/brillo/dbus/ |
| async_event_sequencer.cc | 17 const std::string& descriptive_message, 30 const std::string& interface_name, 31 const std::string& method_name, 32 const std::string& descriptive_message, 71 const std::string& error_message, 81 const std::string& expected_interface_name, 82 const std::string& expected_method_name, 83 const std::string& actual_interface_name, 84 const std::string& actual_method_name, 104 const std::string& error_message) [all...] |
| /external/libchrome/base/ |
| command_line.h | 20 #include <string> 35 // The native command line string type. 38 using StringType = std::string; 43 using SwitchMap = std::map<std::string, StringType>; 112 // Constructs and returns the represented command line string. 120 // Constructs and returns the represented command line string. Assumes the 124 // not generally safe to replace it with an arbitrary string. If possible, 126 // string. 132 // Constructs and returns the represented arguments string. 140 // Constructs and returns the represented arguments string. Assumes th [all...] |
| /external/libchrome/base/metrics/ |
| sparse_histogram.h | 13 #include <string> 32 static HistogramBase* FactoryGet(const std::string& name, int32_t flags); 38 const std::string& name, 57 void WriteHTMLGraph(std::string* output) const override; 58 void WriteAscii(std::string* output) const override; 66 explicit SparseHistogram(const std::string& name); 69 const std::string& name, 84 const std::string& newline, 85 std::string* output) const; 89 std::string* output) const [all...] |
| /external/libchrome/base/process/ |
| process_iterator_linux.cc | 21 // Returns an empty string on failure. 24 std::string GetProcStatsFieldAsString( 25 const std::vector<std::string>& proc_stats, 29 return std::string(); 44 bool GetProcCmdline(pid_t pid, std::vector<std::string>* proc_cmd_line_args) { 49 std::string cmd_line; 52 std::string delimiters; 87 std::vector<std::string> cmd_line_args; 88 std::string stats_data; 89 std::vector<std::string> proc_stats [all...] |
| /external/llvm/include/llvm/LTO/legacy/ |
| ThinLTOCodeGenerator.h | 27 #include <string> 37 std::string MCpu; 38 std::string MAttr; 111 std::string Path; // Path to the cache, empty to disable. 119 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } 157 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); } 160 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } 163 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } 224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex); 265 std::string SaveTempsDir [all...] |
| /external/parameter-framework/upstream/parameter/ |
| InstanceConfigurableElement.cpp | 40 CInstanceConfigurableElement::CInstanceConfigurableElement(const std::string &strName, 46 std::string CInstanceConfigurableElement::getKind() const 52 std::string CInstanceConfigurableElement::getXmlElementName() const 65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, 66 const std::string *&pStrValue) const 73 std::string CInstanceConfigurableElement::getFormattedMapping() const 79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) 118 void CInstanceConfigurableElement::showProperties(std::string &strResult) const 191 std::string strError; 206 std::string *pStrChildName = pathNavigator.next() [all...] |
| TypeElement.cpp | 40 CTypeElement::CTypeElement(const std::string &strName) : base(strName) 64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const 79 void CTypeElement::showProperties(std::string &strResult) const 113 std::string rawMapping; 116 std::string error; 146 std::string CTypeElement::getFormattedMapping(const CTypeElement *predecessor) const 148 std::list<std::string> mappings; 149 std::string mapping; 170 std::string CTypeElement::getFormattedMapping() cons [all...] |
| /external/parameter-framework/upstream/test/functional-tests/ |
| FloatingPoint.cpp | 39 #include <string> 41 using std::string; 54 Tests<string>{{"invalid Size(64)", "<FloatingPointParameter Name='error' Size='64'/>"}, 81 string path = "/test/test/nominal"; 85 for (auto &vec : Tests<string>{ 94 for (auto &vec : Tests<string>{ 101 string getValueBack; 114 for (auto &vec : Tests<string>{ 130 for (auto &vec : Tests<string>{ 140 string getValueBack [all...] |
| /external/protobuf/src/google/protobuf/compiler/javanano/ |
| javanano_enum_field.h | 39 #include <string> 65 map<string, string> variables_; 66 vector<string> canonical_values_; 88 map<string, string> variables_; 89 vector<string> canonical_values_; 115 map<string, string> variables_; 116 vector<string> canonical_values_ [all...] |
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| hlo_pass_pipeline.cc | 36 void DumpModuleGraph(const HloModule& module, const string& message) { 42 void DumpModuleProto(const HloModule& module, const string& dump_to, 43 const string& pipeline_name, const string& pass_name) { 51 const string mod_name = SanitizeFileName(tensorflow::strings::Printf( 67 tensorflow::gtl::FlatSet<string> disabled_passes(repeated_field.begin(), 75 module](const string& message) -> Status { 93 string prefix = name().ToString() + ": pipeline start"; 95 string message; 98 const string xla_dump_per_pass_hlo_proto_to [all...] |
| /external/tensorflow/tensorflow/contrib/lite/testing/ |
| message_test.cc | 30 explicit TestMessage(const std::string& text_to_parse) { 34 void SetField(const std::string& name, const std::string& value) override { 37 Message* AddChild(const std::string& name) override { 51 const std::string& GetField(const std::string& key) const { 55 const std::string& name() const { return name_; } 59 std::string name_; 60 std::map<std::string, std::string> fields_ [all...] |
| /external/tensorflow/tensorflow/contrib/util/ |
| convert_graphdef_memmapped_format_lib.cc | 77 const string memmapped_region_name = 111 string ConvertVariableNameToUniqueRegionName(const string& variable_name) { 112 string region_name = SanitizeVariableName(variable_name); 119 static string SanitizeVariableName(const string& variable_name) { 120 string result; 131 std::unordered_set<string> used_names_; 137 Status ConvertConstantsToImmutable(const string& in_graph_filename, 138 const string& out_graph_filename [all...] |
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| graph_mgr.h | 61 // string handle; 76 Status Register(const string& session, const GraphDef& gdef, 80 string* handle); 86 typedef std::map<string, Tensor> NamedTensors; 88 void ExecuteAsync(const string& handle, const int64 step_id, 101 Status Deregister(const string& handle); 125 string session; 128 string handle; 160 std::unordered_map<string, Item*> table_; 162 void StartParallelExecutors(const string& handle, int64 step_id, Item* item [all...] |