HomeSort by relevance Sort by last modified time
    Searched refs:schemes (Results 1 - 22 of 22) sorted by null

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
IntentFilterData.java 9 private final List<String> schemes; field in class:IntentFilterData
19 this.schemes = new ArrayList<>();
36 return schemes;
61 schemes.add(scheme);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 112 final String[] schemes = new String[] { local
120 for (String scheme : schemes) {
133 final String[] schemes = new String[] { local
139 for (String scheme : schemes) {
152 final String[] schemes = new String[] { local
158 for (String scheme : schemes) {
  /external/tensorflow/tensorflow/core/platform/
env.cc 56 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override;
85 std::vector<string>* schemes) {
88 schemes->push_back(e.first);
111 Status Env::GetRegisteredFileSystemSchemes(std::vector<string>* schemes) {
112 return file_system_registry_->GetRegisteredFileSystemSchemes(schemes);
121 std::vector<string> schemes; local
122 TF_RETURN_IF_ERROR(GetRegisteredFileSystemSchemes(&schemes));
123 for (const string& scheme : schemes) {
env.h 69 /// \brief Returns the file system schemes registered for this Env.
70 virtual Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes);
351 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override {
352 return target_->GetRegisteredFileSystemSchemes(schemes);
file_system.h 368 std::vector<string>* schemes) = 0;
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 87 * @param schemes the scheme registry
89 public DefaultClientConnectionOperator(SchemeRegistry schemes) {
90 if (schemes == null) {
94 schemeRegistry = schemes;
  /external/chromium-trace/catapult/devil/devil/android/
apk_helper.py 119 self.schemes = set()
141 activity.schemes.add(data.get('android:scheme'))
169 'http' in activity.schemes):
  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.cc 292 std::vector<string>* schemes) {
293 const auto status = EnvWrapper::GetRegisteredFileSystemSchemes(schemes);
295 schemes->emplace_back(MemmappedFileSystem::kMemmappedPackagePrefix);
memmapped_file_system.h 132 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 416 """Returns a tuple containing the schemes names."""
417 schemes = _INSTALL_SCHEMES.keys()
418 schemes.sort()
419 return tuple(schemes)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 363 """Returns a tuple containing the schemes names."""
364 schemes = _INSTALL_SCHEMES.keys()
365 schemes.sort()
366 return tuple(schemes)
  /external/python/cpython2/Lib/
sysconfig.py 421 """Returns a tuple containing the schemes names."""
422 schemes = _INSTALL_SCHEMES.keys()
423 schemes.sort()
424 return tuple(schemes)
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java     [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 211 RuntimeParameterSettingScheme schemes[] = {
218 for (auto scheme : schemes) {
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 113 "'Highlighting' tab, try different color schemes. Clicking "
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 118 "'Highlighting' tab, try different color schemes. Clicking "
  /external/python/cpython3/Lib/test/
test_urlparse.py 220 for schemes, test_cases in (str_tests, bytes_tests):
221 for scheme in schemes:
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
token.rb 413 == Building Token Schemes
480 and extend the scheme module. Since token schemes define the private instance
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 1079 milliseconds