OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strings
(Results
351 - 375
of
7947
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/docs/downloads/devbytes/
ListViewDeletion.zip
PictureViewer.zip
PropertyAnimations.zip
RequestDuringLayout.zip
ViewAnimations.zip
/frameworks/base/docs/downloads/training/
EffectiveNavigation.zip
LocationAware.zip
NetworkUsage.zip
NsdChat.zip
/frameworks/base/libs/usb/tests/accessorytest/
f_accessory.h
31
/* Indexes for
strings
sent by the host via ACCESSORY_SEND_STRING */
59
* The device can later retrieve these
strings
via the
65
* The host sends this after setting all its
strings
to the device.
136
/* ioctls for retrieving
strings
set by the host */
/frameworks/base/test-runner/src/android/test/
ComparisonFailure.java
20
* Thrown when an assert equals for
Strings
failed.
/frameworks/compile/mclinker/lib/LD/
DebugString.cpp
42
llvm::StringRef
strings
;
local
47
strings
= frag->getRegion().data();
51
// get the debug
strings
and add them into merged string table
52
const char* str =
strings
.data();
/libcore/libart/src/main/java/java/lang/
DexCache.java
38
* A dex cache holds resolved copies of
strings
, fields, methods, and classes from the dexfile.
66
* References to
strings
as they become resolved following interpreter semantics. All
strings
69
String[]
strings
;
field in class:DexCache
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
Writer.java
20
* Used to write
strings
to an arbitrary output source.
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java
59
private Token[] makeTokens(String[]
strings
) {
60
Token[] tokens = new Token[
strings
.length];
61
for (int i = 0; i <
strings
.length; i++) {
62
String str =
strings
[i];
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
StringUtils.java
6
* A small utility class for working with
strings
.
/packages/experimental/StrictModeTest/
Android.mk
18
LOCAL_MODULE_TAGS := tests # Allows non-localized
strings
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h
18
PyObject *co_names; /* list of
strings
(names used) */
19
PyObject *co_varnames; /* tuple of
strings
(local variable names) */
20
PyObject *co_freevars; /* tuple of
strings
(free variable names) */
21
PyObject *co_cellvars; /* tuple of
strings
(cell variable names) */
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h
18
PyObject *co_names; /* list of
strings
(names used) */
19
PyObject *co_varnames; /* tuple of
strings
(local variable names) */
20
PyObject *co_freevars; /* tuple of
strings
(free variable names) */
21
PyObject *co_cellvars; /* tuple of
strings
(cell variable names) */
/prebuilts/tools/common/fest/
fest-util-1.1.3-sources.jar
/system/bt/embdrv/sbc/decoder/include/
oi_string.h
139
* Compares two Null terminated
strings
152
* Compares the first "len" OI_CHARs of
strings
s1 and s2.
169
* Compares two Null terminated
strings
, treating
184
* Compares the first "len" OI_CHARs of
strings
s1 and s2,
/external/icu/icu4c/source/common/unicode/
uset.h
63
* not for the
strings
.
65
* full case folding
strings
for the code points, and reduces
strings
of
71
*
Strings
are matched by comparing the case-folded form from the closure
75
* set contained case-equivalent
strings
(like U+00DF for "ss" or "Ss" etc.).
100
* without
strings
(which is the common case):
109
* When a set contains multi-code point
strings
, then these statements may not
110
* be true, depending on the
strings
in the set (for example, whether they
112
* For a set with
strings
:
114
* but the same set of
strings
[
all
...]
/art/test/016-intern/src/
Main.java
18
* Interned
strings
26
// Two interned
strings
should match.
/developers/samples/android/connectivity/network/NetworkConnect/
template-params.xml
28
<
strings
>
35
</
strings
>
/developers/samples/android/connectivity/nfc/BeamLargeFiles/
template-params.xml
26
<
strings
>
39
</
strings
>
Completed in 185 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>