OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:singleWord
(Results
1 - 3
of
3
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java
574
String
singleWord
= null;
577
singleWord
= prefix;
581
if (
singleWord
!= null) {
584
singleWord
= part1;
589
if (
singleWord
!= null) {
592
singleWord
= part2;
597
if (
singleWord
!= null) {
600
singleWord
= part3;
605
if (
singleWord
!= null) {
608
singleWord
= normalizedSuffix(suffix)
[
all
...]
/external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c
853
static unsigned int
singleWord
[] = {0,
879
{ test_xvcvsxwdp, "xvcvsxwdp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_DOUBLE },
880
{ test_xvcvuxwdp, "xvcvuxwdp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_DOUBLE },
881
{ test_xvcvsxwsp, "xvcvsxwsp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_SINGLE },
882
{ test_xvcvuxwsp, "xvcvuxwsp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_SINGLE },
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c
853
static unsigned int
singleWord
[] = {0,
879
{ test_xvcvsxwdp, "xvcvsxwdp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_DOUBLE },
880
{ test_xvcvuxwdp, "xvcvuxwdp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_DOUBLE },
881
{ test_xvcvsxwsp, "xvcvsxwsp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_SINGLE },
882
{ test_xvcvuxwsp, "xvcvuxwsp", (void *)
singleWord
, 8, SINGLE_TEST, VX_CONV_TO_SINGLE },
[
all
...]
Completed in 5173 milliseconds