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

  /development/tools/repo_diff/service/repodiff/remote_scripts/
gce_startup.sh 3 # mount an SSD for fast repo syncing
5 mkdir /ssd
6 mount /dev/nvme0n1 /ssd
7 chmod a+w /ssd
9 # configure Docker to run on the SSD
10 mkdir -p /ssd/docker
12 echo "{\"graph\": \"/ssd/docker\"}" > /etc/docker/daemon.json
  /external/grpc-grpc-java/core/src/test/java/io/grpc/
ServerServiceDefinitionTest.java 60 ServerServiceDefinition ssd = ServerServiceDefinition.builder(sd) local
62 assertSame(sd, ssd.getServiceDescriptor());
64 ssd.getServiceDescriptor().getMethods());
70 ServerServiceDefinition ssd = ServerServiceDefinition.builder(sd) local
74 assertSame(sd, ssd.getServiceDescriptor());
75 for (ServerMethodDefinition<?, ?> serverMethod : ssd.getMethods()) {
90 ServerServiceDefinition.Builder ssd = ServerServiceDefinition.builder(sd) local
93 ssd.addMethod(diffMethod1, methodHandler2)
100 ServerServiceDefinition.Builder ssd = ServerServiceDefinition.builder(sd) local
103 ssd.build()
109 ServerServiceDefinition.Builder ssd = ServerServiceDefinition.builder(sd) local
118 ServerServiceDefinition.Builder ssd = ServerServiceDefinition.builder(sd); local
125 ServerServiceDefinition ssd = ServerServiceDefinition.builder(serviceName) local
146 ServerServiceDefinition ssd = ServerServiceDefinition.builder(serviceName) local
    [all...]
  /external/grpc-grpc/tools/gce/
create_windows_debug_worker.sh 42 --type pd-ssd
55 --boot-disk-type pd-ssd \
  /external/libhevc/encoder/arm/
ihevce_ssd_and_sad_calculator_neon.c 26 * Contains intrinsic definitions of functions for ssd and sad computation
63 WORD32 i, ssd = 0; local
75 uint32x2_t ssd, sad; local
87 ssd = vadd_u32(vget_low_u32(b), vget_high_u32(b));
89 return vget_lane_u64(vpaddl_u32(ssd), 0);
97 uint32x2_t sad, ssd; local
119 ssd = vadd_u32(vget_low_u32(sqabs_sum), vget_high_u32(sqabs_sum));
121 return vget_lane_u64(vpaddl_u32(ssd), 0);
133 uint32x2_t sad, ssd; local
166 ssd = vadd_u32(vget_low_u32(sqabs_sum_l), vget_high_u32(sqabs_sum_l))
180 uint32x2_t sad, ssd; local
239 uint32x2_t sad, ssd; local
    [all...]
ihevce_ssd_calculator_neon.c 241 uint32x4_t ssd = vdupq_n_u32(0); local
251 ssd = vaddq_u32(ssd, ihevce_1x8_ssd_computer_neon(pu1_inp, pu1_ref, is_chroma));
253 ssd = vaddq_u32(ssd, ihevce_1x16_ssd_computer_neon(pu1_inp, pu1_ref, is_chroma));
255 ssd = vaddq_u32(ssd, ihevce_1x32_ssd_computer_neon(pu1_inp, pu1_ref, is_chroma));
257 ssd = vaddq_u32(ssd, ihevce_1x64_ssd_computer_neon(pu1_inp, pu1_ref, is_chroma));
265 ssd = vaddq_u32(ssd, ihevce_1x8_ssd_computer_neon(inp, ref, is_chroma))
    [all...]
  /external/e2fsprogs/contrib/
e2croncheck 21 VG=ssd
  /external/libhevc/encoder/
ihevce_common_utils.c 832 * Compute SSD between two blocks (8 bit input)
854 * @returns SSD
864 LWORD64 ssd = 0; local
870 ssd += (pu1_inp[j] - pu1_ref[j]) * (pu1_inp[j] - pu1_ref[j]);
877 return ssd;
884 * Compute SSD between two blocks (8 bit input, chroma interleaved input)
906 * @returns SSD
916 LWORD64 ssd = 0; local
918 /* run a loop and find the ssd by doing diff followed by square */
927 ssd += val * val
978 LWORD64 ssd = 0; local
    [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 230 ssd; local
235 ssd=0.0;
238 ssd+=((_srgbHuPhash[i]-channelPerceptualHash_._srgbHuPhash[i])*
240 ssd+=((_hclpHuPhash[i]-channelPerceptualHash_._hclpHuPhash[i])*
243 return(ssd);
552 ssd; local
562 ssd=0.0;
565 ssd+=_channels[i].sumSquaredDifferences(_channels[i]);
567 return(ssd);
  /external/vboot_reference/scripts/image_signing/
tofactory.sh 11 # * Blank SSD (no GPT)
29 DEFINE_string ssd "/dev/sda" "Path to SSD / target drive" "s"
30 DEFINE_boolean wipe_ssd $FLAGS_TRUE "Wipe SSD after firmware updates" ""
115 echo "To restore original BIOS and SSD:"
174 # Wipe SSD
176 debug_msg "Wiping SSD"
177 $NOTHING cgpt create -z "$FLAGS_ssd" || err_die "Unable to wipe SSD"
181 # and SSD contents, so we shouldn't be attempting an autoupdate this
sign_official_build.sh 28 ssd (sign an SSD image)
338 # Update the SSD install-able vblock file on stateful partition.
340 # This is deprecated because all new images should have a SSD boot-able kernel
595 # The SSD key is only used in non-recovery mode.
596 echo -n "With SSD Key (Recovery Mode OFF, Dev Mode OFF): " && \
599 echo -n "With SSD Key (Recovery Mode OFF, Dev Mode ON): " && \
715 if [[ "${TYPE}" == "ssd" ]]; then
716 sign_image_file "SSD" "${INPUT_IMAGE}" "${OUTPUT_IMAGE}" 2 \
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
ReadAr.s 84 (p27) mov ret0=ar.ssd // ar26 [iA32]
  /external/libhevc/common/arm/
ihevc_quant_iquant_ssd_neon_intr.c 28 * quantization to find transform domain SSD
100 // ssd
103 WORD32 ssd; local
272 /* ssd */
300 /* SSD */
306 /* SSD Accumulation */
323 /* SSD Computation */
326 ssd = vget_lane_s32(ssd1, 0);
332 *pi8_cost = ssd;
374 // ssd
377 WORD32 ssd; local
    [all...]
  /development/tools/repo_diff/service/repodiff/
Makefile 117 --local-ssd interface=nvme \
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
_regset.h 252 unsigned long ssd; member in struct:_caller_saved
ia64_cpu.h 320 IA64_AR(ssd)
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 24 --> StatisticsScores: includes average, ssd, and count
71 """Calculate the sample standard deviation (ssd) from a given sample.
460 """A statistics class to compute the average, ssd, and count of
467 self.ssd = _calc_sample_standard_deviation(scores)
469 self.all_data = (self.average, self.ssd, self.count)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
AsmFuncs.s 825 mov loc0=ar.ssd;; // save ar.ssd (ar26 - ia32 ss descriptor)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.s 205 mov ar.ssd = r3;; // ar26 = SSD
  /external/libexif/
configure     [all...]
  /external/syzkaller/sys/linux/gen/
386.go     [all...]
amd64.go     [all...]
arm.go     [all...]
arm64.go     [all...]
ppc64le.go     [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 1860 milliseconds