HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 2926 - 2950 of 27455) sorted by null

<<111112113114115116117118119120>>

  /external/chromium_org/third_party/npapi/npspy/include/
profile.h 50 virtual BOOL getString(char * key, char * string, int size) = 0;
51 virtual BOOL setString(char * key, char * string) = 0;
  /external/chromium_org/third_party/ots/src/
post.h 11 #include <string>
24 std::vector<std::string> names;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_util.cc 50 const ::std::string* empty_string_;
54 empty_string_ = new std::string();
  /external/chromium_org/third_party/webrtc/base/
crc32.h 14 #include <string>
28 inline uint32 ComputeCrc32(const std::string& str) {
dbus.h 18 #include <string>
62 // This filter string should ususally come from BuildFilterString()
63 explicit DBusSigFilter(const std::string &filter)
67 // Builds a DBus monitor filter string from given DBus path, interface, and
70 static std::string BuildFilterString(const std::string &path,
71 const std::string &interface,
72 const std::string &member);
85 // Returns the DBus monitor filter string.
86 const std::string &filter() const { return filter_;
    [all...]
macconversion.h 18 #include <string>
20 // given a CFStringRef, attempt to convert it to a C++ string.
22 // We can safely assume, given our context, that the string is
26 std::string& cppstr);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h 14 #include <string>
40 bool Init(const std::string file_name, size_t max_loop_length_samples,
input_audio_file.h 16 #include <string>
27 explicit InputAudioFile(const std::string file_name);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.h 14 #include <string>
34 std::string* estimator_used);
  /external/chromium_org/third_party/webrtc/test/
rtp_file_reader.h 13 #include <string>
36 const std::string& filename);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers.cc 22 ChoiceBuilder::ChoiceBuilder(const std::string& title, const Choices& choices)
31 std::string input = input_helper_.AskForInput();
35 ChoiceBuilder& ChoiceBuilder::WithDefault(const std::string& default_choice) {
54 std::string ChoiceBuilder::MakeHumanReadableOptions() {
55 std::string result = "";
65 Choices SplitChoices(const std::string& raw_choices) {
70 const std::string& title, const std::string& raw_choices) {
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
vie_fake_camera.h 13 #include <string>
34 bool StartCameraInNewThread(const std::string& i420_test_video_path,
vie_to_file_renderer.h 15 #include <string.h>
18 #include <string>
40 bool PrepareForRendering(const std::string& output_path,
41 const std::string& output_filename);
54 bool SaveOutputFile(const std::string& prefix);
69 const std::string GetFullOutputPath() const;
79 std::string output_path_;
80 std::string output_filename_;
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
resource_manager.cc 16 std::string filename = "audio_long16.pcm";
20 std::string resource_path = webrtc::test::ProjectRootPath();
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.h 41 std::string GetNamespace(const clang::Decl* record);
65 std::string GetNamespaceImpl(const clang::DeclContext* context,
66 const std::string& candidate);
68 bool IsIgnoredType(const std::string& base_name);
72 bool GetFilename(clang::SourceLocation loc, std::string* filename);
78 std::vector<std::string> banned_namespaces_;
81 std::vector<std::string> banned_directories_;
84 std::set<std::string> ignored_record_names_;
  /external/chromium_org/tools/gn/
input_conversion.h 8 #include <string>
17 // Converts the given input string (is read from a file or output from a
18 // script) to a Value. Conversions as specified in the input_conversion string
22 // If the conversion string is invalid, the error will be set and an empty
25 const std::string& input,
ninja_utils.cc 21 std::string GetNinjaRulePrefixForToolchain(const Settings* settings) {
25 return std::string(); // Default toolchain has no prefix.
pattern.h 8 #include <string>
17 LITERAL, // Matches exactly the contents of the string.
19 PATH_BOUNDARY // '/' or beginning of string.
22 Subrange(Type t, const std::string& l = std::string())
35 return 0; // Can match beginning or end of string, which is 0 len.
44 std::string literal;
47 Pattern(const std::string& s);
50 // Returns true if the current pattern matches the given string.
51 bool MatchesString(const std::string& s) const
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view_delegate.h 8 #include <string>
30 const std::string& app_id,
folder_header_view_delegate.h 8 #include <string>
32 const std::string& name) = 0;
  /external/chromium_org/ui/compositor/test/
test_layers.cc 12 std::string ChildLayerNamesAsString(const ui::Layer& parent) {
13 std::string names;
  /external/chromium_org/ui/display/types/
display_mode.h 8 #include <string>
27 virtual std::string ToString() const;
  /external/chromium_org/ui/display/util/x11/
edid_parser_x11.h 10 #include <string>
28 // Generate the human readable string from EDID obtained from |output|.
29 DISPLAY_UTIL_EXPORT std::string GetDisplayName(RROutput output);
  /external/chromium_org/ui/gfx/geometry/
insets_f.h 8 #include <string>
23 // Returns a string representation of the insets.
24 std::string ToString() const;
  /external/chromium_org/ui/gfx/x/
x11_atom_cache.h 9 #include <string>
23 // Preinterns the NULL terminated list of string |to_cache_ on |xdisplay|.
39 mutable std::map<std::string, XAtom> cached_atoms_;

Completed in 3320 milliseconds

<<111112113114115116117118119120>>