Home
last modified time | relevance | path

Searched refs:questionable (Results 1 – 25 of 2804) sorted by relevance

12345678910>>...113

/dports/security/py-pyvex/pyvex-9.0.5405/
H A Dmake_ffi.py13 def find_good_scan(questionable): argument
16 end_line = len(questionable)
18 while len(questionable):
20 l.debug("scan - trying %d good and %d questionable", len(known_good), len(questionable))
22 candidate = known_good + questionable[:end_line]
29 questionable = questionable[end_line:]
30 end_line = len(questionable)
32 questionable = questionable[1:]
33 end_line = len(questionable)
63 questionable = questionable[1:]
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/enums/gen-swift/test/fixtures/enums/
H A DSomeStruct.java38 this.questionable = questionable; in SomeStruct()
46 this.questionable = test.fixtures.enums.Metasyntactic.fromInteger(-1); in SomeStruct()
77 this.questionable = questionable; in setQuestionable()
95 this.questionable = other.questionable; in Builder()
104 this.questionable, in build()
120 private final test.fixtures.enums.Metasyntactic questionable; field in SomeStruct
157 helper.add("questionable", questionable); in toString()
176 Objects.equals(questionable, other.questionable) && in equals()
186 questionable, in hashCode()
223 builder.setQuestionable(questionable); in read0()
[all …]
/dports/devel/aegis/aegis-4.25.D510/aecvsserver/
H A Dfile_info.cc34 fip->questionable = 0; in file_info_new()
47 fip->questionable = 0; in file_info_reset()
H A Dfile_info.h27 int questionable; member
/dports/biology/vcflib/vcflib-1.0.2/src/
H A DbFst.cpp37 vector<int> questionable; member
138 population.questionable.push_back(index); in loadPop()
573 cerr << "INFO: target has " << popt.questionable.size() << " questionable genotypes " << endl; in main()
574 cerr << "INFO: background has " << popb.questionable.size() << " questionable genotypes " << endl; in main()
603 … for(vector<int>::iterator itt = popt.questionable.begin(); itt != popt.questionable.end(); itt++){ in main()
607 … for(vector<int>::iterator itb = popb.questionable.begin(); itb != popb.questionable.end(); itb++){ in main()
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A DbFst.cpp28 vector<int> questionable; member
129 population.questionable.push_back(index); in loadPop()
564 cerr << "INFO: target has " << popt.questionable.size() << " questionable genotypes " << endl; in main()
565 cerr << "INFO: background has " << popb.questionable.size() << " questionable genotypes " << endl; in main()
594 … for(vector<int>::iterator itt = popt.questionable.begin(); itt != popt.questionable.end(); itt++){ in main()
598 … for(vector<int>::iterator itb = popb.questionable.begin(); itb != popb.questionable.end(); itb++){ in main()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A DbFst.cpp28 vector<int> questionable; member
129 population.questionable.push_back(index); in loadPop()
564 cerr << "INFO: target has " << popt.questionable.size() << " questionable genotypes " << endl; in main()
565 cerr << "INFO: background has " << popb.questionable.size() << " questionable genotypes " << endl; in main()
594 … for(vector<int>::iterator itt = popt.questionable.begin(); itt != popt.questionable.end(); itt++){ in main()
598 … for(vector<int>::iterator itb = popb.questionable.begin(); itb != popb.questionable.end(); itb++){ in main()
/dports/misc/vifm/vifm-0.11/scripts/
H A Ddit-import93 list_realm 'Questionable things' realm==questionable
96 realm!=possible realm!=questionable realm!=code \
/dports/devel/aegis/aegis-4.25.D510/aecvsserver/request/
H A Dfind.cc65 static request_questionable questionable; variable
93 &questionable,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/enums/gen-cpp2/
H A Dmodule_types.h18 struct questionable;
32 APACHE_THRIFT_DEFINE_ACCESSOR(questionable);
264 FOLLY_ERASE ::apache::thrift::field_ref<const T&> questionable() const& {
269 FOLLY_ERASE ::apache::thrift::field_ref<const T&&> questionable() const&& {
274 FOLLY_ERASE ::apache::thrift::field_ref<T&> questionable() & {
279 FOLLY_ERASE ::apache::thrift::field_ref<T&&> questionable() && {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Delfread.c678 struct stab_section_info *questionable = 0; in elfstab_offset_sections() local
699 questionable = maybe; /* Might use it later. */ in elfstab_offset_sections()
703 if (maybe == 0 && questionable != 0) in elfstab_offset_sections()
707 maybe = questionable; in elfstab_offset_sections()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Delfread.c678 struct stab_section_info *questionable = 0; in elfstab_offset_sections() local
699 questionable = maybe; /* Might use it later. */ in elfstab_offset_sections()
703 if (maybe == 0 && questionable != 0) in elfstab_offset_sections()
707 maybe = questionable; in elfstab_offset_sections()
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Dmetarule.c270 if (!c && !(state.questionable & 0x00000100)) in metaclose()
281 if (!x->action || (state.questionable & 0x00000100)) in metaclose()
326 if (!x->action || (state.questionable & 0x00000100)) in metaclose()
434 …if (b != u && *u != '/' && *q->rule->name && ((state.questionable & 0x00000008) || !strchr(q->rule… in metaget()
450 …>status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) &… in metaget()
475 …>status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) &… in metaget()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Dmetarule.c270 if (!c && !(state.questionable & 0x00000100)) in metaclose()
281 if (!x->action || (state.questionable & 0x00000100)) in metaclose()
326 if (!x->action || (state.questionable & 0x00000100)) in metaclose()
434 …if (b != u && *u != '/' && *q->rule->name && ((state.questionable & 0x00000008) || !strchr(q->rule… in metaget()
450 …>status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) &… in metaget()
475 …>status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) &… in metaget()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Dmetarule.c270 if (!c && !(state.questionable & 0x00000100)) in metaclose()
281 if (!x->action || (state.questionable & 0x00000100)) in metaclose()
326 if (!x->action || (state.questionable & 0x00000100)) in metaclose()
434 …if (b != u && *u != '/' && *q->rule->name && ((state.questionable & 0x00000008) || !strchr(q->rule… in metaget()
450 …>status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) &… in metaget()
475 …>status != UPDATE && (s->time || (s->property & P_target)) || !(state.questionable & 0x08000000) &… in metaget()
/dports/textproc/p5-MARC-XML/MARC-XML-1.0.3/t/
H A Dexternal-entities.t29 <!ENTITY questionable SYSTEM "XXX">
33 <subfield code="a">I was run on &questionable; /</subfield>
/dports/textproc/py-markdown2/markdown2-2.3.6/test/tm-cases/
H A Dsublist-para.tags1 questionable # <p><p> isn't really correct, but Markdown.pl does the same
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/PowerPC/
H A Dhoist-logic.ll18 ; This is questionable - hoisting doesn't eliminate anything.
36 ; This is questionable - hoisting doesn't eliminate anything.
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/PowerPC/
H A Dhoist-logic.ll18 ; This is questionable - hoisting doesn't eliminate anything.
36 ; This is questionable - hoisting doesn't eliminate anything.
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_all/ccvs_mediawiki_nosplit/
H A Dcvs: admin--Administration22 questionable usefulness for <small>CVS</small> but exist for
23 historical purposes. Some of the questionable options
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_info/ccvs_mediawiki_nosplit/
H A Dcvs: admin--Administration22 questionable usefulness for <small>CVS</small> but exist for
23 historical purposes. Some of the questionable options
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Dhoist-logic.ll19 ; This is questionable - hoisting doesn't eliminate anything.
37 ; This is questionable - hoisting doesn't eliminate anything.
/dports/print/fontforge/fontforge-20201107/doc/sphinx/techref/
H A DSuggestDeltas.rst5 useful to look at places where those instructions yield questionable results. In
8 questionable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Dhoist-logic.ll19 ; This is questionable - hoisting doesn't eliminate anything.
37 ; This is questionable - hoisting doesn't eliminate anything.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Dhoist-logic.ll19 ; This is questionable - hoisting doesn't eliminate anything.
37 ; This is questionable - hoisting doesn't eliminate anything.

12345678910>>...113