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

<<919293949596979899100>>

  /external/chromium_org/ui/message_center/
message_center.h 8 #include <string>
24 // MessageCenter is agnostic of profiles; it uses the string returned by
65 virtual bool HasClickedListener(const std::string& id) = 0;
70 const std::string& id) = 0;
93 const std::string& old_id,
97 virtual void RemoveNotification(const std::string& id, bool by_user) = 0;
102 virtual void SetNotificationIcon(const std::string& notification_id,
107 virtual void SetNotificationImage(const std::string& notification_id,
111 virtual void SetNotificationButtonIcon(const std::string& notification_id,
124 virtual void ClickOnNotification(const std::string& id) = 0
    [all...]
  /external/chromium_org/ui/views/examples/
example_base.h 8 #include <string>
25 const std::string& example_title() const { return example_title_; }
43 std::string example_title_;
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 18 #include <string>
29 ASTConsumer *CreateObjCRewriter(const std::string &InFile,
34 ASTConsumer *CreateModernObjCRewriter(const std::string &InFile,
  /external/compiler-rt/test/tsan/
ignore_lib1.cc 18 #include <string>
21 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib1.so";
ignore_lib3.cc 15 #include <string>
18 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib3.so";
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
pairingrequestackmessage.cc 29 const std::string& server_name)
34 std::string PairingRequestAckMessage::server_name() const {
42 std::string PairingRequestAckMessage::ToString() const {
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
poloutil.h 20 #include <string>
29 // Converts an array of big-endian bytes to a hex string.
32 // @return a hex string representing the given byte array
33 static const std::string BytesToHexString(const uint8_t* bytes,
36 // Converts a hex string to an array of big-endian bytes. A new byte array
39 // @param hex_string the hex string to convert
43 static const size_t HexStringToBytes(const std::string hex_string,
  /external/guava/guava-tests/test/com/google/common/eventbus/
StringCatcher.java 27 * required <em>not</em> to call ({@link #methodWithoutAnnotation(String)}).
32 private List<String> events = Lists.newArrayList();
35 public void hereHaveAString(String string) {
36 events.add(string);
39 public void methodWithoutAnnotation(String string) {
43 public List<String> getEvents() {
  /external/icu/icu4c/source/samples/case/
case.cpp 43 UnicodeString string("This is a test");
53 printUnicodeString(out, string);
54 string.toUpper(); /* string = "THIS IS A TEST" */
56 printUnicodeString(out, string);
57 string.toLower(); /* string = "this is a test" */
59 printUnicodeString(out, string);
64 string = upper;
65 string.toLower(Locale("tr", "TR")); /* Turkish lower case map string
    [all...]
  /external/libcxx/test/support/
platform_support.h 13 // - floating point number string output
44 #include <string>
50 std::string
53 std::string s("temp.XXXXXX");
  /external/llvm/include/llvm/IRReader/
IRReader.h 18 #include <string>
31 Module *getLazyIRFileModule(const std::string &Filename, SMDiagnostic &Err,
42 Module *ParseIRFile(const std::string &Filename, SMDiagnostic &Err,
  /external/llvm/include/llvm/Support/
Host.h 27 #include <string>
43 /// The target triple is a string in the format of:
47 std::string getDefaultTargetTriple();
51 std::string getProcessTriple();
64 /// \param Features - A string mapping feature names to either
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 19 std::string StringCatImpl(ArrayRef<const std::string *> Args) {
20 std::string S;
25 const VariadicFunction<std::string, std::string, StringCatImpl> StringCat = {};
59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) {
67 const VariadicFunction1<int, std::string *, std::string,
71 std::string S0("hi")
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 87 std::string Name;
89 std::string AsmString;
110 /// typeFromString - Translates an operand type from the string provided in
113 /// @param s - The string, as extracted by calling Rec->getName()
122 static OperandType typeFromString(const std::string& s,
126 /// string provided in the LLVM tables to an OperandEncoding for use in
133 static OperandEncoding immediateEncodingFromString(const std::string &s,
138 static OperandEncoding rmRegisterEncodingFromString(const std::string &s,
143 static OperandEncoding roRegisterEncodingFromString(const std::string &s,
145 static OperandEncoding memoryEncodingFromString(const std::string &s
    [all...]
  /external/oprofile/libutil++/
cverb.h 16 #include <string>
66 static bool setup(std::string const &);
67 /// convenient interface calling the above for string in args
68 static bool setup(std::vector<std::string> const & args);
  /art/compiler/
output_stream.h 23 #include <string>
37 explicit OutputStream(const std::string& location) : location_(location) {}
41 const std::string& GetLocation() const {
50 const std::string location_;
  /bionic/libc/bionic/
strchr.cpp 31 #include <string.h>
strrchr.cpp 31 #include <string.h>
strxfrm_l.cpp 29 #include <string.h>
  /bionic/libc/upstream-openbsd/lib/libc/string/
stpcpy.c 32 #include <string.h>
strlen.c 32 #include <string.h>
strncmp.c 32 #include <string.h>
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdsSection.java 35 * {@code non-null;} map from string constants to {@link
102 * @param string {@code non-null;} the string to intern, as a regular Java
103 * {@code String}
104 * @return {@code non-null;} the interned string
106 public StringIdItem intern(String string) {
107 CstUtf8 utf8 = new CstUtf8(string);
114 * @param string {@code non-null;} the string to intern, as a {@link CstString
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.h 11 #include <string.h>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenSource.cs 68 string SourceName {

Completed in 1764 milliseconds

<<919293949596979899100>>