HomeSort by relevance Sort by last modified time
    Searched refs:partial (Results 276 - 300 of 555) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/html/template/
attr.go 156 // Treat partial event handler names as script.
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 49 // digest represents the partial evaluation of a checksum.
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 77 // digest represents the partial evaluation of a checksum.
  /prebuilts/go/linux-x86/src/html/template/
attr.go 156 // Treat partial event handler names as script.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 49 from functools import partial
227 p = partial(meth,_m)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 305 self.assertEqual(i.partial, 'hello world')
345 self.assertEqual(i.partial, 'Hello\r\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 49 from functools import partial
227 p = partial(meth,_m)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 305 self.assertEqual(i.partial, 'hello world')
345 self.assertEqual(i.partial, 'Hello\r\n')
  /external/python/cpython3/Lib/
configparser.py 533 replace = functools.partial(self._interpolation_replace,
    [all...]
  /external/python/cpython3/Lib/distutils/
filelist.py 265 make_rel = functools.partial(os.path.relpath, start=dir)
  /external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
rnn_colorbot.py 215 batch_model_loss = functools.partial(model_loss, labels, chars,
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
models.py 327 cell_fn = functools.partial(
  /external/tensorflow/tensorflow/contrib/training/python/training/
bucket_ops.py 237 functools.partial(enqueue_single, i), control_flow_ops.no_op)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 52 partial, enumerator in enum:codecvt_base::result
103 * output, returns codecvt_base::partial. Otherwise the
129 * conditions. The idea is that if a partial conversion occurs, then
131 * the state in initial conditions, rather than partial conversion
145 * output has insufficient space, returns codecvt_base::partial.
183 * output, returns codecvt_base::partial. Otherwise the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 52 partial, enumerator in enum:codecvt_base::result
103 * output, returns codecvt_base::partial. Otherwise the
129 * conditions. The idea is that if a partial conversion occurs, then
131 * the state in initial conditions, rather than partial conversion
145 * output has insufficient space, returns codecvt_base::partial.
183 * output, returns codecvt_base::partial. Otherwise the
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 731 sd_card=False, allow_downgrade=False, partial=False,
741 partial: (optional) Package ID if apk_paths doesn't include all .apks.
756 if partial:
757 cmd.extend(('-p', partial))
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper.py 629 sd_card=False, allow_downgrade=False, partial=False,
639 partial: (optional) Package ID if apk_paths doesn't include all .apks.
654 if partial:
655 cmd.extend(('-p', partial))
  /external/python/cpython3/Lib/test/
test_wsgiref.py 763 partial = b[:7]
764 written.extend(partial)
765 return len(partial)
772 msg = "should not do partial writes"
  /external/tensorflow/tensorflow/python/kernel_tests/
template_test.py 423 partial = functools.partial(f, 1.0)
425 "a", partial, create_graph_function_=True)
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 1321 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>> partial; local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/utils/
TarBackupReader.java 542 long partial = (size + 512) % 512; local
543 if (partial > 0) {
544 final int needed = 512 - (int) partial;
    [all...]
  /system/tools/hidl/
Coordinator.cpp 901 std::string partial = path.substr(0, slashPos); local
904 if (stat(partial.c_str(), &st) < 0) {
909 int res = mkdir(partial.c_str(), kMode);
  /external/selinux/libsepol/cil/src/
cil_binary.c 1610 struct avtab_extended_perms *partial = NULL; local
1657 __avrule_xperm_setrangebits(IOC_FUNC(low), IOC_FUNC(high), partial); local
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 485 benchName, ok, partial := b.name, true, false
487 benchName, ok, partial = b.context.match.fullName(&b.common, name)
506 if partial {
507 // Partial name match, like -bench=X/Y matching BenchmarkX.

Completed in 1879 milliseconds

<<11121314151617181920>>