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

  /external/opencv3/samples/python2/
digits_adjust.py 93 ires = cloud.iresult(jids)
96 ires = pool.imap_unordered(f, jobs)
97 return ires
113 ires = self.run_jobs(f, np.ndindex(*scores.shape))
114 for count, (i, j, score) in enumerate(ires):
asift.py 94 ires = it.imap(f, params)
96 ires = pool.imap(f, params)
98 for i, (k, d) in enumerate(ires):
  /external/opencv3/modules/imgproc/src/opencl/
clahe.cl 209 uint ires = (uint)convert_int_rte(lutScale * lutVal);
211 convert_uchar(clamp(ires, (uint)0, (uint)255));
250 uint ires = (uint)convert_int_rte(res);
251 dst[mad24(y, dstStep, x + dst_offset)] = convert_uchar(clamp(ires, (uint)0, (uint)255));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_coercion.py 264 for op, res, ires in zip(infix_binops, results[0], results[1]):
276 if ires is TE:
285 self.assertEqual(ires, z)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_coercion.py 264 for op, res, ires in zip(infix_binops, results[0], results[1]):
276 if ires is TE:
285 self.assertEqual(ires, z)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 264 for op, res, ires in zip(infix_binops, results[0], results[1]):
276 if ires is TE:
285 self.assertEqual(ires, z)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coercion.py 264 for op, res, ires in zip(infix_binops, results[0], results[1]):
276 if ires is TE:
285 self.assertEqual(ires, z)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 362 for ires in range(1, 1+nresources):
363 res = Res.Get1IndResource(type, ires)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 362 for ires in range(1, 1+nresources):
363 res = Res.Get1IndResource(type, ires)
  /bionic/libc/kernel/uapi/sound/
asound.h 359 struct snd_interval ires[9]; member in struct:snd_pcm_hw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 383 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 349 struct snd_interval ires[9]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 365 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 350 struct snd_interval ires[9]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 371 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 347 struct snd_interval ires[9]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 364 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 347 struct snd_interval ires[9]; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 364 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 339 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 346 struct snd_interval ires[9]; /* reserved intervals */ member in struct:snd_pcm_hw_params
    [all...]

Completed in 307 milliseconds