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

1 2

  /bionic/tests/
ftw_test.cpp 52 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) {
57 if (tflag == FTW_NS || tflag == FTW_SLN) {
67 EXPECT_TRUE(tflag == FTW_D || tflag == FTW_DP) << fpath << ' ' << tflag; local
69 EXPECT_EQ(FTW_DNR, tflag) << fpath;
72 EXPECT_EQ(FTW_SL, tflag) << fpath;
74 EXPECT_EQ(FTW_F, tflag) << fpath;
78 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf)
    [all...]
  /external/libcap/progs/
getcap.c 35 int tflag, struct FTW* ftwbuf)
40 if (tflag != FTW_F) {
101 int tflag = S_ISREG(stbuf.st_mode) ? FTW_F : local
103 do_getcap(argv[i], &stbuf, tflag, 0);
  /external/e2fsprogs/contrib/
fallocate.c 102 int tflag = 0; local
132 tflag++;
154 if (tflag && (falloc_mode & FALLOC_FL_KEEP_SIZE)) {
159 if (tflag && offset) {
178 if (tflag)
  /external/openssh/regress/
cert-hostkey.sh 87 rsa-sha2-*) tflag="-t $ktype"; ca="$OBJ/host_ca_key2" ;;
88 *) tflag=""; ca="$OBJ/host_ca_key" ;;
90 ${SSHKEYGEN} -h -q -s $ca -z $serial $tflag \
212 rsa-sha2-*) tflag="-t $ktype"; ca="$OBJ/host_ca_key2" ;;
213 *) tflag=""; ca="$OBJ/host_ca_key" ;;
215 ${SSHKEYGEN} -q -s $ca $tflag -I "regress host key for $USER" \
257 rsa-sha2-*) tflag="-t $ktype"; ca="$OBJ/host_ca_key2" ;;
258 *) tflag=""; ca="$OBJ/host_ca_key" ;;
260 ${SSHKEYGEN} -h -q $tflag -s $ca $tflag \
    [all...]
cert-userkey.sh 37 rsa-sha2-*) tflag="-t $ktype" ;;
38 *) tflag="" ;;
42 -n ${USER},mekmitasdigoat $tflag $OBJ/cert_user_key_${ktype} || \
  /external/opencv/ml/src/
