OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dd
(Results
151 - 175
of
352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4j/
stylesheet7.css
282
.contentContainer .description dl
dd
, .contentContainer .details dl
dd
, .serializedFormContainer dl
dd
{
291
.serializedFormContainer dl.nameValue
dd
{
347
table tr td dl, table tr td dl dt, table tr td dl
dd
{
/external/valgrind/VEX/priv/
host_arm64_defs.c
3663
UInt
dd
= iregEnc(i->ARM64in.CSel.dst);
local
3734
UInt
dd
= iregEnc(i->ARM64in.FromSP.dst);
local
3745
UInt
dd
= iregEnc(i->ARM64in.Mul.dst);
local
3978
UInt
dd
= dregEnc(i->ARM64in.VCvtSD.dst);
local
3993
UInt
dd
= dregEnc(i->ARM64in.VCvtHS.dst);
local
4008
UInt
dd
= dregEnc(i->ARM64in.VCvtHD.dst);
local
4159
UInt
dd
= dregEnc(i->ARM64in.VFCSel.dst);
local
5248
UInt
dd
= dregEnc(i->ARM64in.VDfromX.rD);
local
5260
UInt
dd
= qregEnc(i->ARM64in.VQfromX.rQ);
local
5286
UInt
dd
= iregEnc(i->ARM64in.VXfromQ.rX);
local
5300
UInt
dd
= iregEnc(i->ARM64in.VXfromDorS.rX);
local
5319
UInt
dd
= qregEnc(rD);
local
5325
UInt
dd
= dregEnc(rD);
local
[
all
...]
/frameworks/native/cmds/installd/
utils.cpp
405
DIR *
dd
= NULL;
local
414
dd
= opendir(dstname);
415
if (
dd
== NULL) {
422
int ddfd = dirfd(
dd
);
428
closedir(
dd
);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py
312
dd
= localeconv()['decimal_point']
313
if
dd
:
314
string = string.replace(
dd
, '.')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py
312
dd
= localeconv()['decimal_point']
313
if
dd
:
314
string = string.replace(
dd
, '.')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/classes/
graph.py
772
u,v,
dd
= e
775
dd
= {}
787
datadict.update(
dd
)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java
233
Date
dd
= fmt.parse(expected);
local
239
otherDate + " ("+oLong+") = " + str3 + " not " +
dd
.toString() );
344
jdf.applyPattern("G yy/MM/
dd
");
/external/libopus/doc/
customdoxygen.css
451
.memdoc, dl.reflist
dd
{
478
dl.reflist
dd
{
847
dl.section
dd
{
930
dl.citelist
dd
{
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3_x86_64.asm
19
pd_8192: times 4
dd
8192
/external/nanopb-c/docs/
lsr.css
147
dd
{
/external/valgrind/auxprogs/
ppcfround.c
34
union { double
dd
; ULong ll; } u;
member in union:__anon20113
36
u.
dd
= d;