OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Strings
(Results
1 - 13
of
13
) sorted by null
/external/emma/core/java12/com/vladium/emma/report/html/doc/
Text.java
11
import com.vladium.util.
Strings
;
33
out.write (
Strings
.HTMLEscapeSP (m_text));
35
out.write (
Strings
.HTMLEscape (m_text));
AttributeSet.java
15
import com.vladium.util.
Strings
;
75
Strings
.HTMLEscape (value, m_buf);
/cts/libs/vogar-expect/src/vogar/util/
Strings.java
36
* Utility methods for
strings
.
38
public class
Strings
{
/external/bouncycastle/src/main/java/org/bouncycastle/util/
Strings.java
6
public final class
Strings
/external/emma/core/java12/com/vladium/util/
Strings.java
7
* $Id:
Strings
.java,v 1.1.1.1 2004/05/09 16:57:55 vlad_r Exp $
24
abstract class
Strings
33
public static String toListForm (final String []
strings
, final char delimiter)
35
if (
strings
== null) return null;
36
if (
strings
.length == 0) return "";
39
for (int i = 0, iLimit =
strings
.length; i < iLimit; ++ i)
42
s.append (
strings
[i]);
48
public static String [] removeDuplicates (final String []
strings
, final boolean removeNull)
50
if (
strings
== null) return
strings
;
[
all
...]
/external/chromium/testing/gtest/include/gtest/
gtest-printers.h
381
// types,
strings
, plain arrays, and pointers).
407
// Overloads for C
strings
.
434
// Overloads for wide C
strings
701
typedef ::std::vector<string>
Strings
;
725
static void TersePrintPrefixToStrings(const Tuple& t,
Strings
*
strings
) {
726
TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t,
strings
);
729
strings
->push_back(ss.str());
740
static void TersePrintPrefixToStrings(const Tuple&,
Strings
*) {}
756
static void TersePrintPrefixToStrings(const Tuple& t,
Strings
* strings)
[
all
...]
/external/llvm/utils/TableGen/
ClangAttrEmitter.cpp
27
std::vector<StringRef>
Strings
;
28
Strings
.reserve(List->getSize());
33
Strings
.push_back(S->getValue());
35
Strings
.push_back(C->getValue());
40
return
Strings
;
Record.cpp
[
all
...]
/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/lib/MC/
WinCOFFObjectWriter.cpp
136
StringTable
Strings
;
476
size_t StringTableEntry =
Strings
.insert(S.Name.c_str());
498
size_t StringTableEntry =
Strings
.insert(S.Name.c_str());
512
// This doesn't seem to be right.
Strings
referred to from the .data section
877
OS.write((char const *)&
Strings
.Data.front(),
Strings
.Data.size());
/external/clang/lib/Sema/
SemaExprObjC.cpp
31
Expr **
strings
,
33
StringLiteral **
Strings
= reinterpret_cast<StringLiteral**>(
strings
);
35
// Most ObjC
strings
are formed out of a single piece. However, we *can*
36
// have
strings
formed out of multiple @
strings
with multiple pptokens in
39
StringLiteral *S =
Strings
[0];
43
// Concatenate objc
strings
.
48
S =
Strings
[i];
50
// ObjC
strings
can't be wide
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h
222
#define back_tab CUR
Strings
[0]
223
#define bell CUR
Strings
[1]
224
#define carriage_return CUR
Strings
[2]
225
#define change_scroll_region CUR
Strings
[3]
226
#define clear_all_tabs CUR
Strings
[4]
227
#define clear_screen CUR
Strings
[5]
228
#define clr_eol CUR
Strings
[6]
229
#define clr_eos CUR
Strings
[7]
230
#define column_address CUR
Strings
[8]
231
#define command_character CUR
Strings
[9
[
all
...]
/external/emma/lib/
emma.jar
Completed in 351 milliseconds