OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strarr
(Results
1 - 21
of
21
) sorted by null
/frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java
67
String[]
strArr
= new String[1];
68
strArr
[0] = str;
71
mDatabase.execSQL("INSERT INTO test (data) VALUES (?)",
strArr
);
89
String[]
strArr
= new String[1];
90
strArr
[0] = str;
93
mDatabase.execSQL("INSERT INTO test (data) VALUES (?)",
strArr
);
/external/clang/test/Sema/
string-plus-char.c
17
char
strArr
[] = "foo";
18
str =
strArr
+ 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
AntPathMatcher.java
205
char[]
strArr
= str.toCharArray();
209
int strIdxEnd =
strArr
.length - 1;
228
if (ch !=
strArr
[i]) {
243
if (ch !=
strArr
[strIdxStart]) {
264
if (ch !=
strArr
[strIdxEnd]) {
307
if (ch !=
strArr
[strIdxStart + i + j]) {
/external/clang/test/ARCMT/
objcmt-boxing.m
101
static const char
strarr
[] = "coolbox";
102
s = [NSString stringWithUTF8String:
strarr
];
objcmt-boxing.m.result
101
static const char
strarr
[] = "coolbox";
102
s = @(
strarr
);
/external/libunwind/tests/
Gtest-dyn1.c
55
static const char *
strarr
[] =
variable
217
(*funcp) (10, funcp, printf, "iteration %c%s\n",
strarr
);
219
(*funcp) (10, funcp, dev_null, "iteration %c%s\n",
strarr
);
/external/svox/pico/lib/
picokpr.h
97
/* knowledge base access routines for strings in
StrArr
*/
picokpr.c
271
/* knowledge base access routines for strings in
StrArr
*/
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java
363
char[]
strArr
= str.toCharArray();
367
int strIdxEnd =
strArr
.length - 1;
386
if (different(caseSensitive, ch,
strArr
[i])) {
405
if (different(caseSensitive, ch,
strArr
[strIdxStart])) {
425
if (different(caseSensitive, ch,
strArr
[strIdxEnd])) {
464
strArr
[strIdxStart + i + j])) {
/prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar
/external/guice/lib/build/
spring-core.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar
Completed in 1202 milliseconds