Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/third_party/boost/libs/process/doc/images/
Dplantuml.txt20 activate Father
28 activate Father
31 activate Child
37 activate Child
41 activate Father
42 activate Exe
45 activate Father
53 activate Father
56 activate Father
59 activate Child
[all …]
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dhsdk-creg-gpio.c24 u8 activate; member
36 reg |= ((val ? hcg->deactivate : hcg->activate) << reg_shift); in hsdk_creg_gpio_set_value()
81 u32 shift, bit_per_gpio, activate, deactivate, gpio_count; in hsdk_creg_gpio_probe() local
88 activate = dev_read_u32_default(dev, "gpio-activate-val", 1); in hsdk_creg_gpio_probe()
117 if (GENMASK(31, bit_per_gpio) & activate) { in hsdk_creg_gpio_probe()
131 if (activate == deactivate) { in hsdk_creg_gpio_probe()
140 hcg->activate = (u8)activate; in hsdk_creg_gpio_probe()
/third_party/uboot/u-boot-2020.01/board/bosch/shc/
DKconfig52 activate, if you want to build for the B sample version
58 activate, if you want to build for the B2 sample version
64 activate, if you want to build for the C sample version
70 activate, if you want to build for the C2 sample version
76 activate, if you want to build for the C3 sample version
82 activate, if you want to build for the Series version
/third_party/ffmpeg/libavfilter/
Df_cue.c36 static int activate(AVFilterContext *ctx) in activate() function
124 .activate = activate,
155 .activate = activate,
Dsettb.c133 static int activate(AVFilterContext *ctx) in activate() function
189 .activate = activate,
222 .activate = activate,
Dbuffersink.c158 static int activate(AVFilterContext *ctx) in activate() function
185 av_assert0(ctx->filter->activate == activate); \
321 .activate = activate,
341 .activate = activate,
Daf_asetnsamples.c55 static int activate(AVFilterContext *ctx) in activate() function
128 .activate = activate,
Df_interleave.c62 static int activate(AVFilterContext *ctx) in activate() function
239 .activate = activate,
267 .activate = activate,
Dsetpts.c226 static int activate(AVFilterContext *ctx) in activate() function
300 .activate = activate,
337 .activate = activate,
Dvf_freezeframes.c74 static int activate(AVFilterContext *ctx) in activate() function
165 .activate = activate,
Df_streamselect.c92 static int activate(AVFilterContext *ctx) in activate() function
337 .activate = activate,
353 .activate = activate,
Dvf_separatefields.c121 static int activate(AVFilterContext *ctx) in activate() function
180 .activate = activate,
Dvf_stack.c387 static int activate(AVFilterContext *ctx) in activate() function
424 .activate = activate,
444 .activate = activate,
471 .activate = activate,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js25 function activate(context) { function
61 exports.activate = activate;
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dextension.js25 function activate(context) { function
61 exports.activate = activate;
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithDiscriminatedUnion.types408 type Action = { type: 'activate' } | { type: 'disactivate' };
410 >type : "activate"
423 dispatchAction({ type : (active? 'disactivate' : 'activate') });
424 >dispatchAction({ type : (active? 'disactivate' : 'activate') }) : void
426 >{ type : (active? 'disactivate' : 'activate') } : { type: "activate" | "disactivate"; }
427 >type : "activate" | "disactivate"
428 >(active? 'disactivate' : 'activate') : "activate" | "disactivate"
429 >active? 'disactivate' : 'activate' : "activate" | "disactivate"
432 >'activate' : "activate"
/third_party/grpc/src/objective-c/manual_tests/GrpcIosTestUITests/
DGrpcIosTestUITests.m36 [testApp activate];
41 [settingsApp activate];
63 [testApp activate];
68 [testApp activate];
103 [settingsApp activate];
115 [settingsApp activate];
137 [testApp activate];
154 [testApp activate];
166 [testApp activate];
224 [stocksApp activate];
[all …]
/third_party/uboot/u-boot-2020.01/drivers/ram/stm32mp1/
DKconfig9 activate STM32MP1 DDR controller driver for STM32MP1 soc
18 activate interactive support in STM32MP1 DDR controller driver
38 activate test support for interactive support in
46 activate tuning command in STM32MP1 DDR interactive mode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp227 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement
272 activate(ib); in addConstraints()
279 activate(ob); in addConstraints()
294 activate(ib); in addPrefSpill()
295 activate(ob); in addPrefSpill()
311 activate(ib); in addLinks()
312 activate(ob); in addLinks()
/third_party/glib/gio/tests/
Dgapplication-example-open.c6 activate (GApplication *application) in activate() function
47 g_signal_connect (app, "activate", G_CALLBACK (activate), NULL); in main()
Dgapplication-example-dbushooks.c6 activate (GApplication *application) in activate() function
89 g_signal_connect (app, "activate", G_CALLBACK (activate), NULL); in main()
/third_party/python/Doc/using/
Dvenv-create.inc67 Once an environment has been created, you may wish to activate it, e.g. by
68 sourcing an activate script in its bin directory.
114 | Platform | Shell | Command to activate virtual environment |
116 | POSIX | bash/zsh | $ source <venv>/bin/activate |
118 | | fish | $ source <venv>/bin/activate.fish |
120 | | csh/tcsh | $ source <venv>/bin/activate.csh |
124 | Windows | cmd.exe | C:\\> <venv>\\Scripts\\activate.bat |
133 You don't specifically *need* to activate an environment; activation just
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/gpio/
Dsnps,creg-gpio.txt8 write 0x2 == set output to "1" (activate)
20 - gpio-activate-val: Value should be set in corresponding field to set
40 gpio-activate-val = <2>;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h70 gboolean (*activate) (GstGLWindowWin32 *window, gboolean activate); member
/third_party/python/Lib/idlelib/
Dscrolledlist.py57 self.listbox.activate("@%d,%d" % (event.x, event.y))
75 self.listbox.activate("@%d,%d" % (event.x, event.y))
114 self.listbox.activate(index)

12345678910>>...18