Searched refs:os (Results 151 - 175 of 3641) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dbase_unittest.py14 import os namespace
17 PARENT_DIR = os.path.abspath(os.path.dirname(__file__))
18 TRUNK_DIR = os.path.abspath(os.path.join(PARENT_DIR, os.pardir, os.pardir))
26 TOOLS_DIR = os.path.join(TRUNK_DIR, 'tools')
38 self._testdata_dir = os.path.join(PARENT_DIR, 'testdata')
/external/chromium_org/tools/chrome_proxy/
H A Drun_tests11 import os namespace
14 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
15 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
22 base_dir = os.path.dirname(os.path.realpath(__file__))
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines-env.py11 import os namespace
18 os.environ['GYP_DEFINES'] = 'value=10'
21 del os.environ['GYP_DEFINES']
34 os.environ['GYP_DEFINES'] = 'value=20'
37 del os.environ['GYP_DEFINES']
52 os.environ['GYP_DEFINES'] = 'value=30'
55 del os.environ['GYP_DEFINES']
70 os.environ['GYP_DEFINES'] = 'value=40'
73 del os.environ['GYP_DEFINES']
/external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
H A Dgyptest-wrapper.py11 import os namespace
21 old_env = dict(os.environ)
22 os.environ['GYP_CROSSCOMPILE'] = '1'
24 os.environ.clear()
25 os.environ.update(old_env)
36 cc_expected = ('cc = ' + os.path.join('..', '..', 'distcc') + ' ' +
37 os.path.join('..', '..', 'clang'))
38 cc_host_expected = ('cc_host = ' + os.path.join('..', '..', 'ccache') + ' ' +
39 os.path.join('..', '..', 'clang'))
/external/e2fsprogs/lib/e2p/
H A Dostype.c29 const char *os; local
33 os = os_tab[os_type];
35 os = "(unknown os)";
37 ret = malloc(strlen(os)+1);
39 strcpy(ret, os);
62 int i, os; local
66 os = e2p_string2os(s);
67 printf("%d: %s (%d)\n", i, s, os);
68 if (i != os) {
[all...]
/external/libcxx/test/
H A Dmakemake.py14 import os namespace
19 for root, _dirs, files in os.walk('.'):
22 path = os.path.join(root, test)
23 out_name = os.path.splitext(path)[0] # trim .cpp
24 out_name = os.path.splitext(out_name)[0] # trim .pass
25 out_name = os.path.normpath(out_name)
27 with open(os.path.join(root, 'Android.mk'), 'w') as makefile:
28 makefile_path = os.path.normpath(os.path.join(
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-global-settings.py11 import os namespace
26 replacements = { 'PYTHON': '/usr/bin/python', 'PWD': os.getcwd()}
37 old_env = dict(os.environ)
38 os.environ['GYP_CROSSCOMPILE'] = '1'
40 os.environ.clear()
41 os.environ.update(old_env)
53 old_env = dict(os.environ)
54 os.environ['GYP_CROSSCOMPILE'] = '1'
56 os.environ.clear()
57 os
[all...]
/external/chromium_org/tools/python/google/
H A Dpath_utils.py11 import os namespace
18 script_filename = os.path.abspath(sys.argv[0])
19 return os.path.dirname(script_filename)
27 start_dir = os.path.abspath(start_dir)
30 (parent, tail) = os.path.split(path)
46 desired_path = os.path.join(*desired_list)
49 found_path = os.path.join(cur_dir, desired_path)
50 while not os.path.exists(found_path):
52 cur_dir = os.path.dirname(cur_dir)
56 found_path = os
[all...]
/external/gtest/include/gtest/
H A Dgtest-printers.h116 ::std::ostream* os);
127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { argument
137 sizeof(value), os); local
149 static void PrintValue(const T& value, ::std::ostream* os) { argument
154 *os << ("<" + pretty_str + ">");
168 static void PrintValue(const T& value, ::std::ostream* os) { argument
170 *os << kBigInt;
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
199 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument
218 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) argument
269 DefaultPrintTo(IsContainer , false_type , const C& container, ::std::ostream* os) argument
303 DefaultPrintTo(IsNotContainer , true_type , T* p, ::std::ostream* os) argument
335 DefaultPrintTo(IsNotContainer , false_type , const T& value, ::std::ostream* os) argument
353 PrintTo(const T& value, ::std::ostream* os) argument
386 PrintTo(char c, ::std::ostream* os) argument
390 PrintTo(static_cast<unsigned char>(c), os); local
394 PrintTo(bool x, ::std::ostream* os) argument
409 PrintTo(char* s, ::std::ostream* os) argument
410 PrintTo(ImplicitCast_<const char*>(s), os); local
415 PrintTo(const signed char* s, ::std::ostream* os) argument
416 PrintTo(ImplicitCast_<const void*>(s), os); local
418 PrintTo(signed char* s, ::std::ostream* os) argument
419 PrintTo(ImplicitCast_<const void*>(s), os); local
421 PrintTo(const unsigned char* s, ::std::ostream* os) argument
422 PrintTo(ImplicitCast_<const void*>(s), os); local
424 PrintTo(unsigned char* s, ::std::ostream* os) argument
425 PrintTo(ImplicitCast_<const void*>(s), os); local
436 PrintTo(wchar_t* s, ::std::ostream* os) argument
437 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
447 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
458 PrintTo(const ::string& s, ::std::ostream* os) argument
464 PrintTo(const ::std::string& s, ::std::ostream* os) argument
471 PrintTo(const ::wstring& s, ::std::ostream* os) argument
478 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
497 PrintTo(const ::std::tr1::tuple<& t, ::std::ostream* os) argument
502 PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) argument
507 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument
512 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument
517 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument
522 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument
529 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument
536 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument
543 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument
550 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument
557 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument
566 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
591 Print(const T& value, ::std::ostream* os) argument
611 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
662 Print(const T& value, ::std::ostream* os) argument
683 Print(const T& value, ::std::ostream* os) argument
690 Print(const T& value, ::std::ostream* os) argument
704 Print(const char* str, ::std::ostream* os) argument
708 UniversalPrint(string(str), os); local
715 Print(char* str, ::std::ostream* os) argument
724 Print(const wchar_t* str, ::std::ostream* os) argument
728 UniversalPrint(::std::wstring(str), os); local
737 Print(wchar_t* str, ::std::ostream* os) argument
743 UniversalTersePrint(const T& value, ::std::ostream* os) argument
752 UniversalPrint(const T& value, ::std::ostream* os) argument
774 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
778 ::Print(::std::tr1::get<N - 1>(t), os); local
809 PrintPrefixTo(const Tuple& t, ::std::ostream* os) argument
811 Print(::std::tr1::get<0>(t), os); local
825 PrintTupleTo(const T& t, ::std::ostream* os) argument
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Drun_parser.py9 import os.path namespace
12 sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
13 os.path.pardir, os.path.pardir))
/external/chromium_org/third_party/angle/
H A Dgenerate_projects12 import os
15 script_dir = os.path.join(os.path.dirname(__file__), 'build')
16 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
17 gyp_dir = os.path.join(angle_dir, 'third_party', 'gyp')
27 gyp_cmd = os.path.join(gyp_dir, 'gyp')
30 gyp_cmd += ' --include=' + os.path.join(script_dir, 'common.gypi')
38 gyp_cmd += ' ' + os
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_hmac_asn1.c69 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
70 if (os) {
71 if (os->data) {
72 OPENSSL_cleanse(os->data, os->length);
74 ASN1_OCTET_STRING_free(os);
/external/chromium_org/tools/perf/
H A Drun_benchmark6 import os namespace
9 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
16 base_dir = os.path.dirname(os.path.realpath(__file__))
H A Drun_tests11 import os namespace
14 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
21 base_dir = os.path.dirname(os.path.realpath(__file__))
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_sseq.pass.cpp31 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);
H A Dio.pass.cpp18 // 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());
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_sseq.pass.cpp31 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);
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_sseq.pass.cpp185 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);
H A Dio.pass.cpp22 // 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());
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dctor_sseq.pass.cpp31 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);
H A Dio.pass.cpp18 // 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());
/external/chromium_org/third_party/libxml/src/
H A Dconfig.sub130 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=-cnk
163 os=
169 os=-vxworks
173 os
[all...]
/external/elfutils/0.153/config/
H A Dconfig.sub130 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=-cnk
163 os=
169 os=-vxworks
173 os
[all...]
/external/libexif/
H A Dconfig.sub130 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=-cnk
163 os=
169 os=-vxworks
173 os
[all...]
/external/libpcap/
H A Dconfig.sub131 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=-cnk
164 os=
170 os=-vxworks
174 os
[all...]

Completed in 1033 milliseconds

1234567891011>>