OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpStr
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/test/
TestHash.cpp
81
char
tmpStr
[64];
96
sprintf(
tmpStr
, "entry %d", i);
97
hash = dvmComputeUtf8Hash(
tmpStr
);
98
dvmHashTableLookup(pTab, hash, strdup(
tmpStr
),
106
sprintf(
tmpStr
, "entry %d", i);
107
hash = dvmComputeUtf8Hash(
tmpStr
);
108
str = (const char*) dvmHashTableLookup(pTab, hash,
tmpStr
,
111
LOGE("TestHash: failure: could not find '%s'",
tmpStr
);
117
sprintf(
tmpStr
, "entry %d", 17);
118
hash = dvmComputeUtf8Hash(
tmpStr
);
[
all
...]
/hardware/invensense/mlsdk/mlutils/
mputest.c
336
char
tmpStr
[200];
421
sprintf(
tmpStr
, "Packet Count: %d - ", packet_count);
442
sprintf(
tmpStr
, "%sOK",
tmpStr
);
446
sprintf(
tmpStr
, "%sNOK - samples ignored",
tmpStr
);
448
MPL_LOGI("%s\n",
tmpStr
);
585
char
tmpStr
[200];
690
sprintf(
tmpStr
, "Packet Count: %d - ", packet_count);
714
sprintf(
tmpStr
, "%sOK", tmpStr)
[
all
...]
/libcore/luni/src/main/native/
java_math_NativeBN.cpp
307
char*
tmpStr
;
309
tmpStr
= BN_bn2dec(a);
310
if (
tmpStr
!= NULL) {
311
retStr = leadingZerosTrimmed(
tmpStr
);
313
OPENSSL_free(
tmpStr
);
321
char*
tmpStr
;
323
tmpStr
= BN_bn2hex(a);
324
if (
tmpStr
!= NULL) {
325
retStr = leadingZerosTrimmed(
tmpStr
);
327
OPENSSL_free(
tmpStr
);
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java
[
all
...]
/prebuilt/common/commons-compress/
commons-compress-1.0.jar
Completed in 1050 milliseconds