Home
last modified time | relevance | path

Searched refs:fBinary (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/
H A DBundleClasspathSpecification.java26 private final IPath fBinary; field in BundleClasspathSpecification
39 fBinary = binaryFolder; in BundleClasspathSpecification()
50 return fBinary; in getBinaryPath()
80 if (fBinary != null) { in hashCode()
81 code += fBinary.hashCode(); in hashCode()
96 buf.append(fBinary); in toString()
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Reference.h137 bool fBinary{false};
170 bool Query(const StdBuf &Data, bool fBinary);
171 …bool Query(const char *szData, bool fBinary) { return Query(StdBuf(szData, SLen(szData)), fBinary)… in Query() argument
178 const StdBuf &getResultBin() const { assert(fBinary); return ResultBin; } in getResultBin()
179 const char *getResultString() const { assert(!fBinary); return ResultString.getData(); } in getResultString()
H A DC4Network2Reference.cpp291 if (fBinary) in UnpackPacket()
466 bool C4Network2HTTPClient::Query(const StdBuf &Data, bool fBinary) in Query() argument
475 this->fBinary = fBinary; in Query()
537 fBusy = fSuccess = fConnected = fBinary = false; in Cancel()
544 fBusy = fSuccess = fConnected = fBinary = false; in Clear()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcNpn.c53 extern void Abc_TtStoreWrite( char * pFileName, Abc_TtStore_t * p, int fBinary );
376 void Abc_TruthNpnTest( char * pFileName, int NpnType, int nVarNum, int fDumpRes, int fBinary, int f… in Abc_TruthNpnTest() argument
392 if ( fBinary ) in Abc_TruthNpnTest()
396 Abc_TtStoreWrite( pFileNameOut, p, fBinary ); in Abc_TruthNpnTest()
418 int Abc_NpnTest( char * pFileName, int NpnType, int nVarNum, int fDumpRes, int fBinary, int fVerbos… in Abc_NpnTest() argument
423 Abc_TruthNpnTest( pFileName, NpnType, nVarNum, fDumpRes, fBinary, fVerbose ); in Abc_NpnTest()
H A DabcRpo.c273 static void Abc_TtStoreWrite(char * pFileName, Rpo_TtStore_t * p, int fBinary) { in Abc_TtStoreWrite() argument
282 if (fBinary) in Abc_TtStoreWrite()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_sub_reg.cpp72 CArgDescriptions::eOutputFile, "-", CArgDescriptions::fBinary); in Init()
75 CArgDescriptions::eOutputFile, "-", CArgDescriptions::fBinary); in Init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DInlineMethodTestSetup.java53 private IPackageFragment fBinary; field in InlineMethodTestSetup
74 fBinary= root.createPackageFragment("binary_in", true, null); in before()
223 return fBinary; in getBinaryPackage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/
H A DRefactoringSearchEngine2.java161 if (fBinary) { in acceptSearchMatch()
211 private boolean fBinary= false; field in RefactoringSearchEngine2
374 if (fBinary) { in getGroupedMatches()
460 if (fBinary) { in getUngroupedMatches()
601 fBinary= binary; in setFiltering()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/
H A DFeatureImportOperation.java52 private boolean fBinary; field in FeatureImportOperation
66 fBinary = binary; in FeatureImportOperation()
141 if (fBinary) { in createProject()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/segmasker/
H A Dsegmasker.cpp184 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
190 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/segmasker/
H A Dsegmasker.cpp184 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
190 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/util/unit_test/
H A Dcollection_scores_unit_test.cpp80 CArgDescriptions::fBinary); in NCBITEST_INIT_CMDLINE()
86 CArgDescriptions::fBinary); in NCBITEST_INIT_CMDLINE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/
H A DRefactorActionGroup.java151 private boolean fBinary= false; field in RefactorActionGroup
245 fBinary= binary; in RefactorActionGroup()
250 if (!fBinary) { in RefactorActionGroup()
368 if (!fBinary) { in RefactorActionGroup()
471 if (!fBinary) { in fillActionBars()
523 if (!fBinary) { in dispose()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/operations/
H A DShowAnnotationOperation.java62 private final boolean fBinary; field in ShowAnnotationOperation
68 fBinary = binary; in ShowAnnotationOperation()
172 if (fBinary) { in fetchAnnotation()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/image/demo/
H A Dimage_info.cpp71 CArgDescriptions::fBinary); in Init()
H A Dsub_image.cpp71 CArgDescriptions::fBinary); in Init()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/termios/
H A Dwin_termios.c327 dcb.fBinary = (termios_p->c_iflag & ISTRIP) ? TRUE: FALSE; in tcsetattr()
338 dcb.fBinary = FALSE; in tcsetattr()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/dustmasker/
H A Ddust_mask_app.cpp137 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
143 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/dustmasker/
H A Ddust_mask_app.cpp144 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
150 CNcbiOstream& output = args[kOutput].AsOutputFile(CArgValue::fBinary); in x_GetWriter()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-winext.ads76 fBinary : Bits1; component
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-winext.ads76 fBinary : Bits1; component
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-winext.ads76 fBinary : Bits1; component
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-winext.ads76 fBinary : Bits1; component
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-winext.ads76 fBinary : Bits1; component
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-winext.ads76 fBinary : Bits1; component

12345678910>>...18