/external/tensorflow/tensorflow/python/distribute/ |
distribute_coordinator.py | 233 config: `ConfigProto` proto used to configure the session. 342 strategy.configure(session_config) 345 strategy.configure(session_config, cluster_spec, task_type, task_id) 529 """Call strategy's `configure` to mutate the session_config. 537 eval_strategy.configure(session_config=session_config) 541 strategy.configure( 579 the session config object to configure server-local devices. 652 ways to configure a distributed TensorFlow cluster, its context object 669 `configure(session_config, cluster_spec, task_type, task_id)` which configures 673 object, call its `configure` method and pass it to `worker_fn` as an argument [all...] |
/frameworks/av/media/codec2/sfplugin/ |
CCodec.h | 86 void configure(const sp<AMessage> &msg);
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
NuPlayer2DecoderBase.cpp | 67 void NuPlayer2::DecoderBase::configure(const sp<AMessage> &format) { function in class:android::NuPlayer2::DecoderBase
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoderBase.cpp | 65 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) { function in class:android::NuPlayer::DecoderBase
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
GraphicBufferSource.h | 57 * The GraphicBufferSource can be configure dynamically to discard frames 126 // Configure the buffer source to be used with a component with the default 128 status_t configure(
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 149 if (providerInfo.configure != null) { 151 configureIntent.setComponent(providerInfo.configure);
|
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/ |
network_WiFi_RoamOnLowPower.py | 255 logging.info('- Configure first AP & connect') 256 self.context.configure(hostap_config.HostapConfig( 277 logging.info('- Configure second AP') 278 self.context.configure(hostap_config.HostapConfig(
|
/external/guice/core/src/com/google/inject/internal/ |
InjectorShell.java | 310 public void configure(Binder binder) { method in class:InjectorShell.RootModule 325 public void configure(Binder binder) { method in class:InjectorShell.InheritedScannersModule
|
ProviderMethodsModule.java | 44 * binding annotations on the provider method to configure the binding. 99 public void configure(Binder binder) { method in class:ProviderMethodsModule 101 providerMethod.configure(binder);
|
/external/libnl/ |
configure.ac | 2 # configure.in 157 AC_MSG_ERROR(Required packages are missing. Please install them and rerun ./configure)
|
/external/protobuf/ |
tests.sh | 31 ./configure 46 ./configure
|
/external/python/cpython2/Tools/pynche/ |
DetailsViewer.py | 126 self.__omenu.configure(width=17) 159 self.__l2.configure(text=text)
|
PyncheWidget.py | 243 text.configure(yscrollcommand=(scrollbar, 'set')) 244 scrollbar.configure(command=(text, 'yview'))
|
/external/python/cpython3/Tools/pynche/ |
DetailsViewer.py | 126 self.__omenu.configure(width=17) 159 self.__l2.configure(text=text)
|
PyncheWidget.py | 242 text.configure(yscrollcommand=(scrollbar, 'set')) 243 scrollbar.configure(command=(text, 'yview'))
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDAppClient.m | 125 [self configure]; 136 [self configure]; 156 [self configure]; 161 - (void)configure {
|
/external/openssh/contrib/suse/ |
openssh.spec | 100 - Added flag to configure daemon with TCP Wrappers support 136 %configure --prefix=/usr \ 146 %configure --mandir=/usr/X11R6/man \
|
/frameworks/av/media/codec2/sfplugin/tests/ |
MediaCodec_sanity_test.cpp | 121 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK); 150 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK); 179 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK); 216 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK); 275 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK); 299 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK);
|
/external/grpc-grpc/tools/run_tests/ |
run_tests.py | 271 def configure(self, config, args): member in class:CLanguage 563 def configure(self, config, args): member in class:RemoteNodeLanguage 627 def configure(self, config, args): member in class:PhpLanguage 668 def configure(self, config, args): member in class:Php7Language 714 def configure(self, config, args): member in class:PythonLanguage 871 def configure(self, config, args): member in class:RubyLanguage 921 def configure(self, config, args): member in class:CSharpLanguage 1043 def configure(self, config, args): member in class:ObjCLanguage 1155 def configure(self, config, args): member in class:Sanity [all...] |
/external/python/cpython2/Mac/BuildScript/ |
build-installer.py | 89 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 218 configure=None, 339 configure=None, 350 configure=None, 381 configure="../dist/configure", 827 # OpenSSL 1.0.2o broke the Configure test for whether the compiler 829 # used for the 10.6+ installer builds. Patch Configure here to 832 """sed -i "" 's|my $cc_as_makedepend = 0|my $cc_as_makedepend = 1|g' Configure""") 834 runCommand(" ".join(["perl", "Configure"] [all...] |
/external/python/cpython3/Mac/BuildScript/ |
build-installer.py | 94 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 222 configure=None, 343 configure=None, 354 configure=None, 385 configure="../dist/configure", 826 runCommand(" ".join(["perl", "Configure"] [all...] |
/device/generic/goldfish/keymaster/trusty/ |
trusty_keymaster_device.cpp | 100 device_.configure = configure; 163 keymaster_error_t TrustyKeymasterDevice::configure(const keymaster_key_param_set_t* params) { function in class:keymaster::TrustyKeymasterDevice 164 ALOGD("Device received configure\n"); 660 keymaster_error_t TrustyKeymasterDevice::configure(const keymaster2_device_t* dev, function in class:keymaster::TrustyKeymasterDevice 662 return convert_device(dev)->configure(params);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
PopupMenuTest.java | 408 mActivityRule.runOnUiThread(mBuilder::configure); 434 * Inner helper class to configure an instance of {@link PopupMenu} for the specific test. 510 public void configure() { method in class:PopupMenuTest.Builder 550 configure(); method
|
/external/libvpx/libvpx/build/make/ |
Makefile | 44 # Run configure for the user with the current toolchain. 48 echo "Rerunning configure $(CONFIGURE_ARGS)"; \ 49 ../src/configure $(CONFIGURE_ARGS); \ 424 DIST-SRCS-yes += configure 425 DIST-SRCS-yes += build/make/configure.sh
|
/external/python/cpython2/Lib/idlelib/ |
TreeWidget.py | 172 self.canvas.configure(scrollregion=(0, 0, x1, y1)) 255 self.label.configure(idleConf.GetHighlight(theme, 'hilite')) 257 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
|