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

  /external/python/setuptools/setuptools/tests/
test_dist.py 138 for fkey, dkey in tested_keys.items():
142 assert not line.startswith(fkey + ':')
144 line = '%s: %s' % (fkey, val)
  /external/toolchain-utils/cwp/bartlett/
server.py 121 fkey = str(urllib.unquote(resource))
122 request = db.get(fkey)
124 db.delete(fkey)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailcap.py 110 fkey = field
113 fkey = field[:i].strip()
115 if fkey in fields:
119 fields[fkey] = fvalue
  /external/python/cpython2/Lib/
mailcap.py 110 fkey = field
113 fkey = field[:i].strip()
115 if fkey in fields:
119 fields[fkey] = fvalue
  /external/python/cpython3/Lib/
mailcap.py 131 fkey = field
134 fkey = field[:i].strip()
136 if fkey in fields:
140 fields[fkey] = fvalue
  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing_test.cc 361 auto fkey = all_keys[rng->Rand32() % all_keys.size()]; local
367 (*example.mutable_features()->mutable_feature())[fkey]
376 (*example.mutable_features()->mutable_feature())[fkey]
385 (*example.mutable_features()->mutable_feature())[fkey]

Completed in 239 milliseconds