/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 41 StdoutStream os; in Print() local 42 this->Print(os); in Print() 43 os << std::flush; in Print() 46 void Object::Print(std::ostream& os) const { in Print() 48 os << "Smi: " << std::hex << "0x" << Smi::ToInt(*this); in Print() 49 os << std::dec << " (" << Smi::ToInt(*this) << ")\n"; in Print() 51 HeapObject::cast(*this).HeapObjectPrint(os); in Print() 57 void PrintHeapObjectHeaderWithoutMap(HeapObject object, std::ostream& os, in PrintHeapObjectHeaderWithoutMap() argument 60 os << reinterpret_cast<void*>(object.ptr()) << ": ["; in PrintHeapObjectHeaderWithoutMap() 62 os << i in PrintHeapObjectHeaderWithoutMap() 75 PrintDictionaryContents(std::ostream& os, T dict) PrintDictionaryContents() argument 103 PrintHeader(std::ostream& os, const char* id) PrintHeader() argument 109 HeapObjectPrint(std::ostream& os) HeapObjectPrint() argument 288 ByteArrayPrint(std::ostream& os) ByteArrayPrint() argument 295 BytecodeArrayPrint(std::ostream& os) BytecodeArrayPrint() argument 301 FreeSpacePrint(std::ostream& os) FreeSpacePrint() argument 305 PrintProperties(std::ostream& os) PrintProperties() argument 371 DoPrintElements(std::ostream& os, Object object, int length) DoPrintElements() argument 404 PrintTypedArrayElements(std::ostream& os, const ElementType* data_ptr, size_t length, bool is_on_heap) PrintTypedArrayElements() argument 434 PrintFixedArrayElements(std::ostream& os, T array) PrintFixedArrayElements() argument 457 PrintDictionaryElements(std::ostream& os, FixedArrayBase elements) PrintDictionaryElements() argument 468 PrintSloppyArgumentElements(std::ostream& os, ElementsKind kind, SloppyArgumentsElements elements) PrintSloppyArgumentElements() argument 495 PrintEmbedderData(Isolate* isolate, std::ostream& os, EmbedderDataSlot slot) PrintEmbedderData() argument 508 PrintElements(std::ostream& os) PrintElements() argument 564 JSObjectPrintHeader(std::ostream& os, JSObject obj, const char* id) JSObjectPrintHeader() argument 591 JSObjectPrintBody(std::ostream& os, JSObject obj, bool print_elements = true) JSObjectPrintBody() argument 619 JSObjectPrint(std::ostream& os) JSObjectPrint() argument 624 JSGeneratorObjectPrint(std::ostream& os) JSGeneratorObjectPrint() argument 684 JSArrayPrint(std::ostream& os) JSArrayPrint() argument 690 JSPromisePrint(std::ostream& os) JSPromisePrint() argument 704 JSRegExpPrint(std::ostream& os) JSRegExpPrint() argument 713 JSRegExpStringIteratorPrint(std::ostream& os) JSRegExpStringIteratorPrint() argument 723 SymbolPrint(std::ostream& os) SymbolPrint() argument 736 DescriptorArrayPrint(std::ostream& os) DescriptorArrayPrint() argument 756 PrintFixedArrayWithHeader(std::ostream& os, FixedArray array, const char* type) PrintFixedArrayWithHeader() argument 765 PrintWeakArrayElements(std::ostream& os, T* array) PrintWeakArrayElements() argument 791 ObjectBoilerplateDescriptionPrint( std::ostream& os) ObjectBoilerplateDescriptionPrint() argument 796 EmbedderDataArrayPrint(std::ostream& os) EmbedderDataArrayPrint() argument 809 FixedArrayPrint(std::ostream& os) FixedArrayPrint() argument 826 AccessorInfoPrint(std::ostream& os) AccessorInfoPrint() argument 842 PrintContextWithHeader(std::ostream& os, Context context, const char* type) PrintContextWithHeader() argument 859 ContextPrint(std::ostream& os) ContextPrint() argument 863 NativeContextPrint(std::ostream& os) NativeContextPrint() argument 881 PrintTableContentsGeneric(std::ostream& os, T dict, DataPrinter print_data_at) PrintTableContentsGeneric() argument 904 PrintDictionaryContentsFull(std::ostream& os, T dict) PrintDictionaryContentsFull() argument 916 PrintHashMapContentsFull(std::ostream& os, T dict) PrintHashMapContentsFull() argument 925 PrintHashSetContentsFull(std::ostream& os, T dict) PrintHashSetContentsFull() argument 934 PrintOrderedHashTableHeaderAndBuckets(std::ostream& os, T table, const char* type) PrintOrderedHashTableHeaderAndBuckets() argument 956 PrintHashTableHeader(std::ostream& os, T table, const char* type) PrintHashTableHeader() argument 965 ObjectHashTablePrint(std::ostream& os) ObjectHashTablePrint() argument 970 NameToIndexHashTablePrint(std::ostream& os) NameToIndexHashTablePrint() argument 975 RegisteredSymbolTablePrint(std::ostream& os) RegisteredSymbolTablePrint() argument 980 NumberDictionaryPrint(std::ostream& os) NumberDictionaryPrint() argument 985 EphemeronHashTablePrint(std::ostream& os) EphemeronHashTablePrint() argument 990 NameDictionaryPrint(std::ostream& os) NameDictionaryPrint() argument 995 GlobalDictionaryPrint(std::ostream& os) GlobalDictionaryPrint() argument 1000 SmallOrderedHashSetPrint(std::ostream& os) SmallOrderedHashSetPrint() argument 1005 SmallOrderedHashMapPrint(std::ostream& os) SmallOrderedHashMapPrint() argument 1010 SmallOrderedNameDictionaryPrint( std::ostream& os) SmallOrderedNameDictionaryPrint() argument 1016 OrderedHashSetPrint(std::ostream& os) OrderedHashSetPrint() argument 1021 OrderedHashMapPrint(std::ostream& os) OrderedHashMapPrint() argument 1026 OrderedNameDictionaryPrint(std::ostream& os) OrderedNameDictionaryPrint() argument 1031 print_hex_byte(std::ostream& os, int value) print_hex_byte() argument 1036 SwissNameDictionaryPrint(std::ostream& os) SwissNameDictionaryPrint() argument 1098 PropertyArrayPrint(std::ostream& os) PropertyArrayPrint() argument 1106 FixedDoubleArrayPrint(std::ostream& os) FixedDoubleArrayPrint() argument 1113 WeakFixedArrayPrint(std::ostream& os) WeakFixedArrayPrint() argument 1120 WeakArrayListPrint(std::ostream& os) WeakArrayListPrint() argument 1128 TransitionArrayPrint(std::ostream& os) TransitionArrayPrint() argument 1133 FeedbackCellPrint(std::ostream& os) FeedbackCellPrint() argument 1151 StdoutStream os; Print() local 1158 FeedbackVectorSpecPrint(std::ostream& os) FeedbackVectorSpecPrint() argument 1175 FeedbackMetadataPrint(std::ostream& os) FeedbackMetadataPrint() argument 1189 ClosureFeedbackCellArrayPrint(std::ostream& os) ClosureFeedbackCellArrayPrint() argument 1193 FeedbackVectorPrint(std::ostream& os) FeedbackVectorPrint() argument 1234 FeedbackSlotPrint(std::ostream& os, FeedbackSlot slot) FeedbackSlotPrint() argument 1239 Print(std::ostream& os) Print() argument 1283 OddballPrint(std::ostream& os) OddballPrint() argument 1293 JSAsyncFunctionObjectPrint(std::ostream& os) JSAsyncFunctionObjectPrint() argument 1297 JSAsyncGeneratorObjectPrint(std::ostream& os) JSAsyncGeneratorObjectPrint() argument 1301 JSArgumentsObjectPrint(std::ostream& os) JSArgumentsObjectPrint() argument 1305 JSStringIteratorPrint(std::ostream& os) JSStringIteratorPrint() argument 1312 JSAsyncFromSyncIteratorPrint(std::ostream& os) JSAsyncFromSyncIteratorPrint() argument 1319 JSPrimitiveWrapperPrint(std::ostream& os) JSPrimitiveWrapperPrint() argument 1325 JSMessageObjectPrint(std::ostream& os) JSMessageObjectPrint() argument 1336 StringPrint(std::ostream& os) StringPrint() argument 1344 NamePrint(std::ostream& os) NamePrint() argument 1355 JSDatePrint(std::ostream& os) JSDatePrint() argument 1376 JSSetPrint(std::ostream& os) JSSetPrint() argument 1382 JSMapPrint(std::ostream& os) JSMapPrint() argument 1388 JSCollectionIteratorPrint(std::ostream& os, const char* name) JSCollectionIteratorPrint() argument 1396 JSSetIteratorPrint(std::ostream& os) JSSetIteratorPrint() argument 1400 JSMapIteratorPrint(std::ostream& os) JSMapIteratorPrint() argument 1404 JSWeakRefPrint(std::ostream& os) JSWeakRefPrint() argument 1410 JSShadowRealmPrint(std::ostream& os) JSShadowRealmPrint() argument 1416 JSWrappedFunctionPrint(std::ostream& os) JSWrappedFunctionPrint() argument 1422 JSFinalizationRegistryPrint(std::ostream& os) JSFinalizationRegistryPrint() argument 1442 JSSharedStructPrint(std::ostream& os) JSSharedStructPrint() argument 1450 JSWeakMapPrint(std::ostream& os) JSWeakMapPrint() argument 1456 JSWeakSetPrint(std::ostream& os) JSWeakSetPrint() argument 1462 JSArrayBufferPrint(std::ostream& os) JSArrayBufferPrint() argument 1475 JSTypedArrayPrint(std::ostream& os) JSTypedArrayPrint() argument 1497 JSArrayIteratorPrint(std::ostream& os) JSArrayIteratorPrint() argument 1505 JSDataViewPrint(std::ostream& os) JSDataViewPrint() argument 1518 JSBoundFunctionPrint(std::ostream& os) JSBoundFunctionPrint() argument 1526 JSFunctionPrint(std::ostream& os) JSFunctionPrint() argument 1590 PrintSourceCode(std::ostream& os) PrintSourceCode() argument 1602 SharedFunctionInfoPrint(std::ostream& os) SharedFunctionInfoPrint() argument 1657 JSGlobalProxyPrint(std::ostream& os) JSGlobalProxyPrint() argument 1665 JSGlobalObjectPrint(std::ostream& os) JSGlobalObjectPrint() argument 1674 PropertyCellPrint(std::ostream& os) PropertyCellPrint() argument 1686 CodePrint(std::ostream& os) CodePrint() argument 1699 CodeDataContainerPrint(std::ostream& os) CodeDataContainerPrint() argument 1710 ForeignPrint(std::ostream& os) ForeignPrint() argument 1716 AsyncGeneratorRequestPrint(std::ostream& os) AsyncGeneratorRequestPrint() argument 1736 PrintModuleFields(Module module, std::ostream& os) PrintModuleFields() argument 1742 ModulePrint(std::ostream& os) ModulePrint() argument 1752 SourceTextModulePrint(std::ostream& os) SourceTextModulePrint() argument 1766 JSModuleNamespacePrint(std::ostream& os) JSModuleNamespacePrint() argument 1772 PrototypeInfoPrint(std::ostream& os) PrototypeInfoPrint() argument 1782 ArrayBoilerplateDescriptionPrint( std::ostream& os) ArrayBoilerplateDescriptionPrint() argument 1791 AsmWasmDataPrint(std::ostream& os) AsmWasmDataPrint() argument 1799 WasmTypeInfoPrint(std::ostream& os) WasmTypeInfoPrint() argument 1808 WasmStructPrint(std::ostream& os) WasmStructPrint() argument 1859 WasmArrayPrint(std::ostream& os) WasmArrayPrint() argument 1905 WasmContinuationObjectPrint(std::ostream& os) WasmContinuationObjectPrint() argument 1913 WasmSuspenderObjectPrint(std::ostream& os) WasmSuspenderObjectPrint() argument 1921 WasmInstanceObjectPrint(std::ostream& os) WasmInstanceObjectPrint() argument 1973 WasmFunctionDataPrint(std::ostream& os) WasmFunctionDataPrint() argument 1978 WasmExportedFunctionDataPrint(std::ostream& os) WasmExportedFunctionDataPrint() argument 1989 WasmJSFunctionDataPrint(std::ostream& os) WasmJSFunctionDataPrint() argument 1998 WasmOnFulfilledDataPrint(std::ostream& os) WasmOnFulfilledDataPrint() argument 2004 WasmApiFunctionRefPrint(std::ostream& os) WasmApiFunctionRefPrint() argument 2013 WasmInternalFunctionPrint(std::ostream& os) WasmInternalFunctionPrint() argument 2022 WasmCapiFunctionDataPrint(std::ostream& os) WasmCapiFunctionDataPrint() argument 2030 WasmModuleObjectPrint(std::ostream& os) WasmModuleObjectPrint() argument 2039 WasmGlobalObjectPrint(std::ostream& os) WasmGlobalObjectPrint() argument 2054 WasmIndirectFunctionTablePrint( std::ostream& os) WasmIndirectFunctionTablePrint() argument 2068 WasmValueObjectPrint(std::ostream& os) WasmValueObjectPrint() argument 2075 LoadHandlerPrint(std::ostream& os) LoadHandlerPrint() argument 2093 StoreHandlerPrint(std::ostream& os) StoreHandlerPrint() argument 2111 CallHandlerInfoPrint(std::ostream& os) CallHandlerInfoPrint() argument 2121 FunctionTemplateInfoPrint(std::ostream& os) FunctionTemplateInfoPrint() argument 2138 ObjectTemplateInfoPrint(std::ostream& os) ObjectTemplateInfoPrint() argument 2150 AllocationSitePrint(std::ostream& os) AllocationSitePrint() argument 2173 AllocationMementoPrint(std::ostream& os) AllocationMementoPrint() argument 2183 ScriptOrModulePrint(std::ostream& os) ScriptOrModulePrint() argument 2189 ScriptPrint(std::ostream& os) ScriptPrint() argument 2224 JSTemporalPlainDatePrint(std::ostream& os) JSTemporalPlainDatePrint() argument 2229 JSTemporalPlainTimePrint(std::ostream& os) JSTemporalPlainTimePrint() argument 2234 JSTemporalPlainDateTimePrint(std::ostream& os) JSTemporalPlainDateTimePrint() argument 2239 JSTemporalZonedDateTimePrint(std::ostream& os) JSTemporalZonedDateTimePrint() argument 2244 JSTemporalDurationPrint(std::ostream& os) JSTemporalDurationPrint() argument 2249 JSTemporalInstantPrint(std::ostream& os) JSTemporalInstantPrint() argument 2254 JSTemporalPlainYearMonthPrint(std::ostream& os) JSTemporalPlainYearMonthPrint() argument 2259 JSTemporalPlainMonthDayPrint(std::ostream& os) JSTemporalPlainMonthDayPrint() argument 2264 JSTemporalTimeZonePrint(std::ostream& os) JSTemporalTimeZonePrint() argument 2269 JSTemporalCalendarPrint(std::ostream& os) JSTemporalCalendarPrint() argument 2274 JSV8BreakIteratorPrint(std::ostream& os) JSV8BreakIteratorPrint() argument 2287 JSCollatorPrint(std::ostream& os) JSCollatorPrint() argument 2294 JSDateTimeFormatPrint(std::ostream& os) JSDateTimeFormatPrint() argument 2305 JSDisplayNamesPrint(std::ostream& os) JSDisplayNamesPrint() argument 2313 JSListFormatPrint(std::ostream& os) JSListFormatPrint() argument 2322 JSLocalePrint(std::ostream& os) JSLocalePrint() argument 2328 JSNumberFormatPrint(std::ostream& os) JSNumberFormatPrint() argument 2336 JSPluralRulesPrint(std::ostream& os) JSPluralRulesPrint() argument 2345 JSRelativeTimeFormatPrint(std::ostream& os) JSRelativeTimeFormatPrint() argument 2354 JSSegmentIteratorPrint(std::ostream& os) JSSegmentIteratorPrint() argument 2361 JSSegmenterPrint(std::ostream& os) JSSegmenterPrint() argument 2369 JSSegmentsPrint(std::ostream& os) JSSegmentsPrint() argument 2379 PrintScopeInfoList(ScopeInfo scope_info, std::ostream& os, const char* list_name, int length) PrintScopeInfoList() argument 2392 ScopeInfoPrint(std::ostream& os) ScopeInfoPrint() argument 2456 PreparseDataPrint(std::ostream& os) PreparseDataPrint() argument 2474 StdoutStream os; Print() local 2480 Print(std::ostream& os) Print() argument 2497 HeapNumberPrint(std::ostream& os) HeapNumberPrint() argument 2504 HeapNumberShortPrint(std::ostream& os) HeapNumberShortPrint() argument 2554 PrintMapDetails(std::ostream& os) PrintMapDetails() argument 2560 MapPrint(std::ostream& os) MapPrint() argument 2642 PrintDescriptors(std::ostream& os) PrintDescriptors() argument 2657 PrintDescriptorDetails(std::ostream& os, InternalIndex descriptor, PropertyDetails::PrintMode mode) PrintDescriptorDetails() argument 2697 PrintOneTransition(std::ostream& os, Name key, Map target) PrintOneTransition() argument 2730 PrintInternal(std::ostream& os) PrintInternal() argument 2741 PrintTransitions(std::ostream& os) PrintTransitions() argument 2759 StdoutStream os; PrintTransitionTree() local 2766 PrintTransitionTree( std::ostream& os, int level, DisallowGarbageCollection* no_gc) PrintTransitionTree() argument 2809 PrintTransitions(std::ostream& os) PrintTransitions() argument 2850 i::StdoutStream os; _v8_internal_Print_LoadHandler() local 2851 i::LoadHandler::PrintHandler(GetObjectFromRaw(object), os); _v8_internal_Print_LoadHandler() local 2858 i::StdoutStream os; _v8_internal_Print_StoreHandler() local 2859 i::StoreHandler::PrintHandler(GetObjectFromRaw(object), os); _v8_internal_Print_StoreHandler() local 2872 i::StdoutStream os; _v8_internal_Print_Code() local 2896 i::StdoutStream os; _v8_internal_Print_Code() local [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 70 std::ostream &operator<<(std::ostream &os, AlphaTestFunc value) in operator <<() argument 75 os << "GL_ALWAYS"; in operator <<() 78 os << "GL_EQUAL"; in operator <<() 81 os << "GL_GEQUAL"; in operator <<() 84 os << "GL_GREATER"; in operator <<() 87 os << "GL_LEQUAL"; in operator <<() 90 os << "GL_LESS"; in operator <<() 93 os << "GL_NEVER"; in operator <<() 96 os << "GL_NOTEQUAL"; in operator <<() 99 os << "GL_INVALID_ENU in operator <<() 177 operator <<(std::ostream &os, BufferBinding value) operator <<() argument 283 operator <<(std::ostream &os, BufferUsage value) operator <<() argument 361 operator <<(std::ostream &os, ClientVertexArrayType value) operator <<() argument 419 operator <<(std::ostream &os, CullFaceMode value) operator <<() argument 479 operator <<(std::ostream &os, FilterMode value) operator <<() argument 537 operator <<(std::ostream &os, FogMode value) operator <<() argument 597 operator <<(std::ostream &os, GraphicsResetStatus value) operator <<() argument 655 operator <<(std::ostream &os, HandleType value) operator <<() argument 707 operator <<(std::ostream &os, HintSetting value) operator <<() argument 787 operator <<(std::ostream &os, ImageLayout value) operator <<() argument 892 operator <<(std::ostream &os, LightParameter value) operator <<() argument 1020 operator <<(std::ostream &os, LogicalOperation value) operator <<() argument 1123 operator <<(std::ostream &os, MaterialParameter value) operator <<() argument 1184 operator <<(std::ostream &os, MatrixType value) operator <<() argument 1240 operator <<(std::ostream &os, PointParameter value) operator <<() argument 1291 operator <<(std::ostream &os, ProvokingVertexConvention value) operator <<() argument 1356 operator <<(std::ostream &os, QueryType value) operator <<() argument 1432 operator <<(std::ostream &os, ShaderType value) operator <<() argument 1489 operator <<(std::ostream &os, ShadingModel value) operator <<() argument 1558 operator <<(std::ostream &os, TextureCombine value) operator <<() argument 1637 operator <<(std::ostream &os, TextureEnvMode value) operator <<() argument 1762 operator <<(std::ostream &os, TextureEnvParameter value) operator <<() argument 1858 operator <<(std::ostream &os, TextureEnvTarget value) operator <<() argument 1911 operator <<(std::ostream &os, TextureOp value) operator <<() argument 1970 operator <<(std::ostream &os, TextureSrc value) operator <<() argument 2077 operator <<(std::ostream &os, TextureTarget value) operator <<() argument 2200 operator <<(std::ostream &os, TextureType value) operator <<() argument 2284 operator <<(std::ostream &os, VertexArrayType value) operator <<() argument 2346 operator <<(std::ostream &os, WrapMode value) operator <<() argument [all...] |
H A D | PackedCLEnums_autogen.cpp | 58 std::ostream &operator<<(std::ostream &os, AddressingMode value) in operator <<() argument 63 os << "CL_ADDRESS_NONE"; in operator <<() 66 os << "CL_ADDRESS_CLAMP_TO_EDGE"; in operator <<() 69 os << "CL_ADDRESS_CLAMP"; in operator <<() 72 os << "CL_ADDRESS_REPEAT"; in operator <<() 75 os << "CL_ADDRESS_MIRRORED_REPEAT"; in operator <<() 78 os << "GL_INVALID_ENUM"; in operator <<() 81 return os; in operator <<() 132 std::ostream &operator<<(std::ostream &os, CommandQueueInfo value) in operator <<() argument 137 os << "CL_QUEUE_CONTEX in operator <<() 200 operator <<(std::ostream &os, ContextInfo value) operator <<() argument 679 operator <<(std::ostream &os, DeviceInfo value) operator <<() argument 1057 operator <<(std::ostream &os, EventInfo value) operator <<() argument 1111 operator <<(std::ostream &os, FilterMode value) operator <<() argument 1192 operator <<(std::ostream &os, ImageInfo value) operator <<() argument 1276 operator <<(std::ostream &os, KernelArgInfo value) operator <<() argument 1330 operator <<(std::ostream &os, KernelExecInfo value) operator <<() argument 1391 operator <<(std::ostream &os, KernelInfo value) operator <<() argument 1460 operator <<(std::ostream &os, KernelSubGroupInfo value) operator <<() argument 1530 operator <<(std::ostream &os, KernelWorkGroupInfo value) operator <<() argument 1623 operator <<(std::ostream &os, MemInfo value) operator <<() argument 1719 operator <<(std::ostream &os, MemObjectType value) operator <<() argument 1786 operator <<(std::ostream &os, PipeInfo value) operator <<() argument 1862 operator <<(std::ostream &os, PlatformInfo value) operator <<() argument 1940 operator <<(std::ostream &os, ProfilingInfo value) operator <<() argument 2006 operator <<(std::ostream &os, ProgramBuildInfo value) operator <<() argument 2100 operator <<(std::ostream &os, ProgramInfo value) operator <<() argument 2191 operator <<(std::ostream &os, SamplerInfo value) operator <<() argument [all...] |
H A D | PackedEGLEnums_autogen.cpp | 46 std::ostream &operator<<(std::ostream &os, ColorSpace value) in operator <<() argument 51 os << "EGL_COLORSPACE_sRGB"; in operator <<() 54 os << "EGL_COLORSPACE_LINEAR"; in operator <<() 57 os << "GL_INVALID_ENUM"; in operator <<() 60 return os; in operator <<() 95 std::ostream &operator<<(std::ostream &os, CompositorTiming value) in operator <<() argument 100 os << "EGL_COMPOSITE_DEADLINE_ANDROID"; in operator <<() 103 os << "EGL_COMPOSITE_INTERVAL_ANDROID"; in operator <<() 106 os << "EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID"; in operator <<() 109 os << "GL_INVALID_ENU in operator <<() 147 operator <<(std::ostream &os, ContextPriority value) operator <<() argument 203 operator <<(std::ostream &os, MessageType value) operator <<() argument 274 operator <<(std::ostream &os, ObjectType value) operator <<() argument 338 operator <<(std::ostream &os, TextureFormat value) operator <<() argument 414 operator <<(std::ostream &os, Timestamp value) operator <<() argument [all...] |
H A D | PackedEnums.cpp | 266 std::ostream &operator<<(std::ostream &os, PrimitiveMode value) 271 os << "GL_LINE_LOOP"; 274 os << "GL_LINES"; 277 os << "GL_LINES_ADJACENCY"; 280 os << "GL_LINE_STRIP"; 283 os << "GL_LINE_STRIP_ADJANCENCY"; 286 os << "GL_POINTS"; 289 os << "GL_TRIANGLE_FAN"; 292 os << "GL_TRIANGLES"; 295 os << "GL_TRIANGLES_ADJANCENC [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | oggdec.c | 100 struct ogg_stream *os = ogg->streams + i; in ogg_save() local 101 os->buf = av_mallocz(os->bufsize + AV_INPUT_BUFFER_PADDING_SIZE); in ogg_save() 102 if (os->buf) in ogg_save() 103 memcpy(os->buf, ost->streams[i].buf, os->bufpos); in ogg_save() 106 os->new_metadata = NULL; in ogg_save() 107 os->new_metadata_size = 0; in ogg_save() 164 struct ogg_stream *os = ogg->streams + i; in ogg_reset() local 165 os in ogg_reset() 213 struct ogg_stream *os; ogg_replace_stream() local 253 struct ogg_stream *os; ogg_new_stream() local 299 buf_realloc(struct ogg_stream *os, int size) buf_realloc() argument 317 struct ogg_stream *os; ogg_read_page() local 503 struct ogg_stream *os; ogg_packet() local 741 struct ogg_stream *os = ogg->streams + i; ogg_read_header() local 771 struct ogg_stream *os = ogg->streams + idx; ogg_calc_pts() local 801 struct ogg_stream *os = ogg->streams + idx; ogg_validate_keyframe() local 822 struct ogg_stream *os; ogg_read_packet() local 904 struct ogg_stream *os = ogg->streams + stream_index; ogg_read_timestamp() local 934 struct ogg_stream *os = ogg->streams + stream_index; ogg_read_seek() local [all...] |
H A D | hdsenc.c | 78 static int parse_header(OutputStream *os, const uint8_t *buf, int buf_size) in parse_header() argument 92 if (os->nb_extra_packets >= FF_ARRAY_ELEMS(os->extra_packets)) in parse_header() 94 os->extra_packet_sizes[os->nb_extra_packets] = size; in parse_header() 95 os->extra_packets[os->nb_extra_packets] = av_memdup(buf, size); in parse_header() 96 if (!os->extra_packets[os->nb_extra_packets]) in parse_header() 98 os in parse_header() 117 OutputStream *os = opaque; hds_write() local 139 OutputStream *os = &c->streams[i]; hds_free() local 184 OutputStream *os = &c->streams[i]; write_manifest() local 216 write_abst(AVFormatContext *s, OutputStream *os, int final) write_abst() argument 285 init_file(AVFormatContext *s, OutputStream *os, int64_t start_ts) init_file() argument 301 close_file(AVFormatContext *s, OutputStream *os) close_file() argument 332 OutputStream *os = &c->streams[c->nb_streams]; hds_write_header() local 392 OutputStream *os = &c->streams[i]; hds_write_header() local 420 add_fragment(OutputStream *os, const char *file, int64_t start_time, int64_t duration) add_fragment() argument 448 hds_flush(AVFormatContext *s, OutputStream *os, int final, int64_t end_ts) hds_flush() argument 501 OutputStream *os = &c->streams[s->streams[pkt->stream_index]->id]; hds_write_packet() local [all...] |
H A D | smoothstreamingenc.c | 80 OutputStream *os = opaque; in ism_write() local 81 if (os->out) in ism_write() 82 ffurl_write(os->out, buf, buf_size); in ism_write() 83 if (os->out2) in ism_write() 84 ffurl_write(os->out2, buf, buf_size); in ism_write() 85 os->cur_pos += buf_size; in ism_write() 86 if (os->cur_pos >= os->tail_pos) in ism_write() 87 os->tail_pos = os in ism_write() 93 OutputStream *os = opaque; ism_seek() local 138 get_private_data(OutputStream *os) get_private_data() argument 168 OutputStream *os = &c->streams[i]; ism_free() local 183 output_chunk_list(OutputStream *os, AVIOContext *out, int final, int skip, int window_size) output_chunk_list() argument 220 OutputStream *os = &c->streams[i]; write_manifest() local 249 OutputStream *os = &c->streams[i]; write_manifest() local 263 OutputStream *os = &c->streams[i]; write_manifest() local 303 OutputStream *os = &c->streams[i]; ism_write_header() local 441 add_fragment(OutputStream *os, const char *file, const char *infofile, int64_t start_time, int64_t duration, int64_t start_pos, int64_t size) add_fragment() argument 502 OutputStream *os = &c->streams[i]; ism_flush() local 556 OutputStream *os = &c->streams[i]; ism_flush() local 585 OutputStream *os = &c->streams[pkt->stream_index]; ism_write_packet() local [all...] |
H A D | oggparseopus.c | 41 struct ogg_stream *os = &ogg->streams[idx]; in opus_header() local 43 struct oggopus_private *priv = os->private; in opus_header() 44 uint8_t *packet = os->buf + os->pstart; in opus_header() 48 priv = os->private = av_mallocz(sizeof(*priv)); in opus_header() 53 if (os->flags & OGG_FLAG_BOS) { in opus_header() 54 if (os->psize < OPUS_HEAD_SIZE || (AV_RL8(packet + 8) & 0xF0) != 0) in opus_header() 62 os->start_trimming = priv->pre_skip; in opus_header() 67 if ((ret = ff_alloc_extradata(st->codecpar, os->psize)) < 0) in opus_header() 70 memcpy(st->codecpar->extradata, packet, os in opus_header() 114 struct ogg_stream *os = &ogg->streams[idx]; opus_packet() local [all...] |
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-printers.h | 136 void UniversalPrint(const T& value, ::std::ostream* os); 164 static void PrintValue(const T& container, std::ostream* os) { in PrintValue() 166 *os << '{'; in PrintValue() 170 *os << ','; in PrintValue() 172 *os << " ..."; in PrintValue() 176 *os << ' '; in PrintValue() 177 // We cannot call PrintTo(elem, os) here as PrintTo() doesn't in PrintValue() 179 internal::UniversalPrint(elem, os); in PrintValue() 184 *os << ' '; in PrintValue() 186 *os << '}'; in PrintValue() 316 sizeof(value), os); PrintValue() local 348 PrintWithFallback(const T& value, ::std::ostream* os) PrintWithFallback() argument 486 PrintTo(const T& value, ::std::ostream* os) PrintTo() argument 497 PrintTo(char c, ::std::ostream* os) PrintTo() argument 501 PrintTo(static_cast<unsigned char>(c), os); PrintTo() local 505 PrintTo(bool x, ::std::ostream* os) PrintTo() argument 519 PrintTo(char16_t c, ::std::ostream* os) PrintTo() argument 520 PrintTo(ImplicitCast_<char32_t>(c), os); PrintTo() local 523 PrintTo(char8_t c, ::std::ostream* os) PrintTo() argument 524 PrintTo(ImplicitCast_<char32_t>(c), os); PrintTo() local 601 PrintTo(float f, ::std::ostream* os) PrintTo() argument 608 PrintTo(double d, ::std::ostream* os) PrintTo() argument 617 PrintTo(char* s, ::std::ostream* os) PrintTo() argument 618 PrintTo(ImplicitCast_<const char*>(s), os); PrintTo() local 623 PrintTo(const signed char* s, ::std::ostream* os) PrintTo() argument 624 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 626 PrintTo(signed char* s, ::std::ostream* os) PrintTo() argument 627 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 629 PrintTo(const unsigned char* s, ::std::ostream* os) PrintTo() argument 630 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 632 PrintTo(unsigned char* s, ::std::ostream* os) PrintTo() argument 633 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 638 PrintTo(char8_t* s, ::std::ostream* os) PrintTo() argument 639 PrintTo(ImplicitCast_<const char8_t*>(s), os); PrintTo() local 644 PrintTo(char16_t* s, ::std::ostream* os) PrintTo() argument 645 PrintTo(ImplicitCast_<const char16_t*>(s), os); PrintTo() local 649 PrintTo(char32_t* s, ::std::ostream* os) PrintTo() argument 650 PrintTo(ImplicitCast_<const char32_t*>(s), os); PrintTo() local 661 PrintTo(wchar_t* s, ::std::ostream* os) PrintTo() argument 662 PrintTo(ImplicitCast_<const wchar_t*>(s), os); PrintTo() local 672 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) PrintRawArrayTo() argument 682 PrintTo(const ::std::string& s, ::std::ostream* os) PrintTo() argument 689 PrintTo(const ::std::u8string& s, ::std::ostream* os) PrintTo() argument 696 PrintTo(const ::std::u16string& s, ::std::ostream* os) PrintTo() argument 702 PrintTo(const ::std::u32string& s, ::std::ostream* os) PrintTo() argument 709 PrintTo(const ::std::wstring& s, ::std::ostream* os) PrintTo() argument 716 PrintTo(internal::StringView sp, ::std::ostream* os) PrintTo() argument 717 PrintTo(::std::string(sp), os); PrintTo() local 721 PrintTo(std::nullptr_t, ::std::ostream* os) PrintTo() argument 724 PrintTo(const std::type_info& info, std::ostream* os) PrintTo() argument 730 PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) PrintTo() argument 740 PrintSmartPointer(const Ptr& ptr, std::ostream* os, char) PrintSmartPointer() argument 751 PrintSmartPointer(const Ptr& ptr, std::ostream* os, int) PrintSmartPointer() argument 762 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) PrintTo() argument 767 PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) PrintTo() argument 778 PrintTupleTo(const T& t, std::integral_constant<size_t, I>, ::std::ostream* os) PrintTupleTo() argument 787 std::get<I - 1>(t), os); PrintTupleTo() local 791 PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) PrintTo() argument 799 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument 821 Print(const T& value, ::std::ostream* os) Print() argument 847 Print(const Any& value, ::std::ostream* os) Print() argument 875 Print(const Optional<T>& value, ::std::ostream* os) Print() argument 903 Print(const Variant<T...>& value, ::std::ostream* os) Print() argument 921 ::std::ostream* os; global() member 931 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) UniversalPrintArray() argument 992 Print(const T& value, ::std::ostream* os) Print() argument 1011 Print(const T& value, ::std::ostream* os) Print() argument 1018 Print(const T& value, ::std::ostream* os) Print() argument 1025 Print(std::reference_wrapper<T> value, ::std::ostream* os) Print() argument 1039 Print(const char* str, ::std::ostream* os) Print() argument 1043 UniversalPrint(std::string(str), os); Print() local 1055 Print(const char8_t* str, ::std::ostream* os) Print() argument 1059 UniversalPrint(::std::u8string(str), os); Print() local 1071 Print(const char16_t* str, ::std::ostream* os) Print() argument 1075 UniversalPrint(::std::u16string(str), os); Print() local 1086 Print(const char32_t* str, ::std::ostream* os) Print() argument 1090 UniversalPrint(::std::u32string(str), os); Print() local 1102 Print(const wchar_t* str, ::std::ostream* os) Print() argument 1106 UniversalPrint(::std::wstring(str), os); Print() local 1115 Print(wchar_t* str, ::std::ostream* os) Print() argument 1121 UniversalTersePrint(const T& value, ::std::ostream* os) UniversalTersePrint() argument 1130 UniversalPrint(const T& value, ::std::ostream* os) UniversalPrint() argument [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 125 void UniversalPrint(const T& value, ::std::ostream* os); 134 static void PrintValue(const T& container, std::ostream* os) { in PrintValue() 136 *os << '{'; in PrintValue() 140 *os << ','; in PrintValue() 142 *os << " ..."; in PrintValue() 146 *os << ' '; in PrintValue() 147 // We cannot call PrintTo(elem, os) here as PrintTo() doesn't in PrintValue() 149 internal::UniversalPrint(elem, os); in PrintValue() 154 *os << ' '; in PrintValue() 156 *os << '}'; in PrintValue() 549 PrintTo(float f, ::std::ostream* os) PrintTo() argument 556 PrintTo(double d, ::std::ostream* os) PrintTo() argument 565 PrintTo(char* s, ::std::ostream* os) PrintTo() argument 566 PrintTo(ImplicitCast_<const char*>(s), os); PrintTo() local 571 PrintTo(const signed char* s, ::std::ostream* os) PrintTo() argument 572 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 574 PrintTo(signed char* s, ::std::ostream* os) PrintTo() argument 575 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 577 PrintTo(const unsigned char* s, ::std::ostream* os) PrintTo() argument 578 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 580 PrintTo(unsigned char* s, ::std::ostream* os) PrintTo() argument 581 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 586 PrintTo(char8_t* s, ::std::ostream* os) PrintTo() argument 587 PrintTo(ImplicitCast_<const char8_t*>(s), os); PrintTo() local 592 PrintTo(char16_t* s, ::std::ostream* os) PrintTo() argument 593 PrintTo(ImplicitCast_<const char16_t*>(s), os); PrintTo() local 597 PrintTo(char32_t* s, ::std::ostream* os) PrintTo() argument 598 PrintTo(ImplicitCast_<const char32_t*>(s), os); PrintTo() local 609 PrintTo(wchar_t* s, ::std::ostream* os) PrintTo() argument 610 PrintTo(ImplicitCast_<const wchar_t*>(s), os); PrintTo() local 620 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) PrintRawArrayTo() argument 630 PrintTo(const ::std::string& s, ::std::ostream* os) PrintTo() argument 637 PrintTo(const ::std::u8string& s, ::std::ostream* os) PrintTo() argument 644 PrintTo(const ::std::u16string& s, ::std::ostream* os) PrintTo() argument 650 PrintTo(const ::std::u32string& s, ::std::ostream* os) PrintTo() argument 657 PrintTo(const ::std::wstring& s, ::std::ostream* os) PrintTo() argument 664 PrintTo(internal::StringView sp, ::std::ostream* os) PrintTo() argument 665 PrintTo(::std::string(sp), os); PrintTo() local 669 PrintTo(std::nullptr_t, ::std::ostream* os) PrintTo() argument 672 PrintTo(const std::type_info& info, std::ostream* os) PrintTo() argument 678 PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) PrintTo() argument 688 PrintSmartPointer(const Ptr& ptr, std::ostream* os, char) PrintSmartPointer() argument 699 PrintSmartPointer(const Ptr& ptr, std::ostream* os, int) PrintSmartPointer() argument 710 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) PrintTo() argument 715 PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) PrintTo() argument 726 PrintTupleTo(const T& t, std::integral_constant<size_t, I>, ::std::ostream* os) PrintTupleTo() argument 735 std::get<I - 1>(t), os); PrintTupleTo() local 739 PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) PrintTo() argument 747 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument 769 Print(const T& value, ::std::ostream* os) Print() argument 795 Print(const Any& value, ::std::ostream* os) Print() argument 823 Print(const Optional<T>& value, ::std::ostream* os) Print() argument 851 Print(const Variant<T...>& value, ::std::ostream* os) Print() argument 869 ::std::ostream* os; global() member 879 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) UniversalPrintArray() argument 940 Print(const T& value, ::std::ostream* os) Print() argument 959 Print(const T& value, ::std::ostream* os) Print() argument 966 Print(const T& value, ::std::ostream* os) Print() argument 973 Print(std::reference_wrapper<T> value, ::std::ostream* os) Print() argument 987 Print(const char* str, ::std::ostream* os) Print() argument 991 UniversalPrint(std::string(str), os); Print() local 1003 Print(const char8_t* str, ::std::ostream* os) Print() argument 1007 UniversalPrint(::std::u8string(str), os); Print() local 1019 Print(const char16_t* str, ::std::ostream* os) Print() argument 1023 UniversalPrint(::std::u16string(str), os); Print() local 1034 Print(const char32_t* str, ::std::ostream* os) Print() argument 1038 UniversalPrint(::std::u32string(str), os); Print() local 1050 Print(const wchar_t* str, ::std::ostream* os) Print() argument 1054 UniversalPrint(::std::wstring(str), os); Print() local 1063 Print(wchar_t* str, ::std::ostream* os) Print() argument 1069 UniversalTersePrint(const T& value, ::std::ostream* os) UniversalTersePrint() argument 1078 UniversalPrint(const T& value, ::std::ostream* os) UniversalPrint() argument [all...] |
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 39 import platform, os, sys, getopt, textwrap, shutil, stat, time, pwd, grp namespace 92 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 104 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 120 DEPSRC = os.path.join(WORKDIR, 'third-party') 121 DEPSRC = os.path.expanduser('~/Universal/other-sources') 148 SRCDIR = os.path.dirname( 149 os.path.dirname( 150 os.path.dirname( 151 os.path.abspath(__file__ 288 "DESTDIR": shellQuote(os [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 70 explicit JSONEscaped(const std::ostringstream& os) : str_(os.str()) {} in JSONEscaped() argument 72 friend std::ostream& operator<<(std::ostream& os, const JSONEscaped& e) { in operator <<() argument 73 for (char c : e.str_) PipeCharacter(os, c); in operator <<() 74 return os; in operator <<() 78 static std::ostream& PipeCharacter(std::ostream& os, char c) { in PipeCharacter() argument 79 if (c == '"') return os << "\\\""; in PipeCharacter() 80 if (c == '\\') return os << "\\\\"; in PipeCharacter() 81 if (c == '\b') return os << "\\b"; in PipeCharacter() 82 if (c == '\f') return os << "\\ in PipeCharacter() 92 JsonPrintFunctionSource(std::ostream& os, int source_id, std::unique_ptr<char[]> function_name, Handle<Script> script, Isolate* isolate, Handle<SharedFunctionInfo> shared, bool with_key) JsonPrintFunctionSource() argument 149 JsonPrintInlinedFunctionInfo( std::ostream& os, int source_id, int inlining_id, const OptimizedCompilationInfo::InlinedFunctionHolder& h) JsonPrintInlinedFunctionInfo() argument 164 JsonPrintAllSourceWithPositions(std::ostream& os, OptimizedCompilationInfo* info, Isolate* isolate) JsonPrintAllSourceWithPositions() argument 271 JSONGraphWriter(std::ostream& os, const Graph* graph, const SourcePositionTable* positions, const NodeOriginTable* origins) JSONGraphWriter() argument 401 operator <<(std::ostream& os, const GraphAsJSON& ad) operator <<() argument 473 GraphC1Visualizer(std::ostream& os, Zone* zone) GraphC1Visualizer() argument 794 operator <<(std::ostream& os, const AsC1VCompilation& ac) operator <<() argument 802 operator <<(std::ostream& os, const AsC1V& ac) operator <<() argument 811 operator <<(std::ostream& os, const AsC1VRegisterAllocationData& ac) operator <<() argument 828 operator <<(std::ostream& os, const AsRPO& ar) operator <<() argument 884 PrintIndent(std::ostream& os, int indent) PrintIndent() argument 891 PrintScheduledNode(std::ostream& os, int indent, Node* n) PrintScheduledNode() argument 907 PrintScheduledGraph(std::ostream& os, const Schedule* schedule) PrintScheduledGraph() argument 958 operator <<(std::ostream& os, const LiveRangeAsJSON& live_range_json) operator <<() argument 1014 operator <<( std::ostream& os, const TopLevelLiveRangeAsJSON& top_level_live_range_json) operator <<() argument 1041 PrintTopLevelLiveRanges(std::ostream& os, const ZoneVector<TopLevelLiveRange*> ranges, const InstructionSequence& code) PrintTopLevelLiveRanges() argument 1059 operator <<(std::ostream& os, const RegisterAllocationDataAsJSON& ac) operator <<() argument 1080 operator <<(std::ostream& os, const AsScheduledGraph& scheduled) operator <<() argument 1085 operator <<(std::ostream& os, const InstructionOperandAsJSON& o) operator <<() argument 1213 operator <<(std::ostream& os, const InstructionAsJSON& i_json) operator <<() argument 1288 operator <<(std::ostream& os, const InstructionBlockAsJSON& b) operator <<() argument 1351 operator <<(std::ostream& os, const InstructionSequenceAsJSON& s) operator <<() argument [all...] |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-printers.h | 130 ::std::ostream* os); 145 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 157 sizeof(value), os); in PrintValue() local 169 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 174 *os << ("<" + pretty_str + ">"); in PrintValue() 188 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 190 *os << kBigInt; in PrintValue() 203 static void PrintValue(const T& value, ::std::ostream* os); 233 ::std::basic_ostream<Char, CharTraits>& os, cons in operator <<() 232 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) operator <<() argument 260 DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) DefaultPrintNonContainerTo() argument 406 DefaultPrintTo(WrapPrinterType<kPrintContainer> , const C& container, ::std::ostream* os) DefaultPrintTo() argument 439 DefaultPrintTo(WrapPrinterType<kPrintPointer> , T* p, ::std::ostream* os) DefaultPrintTo() argument 451 DefaultPrintTo(WrapPrinterType<kPrintFunctionPointer> , T* p, ::std::ostream* os) DefaultPrintTo() argument 466 DefaultPrintTo(WrapPrinterType<kPrintOther> , const T& value, ::std::ostream* os) DefaultPrintTo() argument 483 PrintTo(const T& value, ::std::ostream* os) PrintTo() argument 513 value, os); PrintTo() local 523 PrintTo(char c, ::std::ostream* os) PrintTo() argument 527 PrintTo(static_cast<unsigned char>(c), os); PrintTo() local 531 PrintTo(bool x, ::std::ostream* os) PrintTo() argument 546 PrintTo(char* s, ::std::ostream* os) PrintTo() argument 547 PrintTo(ImplicitCast_<const char*>(s), os); PrintTo() local 552 PrintTo(const signed char* s, ::std::ostream* os) PrintTo() argument 553 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 555 PrintTo(signed char* s, ::std::ostream* os) PrintTo() argument 556 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 558 PrintTo(const unsigned char* s, ::std::ostream* os) PrintTo() argument 559 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 561 PrintTo(unsigned char* s, ::std::ostream* os) PrintTo() argument 562 PrintTo(ImplicitCast_<const void*>(s), os); PrintTo() local 573 PrintTo(wchar_t* s, ::std::ostream* os) PrintTo() argument 574 PrintTo(ImplicitCast_<const wchar_t*>(s), os); PrintTo() local 584 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) PrintRawArrayTo() argument 594 PrintTo(const ::std::string& s, ::std::ostream* os) PrintTo() argument 601 PrintTo(const ::std::wstring& s, ::std::ostream* os) PrintTo() argument 608 PrintTo(absl::string_view sp, ::std::ostream* os) PrintTo() argument 609 PrintTo(::std::string(sp), os); PrintTo() local 613 PrintTo(std::nullptr_t, ::std::ostream* os) PrintTo() argument 616 PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) PrintTo() argument 627 PrintTupleTo(const T& t, std::integral_constant<size_t, I>, ::std::ostream* os) PrintTupleTo() argument 636 std::get<I - 1>(t), os); PrintTupleTo() local 640 PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) PrintTo() argument 648 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument 670 Print(const T& value, ::std::ostream* os) Print() argument 692 Print(const ::absl::optional<T>& value, ::std::ostream* os) Print() argument 708 Print(const ::absl::variant<T...>& value, ::std::ostream* os) Print() argument 721 ::std::ostream* os; global() member 730 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) UniversalPrintArray() argument 777 Print(const T& value, ::std::ostream* os) Print() argument 796 Print(const T& value, ::std::ostream* os) Print() argument 803 Print(const T& value, ::std::ostream* os) Print() argument 817 Print(const char* str, ::std::ostream* os) Print() argument 821 UniversalPrint(std::string(str), os); Print() local 828 Print(char* str, ::std::ostream* os) Print() argument 837 Print(const wchar_t* str, ::std::ostream* os) Print() argument 841 UniversalPrint(::std::wstring(str), os); Print() local 850 Print(wchar_t* str, ::std::ostream* os) Print() argument 856 UniversalTersePrint(const T& value, ::std::ostream* os) UniversalTersePrint() argument 865 UniversalPrint(const T& value, ::std::ostream* os) UniversalPrint() argument 907 PrintValue( const T& value, ::std::ostream* os) PrintValue() argument 909 internal::PrintTo(absl::string_view(value), os); PrintValue() local [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-printers.cc | 65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 73 *os << ' '; in PrintByteSegmentInObjectTo() 75 *os << '-'; in PrintByteSegmentInObjectTo() 78 *os << text; in PrintByteSegmentInObjectTo() 84 ostream* os) { in PrintBytesInObjectToImpl() 86 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 97 *os << " ... "; in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 64 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) PrintByteSegmentInObjectTo() argument 83 PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, ostream* os) PrintBytesInObjectToImpl() argument 114 PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, ostream* os) PrintBytesInObjectTo() argument 146 PrintAsCharLiteralTo(Char c, ostream* os) PrintAsCharLiteralTo() argument 196 PrintAsStringLiteralTo(wchar_t c, ostream* os) PrintAsStringLiteralTo() argument 211 PrintAsStringLiteralTo(char c, ostream* os) PrintAsStringLiteralTo() argument 221 PrintCharAndCodeTo(Char c, ostream* os) PrintCharAndCodeTo() argument 245 PrintTo(unsigned char c, ::std::ostream* os) PrintTo() argument 248 PrintTo(signed char c, ::std::ostream* os) PrintTo() argument 254 PrintTo(wchar_t wc, ostream* os) PrintTo() argument 267 PrintCharsAsStringTo( const CharType* begin, size_t len, ostream* os) PrintCharsAsStringTo() argument 298 UniversalPrintCharArray( const CharType* begin, size_t len, ostream* os) UniversalPrintCharArray() argument 321 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument 327 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 332 PrintTo(const char* s, ostream* os) PrintTo() argument 349 PrintTo(const wchar_t* s, ostream* os) PrintTo() argument 417 ConditionalPrintAsText(const char* str, size_t length, ostream* os) ConditionalPrintAsText() argument 426 PrintStringTo(const ::std::string& s, ostream* os) PrintStringTo() argument 435 PrintWideStringTo(const ::std::wstring& s, ostream* os) PrintWideStringTo() argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | keywords.rs | 10 pub static mut u8_: ::std::os::raw::c_int; 14 pub static mut u16_: ::std::os::raw::c_int; 18 pub static mut u32_: ::std::os::raw::c_int; 22 pub static mut u64_: ::std::os::raw::c_int; 26 pub static mut i8_: ::std::os::raw::c_int; 30 pub static mut i16_: ::std::os::raw::c_int; 34 pub static mut i32_: ::std::os::raw::c_int; 38 pub static mut i64_: ::std::os::raw::c_int; 42 pub static mut f32_: ::std::os::raw::c_int; 46 pub static mut f64_: ::std::os [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest-printers.cc | 68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 76 *os << ' '; in PrintByteSegmentInObjectTo() 78 *os << '-'; in PrintByteSegmentInObjectTo() 81 *os << text; in PrintByteSegmentInObjectTo() 87 ostream* os) { in PrintBytesInObjectToImpl() 89 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 97 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 99 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 100 *os << " ... "; in PrintBytesInObjectToImpl() 103 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 67 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) PrintByteSegmentInObjectTo() argument 86 PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, ostream* os) PrintBytesInObjectToImpl() argument 127 PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, ostream* os) PrintBytesInObjectTo() argument 148 PrintAsCharLiteralTo(Char c, ostream* os) PrintAsCharLiteralTo() argument 197 PrintAsStringLiteralTo(char32_t c, ostream* os) PrintAsStringLiteralTo() argument 228 PrintAsStringLiteralTo(char c, ostream* os) PrintAsStringLiteralTo() argument 233 PrintAsStringLiteralTo(char8_t c, ostream* os) PrintAsStringLiteralTo() argument 238 PrintAsStringLiteralTo(char16_t c, ostream* os) PrintAsStringLiteralTo() argument 242 PrintAsStringLiteralTo(wchar_t c, ostream* os) PrintAsStringLiteralTo() argument 250 PrintCharAndCodeTo(Char c, ostream* os) PrintCharAndCodeTo() argument 273 PrintTo(unsigned char c, ::std::ostream* os) PrintTo() argument 274 PrintTo(signed char c, ::std::ostream* os) PrintTo() argument 278 PrintTo(wchar_t wc, ostream* os) PrintTo() argument 281 PrintTo(char32_t c, ::std::ostream* os) PrintTo() argument 288 PrintTo(__uint128_t v, ::std::ostream* os) PrintTo() argument 321 PrintTo(__int128_t v, ::std::ostream* os) PrintTo() argument 339 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) PrintCharsAsStringTo() argument 368 UniversalPrintCharArray(const CharType* begin, size_t len, ostream* os) UniversalPrintCharArray() argument 391 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument 398 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 405 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 411 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 417 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 425 PrintCStringTo(const Char* s, ostream* os) PrintCStringTo() argument 436 PrintTo(const char* s, ostream* os) PrintTo() argument 439 PrintTo(const char8_t* s, ostream* os) PrintTo() argument 442 PrintTo(const char16_t* s, ostream* os) PrintTo() argument 444 PrintTo(const char32_t* s, ostream* os) PrintTo() argument 454 PrintTo(const wchar_t* s, ostream* os) PrintTo() argument 513 ConditionalPrintAsText(const char* str, size_t length, ostream* os) ConditionalPrintAsText() argument 522 PrintStringTo(const ::std::string& s, ostream* os) PrintStringTo() argument 531 PrintU8StringTo(const ::std::u8string& s, ostream* os) PrintU8StringTo() argument 536 PrintU16StringTo(const ::std::u16string& s, ostream* os) PrintU16StringTo() argument 540 PrintU32StringTo(const ::std::u32string& s, ostream* os) PrintU32StringTo() argument 545 PrintWideStringTo(const ::std::wstring& s, ostream* os) PrintWideStringTo() argument [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest-printers.cc | 71 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 79 *os << ' '; in PrintByteSegmentInObjectTo() 81 *os << '-'; in PrintByteSegmentInObjectTo() 84 *os << text; in PrintByteSegmentInObjectTo() 90 ostream* os) { in PrintBytesInObjectToImpl() 92 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 102 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 103 *os << " ... "; in PrintBytesInObjectToImpl() 106 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 70 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) PrintByteSegmentInObjectTo() argument 89 PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, ostream* os) PrintBytesInObjectToImpl() argument 130 PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, ostream* os) PrintBytesInObjectTo() argument 151 PrintAsCharLiteralTo(Char c, ostream* os) PrintAsCharLiteralTo() argument 200 PrintAsStringLiteralTo(char32_t c, ostream* os) PrintAsStringLiteralTo() argument 231 PrintAsStringLiteralTo(char c, ostream* os) PrintAsStringLiteralTo() argument 236 PrintAsStringLiteralTo(char8_t c, ostream* os) PrintAsStringLiteralTo() argument 241 PrintAsStringLiteralTo(char16_t c, ostream* os) PrintAsStringLiteralTo() argument 245 PrintAsStringLiteralTo(wchar_t c, ostream* os) PrintAsStringLiteralTo() argument 253 PrintCharAndCodeTo(Char c, ostream* os) PrintCharAndCodeTo() argument 276 PrintTo(unsigned char c, ::std::ostream* os) PrintTo() argument 277 PrintTo(signed char c, ::std::ostream* os) PrintTo() argument 281 PrintTo(wchar_t wc, ostream* os) PrintTo() argument 284 PrintTo(char32_t c, ::std::ostream* os) PrintTo() argument 291 PrintTo(__uint128_t v, ::std::ostream* os) PrintTo() argument 324 PrintTo(__int128_t v, ::std::ostream* os) PrintTo() argument 342 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) PrintCharsAsStringTo() argument 371 UniversalPrintCharArray(const CharType* begin, size_t len, ostream* os) UniversalPrintCharArray() argument 394 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument 401 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 408 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 414 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 420 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument 428 PrintCStringTo(const Char* s, ostream* os) PrintCStringTo() argument 439 PrintTo(const char* s, ostream* os) PrintTo() argument 442 PrintTo(const char8_t* s, ostream* os) PrintTo() argument 445 PrintTo(const char16_t* s, ostream* os) PrintTo() argument 447 PrintTo(const char32_t* s, ostream* os) PrintTo() argument 457 PrintTo(const wchar_t* s, ostream* os) PrintTo() argument 516 ConditionalPrintAsText(const char* str, size_t length, ostream* os) ConditionalPrintAsText() argument 525 PrintStringTo(const ::std::string& s, ostream* os) PrintStringTo() argument 534 PrintU8StringTo(const ::std::u8string& s, ostream* os) PrintU8StringTo() argument 539 PrintU16StringTo(const ::std::u16string& s, ostream* os) PrintU16StringTo() argument 543 PrintU32StringTo(const ::std::u32string& s, ostream* os) PrintU32StringTo() argument 548 PrintWideStringTo(const ::std::wstring& s, ostream* os) PrintWideStringTo() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_os.py | 1 # As a test suite for the os module, this is woefully inadequate, but this 14 import os namespace 72 if hasattr(os, 'geteuid'): 73 root_in_posix = (os.geteuid() == 0) 85 HAVE_WHEEL_GROUP = sys.platform.startswith('freebsd') and os.getgid() == 0 89 return unittest.skipUnless(hasattr(os, name), 'requires os.%s' % name) 108 cwd = os.getcwd() 114 # longer path if longer paths support is enabled. Internally, the os 137 cwd = os 3293 fp.write('import sys, os\\n' global() namespace [all...] |
H A D | test_unicode_file.py | 4 import os, glob, time, shutil namespace 13 if not os.path.supports_unicode_filenames: 22 if os.path.exists(filename): 23 os.unlink(filename) 32 self.assertTrue(os.path.exists(filename)) 33 self.assertTrue(os.path.isfile(filename)) 34 self.assertTrue(os.access(filename, os.R_OK)) 35 self.assertTrue(os.path.exists(os [all...] |
/third_party/python/Lib/ |
H A D | shutil.py | 7 import os namespace 35 _WINDOWS = os.name == 'nt' 37 if os.name == 'posix': 45 _USE_CP_SENDFILE = hasattr(os, "sendfile") and sys.platform.startswith("linux") 133 blocksize = max(os.fstat(infd).st_size, 2 ** 23) # min 8MiB 144 sent = os.sendfile(outfd, infd, offset, blocksize) 161 if offset == 0 and os.lseek(outfd, 0, os.SEEK_CUR) == 0: 204 if isinstance(src, os.DirEntry) and hasattr(os [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | type-hints.cc | 10 std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) { in operator <<() argument 13 return os << "None"; in operator <<() 15 return os << "SignedSmall"; in operator <<() 17 return os << "SignedSmallInputs"; in operator <<() 19 return os << "Number"; in operator <<() 21 return os << "NumberOrOddball"; in operator <<() 23 return os << "String"; in operator <<() 25 return os << "BigInt"; in operator <<() 27 return os << "Any"; in operator <<() 32 std::ostream& operator<<(std::ostream& os, CompareOperationHin argument 62 operator <<(std::ostream& os, ForInHint hint) operator <<() argument 76 operator <<(std::ostream& os, const StringAddFlags& flags) operator <<() argument [all...] |
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/ |
H A D | GlyfEncoderTest.java | 37 ByteArrayOutputStream os = new ByteArrayOutputStream(); in test255UShort1() 38 GlyfEncoder.write255UShort(os, 142); in test255UShort1() 39 byte[] actual = os.toByteArray(); in test255UShort1() 45 ByteArrayOutputStream os = new ByteArrayOutputStream(); in test255UShort2() 46 GlyfEncoder.write255UShort(os, 254); in test255UShort2() 47 byte[] actual = os.toByteArray(); in test255UShort2() 53 ByteArrayOutputStream os = new ByteArrayOutputStream(); in test255UShort3() 54 GlyfEncoder.write255UShort(os, 507); in test255UShort3() 55 byte[] actual = os.toByteArray(); in test255UShort3() 61 ByteArrayOutputStream os in test255UShort4() [all...] |
/third_party/mesa3d/bin/ |
H A D | install_megadrivers.py | 26 import os namespace 36 if os.path.isabs(args.libdir): 37 destdir = os.environ.get('DESTDIR') 39 to = os.path.join(destdir, args.libdir[1:]) 43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir) 45 master = os.path.join(to, os.path.basename(args.megadriver)) 47 if not os.path.exists(to): 48 if os [all...] |
/third_party/skia/infra/bots/assets/valgrind/ |
H A D | create.py | 15 import os namespace 23 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) 24 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir)) 32 TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND) 33 INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install') 38 if os [all...] |