OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdir
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c
160
int
rdir
, s2, s5, spec_case, try_quick;
local
324
if ( (
rdir
= fpi->rounding - 1) !=0) {
325
if (
rdir
< 0)
326
rdir
= 2;
328
rdir
= 3 -
rdir
;
331
/* Now
rdir
= 0 ==> round near, 1 ==> round up, 2 ==> round down. */
333
if (ilim >= 0 && ilim <= Quick_max && try_quick && !
rdir
473
if (
rdir
) {
474
if (
rdir
== 1
[
all
...]
/external/chromium_org/third_party/libxml/src/
regressions.py
217
rdir
= ''
219
rdir
+= testDescription['resdir'] + '/'
221
rdir
+= testDescription['ressub'] + '/'
242
runOneTest(testDescription, os.path.basename(f), dir,
rdir
)
/external/lldb/test/
dotest.py
225
rdir
= None
variable
411
global
rdir
631
rdir
= os.path.abspath(args.R)
632
if os.path.exists(
rdir
):
634
print 'Removing tree:',
rdir
635
shutil.rmtree(
rdir
)
640
rdir
= os.path.abspath(args.r)
641
if os.path.exists(
rdir
):
642
print 'Relocated directory:',
rdir
, 'must not exist!'
696
if
rdir
[
all
...]
/frameworks/base/tools/aapt/
AaptAssets.cpp
1221
sp<AaptDir>
rdir
= resDir(resType);
local
[
all
...]
Completed in 80 milliseconds