Home
last modified time | relevance | path

Searched full:_tmp (Results 1 – 25 of 96) sorted by relevance

1234

/external/rappor/client/cpp/
DMakefile4 _tmp/rappor_sim \
5 _tmp/encoder_demo \
6 _tmp/protobuf_encoder_demo \
7 _tmp/openssl_hash_impl_test
9 # All intermediate files live in _tmp/
11 rm -f --verbose _tmp/*
16 _tmp/%.pb.cc : ../proto/%.proto
17 protoc --cpp_out _tmp --proto_path=../proto $<
25 # -I _tmp: So that protobuf files found
35 _tmp/%.d : %.cc
[all …]
Drun.sh19 mkdir --verbose -p _tmp
23 make _tmp/rappor_sim
24 _tmp/rappor_sim "$@"
28 make _tmp/protobuf_encoder_demo
29 _tmp/protobuf_encoder_demo "$@"
49 make _tmp/openssl_hash_impl_test
50 _tmp/openssl_hash_impl_test "$@"
84 gcc -I _tmp -MM protobuf_encoder_test.cc unix_kernel_rand_impl.cc
85 #gcc -I _tmp -MMD -MP protobuf_encoder_test.cc unix_kernel_rand_impl.cc
93 make _tmp/encoder_demo && _tmp/encoder_demo
[all …]
Ddotd.sh19 if [ ! -d _tmp ]; then mkdir _tmp; fi
31 # _tmp/rappor_sim.o _tmp/rappor_sim.d : rappor.sim.cc
32 "$@" | sed "s|\($basename\).o|_tmp/\1.o _tmp/\1.d |" > $dotd
/external/rappor/pipeline/
Dregtest.sh16 mkdir -p _tmp/metadata
19 local params_path=_tmp/metadata/regtest_params.csv
22 cp --verbose ../_tmp/python/demo1/case_params.csv $params_path
25 cat >_tmp/metadata/dist-analysis.csv <<EOF
34 cat >_tmp/metadata/rappor-vars.csv <<EOF
46 mkdir -p _tmp/maps
48 local map_path=_tmp/maps/map.csv
51 cp --verbose ../_tmp/python/demo1/case_map.csv $map_path
56 mkdir -p _tmp/counts
59 mkdir -p _tmp/counts/$date
[all …]
Dalarm-lib.sh86 mkdir -p _tmp
89 alarm-status _tmp/A 1 $0 _succeed foo
93 alarm-status _tmp/B 3 $0 _succeed bar
97 alarm-status _tmp/C 3 $0 _fail baz
101 alarm-status _tmp/D 3 $0 _skip baz
104 head _tmp/{A,B,C,D}
108 alarm-status _tmp/status.txt 1 sleep 2
112 alarm-status _tmp/status.txt 1 nonexistent_sleep 2
Dtask_spec_test.py27 _tmp/counts/2015-12-01/exp_counts.csv
28 _tmp/counts/2015-12-01/gauss_counts.csv
29 _tmp/counts/2015-12-02/exp_counts.csv
30 _tmp/counts/2015-12-02/gauss_counts.csv
45 dist_maps = task_spec.DistMapLookup(f, '_tmp/maps')
53 var_schema = task_spec.VarSchema(f2, '_tmp/config')
Dui.sh78 local job_dir=${1:-_tmp/results-10}
89 local job_dir=${1:-_tmp/results-10}
144 local job_dir=${1:-_tmp/results-10}
152 local job_dir=${1:-_tmp/results-10}
300 local job_dir=${1:-_tmp/results-10}
315 readonly WWW_DIR=_tmp
/external/rappor/analysis/cpp/
Drun.sh19 mkdir -p _tmp
21 cpp-compiler -std=c++0x -o _tmp/find_cliques find_cliques.cc
25 _tmp/find_cliques "$@"
54 mkdir -p _tmp
55 wget --directory _tmp \
57 chmod +x _tmp/cpplint.py
61 _tmp/cpplint.py find_cliques.cc fast_em.cc
65 mkdir -p _tmp
66 local out=_tmp/fast_em
74 time _tmp/fast_em "$@"
/external/rappor/
Dbuild.sh81 mkdir -p _tmp _tmp/doc
85 run-markdown <README.md >_tmp/README.html
86 run-markdown <doc/randomness.md >_tmp/doc/randomness.html
88 run-markdown <doc/data-flow.md >_tmp/doc/data-flow.html
89 run-dot doc/data-flow.dot _tmp/doc/data-flow.png
91 log 'Wrote docs to _tmp'
109 mkdir --verbose -p _tmp
110 make _tmp/rappor_sim # this builds an executable using it
Dsetup.sh42 mkdir -p _tmp
43 wget --directory _tmp \
45 wget --directory _tmp \
47 sudo R CMD INSTALL _tmp/Rcpp_0.11.4.tar.gz
48 sudo R CMD INSTALL _tmp/plyr_1.8.1.tar.gz
Dtest.sh111 # - Skip _tmp dir, because we are downloading cpplint.py there, and it has
116 \( -name _tmp -a -prune \) -o \
139 for doc in _tmp/report.html _tmp/doc/*.html; do
163 local out=_tmp/reports.csv
Dregtest.sh45 # subdirs are in _tmp/$impl, which shouldn't overlap with anything else in _tmp
46 readonly REGTEST_BASE_DIR=_tmp
212 time client/cpp/_tmp/rappor_sim \
433 head _tmp/{python,cpp}/demo3/1/case_reports.csv
Ddemo.sh41 -i _tmp/$dist.csv \
43 | tee _tmp/profile.txt
/external/vixl/tools/test_generator/
Ddata_types.py615 Register {name}_tmp = temp_registers.Acquire();
620 __ Ldr({name}_tmp, MemOperand(input_ptr, offsetof(Inputs, {name}) + 4));
621 __ Str({name}_tmp, MemOperand(base_register));
629 __ Mov({name}_tmp, {name}.GetOffsetImmediate());
630 __ Sub(base_register, base_register, {name}_tmp);
632 __ Mov({name}_tmp, -{name}.GetOffsetImmediate());
633 __ Add(base_register, base_register, {name}_tmp);
636 __ Mov({name}_tmp, Operand({name}.GetOffsetRegister(),
640 __ Sub(base_register, base_register, {name}_tmp);
642 __ Add(base_register, base_register, {name}_tmp);
[all …]
/external/rappor/bin/
Dtest.sh25 readonly EM_CPP_EXECUTABLE=$RAPPOR_SRC/analysis/cpp/_tmp/fast_em
29 readonly ASSOC_TESTDATA_DIR=_tmp/decode-assoc-test
30 readonly DIST_TESTDATA_DIR=_tmp/decode-dist-test
47 local case_dir=$RAPPOR_SRC/_tmp/python/demo3
199 local output_dir=_tmp/R
206 local output_dir=_tmp/bad
213 --reports _tmp/reports_bad_rows.csv \
219 --reports _tmp/bad_rows.csv \
231 local output_dir=_tmp/cpp
246 local output_dir=_tmp/tensorflow
/external/eigen/bench/btl/data/
Dsmooth_all.sh11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE}
13 rm -f ${SMOOTH_DIR}/${BASE}_tmp
22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
23 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 50 180 ${SMOOTH_DIR}/${BASE}
24 rm -f ${SMOOTH_DIR}/${BASE}_tmp
/external/webp/src/dsp/
Dneon.h91 uint8_t _tmp[8]; \
92 vst1_u8(_tmp, (REG)); \
93 for (i = 0; i < 8; ++i) printf("%.2x ", _tmp[i]); \
95 uint16_t _tmp[4]; \
96 vst1_u16(_tmp, (REG)); \
97 for (i = 0; i < 4; ++i) printf("%.4x ", _tmp[i]); \
/external/jazzer-api/.github/workflows/
Drelease.yml73 path: _tmp/
78 --output "$(pwd)"/_tmp/jazzer.jar \
79 $(find "$(pwd)/_tmp/" -name '*.jar' -printf "--sources %h/%f ")
85 path: _tmp/jazzer.jar
/external/ComputeLibrary/cl_kernels/
Dtile_helpers.hembed610 SRC_DATA_TYPE _tmp = 0; \
622 _tmp = select(ab_x2_high32, (SRC_DATA_TYPE)INT_MAX, overflow); \
626 long threshold = _tmp < (int)0 ? (mask >> 1) + (long)1 : (mask >> 1) + 0; \
627_tmp = (_tmp & mask) > threshold ? (_tmp >> DST_SHIFT) + (int)1 : (_tmp >> DST_SHIFT); \
629 _tmp += DST_OFFSET; \
630 …dst[_m0].s[_n0] = CONVERT_SAT(_tmp, DST_DATA_TYPE); …
642 SRC_DATA_TYPE _tmp = 0; \
657 _tmp = select(ab_x2_high32, (SRC_DATA_TYPE)INT_MAX, overflow); \
659 long threshold = (mask >> 1) + any(_tmp); \
660 _tmp2 = _tmp >> _dst_shift; \
[all …]
/external/AFLplusplus/include/
Dalloc-inl.h52 u8 *_tmp; \
55 _tmp = ck_alloc(_len + 1); \
56 snprintf((char *)_tmp, _len + 1, _str); \
57 _tmp; \
188 u8 *_tmp; \
191 _tmp = ck_alloc(_len + 1); \
192 snprintf((char *)_tmp, _len + 1, _str); \
193 _tmp; \
255 typeof(_p) _tmp = (_p); \
256 CHECK_PTR(_tmp); \
[all …]
/external/ComputeLibrary/src/cpu/operators/
DCpuSoftmax.cpp50 _tmp(), in CpuSoftmaxGeneric()
89 _tmp = TensorInfo(tensor_info_tmp); in configure()
100 sm->configure(tmp_input, &_max, &_output_permuted, beta, &_tmp); in configure()
108 sm->configure(tmp_input, &_max, dst, beta, &_tmp); in configure()
113 …= MemoryInfo(offset_int_vec(InternalTensorIdx::TMP), MemoryLifetime::Temporary, _tmp.total_size()); in configure()
165 CpuAuxTensorHandler tmp(offset_int_vec(InternalTensorIdx::TMP), _tmp, tensors, true); in run()
/external/autotest/client/site_tests/platform_InputScreenshot/
Dplatform_InputScreenshot.py19 _TMP = '/tmp' variable in platform_InputScreenshot
38 utils.system_output('rm -f %s/%s %s/%s' %(self._TMP, self._SCREENSHOT,
81 self.confirm_file_exist(self._TMP)
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dtile_helpers.h892 SRC_DATA_TYPE _tmp = 0; \
904 _tmp = select(ab_x2_high32, (SRC_DATA_TYPE)INT_MAX, overflow); \
908 long threshold = _tmp < (int)0 ? (mask >> 1) + (long)1 : (mask >> 1) + 0; \
909_tmp = (_tmp & mask) > threshold ? (_tmp >> DST_SHIFT) + (int)1 : (_tmp >> DST_SHIFT); \
911 _tmp += DST_OFFSET; \
912 …dst[_m0].s[_n0] = CONVERT_SAT(_tmp, DST_DATA_TYPE); …
937 SRC_DATA_TYPE _tmp = 0; \
952 _tmp = select(ab_x2_high32, (SRC_DATA_TYPE)INT_MAX, overflow); \
954 long threshold = (mask >> 1) + any(_tmp); \
955 _tmp2 = _tmp >> _dst_shift; \
[all …]
/external/XNNPACK/src/f32-conv-hwc/
D3x3s2p1c3-neon-x1.c.in317 float* o${Y}_tmp = o${Y};
327 vst1q_f32(o${Y}_tmp, vo${Y}c${ABC[C:C+4]}); o${Y}_tmp += 4;
331 vst1_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}); o${Y}_tmp += 2;
335 vst1_lane_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}, 0);
501 float* o${Y}_tmp = o${Y};
511 vst1q_f32(o${Y}_tmp, vo${Y}c${ABC[C:C+4]}); o${Y}_tmp += 4;
515 vst1_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}); o${Y}_tmp += 2;
519 vst1_lane_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}, 0);
D3x3s2p0p1c3-neon-x1.c.in317 float* o${Y}_tmp = o${Y};
327 vst1q_f32(o${Y}_tmp, vo${Y}c${ABC[C:C+4]}); o${Y}_tmp += 4;
331 vst1_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}); o${Y}_tmp += 2;
335 vst1_lane_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}, 0);
501 float* o${Y}_tmp = o${Y};
511 vst1q_f32(o${Y}_tmp, vo${Y}c${ABC[C:C+4]}); o${Y}_tmp += 4;
515 vst1_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}); o${Y}_tmp += 2;
519 vst1_lane_f32(o${Y}_tmp, vo${Y}c${ABC[0:2]}, 0);

1234