/external/clang/tools/scan-build-py/libear/ |
__init__.py | 30 configure = do_configure(toolset) 31 configure.check_function_exists('execve', 'HAVE_EXECVE') 32 configure.check_function_exists('execv', 'HAVE_EXECV') 33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE') 34 configure.check_function_exists('execvp', 'HAVE_EXECVP') 35 configure.check_function_exists('execvP', 'HAVE_EXECVP2') 36 configure.check_function_exists('exect', 'HAVE_EXECT') 37 configure.check_function_exists('execl', 'HAVE_EXECL') 38 configure.check_function_exists('execlp', 'HAVE_EXECLP') 39 configure.check_function_exists('execle', 'HAVE_EXECLE' [all...] |
/external/webrtc/webrtc/modules/audio_processing/ |
echo_control_mobile_impl.cc | 241 return Configure(); 255 return Configure();
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/ |
DxeUdpIoLib.c | 585 a UDP instance) configures the UDP child by calling Configure function prototype.
591 @param[in] Configure The function to configure the created UDP child.
593 @param[in] Context The opaque parameter for the Configure funtion.
603 IN UDP_IO_CONFIG Configure,
611 ASSERT (Configure != NULL);
634 // Create a UDP child then open and configure it
660 if (EFI_ERROR (Configure (UdpIo, Context))) {
702 if (EFI_ERROR (Configure (UdpIo, Context))) {
883 also configure NULL for the UDP instance. [all...] |
/external/curl/packages/vms/ |
setup_gnv_curl_build.com | 8 $! the configure script and the build. 31 $! Move to where the Configure script is. 34 $! Get the path to where the Configure script is. 286 $! Verify can break things in bash, especially in Configure scripts.
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Support.c | 264 Configure the opened Udp6 instance until the corresponding Ip6 instance
268 @param[in] UdpCfgData The pointer to the Udp6 configure data.
270 @retval EFI_SUCCESS Configure the Udp6 instance successfully.
348 // Continue to configure the Udp6 instance.
350 Status = Udp6->Configure (Udp6, UdpCfgData);
368 The dummy configure routine for create a new Udp6 Io.
388 The configure routine for Mtftp6 instance to transmit/receive.
420 // Set the Udp6 Io configure data.
445 // Configure the Udp6 instance with current configure data. [all...] |
Mtftp6Impl.c | 69 // Copy back the configure data if the instance already configured.
100 The Configure() function is used to set and change the configuration
102 data can be reset to startup defaults by calling Configure() with
163 // Configure the instance as NULL to abort the current session.
170 // It's not allowed to configure one instance twice without configure null.
177 // Allocate the configure buffer of the instance and store the user's data.
189 // Don't configure the udpio here because each operation might override
221 // Continue to configure the downside Udp6 instance by user's data.
248 Status = Udp6->Configure (Udp6, &Udp6Cfg); [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsDhcp.c | 162 is used to configure this callback function.
361 Status = Mnp->Configure(Mnp, &MnpConfigData);
554 Dhcp4->Configure (Dhcp4, NULL);
574 Mnp->Configure (Mnp, NULL);
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
HttpBootDhcp4.c | 582 @param[in] Context Pointer to the context set by EFI_DHCP4_PROTOCOL.Configure().
679 @retval Others Failed to configure the address.
695 // Configure the gateway if valid.
721 @retval Others Failed to configure the address.
839 // Configure the DHCPv4 instance for HTTP boot.
841 Status = Dhcp4->Configure (Dhcp4, &Config);
886 Dhcp4->Configure (Dhcp4, NULL);
889 Dhcp4->Configure (Dhcp4, &Config);
|
HttpBootSupport.c | 395 // Configure DNS6 instance for the DNS server address and protocol.
403 Status = Dns6->Configure (
471 Dns6->Configure (Dns6, NULL);
628 Create a HTTP_IO to access the HTTP service. It will create and configure
642 @retval Others Failed to create the HTTP_IO or configure it.
697 // Init the configuration data and configure the HTTP child.
722 Status = Http->Configure (Http, &HttpConfigData);
814 Http->Configure (Http, NULL);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpDriver.c | 136 // Configure the Mnp child.
138 Status = ArpService->Mnp->Configure (ArpService->Mnp, &ArpService->MnpConfigData);
222 ArpService->Mnp->Configure (ArpService->Mnp, NULL);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Rrq.c | 380 Configure a UDP IO port to receive the multicast.
382 @param McastIo The UDP IO to configure
387 @retval Others Failed to configure the UDP child.
425 Status = McastIo->Protocol.Udp4->Configure (McastIo->Protocol.Udp4, &UdpConfig);
446 McastIo->Protocol.Udp4->Configure (McastIo->Protocol.Udp4, NULL);
|
/external/curl/projects/ |
build-openssl.bat | 181 :configure label 239 perl Configure debug-VC-WIN64A --prefix=%CD% 272 perl Configure VC-WIN64A --prefix=%CD% 312 perl Configure debug-VC-WIN32 no-asm --prefix=%CD% 345 perl Configure VC-WIN32 no-asm --prefix=%CD%
|
/external/mesa3d/scons/ |
gallium.py | 151 conf = SCons.Script.Configure(env) 163 conf = SCons.Script.Configure(env)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/ |
Dhcp4.h | 225 EFI_DHCP4_CONFIGURE Configure;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/ |
Mtftp4.h | 279 EFI_MTFTP4_CONFIGURE Configure;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Dhcp4.h | 220 configure this callback function.
222 EFI_DHCP4_PROTOCOL.Configure().
302 /// ignored by the driver. OptionList can be freed after EFI_DHCP4_PROTOCOL.Configure()
444 The Configure() function is used to initialize, change, or reset the operational
457 The driver can transfer into these states by calling Configure() with a non-NULL
461 When Configure() is called successfully while Dhcp4CfgData is set to NULL, the
464 wants to make it possible for another instance to configure the EFI DHCPv4 Protocol
511 by EFI_DHCP4_PROTOCOL.Configure() will be called and the user can take this
526 state. EFI_DHCP4_PROTOCOL. Configure() needs to be called.
574 state. EFI_DHCP4_PROTOCOL.Configure() needs to [all...] |
Dhcp6.h | 306 @param[in] This Pointer to the EFI_DHCP6_PROTOCOL instance that is used to configure this
308 @param[in] Context Pointer to the context that is initialized by EFI_DHCP6_PROTOCOL.Configure().
349 /// can be freed after EFI_DHCP6_PROTOCOL.Configure() returns. Ignored if
381 /// buffer can be freed after EFI_DHCP6_PROTOCOL.Configure() returns.
390 @param[in] This Pointer to the EFI_DHCP6_PROTOCOL instance that is used to configure this
436 The Configure() function is used to initialize or clean up the configuration data of the EFI
438 - When Dhcp6CfgData is not NULL and Configure() is called successfully, the
441 - When Dhcp6CfgData is NULL and Configure() is called successfully, the configuration
484 callback function set by EFI_DHCP6_PROTOCOL.Configure() will be called and the user can take
[all...] |
Ip6.h | 585 The Configure() function is used to set, change, or reset the operational parameters and filter
591 Configure() function.
[all...] |
Mtftp4.h | 315 EFI_MTFTP4_PROTOCOL.Configure() function are used.
517 EFI_MTFTP4_CONFIGURE Configure;
541 /// If not NULL, the data that will be used to override the existing configure data.
|
Mtftp6.h | 283 /// was set by the EFI_MTFTP6_PROTOCOL.Configure() function will be used.
288 /// that was set by the EFI_MTFTP6_PROTOCOL.Configure() function.
294 /// theEFI_MTFTP6_PROTOCOL.Configure() function will be used.
300 /// the EFI_MTFTP6_PROTOCOL.Configure() function will be used.
410 /// configure data.
491 The Configure() function is used to set and change the configuration data for this EFI
493 Configure() with MtftpConfigData set to NULL. Whenever the instance is reset, any
537 default parameters that were set in the EFI_MTFTP6_PROTOCOL.Configure()
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpProto.h | 359 Configure TCP4 protocol child.
375 Configure TCP6 protocol child.
488 @param[in] Configure The Flag indicates whether need to initialize session.
499 IN BOOLEAN Configure,
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
gcs_file_system.h | 48 /// Configure is called by the GcsFileSystem to provide instrumentation hooks. 50 /// Note: Configure can be called multiple times (e.g. if the block cache is 52 virtual void Configure(GcsFileSystem* fs, GcsThrottle* throttle, 223 /// re-configure the block cache for different values.
|
/external/toolchain-utils/automation/common/ |
command_executer.py | 29 def Configure(cls, dry_run):
|
/external/toolchain-utils/crosperf/ |
experiment_factory_unittest.py | 239 FileUtils.Configure(True)
|
/external/scapy/test/ |
pptp.uts | 104 = Test LCP Configure Request 121 = Test LCP Configure Ack 124 conf_ack = PPP() / PPP_LCP_Configure(code='Configure-Ack', id=42, 144 = Test LCP Configure Nak 147 conf_nak = PPP() / PPP_LCP_Configure(code='Configure-Nak', id=42, 169 = Test LCP Configure Reject 172 conf_reject = PPP() / PPP_LCP_Configure(code='Configure-Reject', id=42, 194 = Test LCP Configure options [all...] |