OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:singleWord
(Results
1 - 4
of
4
) 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/llvm/unittests/ADT/
APIntTest.cpp
540
integerPart
singleWord
= ~integerPart(0) << (integerPartWidth - 1);
541
integerPart carry = APInt::tcDecrement(&
singleWord
, 1);
543
EXPECT_EQ(
singleWord
, ~integerPart(0) >> 1);
548
integerPart
singleWord
= 0;
549
integerPart carry = APInt::tcDecrement(&
singleWord
, 1);
551
EXPECT_EQ(
singleWord
, ~integerPart(0));
/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 82 milliseconds