HomeSort by relevance Sort by last modified time
    Searched refs:os (Results 426 - 450 of 25533) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
io.pass.cpp 18 // operator<<(basic_ostream<charT, traits>& os,
37 std::ostringstream os; local
38 os << e1;
39 std::istringstream is(os.str());
51 std::ostringstream os; local
52 os << e1;
53 std::istringstream is(os.str());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_sseq.pass.cpp 31 std::ostringstream os; local
32 os << e1;
33 assert(os.str() == a);
46 std::ostringstream os; local
47 os << e1;
48 assert(os.str() == a);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
ctor_sseq.pass.cpp 185 std::ostringstream os; local
186 os << e1;
187 assert(os.str() == a);
300 std::ostringstream os; local
301 os << e1;
302 assert(os.str() == a);
io.pass.cpp 22 // operator<<(basic_ostream<charT, traits>& os,
43 std::ostringstream os; local
44 os << e1;
45 std::istringstream is(os.str());
57 std::ostringstream os; local
58 os << e1;
59 std::istringstream is(os.str());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
ctor_sseq.pass.cpp 31 std::ostringstream os; local
32 os << e1;
33 assert(os.str() == a);
46 std::ostringstream os; local
47 os << e1;
48 assert(os.str() == a);
io.pass.cpp 18 // operator<<(basic_ostream<charT, traits>& os,
37 std::ostringstream os; local
38 os << e1;
39 std::istringstream is(os.str());
51 std::ostringstream os; local
52 os << e1;
53 std::istringstream is(os.str());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_openpty.py 3 import os, unittest
6 if not hasattr(os, "openpty"):
12 master, slave = os.openpty()
13 if not os.isatty(slave):
16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
test_unicode_file.py 4 import os, glob, time, shutil
35 if os.path.exists(filename):
36 os.unlink(filename)
45 self.assertTrue(os.path.exists(filename))
46 self.assertTrue(os.path.isfile(filename))
47 self.assertTrue(os.access(filename, os.R_OK))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename))
    [all...]
test_py_compile.py 2 import os
14 self.source_path = os.path.join(self.directory, '_test.py')
16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
21 drive = os.path.splitdrive(self.source_path)[0]
23 os.chdir(drive)
31 os.chdir(self.cwd_drive)
35 self.assertTrue(os.path.exists(self.pyc_path))
38 cwd = os.getcwd()
39 os.chdir(self.directory
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_openpty.py 3 import os, unittest
6 if not hasattr(os, "openpty"):
12 master, slave = os.openpty()
13 if not os.isatty(slave):
16 os.write(slave, 'Ping!')
17 self.assertEqual(os.read(master, 1024), 'Ping!')
test_unicode_file.py 4 import os, glob, time, shutil
35 if os.path.exists(filename):
36 os.unlink(filename)
45 self.assertTrue(os.path.exists(filename))
46 self.assertTrue(os.path.isfile(filename))
47 self.assertTrue(os.access(filename, os.R_OK))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename))
    [all...]
test_py_compile.py 2 import os
14 self.source_path = os.path.join(self.directory, '_test.py')
16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
21 drive = os.path.splitdrive(self.source_path)[0]
23 os.chdir(drive)
31 os.chdir(self.cwd_drive)
35 self.assertTrue(os.path.exists(self.pyc_path))
38 cwd = os.getcwd()
39 os.chdir(self.directory
    [all...]
  /device/google/contexthub/firmware/variant/lunchbox/
lunchbox.mk 29 SRCS_os += $(VARIANT_PATH)/src/os/i2c.c
30 SRCS_os += $(VARIANT_PATH)/src/os/spi.c
35 SRCS_os += os/drivers/rohm_rpr0521/rohm_rpr0521.c
38 SRCS_os += os/algos/fusion.c \
39 os/algos/common/math/mat.c \
40 os/algos/common/math/quat.c \
41 os/algos/common/math/vec.c
45 SRCS_os += os/drivers/bosch_bmi160/bosch_bmi160.c \
46 os/drivers/bosch_bmi160/bosch_bmm150_slave.c \
47 os/algos/calibration/magnetometer/mag_cal.c
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode_file.py 4 import os, glob, time, shutil
35 if os.path.exists(filename):
36 os.unlink(filename)
45 self.assertTrue(os.path.exists(filename))
46 self.assertTrue(os.path.isfile(filename))
47 self.assertTrue(os.access(filename, os.R_OK))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename)))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode_file.py 4 import os, glob, time, shutil
35 if os.path.exists(filename):
36 os.unlink(filename)
45 self.assertTrue(os.path.exists(filename))
46 self.assertTrue(os.path.isfile(filename))
47 self.assertTrue(os.access(filename, os.R_OK))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename))
    [all...]
