OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strings
(Results
176 - 200
of
7947
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/base/include/base/
strings.h
26
// Splits a string into a vector of
strings
.
37
// Joins a vector of
strings
into a single string, using the given separator.
39
std::string Join(const std::vector<StringT>&
strings
, char separator);
/external/fonttools/Lib/fontTools/
cffLib.py
33
self.
strings
= IndexedStrings(file)
35
self.topDictIndex.
strings
= self.
strings
55
strings
= IndexedStrings()
61
writer.add(fontNames.getCompiler(
strings
, None))
62
topCompiler = self.topDictIndex.getCompiler(
strings
, None)
64
writer.add(
strings
.getCompiler())
65
writer.add(self.GlobalSubrs.getCompiler(
strings
, None))
72
for child in topCompiler.getChildren(
strings
):
179
def __init__(self, items,
strings
, parent)
[
all
...]
/bionic/libc/bionic/
strerror_r.cpp
23
static const char* __code_string_lookup(const Pair*
strings
, int code) {
24
for (size_t i = 0;
strings
[i].msg != NULL; ++i) {
25
if (
strings
[i].code == code) {
26
return
strings
[i].msg;
/developers/build/prebuilts/gradle/SpeedTracker/
README
7
Application/src/main/res/values/
strings
.xml:
/developers/samples/android/wearable/wear/SpeedTracker/
README
7
Application/src/main/res/values/
strings
.xml:
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java
10
import org.bouncycastle.util.
Strings
;
48
ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)objIds.get(
Strings
.toUpperCase(name));
79
return (ASN1ObjectIdentifier)objIds.get(
Strings
.toUpperCase(name));
92
* returns an enumeration containing the name
strings
for curves
/external/compiler-rt/test/asan/TestCases/
no_asan_gen_globals.c
6
// Make sure __asan_gen_*
strings
do not end up in the symbol table.
/external/freetype/src/autofit/
afblue.cin
5
/* Auto-fitter data for blue
strings
(body). */
/external/icu/icu4c/source/i18n/
smpdtfst.h
10
* parsing of literal characters in date/time
strings
.
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
GeneratedTextureKey.java
14
*
strings
.
/external/lldb/test/
argparse_compat.py
75
strings
= []
77
strings
.append(str(k) + '=' + str(v))
78
strings
.sort()
80
return self.__class__.__name__ + '(' + ', '.join(
strings
) + ')'
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
TestDataFormatterLibcxxVector.py
155
# check if we can display
strings
158
self.expect("frame variable
strings
",
163
self.expect("p
strings
",
170
self.expect("frame variable
strings
",
176
self.expect("p
strings
",
184
self.expect("frame variable
strings
",
188
self.expect("frame variable
strings
[0]",
190
self.expect("frame variable
strings
[1]",
195
self.expect("frame variable
strings
",
/external/lldb/test/lang/cpp/rdar12991846/
TestRdar12991846.py
3
Test that the expression parser returns proper Unicode
strings
.
33
"""Test that the expression parser returns proper Unicode
strings
."""
40
"""Test that the expression parser returns proper Unicode
strings
."""
52
"""Test that the expression parser returns proper Unicode
strings
."""
/external/lldb/test/lang/objc/foundation/
TestConstStrings.py
2
Test that objective-c constant
strings
are generated correctly by the expression
16
d = {'OBJC_SOURCES': 'const-
strings
.m'}
36
self.main_source = "const-
strings
.m"
56
# Test empty
strings
, too.
/external/llvm/test/FileCheck/
check-prefixes.txt
9
; CHECK-NONEXISTENT-PREFIX: error: no check
strings
found with prefix 'PREFIX{{:}}'
/external/proguard/src/proguard/classfile/util/
StringSharer.java
31
* This ClassVisitor shares
strings
in the class files that it visits.
50
// Replace name
strings
in the constant pool by shared
strings
.
53
// Replace attribute name
strings
in the constant pool by internalized
54
//
strings
.
68
// Replace the interface name
strings
by the shared name
strings
.
114
// Put the actual class member's name and type
strings
in the class
127
// Put the actual class member's name and type
strings
in the class
/external/regex-re2/re2/testing/
exhaustive_tester.h
17
// then generate all
strings
of a given length over a given alphabet,
22
// of random regexp and
strings
, allowing testing of larger expressions
48
// Causes testing to generate random input
strings
.
63
bool randomstrings_; // Whether to use random
strings
string_generator_test.cc
25
// * it generates
strings
that are non-decreasing in length.
26
// *
strings
of the same length are sorted in alphabet order.
28
// * it generates the right number of
strings
.
32
//
strings
can just be compared lexicographically.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Strings.java
6
public class
Strings
{
/external/strace/tests/
match.awk
1
# s[] is array of match
strings
/external/valgrind/none/tests/amd64-linux/
filter_stderr
5
# Remove ==pid== and --pid-- and **pid**
strings
/frameworks/base/docs/downloads/devbytes/
LayoutTransChanging.zip
/frameworks/base/docs/html/training/basics/supporting-devices/
languages.jd
3
page.tags=
strings
,localizing,localization,resources,formats,l10n
26
<p>It?s always a good practice to extract UI
strings
from your app code and keep them
34
types. There are also a few default files such as <code>res/values/
strings
.xml</code>, which holds
54
strings
.xml
56
strings
.xml
58
strings
.xml
69
<p>English (default locale), <code>/values/
strings
.xml</code>:</p>
80
<p>Spanish, <code>/values-es/
strings
.xml</code>:</p>
91
<p>French, <code>/values-fr/
strings
.xml</code>:</p>
/frameworks/base/libs/usb/tests/AccessoryChat/
README.txt
3
AccessoryChat - A Java app with a chat-like UI that sends and receives
strings
/frameworks/ex/framesequence/samples/FrameSequenceSamples/res/values/
strings.xml
3
<!-- NOTE: all
strings
should be marked as translatable=false,
Completed in 802 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>