Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 95) sorted by relevance

1234

/AliOS-Things-master/components/debug/
A DREADME.md159 You can use debug cmd to show api test:
160 debug_api help --- show this
161 debug_api 1 --- show memory info
162 debug_api 2 --- show task info
163 debug_api 3 --- show bufqueue info
164 debug_api 4 --- show queue info
165 debug_api 5 --- show sem info
166 debug_api 6 --- show mutex info
167 debug_api 7 --- show backtrace now
169 debug_api all --- show all above
[all …]
/AliOS-Things-master/components/amp/test/
A Dtest_sh1106.js41 sh1106.show();
45 sh1106.show()
48 sh1106.show()
/AliOS-Things-master/components/SDL2/build-scripts/
A Diosbuild.sh34 IOS_SDK_VERSION=`xcrun --sdk iphoneos --show-sdk-version`
37 IPHONEOS_PLATFORM=`xcrun --sdk iphoneos --show-sdk-platform-path`
38 IPHONEOS_SYSROOT=`xcrun --sdk iphoneos --show-sdk-path`
40 IPHONESIMULATOR_PLATFORM=`xcrun --sdk iphonesimulator --show-sdk-platform-path`
41 IPHONESIMULATOR_SYSROOT=`xcrun --sdk iphonesimulator --show-sdk-path`
/AliOS-Things-master/solutions/javascript_demo/board/haas600/
A Doled.js68 dispaly.show()
71 dispaly.show()
/AliOS-Things-master/solutions/javascript_demo/board/haas100/
A Doled.js68 dispaly.show()
71 dispaly.show()
/AliOS-Things-master/components/cli/
A DREADME.md10 - cli commands show
204 { "test1", "show test1 info", test1_cmd },
205 { "test2", "show test2 info", test2_cmd },
229 ALIOS_CLI_CMD_REGISTER(test_cmd3, test3, show test3 info)
264 { "test1", "show test1 info", test1_cmd },
265 { "test2", "show test2 info", test2_cmd },
305 ALIOS_CLI_CMD_REGISTER(test_cmd3, test3, show test3 info)
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc139 int show; in HAIKU_ShowCursor() local
142 show = (cur || !mouse->focus); in HAIKU_ShowCursor()
143 if (show) { in HAIKU_ShowCursor()
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A Dmac_support.cpp29 g_main_window->show(); in HandleReopenMessage()
72 g_main_window->show(); in HandleEvent()
A Dmac_support_cocoa.m23 g_main_window->show();
/AliOS-Things-master/components/amp/modules/
A Dsh1106.js48 show() { method in SH1106
213 this.show()
237 this.show()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dgen-changelog.sh9 git show -s --format=%cD `git rev-list $t --max-count=1`
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/oled/
A Dmain.py18 display.show()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/oled/
A Dmain.py18 display.show()
/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/
A Doled.js42 dispaly.show()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/gyroscope/
A Dmain.py32 display.show()
/AliOS-Things-master/components/py_engine/framework/
A Dsh1106.py80 self.show()
96 self.show()
108 def show(self): member in SH1106
/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dssd1306.py76 self.show()
95 def show(self): member in SSD1306
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dconfigure151 show() function
181 show $cc -c $test.c
362 show $*
369 show $*
381 show $*
441 show "$NM $test.o | grep _hello"
/AliOS-Things-master/components/cli/src/iobox/
A Ddf.c92 ALIOS_CLI_CMD_REGISTER(df_main, df, show fs usage info);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A Dbluepill.resc21 # These lines are needed to show the results of DebugLog calls in the output.
A Dstm32f4.resc21 # These lines are needed to show the results of DebugLog calls in the output.
/AliOS-Things-master/components/littlevgl/docs/
A DCODING_STYLE.md49 The code should show clearly what you are doing.
59 Here is example to show bracket placing and using of white spaces:
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore11 # command can show all the tracked and untracked files
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmessagebox.m173 [alert show];
202 return SDL_SetError("Could not show message box.");
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DCOPYING36 source code. And you must show them these terms so they know their
317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
321 The hypothetical commands `show w' and `show c' should show the appropriate
323 be called something other than `show w' and `show c'; they could even be

Completed in 46 milliseconds

1234