/AliOS-Things-master/components/mbedtls/programs/hash/ |
A D | CMakeLists.txt | 1 add_executable(hello hello.c) target 2 target_link_libraries(hello mbedtls) 7 install(TARGETS hello generic_sum
|
/AliOS-Things-master/solutions/amp_demo/ |
A D | README.md | 159 hello world! count 0 160 hello world! count 1 161 hello world! count 2 162 hello world! count 3 163 hello world! count 4 164 hello world! count 5 165 hello world! count 6 240 hello world! count 0 241 hello world! count 1 242 hello world! count 2 [all …]
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | vfs_lfs_mount.py.exp | 3 hello from lfs 5 hello from lfs 11 hello from lfs 13 hello from lfs
|
A D | uasyncio_wait_task.py.exp | 6 hello
|
A D | vfs_fat_more.py.exp | 8 hello
|
/AliOS-Things-master/solutions/helloworld_demo/ |
A D | README.md | 158 hello world! count 0 159 hello world! count 1 160 hello world! count 2 161 hello world! count 3 162 hello world! count 4 163 hello world! count 5 164 hello world! count 6 239 hello world! count 0 240 hello world! count 1 241 hello world! count 2 [all …]
|
/AliOS-Things-master/solutions/linkkit_genie_demo/ |
A D | README.md | 158 hello world! count 0 159 hello world! count 1 160 hello world! count 2 161 hello world! count 3 162 hello world! count 4 163 hello world! count 5 164 hello world! count 6 239 hello world! count 0 240 hello world! count 1 241 hello world! count 2 [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | example.pas | 31 const hello: PChar = 'hello, hello!'; 61 len := StrLen(hello)+1; 71 if StrComp(PChar(uncompr), hello) <> 0 then 90 len := StrLen(hello)+1; 134 if StrComp(PChar(uncompr), hello) <> 0 then 189 len := StrLen(hello)+1; 198 c_stream.next_in := hello; 373 len := StrLen(hello)+1; 382 c_stream.next_in := hello; 468 c_stream.next_in := hello; [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | example.c-bak | 29 const char hello[] = "hello, hello!"; 30 /* "hello world" would be more standard, but the repeated "hello" 34 const char dictionary[] = "hello"; 64 uLong len = (uLong)strlen(hello)+1; 74 if (strcmp((char*)uncompr, hello)) { 94 int len = (int)strlen(hello)+1; 175 uLong len = (uLong)strlen(hello)+1; 184 c_stream.next_in = (Bytef*)hello; 350 uInt len = (uInt)strlen(hello)+1; 359 c_stream.next_in = (Bytef*)hello; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | example.c | 29 static z_const char hello[] = "hello, hello!"; variable 93 uLong len = (uLong)strlen(hello)+1; 103 if (strcmp((char*)uncompr, hello)) { 123 int len = (int)strlen(hello)+1; 155 if (strcmp((char*)uncompr, hello)) { 184 if (strcmp((char*)uncompr, hello + 6)) { 206 uLong len = (uLong)strlen(hello)+1; 268 if (strcmp((char*)uncompr, hello)) { 381 uInt len = (uInt)strlen(hello)+1; 480 c_stream.avail_in = (uInt)strlen(hello)+1; [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testloadso.c | 28 int hello = 0; in main() local 48 hello = 1; in main() 69 if (hello) { in main()
|
/AliOS-Things-master/components/lwip/ |
A D | README.md | 376 (cli-uart)# hello world! count 15 377 recv: hello UDP 378 hello world! count 16 379 recv: hello UDP 380 hello world! count 17 381 recv: hello UDP 382 hello world! count 18 383 recv: hello UDP 384 hello world! count 19 385 recv: hello UDP
|
/AliOS-Things-master/components/py_engine/tests/cpydiff/modules3/ |
A D | foo.py | 1 def hello(): function
|
/AliOS-Things-master/components/py_engine/tests/cpydiff/ |
A D | core_import_all.py | 9 foo.hello()
|
/AliOS-Things-master/solutions/py_engine_demo/ |
A D | README.md | 97 >>> print("hello-world") 98 hello-world
|
/AliOS-Things-master/components/trace/ |
A D | README.md | 70 例子:SEGGER_SYSVIEW_PrintfTarget("hello world! count %d \r\n", count); 136 printf("hello world! count %d \r\n", count++); 140 SEGGER_SYSVIEW_PrintfTarget("hello world! count %d \r\n", count++);
|
/AliOS-Things-master/solutions/haas_dev_demo/ |
A D | README.md | 117 >>> print("hello-world") 118 hello-world
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | Makefile | 51 hash/hello$(EXEXT) hash/generic_sum$(EXEXT) \ 103 hash/hello$(EXEXT): hash/hello.c $(DEP) 105 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
|
A D | .gitignore | 8 hash/hello
|
/AliOS-Things-master/components/cplusplus/ |
A D | README.md | 173 hello world C! 174 hello world C++!
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/ |
A D | Makefile.emx | 45 echo hello world | .\minigzip | .\minigzip -d
|
A D | Makefile.dj2 | 67 echo hello world | .\minigzip | .\minigzip -d
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | Makefile.emx | 45 echo hello world | .\minigzip | .\minigzip -d
|
A D | Makefile.riscos | 42 @echo that will have given lots of hello!'s.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | Makefile.gcc | 78 echo hello world | ./minigzip | ./minigzip -d 82 echo hello world | ./minigzip_d | ./minigzip_d -d
|