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

1 2 3 4 5 6 78 91011>>

  /external/libyuv/files/util/android/
test_runner.py 18 import os
21 SCRIPT_DIR = os.path.dirname(__file__)
22 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir))
23 CHROMIUM_BUILD_ANDROID_DIR = os.path.join(ROOT_DIR, 'build', 'android')
33 os.environ['CHECKOUT_SOURCE_ROOT'] = ROOT_DIR
  /external/python/cpython2/Lib/test/
test_openpty.py 3 import os, unittest
6 if not hasattr(os, "openpty"):
12 master, slave = os.openpty()
13 self.addCleanup(os.close, master)
14 self.addCleanup(os.close, slave)
15 if not os.isatty(slave):
18 os.write(slave, 'Ping!')
19 self.assertEqual(os.read(master, 1024), 'Ping!')
  /external/python/cpython2/Tools/scripts/
lll.py 8 import sys, os
11 for name in os.listdir(dirname):
12 if name not in (os.curdir, os.pardir):
13 full = os.path.join(dirname, name)
14 if os.path.islink(full):
15 print name, '->', os.readlink(full)
18 if not args: args = [os.curdir]
  /external/skia/bin/
list-skia-bots 9 import os
10 path = os.path.join(os.path.dirname(__file__), os.pardir, 'infra', 'bots', 'tasks.json')
  /external/skia/infra/bots/assets/android_ndk_darwin/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/android_ndk_linux/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/android_ndk_windows/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/android_sdk/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/armhf_sysroot/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/cast_toolchain/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/chromebook_arm_gles/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/clang_linux/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/go/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/linux_vulkan_intel_driver_release/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/linux_vulkan_sdk/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/protoc/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/scripts/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/skimage/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/skp/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/svg/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/valgrind/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/win_toolchain/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/win_vulkan_sdk/
common.py 12 import os
15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/v8/src/
machine-type.cc 11 std::ostream& operator<<(std::ostream& os, MachineRepresentation rep) {
12 return os << MachineReprToString(rep);
52 std::ostream& operator<<(std::ostream& os, MachineSemantic type) {
55 return os << "kMachNone";
57 return os << "kTypeBool";
59 return os << "kTypeInt32";
61 return os << "kTypeUint32";
63 return os << "kTypeInt64";
65 return os << "kTypeUint64";
67 return os << "kTypeNumber"
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 78 91011>>