HomeSort by relevance Sort by last modified time
    Searched defs:Strings (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 298 sb.append(Strings.toLowerCase(numberFollower));
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
760 typedef ::std::vector<string> Strings;
784 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
785 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
788 strings->push_back(ss.str());
799 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
815 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /prebuilts/tools/common/fest/
fest-util-1.1.3.jar 
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 24 import com.vladium.util.Strings;
386 m_out.write (Strings.HTMLEscape (item.getName ()));
439 m_out.write (Strings.HTMLEscape (attr.getName ()));
442 m_out.write (Strings.HTMLEscape (buf.toString ()));
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 121 static const char *Strings[] = {
129 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
152 static const char *Strings[] = { "Not Permitted", "Permitted" };
156 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
162 static const char *Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" };
166 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
172 static const char *Strings[] =
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
batclass.h 104 WCHAR Strings[1];
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DefaultRequestDirectorTest.java 8 import com.xtremelabs.robolectric.util.Strings;
70 assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a happy response body"));
84 assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a happy response body"));
96 assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a cheery response body"));
118 assertThat(Strings.fromStream(getResponse.getEntity().getContent()), equalTo("a cheery response body"));
123 assertThat(Strings.fromStream(postResponse.getEntity().getContent()), equalTo("a cheery response body"));
135 assertThat(Strings.fromStream(getResponseStream), equalTo("a cheery response body"));
140 assertThat(Strings.fromStream(postResponseStream), equalTo("a cheery response body"));
158 assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a cheery response body"));
171 assertThat(Strings.fromStream(response.getEntity().getContent()), equalTo("a gloomy response body"))
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 121 StringTableBuilder Strings;
136 Strings.clear();
471 uint64_t StringTableEntry = Strings.getOffset(S.Name);
493 S.set_name_offset(Strings.getOffset(S.Name));
500 // This doesn't seem to be right. Strings referred to from the .data section
880 Strings.add(S->Name);
883 Strings.add(S->Name);
884 Strings.finalize(StringTableBuilder::WinCOFF);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 37 /// good way to indicate tombstone or empty keys for strings, we want
41 /// that DenseMap is really not appropriate for general strings.
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 35 Expr **strings,
37 StringLiteral **Strings = reinterpret_cast<StringLiteral**>(strings);
39 // Most ObjC strings are formed out of a single piece. However, we *can*
40 // have strings formed out of multiple @ strings with multiple pptokens in
43 StringLiteral *S = Strings[0];
47 // Concatenate objc strings.
52 S = Strings[i];
54 // ObjC strings can't be wide or UTF
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 283 /// strings.
324 MapTy Strings;
333 if (S.empty() && !Strings.empty())
342 std::tie(It, Inserted) = Strings.insert(std::make_pair(S, Entry));
359 auto InsertResult = Strings.insert(std::make_pair(S, Entry));
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 226 #define back_tab CUR Strings[0]
227 #define bell CUR Strings[1]
228 #define carriage_return CUR Strings[2]
229 #define change_scroll_region CUR Strings[3]
230 #define clear_all_tabs CUR Strings[4]
231 #define clear_screen CUR Strings[5]
232 #define clr_eol CUR Strings[6]
233 #define clr_eos CUR Strings[7]
234 #define column_address CUR Strings[8]
235 #define command_character CUR Strings[9
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 226 #define back_tab CUR Strings[0]
227 #define bell CUR Strings[1]
228 #define carriage_return CUR Strings[2]
229 #define change_scroll_region CUR Strings[3]
230 #define clear_all_tabs CUR Strings[4]
231 #define clear_screen CUR Strings[5]
232 #define clr_eol CUR Strings[6]
233 #define clr_eos CUR Strings[7]
234 #define column_address CUR Strings[8]
235 #define command_character CUR Strings[9
    [all...]
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 284 // GetInjectableArgvs() - returns the command line as a vector of strings.
389 # include <strings.h>
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 284 // GetInjectableArgvs() - returns the command line as a vector of strings.
389 # include <strings.h>
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 560 milliseconds

12 3 4