Home
last modified time | relevance | path

Searched refs:all_flags (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/sysutils/conan/conan-1.44.0/conans/client/generators/
H A Dscons.py38 all_flags = template.render(dep="conan", info=self.deps_build_info)
39 sections.append(all_flags)
42 all_flags = template.render(dep="conan:" + config, info=cpp_info)
43 sections.append(all_flags)
51 all_flags = template.render(dep=dep_name + ":" + config, info=cpp_info)
52 sections.append(all_flags)
/dports/devel/libIDL/libIDL-0.8.14/
H A DlibIDL-config-2.in66 all_flags=
75 all_flags="$all_flags $includes $cflags `pkg-config --cflags glib-2.0`"
78 all_flags="$all_flags -L@libdir@ -lIDL-2 `pkg-config --libs glib-2.0`"
85 for i in $all_flags; do
/dports/cad/pcb/pcb-4.2.0/src/hid/common/
H A Dflags.c29 static HID_Flag *all_flags = 0; variable
43 if (all_flags) in hid_register_flags()
45 free (all_flags); in hid_register_flags()
46 all_flags = 0; in hid_register_flags()
64 if (all_flags == 0) in hid_find_flag()
67 all_flags = (HID_Flag *)malloc (n_flags * sizeof (HID_Flag)); in hid_find_flag()
70 all_flags[n++] = hf->flags[i]; in hid_find_flag()
71 qsort (all_flags, n_flags, sizeof (HID_Flag), flag_sort); in hid_find_flag()
80 n = strcmp (all_flags[i].name, name); in hid_find_flag()
83 return all_flags + i; in hid_find_flag()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/scripts/
H A Dused-feature-flags57 all_flags = {}
80all_flags[feature_flag_name] = File.exist?(File.join('tmp', 'feature_flags', feature_flag_name + '…
89 additional_flags.add(feature_flag_name) unless all_flags[feature_flag_name]
92 used_flags = all_flags.select { |name, used| used }
93 unused_flags = all_flags.reject { |name, used| used }
99 puts "- #{all_flags.count + additional_flags.count} was found"
/dports/textproc/gdome2/gdome2-0.8.1/
H A Dgdome-config.in90 all_flags="$the_flags"
94 all_flags="$all_flags $services $the_libs"
97 if test -z "$all_flags" || test "x$all_flags" = "x "; then
105 for i in $all_flags; do
/dports/textproc/turboxsl/turboxsl-b03c2c9/
H A Dturboxsl-config.in100 all_flags="$the_flags"
104 all_flags="$all_flags $services $the_libs"
107 if test -z "$all_flags" || test "x$all_flags" = "x "; then
115 for i in $all_flags; do
/dports/x11-toolkits/vdk/vdk-2.5.1/
H A Dvdk-config.in102 all_flags="$the_flags"
106 all_flags="$all_flags $the_libs"
109 if (test -z "$all_flags" || test "x$all_flags" = "x ") && test "x$define" = "x"; then
118 for i in $all_flags; do
/dports/devel/ORBit2/ORBit2-2.14.19/
H A Dorbit2-config.in116 all_flags="$the_flags"
120 all_flags="$all_flags $services $the_libs"
123 if test -z "$all_flags" || test "x$all_flags" = "x "; then
131 for i in $all_flags; do
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/build/
H A Dget-footprint.py294 def get_size(all_flags, flags, desc): argument
297 rc = os.system("make -f Footprint.mak FCFLAGS='" + all_flags + "' clean")
299 cmd = "make -f Footprint.mak FCFLAGS='" + all_flags + "' all"
315 elem = all_flags, flags, tokens[0], tokens[1], tokens[2], desc
318 rc = os.system("make -f Footprint.mak FCFLAGS='" + all_flags + "' clean")
324 all_flags = '' variable
328 all_flags += flags + ' '
329 get_size(all_flags, elem[0], elem[1])
332 n = all_flags, '', e[2], e[3], e[4], elem[1]
/dports/security/xmlsec1/xmlsec1-1.2.29/
H A Dxmlsec-config.in229 all_flags="$the_flags"
234 all_flags="$all_flags $services $the_libs"
237 if test -z "$all_flags" || test "x$all_flags" = "x " ;
246 for i in $all_flags; do
H A Dxmlsec1-config229 all_flags="$the_flags"
234 all_flags="$all_flags $services $the_libs"
237 if test -z "$all_flags" || test "x$all_flags" = "x " ;
246 for i in $all_flags; do
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/flags/
H A Dreflection_test.cc71 auto all_flags = absl::GetAllFlags(); in TEST_F() local
72 EXPECT_NE(all_flags.find("int_flag"), all_flags.end()); in TEST_F()
73 EXPECT_NE(all_flags.find("bool_retired_flag"), all_flags.end()); in TEST_F()
74 EXPECT_NE(all_flags.find("help"), all_flags.end()); in TEST_F()
75 EXPECT_EQ(all_flags.find("some_undefined_flag"), all_flags.end()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/flags/
H A Dreflection_test.cc71 auto all_flags = absl::GetAllFlags(); in TEST_F() local
72 EXPECT_NE(all_flags.find("int_flag"), all_flags.end()); in TEST_F()
73 EXPECT_NE(all_flags.find("bool_retired_flag"), all_flags.end()); in TEST_F()
74 EXPECT_NE(all_flags.find("help"), all_flags.end()); in TEST_F()
75 EXPECT_EQ(all_flags.find("some_undefined_flag"), all_flags.end()); in TEST_F()
/dports/graphics/blender/blender-2.91.0/extern/gflags/src/
H A Dgflags_completions.cc101 const vector<CommandLineFlagInfo> &all_flags,
122 const vector<CommandLineFlagInfo> &all_flags,
213 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
215 GetAllFlags(&all_flags); in PrintFlagCompletionInfo()
216 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
220 all_flags, in PrintFlagCompletionInfo()
244 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); in PrintFlagCompletionInfo()
346 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags() argument
354 it != all_flags.end(); in FindMatchingFlags()
472 const vector<CommandLineFlagInfo> &all_flags, in TryFindModuleAndPackageDir() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dgflags_completions.cc102 const vector<CommandLineFlagInfo> &all_flags,
123 const vector<CommandLineFlagInfo> all_flags,
214 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
216 GetAllFlags(&all_flags); in PrintFlagCompletionInfo()
217 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
221 all_flags, in PrintFlagCompletionInfo()
245 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); in PrintFlagCompletionInfo()
347 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags() argument
355 it != all_flags.end(); in FindMatchingFlags()
473 const vector<CommandLineFlagInfo> all_flags, in TryFindModuleAndPackageDir() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/third_party/gflags/src/
H A Dgflags_completions.cc102 const vector<CommandLineFlagInfo> &all_flags,
123 const vector<CommandLineFlagInfo> all_flags,
214 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
216 GetAllFlags(&all_flags); in PrintFlagCompletionInfo()
217 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
221 all_flags, in PrintFlagCompletionInfo()
245 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); in PrintFlagCompletionInfo()
347 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags() argument
355 it != all_flags.end(); in FindMatchingFlags()
473 const vector<CommandLineFlagInfo> all_flags, in TryFindModuleAndPackageDir() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dgflags_completions.cc102 const vector<CommandLineFlagInfo> &all_flags,
123 const vector<CommandLineFlagInfo> all_flags,
214 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
216 GetAllFlags(&all_flags); in PrintFlagCompletionInfo()
217 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
221 all_flags, in PrintFlagCompletionInfo()
245 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); in PrintFlagCompletionInfo()
347 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags() argument
355 it != all_flags.end(); in FindMatchingFlags()
473 const vector<CommandLineFlagInfo> all_flags, in TryFindModuleAndPackageDir() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/third_party/gflags/src/
H A Dgflags_completions.cc102 const vector<CommandLineFlagInfo> &all_flags,
123 const vector<CommandLineFlagInfo> all_flags,
214 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
216 GetAllFlags(&all_flags); in PrintFlagCompletionInfo()
217 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
221 all_flags, in PrintFlagCompletionInfo()
245 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); in PrintFlagCompletionInfo()
347 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags() argument
355 it != all_flags.end(); in FindMatchingFlags()
473 const vector<CommandLineFlagInfo> all_flags, in TryFindModuleAndPackageDir() argument
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/
H A Dxslt-config.in106 all_flags="$cflags $libs"
108 if test -z "$all_flags" || test "x$all_flags" = "x "; then
116 for i in $all_flags; do
/dports/www/firefox-esr/firefox-91.8.0/config/
H A Dcreate_res.py18 all_flags = [] variable in CPPFlag
27 self.all_flags.extend((option_string, values))
54 command = buildconfig.substs["CXXCPP"] + CPPFlag.all_flags
72 command.extend(CPPFlag.all_flags)
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A Dcreate_res.py18 all_flags = [] variable in CPPFlag
27 self.all_flags.extend((option_string, values))
54 command = buildconfig.substs["CXXCPP"] + CPPFlag.all_flags
72 command.extend(CPPFlag.all_flags)
/dports/www/firefox/firefox-99.0/config/
H A Dcreate_res.py18 all_flags = [] variable in CPPFlag
27 self.all_flags.extend((option_string, values))
54 command = buildconfig.substs["CXXCPP"] + CPPFlag.all_flags
80 command.extend(CPPFlag.all_flags)
/dports/devel/gflags/gflags-2.2.2/src/
H A Dgflags_completions.cc101 const vector<CommandLineFlagInfo> &all_flags,
122 const vector<CommandLineFlagInfo> &all_flags,
218 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
220 GetAllFlags(&all_flags); in PrintFlagCompletionInfo()
221 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; in PrintFlagCompletionInfo()
225 all_flags, in PrintFlagCompletionInfo()
249 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); in PrintFlagCompletionInfo()
351 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags() argument
359 it != all_flags.end(); in FindMatchingFlags()
477 const vector<CommandLineFlagInfo> &all_flags, in TryFindModuleAndPackageDir() argument
[all …]
/dports/databases/p5-DBI/DBI-1.643/t/
H A D09trace.t70 my $all_flags = 0;
93 $all_flags |= $flag1
101 is($dbh->{TraceLevel}, $all_flags, '...');
107 is( $sth->{TraceLevel}, $all_flags );
/dports/devel/abseil/abseil-cpp-20211102.0/absl/flags/
H A Dreflection_test.cc65 auto all_flags = absl::GetAllFlags(); in TEST_F() local
66 EXPECT_NE(all_flags.find("int_flag"), all_flags.end()); in TEST_F()
67 EXPECT_EQ(all_flags.find("bool_retired_flag"), all_flags.end()); in TEST_F()
68 EXPECT_EQ(all_flags.find("some_undefined_flag"), all_flags.end()); in TEST_F()

12345678910>>...13