Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 43) sorted by relevance

12

/AliOS-Things-master/components/mbedtls/programs/hash/
A DCMakeLists.txt1 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 DREADME.md159 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 Dvfs_lfs_mount.py.exp3 hello from lfs
5 hello from lfs
11 hello from lfs
13 hello from lfs
A Duasyncio_wait_task.py.exp6 hello
A Dvfs_fat_more.py.exp8 hello
/AliOS-Things-master/solutions/helloworld_demo/
A DREADME.md158 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 DREADME.md158 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 Dexample.pas31 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 Dexample.c-bak29 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 Dexample.c29 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 Dtestloadso.c28 int hello = 0; in main() local
48 hello = 1; in main()
69 if (hello) { in main()
/AliOS-Things-master/components/lwip/
A DREADME.md376 (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 Dfoo.py1 def hello(): function
/AliOS-Things-master/components/py_engine/tests/cpydiff/
A Dcore_import_all.py9 foo.hello()
/AliOS-Things-master/solutions/py_engine_demo/
A DREADME.md97 >>> print("hello-world")
98 hello-world
/AliOS-Things-master/components/trace/
A DREADME.md70 例子: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 DREADME.md117 >>> print("hello-world")
118 hello-world
/AliOS-Things-master/components/mbedtls/programs/
A DMakefile51 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.gitignore8 hash/hello
/AliOS-Things-master/components/cplusplus/
A DREADME.md173 hello world C!
174 hello world C++!
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/
A DMakefile.emx45 echo hello world | .\minigzip | .\minigzip -d
A DMakefile.dj267 echo hello world | .\minigzip | .\minigzip -d
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A DMakefile.emx45 echo hello world | .\minigzip | .\minigzip -d
A DMakefile.riscos42 @echo that will have given lots of hello!'s.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DMakefile.gcc78 echo hello world | ./minigzip | ./minigzip -d
82 echo hello world | ./minigzip_d | ./minigzip_d -d

Completed in 45 milliseconds

12