test_py_compile.py 2 import os
14 self.source_path = os.path.join(self.directory, '_test.py')
16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
21 drive = os.path.splitdrive(self.source_path)[0]
23 os.chdir(drive)
31 os.chdir(self.cwd_drive)
35 self.assertTrue(os.path.exists(self.pyc_path))
38 cwd = os.getcwd()
39 os.chdir(self.directory
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 4 import os, glob, time, shutil
35 if os.path.exists(filename):
36 os.unlink(filename)
45 self.assertTrue(os.path.exists(filename))
46 self.assertTrue(os.path.isfile(filename))
47 self.assertTrue(os.access(filename, os.R_OK))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename))
    [all...]
test_py_compile.py 2 import os
14 self.source_path = os.path.join(self.directory, '_test.py')
16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
21 drive = os.path.splitdrive(self.source_path)[0]
23 os.chdir(drive)
31 os.chdir(self.cwd_drive)
35 self.assertTrue(os.path.exists(self.pyc_path))
38 cwd = os.getcwd()
39 os.chdir(self.directory
    [all...]
  /external/libnetfilter_conntrack/
config.sub 123 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
124 # Here we must recognize all the valid KERNEL-OS combinations.
131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cn
    [all...]
  /external/libnfnetlink/
config.sub 123 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
124 # Here we must recognize all the valid KERNEL-OS combinations.
131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cn
    [all...]
  /external/libexif/
config.sub 122 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
123 # Here we must recognize all the valid KERNEL-OS combinations.
130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cn
    [all...]
  /external/google-tv-pairing-protocol/cpp/
config.sub 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
120 # Here we must recognize all the valid KERNEL-OS combinations.
127 os=-$maybe_os
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cn
    [all...]
  /external/skia/infra/bots/ct/
run_ct_skps.py 9 import os
14 PARENT_DIR = os.path.dirname(os.path.realpath(__file__))
16 REPOS_BASE_DIR = os.path.normpath(os.path.join(
17 PARENT_DIR, os.pardir, os.pardir, os.pardir, os.pardir))
19 SKIA_SRC_DIR = os.path.join(REPOS_BASE_DIR, 'skia'
    [all...]
  /external/autotest/site_utils/
restart_latest.py 36 import os
57 if not os.path.exists(options.images):
70 os.chdir(options.images)
76 boards = [board for board in os.listdir('.') if os.path.isdir(board)]
79 latest_path = os.path.join(board, 'LATEST')
82 if not os.path.exists(latest_path):
85 build_path = os.path.join(board, open(latest_path, 'r').read().strip())
88 if not os.path.exists(build_path):
92 for test in os.listdir(build_path)
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/support/
run_bindings_generator.py 5 import os.path
11 out_dir = os.path.abspath(out_dir)
12 root_dir = os.path.abspath(root_dir)
13 mojom_file = os.path.abspath(mojom_file)
17 mojom_reldir = os.path.dirname(os.path.relpath(mojom_file, root_dir))
22 this_dir = os.path.dirname(os.path.abspath(__file__))
25 bindings_generator = os.path.join(this_dir, os.pardir, os.pardir, os.pardir
    [all...]

Completed in 949 milliseconds

<<11121314151617181920>>