Home
last modified time | relevance | path

Searched refs:built (Results 1 - 25 of 74) sorted by relevance

123

/third_party/node/tools/gyp/tools/
H A Dpretty_sln.py24 def BuildProject(project, built, projects, deps):
29 if dep not in built:
30 BuildProject(dep, built, projects, deps)
32 built.append(project)
132 built = []
134 if project not in built:
135 BuildProject(project, built, projects, deps)
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs149 built: bool,
162 built: false, in default()
174 assert!(!self.built, "attempt to re-use consumed builder"); in build()
176 let built = mem::replace( in build()
179 built: true, in build()
184 if let Some(fmt) = built.custom_format { in build()
189 timestamp: built.format_timestamp, in build()
190 module_path: built.format_module_path, in build()
191 target: built.format_target, in build()
192 level: built in build()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocalePriorityList.java53 * When the list is built, the internal values are sorted in descending order by weight,
229 * Exactly one of languageToWeight and built is null.
231 private LocalePriorityList built; field in LocalePriorityList.Builder
242 built = list; in Builder()
272 if (built != null) { in build()
275 return built; in build()
313 return built = new LocalePriorityList(Collections.unmodifiableMap(temp)); in build()
369 languageToWeight = new LinkedHashMap<>(built.languagesAndWeights); in add()
370 built = null; in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocalePriorityList.java54 * When the list is built, the internal values are sorted in descending order by weight,
221 * Exactly one of languageToWeight and built is null.
223 private LocalePriorityList built; field in LocalePriorityList.Builder
234 built = list; in Builder()
262 if (built != null) { in build()
265 return built; in build()
303 return built = new LocalePriorityList(Collections.unmodifiableMap(temp)); in build()
355 languageToWeight = new LinkedHashMap<>(built.languagesAndWeights); in add()
356 built = null; in add()
/third_party/ninja/
H A Dconfigure.py277 def built(filename): function
282 return n.build(built(name + objext), 'cxx', src(name + '.c'), **kwargs)
284 return n.build(built(name + objext), 'cxx', src(name + '.cc'), **kwargs)
432 command='$cxx $cflags -c $in /Fo$out /Fd' + built('$pdb'),
475 n.build(built('browse_py.h'), 'inline', src('browse.py'),
480 objs += cxx('browse', order_only=built('browse_py.h'))
511 n.build(built('ninja-re2c.lib'), 'ar', re2c_objs)
513 n.build(built('libninja-re2c.a'), 'ar', re2c_objs)
557 ninja_lib = n.build(built('ninja.lib'), 'ar', objs)
559 ninja_lib = n.build(built('libninj
[all...]
/third_party/rust/crates/env_logger/src/fmt/writer/
H A Dmod.rs132 built: bool,
142 built: false,
175 assert!(!self.built, "attempt to re-use consumed builder");
176 self.built = true;
/third_party/python/Lib/distutils/tests/
H A Dtest_build_scripts.py39 built = os.listdir(target)
41 self.assertIn(name, built)
104 built = os.listdir(target)
106 self.assertIn(name, built)
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java532 * Parse {@code data} as an {@code UnknownFieldSet} and merge it with the set being built. This
551 * Parse {@code data} as an {@code UnknownFieldSet} and merge it with the set being built. This
570 * Parse an {@code UnknownFieldSet} from {@code input} and merge it with the set being built.
935 Field built = new Field(); in build()
937 built.varint = Collections.emptyList(); in build()
939 built.varint = Collections.unmodifiableList(new ArrayList<>(result.varint)); in build()
942 built.fixed32 = Collections.emptyList(); in build()
944 built.fixed32 = Collections.unmodifiableList(new ArrayList<>(result.fixed32)); in build()
947 built.fixed64 = Collections.emptyList(); in build()
949 built in build()
[all...]
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak3 # configure libpng; a default configuration will be built.
30 # which copies the local built version (and this is the default target for
71 # By default libpng is built to use the __cdecl calling convention on
78 # the result will not be compatible with applications built using other
108 $# locations of the zlib include file zlib.h and the built zlib library,
120 $# If empty the standard configuration will be built. For this file to be
126 $# awk.) You can find source code and a built executable (called awk95.exe)
/third_party/rust/crates/env_logger/src/
H A Dlib.rs381 built: bool,
783 /// Initializes the global logger with the built env logger.
805 /// Initializes the global logger with the built env logger.
824 assert!(!self.built, "attempt to re-use consumed builder"); in build()
825 self.built = true; in build()
1119 if self.built { in fmt()
1120 f.debug_struct("Logger").field("built", &true).finish() in fmt()
/third_party/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak15 # List of resource files to be built.
38 # clear out the built-in ones (for .c and the like), and add
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak15 # List of resource files to be built.
38 # clear out the built-in ones (for .c and the like), and add
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDiscardUnknownFieldsTest.java101 Message built = message.newBuilderForType().setUnknownFields(unknownFields).build(); in assertUnknownFieldsInUnknownFieldSetArePreserve()
102 assertEquals(message.getClass().getName(), payload, built.toByteString()); in assertUnknownFieldsInUnknownFieldSetArePreserve()
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dzsh.rs466 let vc = vc.repeat(o.get_num_args().expect("built").min_values()); in write_opts_of()
639 let num_args = arg.get_num_args().expect("built"); in write_positionals_of()
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak28 # Is the directory into which most data is built (prior to packaging)
98 # The source directory. Contains the source files for the common data to be built.
128 # The destination directory for the built test data .dat file
170 # Generally the tools want to run on the same architecture as is being built.
172 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
285 # Keep track of whether they are built via timestamp files.
320 # They are not built by default but need to be built for ICU4J data and for getting the .c source files
327 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak28 # Is the directory into which most data is built (prior to packaging)
98 # The source directory. Contains the source files for the common data to be built.
128 # The destination directory for the built test data .dat file
163 # Generally the tools want to run on the same architecture as is being built.
165 # Since tools, particularly pkggen, have architecture built-in, we made x64 on
266 # Keep track of whether they are built via timestamp files.
301 # They are not built by default but need to be built for ICU4J data and for getting the .c source files
308 @echo Unicode .icu files built to "$(ICUBLD_PKG)"
/third_party/zlib/examples/
H A Dzran.h33 // On success, *built points to the resulting index.
34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
50 // Deallocate an index built by deflate_index_build().
/third_party/node/test/parallel/
H A Dtest-require-node-prefix.js7 const errUnknownBuiltinModuleRE = /^No such built-in module: /u;
/third_party/rust/crates/clap/examples/derive_ref/
H A Daugment_args.rs10 let cli = Command::new("CLI").arg(arg!(-b - -built).action(clap::ArgAction::SetTrue)); in main()
11 // Augment built args with derived args in main()
15 println!("Value of built: {:?}", matches.get_flag("built")); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleDistanceTest.java56 LocaleDistance.Data built = LocaleDistanceBuilder.build(); in testLoadedDataSameAsBuiltFromScratch()
58 assertEquals("run LocaleDistanceBuilder and update ICU4C langInfo.txt", built, loaded); in testLoadedDataSameAsBuiltFromScratch()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleDistanceTest.java53 LocaleDistance.Data built = LocaleDistanceBuilder.build(); in testLoadedDataSameAsBuiltFromScratch()
55 assertEquals("run LocaleDistanceBuilder and update ICU4C langInfo.txt", built, loaded); in testLoadedDataSameAsBuiltFromScratch()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh28 - These tests must be run after ssi_debug has been configured and built as a module so it can be loaded with
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs113 built: bool,
177 built: false, in new()
229 assert!(!self.built, "attempt to re-use consumed builder"); in build()
230 self.built = true; in build()
279 if self.built { in fmt()
280 f.debug_struct("Filter").field("built", &true).finish() in fmt()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A DMakefile17 # Jerryscript built-in application information.
60 .built: $(LIBS) updateobjs
/third_party/ltp/include/mk/
H A Dmodule.mk48 CLEAN_TARGETS += .dep_modules *.mod built-in.a
56 # doesn't find the module (i.e. it wasn't built either due to kernel-devel

Completed in 13 milliseconds

123