Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 55) sorted by relevance

123

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtrace.h97 void Write(const char* format, Args... args) { in Write() function
108 Write("%s {", scope_name); in EnterScope()
113 Write("} // end of %s", scope_name); in LeaveScope()
542 ThreadLocalTrace()->Write("CompiledPaths: %s", str(CompiledPaths)); \
543 ThreadLocalTrace()->Write("LHS: %s", str(lhs)); \
544 ThreadLocalTrace()->Write("RHS: %s", str(rhs)); \
545 ThreadLocalTrace()->Write("Destination: %s", str(*dst));
556 ThreadLocalTrace()->Write("Destination: %s", str(params->dst));
590 ThreadLocalTrace()->Write( \
726 ThreadLocalTrace()->Write( \
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is argument
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write subprogram
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
A Dtest.adb171 Write (Target, Buffer (1 .. Last));
194 Write (File_Out, Item);
240 Write (File_In, Buffer);
247 Write
A Dmtest.adb73 procedure Compare_Write is new ZLib.Write (Write => Compare);
A Dzlib.ads242 with procedure Write
251 procedure Write subprogspec
A Dzlib-streams.ads25 procedure Write subprogspec
A Dzlib.adb668 procedure Write subprogram
692 Write (Buffer (1 .. Out_Last)); argument
699 end Write;
/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp2566 Write ( "<" ); in OpenElement()
2567 Write ( name ); in OpenElement()
2579 Write( name ); in PushAttribute()
2580 Write( "=\"" ); in PushAttribute()
2735 Write( "<!--" ); in PushComment()
2737 Write( "-->" ); in PushComment()
2750 Write( "<?" ); in PushDeclaration()
2751 Write( value ); in PushDeclaration()
2752 Write( "?>" ); in PushDeclaration()
2765 Write( "<!" ); in PushUnknown()
[all …]
A Dtinyxml2.h2278 void Write( const char* data, size_t size );
2279 inline void Write( const char* data ) { Write( data, strlen( data ) ); } in Write() function
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DUnitTests.cs253 writer.Write("hi there"); in GZipStream_WriteRead()
254 writer.Write(Math.PI); in GZipStream_WriteRead()
255 writer.Write(42); in GZipStream_WriteRead()
A DGZipStream.cs199 public override void Write(byte[] buffer, int offset, int count) in Write() method in DotZLib.GZipStream
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtensor.h32 void Write(int position) { this->WriteN(position, 1); } in Write() function
A Dportable_tensor.h109 void Write(int position) { *output_ptr_++ = input_data_[position]; } in Write() function
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DTODO9 o Write documentation on how do extend tags, and how the custom field
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h1327 Write(stack_[0].StoredPackedType(), 1); in Finish()
1329 Write(byte_width, 1); in Finish()
1355 template<typename T> void Write(T val, size_t byte_width) { in Write() function
1363 case 8: Write(f, byte_width); break; in WriteDouble()
1374 Write(reloff, byte_width); in WriteOffset()
1380 Write(val, byte_width); in PushIndirect()
1482 case FBT_INT: Write(val.i_, byte_width); break; in WriteAny()
1484 case FBT_UINT: Write(val.u_, byte_width); break; in WriteAny()
1493 Write<uint64_t>(len, byte_width); in CreateBlob()
1512 if (!fixed) Write<uint64_t>(len, byte_width); in ScalarVector()
[all …]
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.c154 #error Write me. in SDL_DYNAPI_VARARGS()
168 #error Write me.
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dradio.h333 void ( *Write )( uint32_t addr, uint8_t data ); member
/AliOS-Things-master/components/jsoncpp/
A DREADME.md56 Write 相关类:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dstrided_slice.h88 writer->Write(offset_4); in StridedSlice()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt116 Open strCprPth For Binary Access Write As #1
149 Open strOriPth For Binary Access Write As #1
/AliOS-Things-master/components/SDL2/src/audio/fusionsound/
A DSDL_fsaudio.c142 ret = this->hidden->stream->Write(this->hidden->stream, in SDL_FS_PlayDevice()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DREADME145 pngwtran.c => Write data transformations
146 pngwutil.c => Write utility functions
/AliOS-Things-master/components/littlevgl/docs/
A DCODING_STYLE.md47 Write readable code to avoid descriptive comments like:
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c413 #warning SDL_HasARMSIMD is not implemented for this ARM platform. Write me. in CPU_haveARMSIMD()
495 #warning SDL_HasNEON is not implemented for this ARM platform. Write me. in CPU_haveNEON()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A DREADME51 Private Sub-Directory Read/Write

Completed in 40 milliseconds

123