_ml.h 69 #define CV_MAT_ELEM_FLAG( mat, type, comp, vect, tflag ) \
70 (( tflag == CV_ROW_SAMPLE ) \
288 const CvMat* train_data, int tflag,
333 void cvCheckTrainData( const CvMat* train_data, int tflag,
349 const float** cvGetTrainSamples( const CvMat* train_data, int tflag,
ml_inner_functions.cpp 839 cvGetTrainSamples( const CvMat* train_data, int tflag,
859 tflag == CV_ROW_SAMPLE ? train_data->cols : train_data->rows;
861 tflag == CV_ROW_SAMPLE ? train_data->rows : train_data->cols;
869 copy_data = tflag != CV_ROW_SAMPLE || var_idx || always_copy_data;
887 if( tflag != CV_ROW_SAMPLE )
911 cvCheckTrainData( const CvMat* train_data, int tflag,
937 if( tflag != CV_ROW_SAMPLE && tflag != CV_COL_SAMPLE )
942 *var_all = tflag == CV_ROW_SAMPLE ? train_data->cols : train_data->rows;
945 *sample_all = tflag == CV_ROW_SAMPLE ? train_data->rows : train_data->cols
    [all...]
mlestimate.cpp 644 int tflag,
691 samples_all = ((tflag) ? trueData->rows : trueData->cols);
701 CV_CALL (pClassifier = createClassifier (trueData, tflag, trueClasses,
704 trueData, tflag, trueClasses));
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg02.c 52 static int tflag; variable
55 {"s:", &tflag, &t_opt},
204 seconds = tflag ? SAFE_STRTOL(NULL, t_opt, 1, LONG_MAX) : 15;
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 246 int cflag, hflag, jflag, tflag, zflag; local
274 cflag = 0; hflag = 0; jflag = 0; tflag = 0; zflag = 0;
437 tflag = 1;
460 else if (tflag)
478 else if (tflag)
  /prebuilts/go/darwin-x86/src/runtime/
type.go 11 // tflag is documented in reflect/type.go.
13 // tflag values must be kept in sync with copies in:
17 type tflag uint8 type
20 tflagUncommon tflag = 1 << 0
21 tflagExtraStar tflag = 1 << 1
22 tflagNamed tflag = 1 << 2
32 tflag tflag
47 if t.tflag&tflagExtraStar != 0 {
54 if t.tflag&tflagUncommon == 0
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
type.go 11 // tflag is documented in reflect/type.go.
13 // tflag values must be kept in sync with copies in:
17 type tflag uint8 type
20 tflagUncommon tflag = 1 << 0
21 tflagExtraStar tflag = 1 << 1
22 tflagNamed tflag = 1 << 2
32 tflag tflag
47 if t.tflag&tflagExtraStar != 0 {
54 if t.tflag&tflagUncommon == 0
    [all...]
  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.c 80 int bflag = 0, dflag = 0, tflag = 0; local
105 if (tflag)
108 tflag++;
pth_str03.c 99 int bflag = 0, dflag = 0, tflag = 0; local
124 if (tflag)
127 tflag++;
  /external/mesa3d/src/mesa/main/
varray.c 1324 GLboolean tflag, cflag, nflag; \/* enable\/disable flags *\/ local
    [all...]
  /external/strace/
strace.c 82 bool Tflag;
86 static unsigned int tflag; variable
686 if (tflag) {
699 } else if (tflag > 2) {
705 if (tflag > 1)
    [all...]
  /external/libedit/src/
search.c 597 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag)
614 el->el_search.chatflg = (char)tflag;
630 if (tflag)
  /external/netcat/
netcat.c 82 int tflag; /* Telnet Emulation */ variable
94 int Tflag = -1; /* IP Type of Service */
207 tflag = 1;
273 if (map_tos(optarg, &Tflag))
277 Tflag = (int)strtol(optarg, NULL, 16);
279 Tflag = (int)strtonum(optarg, 0, 255,
281 if (Tflag < 0 || Tflag > 255 || errstr || errno)
798 if (tflag)
971 if (Tflag != -1)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
decodesym.go 19 // tflag is documented in reflect/type.go.
21 // tflag values must be kept in sync with copies in:
86 // Type.commonType.tflag
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
decodesym.go 19 // tflag is documented in reflect/type.go.
21 // tflag values must be kept in sync with copies in:
86 // Type.commonType.tflag
  /external/openssh/
scp.c 373 int ch, fflag, tflag, status, n; local
401 fflag = tflag = 0;
473 tflag = 1;
509 if (tflag) {
  /external/mksh/src/
funcs.c 767 bool rflag = false, tflag, Uflag = false, pflag = false; local
817 tflag = t == &taliases;
825 if (!tflag || *wp) {
866 if (val == NULL && !tflag && !xflag) {
884 ap->type = tflag ? CTALIAS : CALIAS;
886 if ((val && !tflag) || (!val && tflag && !Uflag)) {
892 newval = tflag ?
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 902 int dflag = 0, bflag = 0, fflag = 0, tflag = 0; local
950 if (tflag)
953 tflag++;
  /prebuilts/go/darwin-x86/src/reflect/
type.go 255 // tflag is used by an rtype to signal what extra type information is
258 // tflag values must be kept in sync with copies in:
262 type tflag uint8 type
268 // For example, if t.Kind() == Struct and t.tflag&tflagUncommon != 0,
276 tflagUncommon tflag = 1 << 0
282 tflagExtraStar tflag = 1 << 1
285 tflagNamed tflag = 1 << 2
296 tflag tflag // extra type information flags
687 if t.tflag&tflagUncommon == 0
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 255 // tflag is used by an rtype to signal what extra type information is
258 // tflag values must be kept in sync with copies in:
262 type tflag uint8 type
268 // For example, if t.Kind() == Struct and t.tflag&tflagUncommon != 0,
276 tflagUncommon tflag = 1 << 0
282 tflagExtraStar tflag = 1 << 1
285 tflagNamed tflag = 1 << 2
296 tflag tflag // extra type information flags
687 if t.tflag&tflagUncommon == 0
    [all...]

Completed in 699 milliseconds

1 2