Searched refs:os (Results 1 - 25 of 1953) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/build/
H A D__init__.py4 import os namespace
/external/chromium-trace/trace-viewer/perf_insights/
H A D__init__.py4 import os namespace
/external/chromium-trace/trace-viewer/perf_insights/bin/
H A D__init__.py4 import os namespace
/external/chromium-trace/trace-viewer/perf_insights/perf_insights/
H A D__init__.py4 import os namespace
/external/chromium-trace/trace-viewer/hooks/
H A D__init__.py4 import os namespace
/external/zlib/src/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/external/pdfium/build/
H A Dgyp_pdfium.py5 import os namespace
7 path = os.path.abspath(os.path.split(__file__)[0])
8 execfile(os.path.join(path, 'gyp_pdfium'))
/external/skia/
H A Dgyp_skia.py15 import os namespace
17 path = os.path.abspath(os.path.split(__file__)[0])
18 execfile(os.path.join(path, 'gyp_skia'))
/external/v8/build/
H A Dgyp_v8.py38 import os namespace
40 path = os.path.abspath(os.path.split(__file__)[0])
41 execfile(os.path.join(path, 'gyp_v8'))
/external/fonttools/MetaTools/
H A DbuildChangeLog.py3 import os, sys namespace
5 fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
6 os.path.join(os.getcwd(), sys.argv[0]))))
8 os.chdir(fontToolsDir)
9 os.system("git2cl > Doc/ChangeLog")
/external/v8/src/
H A Dobjects-printer.cc19 OFStream os(stdout);
20 this->Print(os);
21 os << flush;
25 void Object::Print(OStream& os) { // NOLINT argument
27 Smi::cast(this)->SmiPrint(os);
29 HeapObject::cast(this)->HeapObjectPrint(os);
34 void HeapObject::PrintHeader(OStream& os, const char* id) { // NOLINT argument
35 os << "" << reinterpret_cast<void*>(this) << ": [" << id << "]\n";
39 void HeapObject::HeapObjectPrint(OStream& os) { // NOLINT argument
44 String::cast(this)->StringPrint(os);
196 ByteArrayPrint(OStream& os) argument
201 FreeSpacePrint(OStream& os) argument
217 FixedTypedArrayPrint(OStream& os) argument
222 PrintProperties(OStream& os) argument
254 DoPrintElements(OStream& os, Object* object) argument
262 PrintElements(OStream& os) argument
344 PrintTransitions(OStream& os) argument
382 JSObjectPrint(OStream& os) argument
398 JSModulePrint(OStream& os) argument
422 SymbolPrint(OStream& os) argument
432 MapPrint(OStream& os) argument
467 CodeCachePrint(OStream& os) argument
474 PolymorphicCodeCachePrint(OStream& os) argument
480 TypeFeedbackInfoPrint(OStream& os) argument
488 AliasedArgumentsEntryPrint(OStream& os) argument
494 FixedArrayPrint(OStream& os) argument
504 FixedDoubleArrayPrint(OStream& os) argument
519 ConstantPoolArrayPrint(OStream& os) argument
556 JSValuePrint(OStream& os) argument
562 JSMessageObjectPrint(OStream& os) argument
574 StringPrint(OStream& os) argument
601 NamePrint(OStream& os) argument
629 JSDatePrint(OStream& os) argument
653 JSProxyPrint(OStream& os) argument
664 JSFunctionProxyPrint(OStream& os) argument
677 JSSetPrint(OStream& os) argument
685 JSMapPrint(OStream& os) argument
695 OrderedHashTableIteratorPrint(OStream& os) argument
714 JSSetIteratorPrint(OStream& os) argument
720 JSMapIteratorPrint(OStream& os) argument
726 JSWeakMapPrint(OStream& os) argument
734 JSWeakSetPrint(OStream& os) argument
742 JSArrayBufferPrint(OStream& os) argument
751 JSTypedArrayPrint(OStream& os) argument
763 JSDataViewPrint(OStream& os) argument
773 JSFunctionPrint(OStream& os) argument
794 SharedFunctionInfoPrint(OStream& os) argument
829 JSGlobalProxyPrint(OStream& os) argument
837 JSGlobalObjectPrint(OStream& os) argument
845 JSBuiltinsObjectPrint(OStream& os) argument
851 CellPrint(OStream& os) argument
856 PropertyCellPrint(OStream& os) argument
861 CodePrint(OStream& os) argument
871 ForeignPrint(OStream& os) argument
876 ExecutableAccessorInfoPrint( OStream& os) argument
888 DeclaredAccessorInfoPrint(OStream& os) argument
897 DeclaredAccessorDescriptorPrint( OStream& os) argument
905 BoxPrint(OStream& os) argument
912 AccessorPairPrint(OStream& os) argument
920 AccessCheckInfoPrint(OStream& os) argument
929 InterceptorInfoPrint(OStream& os) argument
941 CallHandlerInfoPrint(OStream& os) argument
949 FunctionTemplateInfoPrint(OStream& os) argument
971 ObjectTemplateInfoPrint(OStream& os) argument
982 SignatureInfoPrint(OStream& os) argument
990 TypeSwitchInfoPrint(OStream& os) argument
997 AllocationSitePrint(OStream& os) argument
1021 AllocationMementoPrint(OStream& os) argument
1032 ScriptPrint(OStream& os) argument
1051 DebugInfoPrint(OStream& os) argument
1061 BreakPointInfoPrint(OStream& os) argument
1071 PrintDescriptors(OStream& os) argument
1082 PrintTransitions(OStream& os) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py24 the python os library)
34 import os, os.path, string, sys namespace
42 if os.environ.has_key('ANT_HOME'):
43 ANT_HOME = os.environ['ANT_HOME']
45 ANT_HOME = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
48 ANT_LIB = os.path.join(ANT_HOME, 'lib')
52 if not os
[all...]
/external/skia/platform_tools/android/tests/
H A Dtest_variables.py12 import os namespace
15 SCRIPT_DIR = os.path.dirname(__file__)
16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir))
19 BIN_DIR = os.path.join(ANDROID_DIR, 'bin')
22 GYP_GEN_DIR = os.path.join(ANDROID_DIR, 'gyp_gen')
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
H A Dmove.pass.cpp48 test_ostream<char> os(std::move(os1));
50 assert(os.rdbuf() == 0);
51 assert(os.tie() == 0);
52 assert(os.fill() == ' ');
53 assert(os.rdstate() == os.goodbit);
54 assert(os.exceptions() == os.goodbit);
55 assert(os.flags() == (os
[all...]
H A Dstreambuf.pass.cpp31 std::basic_ostream<char> os(&sb);
32 assert(os.rdbuf() == &sb);
33 assert(os.tie() == 0);
34 assert(os.fill() == ' ');
35 assert(os.rdstate() == os.goodbit);
36 assert(os.exceptions() == os.goodbit);
37 assert(os.flags() == (os
[all...]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/
H A Dio.pass.cpp16 // operator<<(basic_ostream<CharT, Traits>& os, shared_ptr<Y> const& p);
25 std::ostringstream os; local
26 assert(os.str().empty());
27 os << p;
28 assert(!os.str().empty());
/external/skia/tools/
H A Dfix_pythonpath.py10 import os namespace
14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
15 os.path.dirname(os.path.abspath(__file__)), os.pardir))
/external/libvncserver/libvncserver/
H A Dzrleoutstream.c68 zrleOutStream *os; local
70 os = malloc(sizeof(zrleOutStream));
71 if (os == NULL)
74 if (!zrleBufferAlloc(&os->in, ZRLE_IN_BUFFER_SIZE)) {
75 free(os);
79 if (!zrleBufferAlloc(&os->out, ZRLE_OUT_BUFFER_SIZE)) {
80 zrleBufferFree(&os->in);
81 free(os);
85 os->zs.zalloc = Z_NULL;
86 os
97 zrleOutStreamFree(zrleOutStream *os) argument
105 zrleOutStreamFlush(zrleOutStream *os) argument
151 zrleOutStreamOverrun(zrleOutStream *os, int size) argument
212 zrleOutStreamCheck(zrleOutStream *os, int size) argument
220 zrleOutStreamWriteBytes(zrleOutStream *os, const zrle_U8 *data, int length) argument
233 zrleOutStreamWriteU8(zrleOutStream *os, zrle_U8 u) argument
239 zrleOutStreamWriteOpaque8(zrleOutStream *os, zrle_U8 u) argument
245 zrleOutStreamWriteOpaque16(zrleOutStream *os, zrle_U16 u) argument
252 zrleOutStreamWriteOpaque32(zrleOutStream *os, zrle_U32 u) argument
261 zrleOutStreamWriteOpaque24A(zrleOutStream *os, zrle_U32 u) argument
269 zrleOutStreamWriteOpaque24B(zrleOutStream *os, zrle_U32 u) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/
H A D__init__.py5 import os namespace
9 tvcm_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
13 vinn_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
/external/chromium-trace/trace-viewer/tracing/build/
H A Dgjslint6 import os namespace
9 src_dir = os.path.join(os.path.dirname(__file__), '..')
12 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
17 os.path.join(top_dir, 'tracing', 'tracing'),
/external/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py12 import os namespace
15 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
20 SKIA_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir,
21 os.pardir))
22 DIR_CONTENTS = os.listdir(SKIA_DIR)
49 gyp_source_dir = os
[all...]
/external/v8/src/compiler/
H A Dschedule.cc15 OStream& operator<<(OStream& os, const BasicBlockData::Control& c) { argument
18 return os << "none";
20 return os << "goto";
22 return os << "branch";
24 return os << "return";
26 return os << "throw";
29 return os;
33 OStream& operator<<(OStream& os, const Schedule& s) { argument
38 os << "--- BLOCK B" << block->id();
39 if (block->PredecessorCount() != 0) os << " <
[all...]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp29 std::ostringstream os; local
30 os << e;
31 assert(os.str() == "5");
36 std::ostringstream os; local
37 os << e;
38 assert(os.str() == "5");
43 std::ostringstream os; local
44 os << e;
45 assert(os.str() == "1");
57 std::ostringstream os; local
64 std::ostringstream os; local
71 std::ostringstream os; local
85 std::ostringstream os; local
92 std::ostringstream os; local
99 std::ostringstream os; local
113 std::ostringstream os; local
120 std::ostringstream os; local
127 std::ostringstream os; local
[all...]
/external/llvm/bindings/python/llvm/tests/
H A Dbase.py1 import os.path namespace
26 path = os.path.join(d, lib)
28 if os.path.exists(path):
35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp46 std::ostream os(&sb);
47 os.flush();
48 assert(os.good());
50 os.flush();
51 assert(os.bad());

Completed in 811 milliseconds

1234567891011>>