Home
last modified time | relevance | path

Searched refs:targets (Results 126 - 150 of 353) sorted by relevance

12345678910>>...15

/third_party/ninja/src/
H A Dclean.h42 /// Clean the given target @a targets.
44 int CleanTargets(int target_count, char* targets[]);
H A Dclean.cc110 // Do not try to remove phony targets in CleanAll()
152 // Do not try to remove phony targets in DoCleanTarget()
196 int Cleaner::CleanTargets(int target_count, char* targets[]) { in CleanTargets() argument
201 string target_name = targets[i]; in CleanTargets()
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Dresources.mak18 @echo All targets are up to date
/third_party/gn/src/gn/
H A Dbuilder.cc93 // loads for targets that are required. in ItemDefined()
263 // All targets in the default toolchain get generated by default. We also in TargetDefined()
279 // item types like targets, the "should generate" flag is propagated around in ConfigDefined()
413 const LabelTargetVector& targets, in AddDeps()
415 for (const auto& target : targets) { in AddDeps()
426 const LabelTargetVector& targets, in AddGenDeps()
428 for (const auto& target : targets) { in AddGenDeps()
412 AddDeps(BuilderRecord* record, const LabelTargetVector& targets, Err* err) AddDeps() argument
425 AddGenDeps(BuilderRecord* record, const LabelTargetVector& targets, Err* err) AddGenDeps() argument
H A Dcommand_refs.cc32 // Maps targets to the list of targets that depend on them.
35 // Populates the reverse dependency map for the targets in the Setup.
50 // new targets encountered will be added to the set, and if a ref is in the set
62 // Only print the toolchain for non-default-toolchain targets. in RecursivePrintTarget()
107 // Recursively finds all targets that reference the given one, and additionally
117 // Recursively finds all targets that reference the given one.
148 // Only check targets in the default toolchain. in GetTargetsReferencingConfig()
165 // Implicit targets don't get printed themselves. in DoTreeOutput()
173 // Explicit targets appea in DoTreeOutput()
[all...]
H A Dtarget_unittest.cc352 // Verifies that only testonly targets can depend on other testonly targets.
479 // This target depends on both previous targets. in TEST_F()
612 // Tests Target::GetOutputFilesForSource for binary targets (these require a
680 // Tests Target::GetOutputFilesForSource for action_foreach targets (these, like
681 // copy targets, apply a pattern to the source file). Also tests
718 // Tests Target::GetOutputFilesForSource for action targets (these just list the
720 // cover everything other than binary, action_foreach, and copy targets.
900 // Tests that intermediate object files generated by binary targets are also
1146 TargetSet targets; in TEST() local
1187 TargetSet targets; TEST() local
1234 TargetSet targets; TEST() local
1283 TargetSet targets; TEST() local
1316 TargetSet targets; TEST() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java231 private String[] getTargetStrings(String targets) { in getTargetStrings() argument
233 String[] valSets = Utility.split(targets, ';'); in getTargetStrings()
260 private void checkTargets(PluralRules rules, String[] targets) { in checkTargets() argument
261 for (int i = 0; i < targets.length; ++i) { in checkTargets()
262 assertEquals("value " + i, targets[i], rules.select(i)); in checkTargets()
281 String[] targets = getTargetStrings(expected); in testParsing()
282 checkTargets(rules, targets); in testParsing()
H A DPluralFormatUnitTest.java325 String[] targets = { in TestExtendedPluralFormat()
347 assertEquals("PluralFormat.format(value " + i + ")", targets[i], result); in TestExtendedPluralFormat()
350 assertEquals("MessageFormat.format(value " + i + ")", targets[i], result); in TestExtendedPluralFormat()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c726 /* Hot draw call path needs the mask of active render targets */ in panfrost_set_framebuffer_state()
1048 struct pipe_stream_output_target **targets, in panfrost_set_stream_output_targets()
1054 assert(num_targets <= ARRAY_SIZE(so->targets)); in panfrost_set_stream_output_targets()
1057 if (targets[i] && offsets[i] != -1) in panfrost_set_stream_output_targets()
1058 pan_so_target(targets[i])->offset = offsets[i]; in panfrost_set_stream_output_targets()
1060 pipe_so_target_reference(&so->targets[i], targets[i]); in panfrost_set_stream_output_targets()
1064 pipe_so_target_reference(&so->targets[i], NULL); in panfrost_set_stream_output_targets()
1046 panfrost_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) panfrost_set_stream_output_targets() argument
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py24 # as it is likely that multiple targets within a single project file will want
32 # targets that share the same BUILT_PRODUCTS_DIR.
44 # INTERMEDIATE_DIR is a place for targets to build up intermediate products.
70 # The Xcode-specific keys that exist on targets and aren't moved down to
140 # various targets in the file. It is very heavily advised to keep each
144 for xct in self.project.GetProperty("targets"):
154 # targets.
215 # Sort the targets based on how they appeared in the input.
217 # knowledge of PBXProject - in this case, of its "targets" property.
219 # ordinary_targets are ordinary targets tha
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstate.c923 * Programs dictate specific texture targets to be enabled, and for a draw in _mesa_update_texture_state()
924 * call to be valid they can't conflict about which texture targets are in _mesa_update_texture_state()
988 static const GLenum targets[] = { in alloc_proxy_textures() local
1004 STATIC_ASSERT(ARRAY_SIZE(targets) == NUM_TEXTURE_TARGETS); in alloc_proxy_textures()
1005 assert(targets[TEXTURE_2D_INDEX] == GL_TEXTURE_2D); in alloc_proxy_textures()
1006 assert(targets[TEXTURE_CUBE_INDEX] == GL_TEXTURE_CUBE_MAP); in alloc_proxy_textures()
1010 = _mesa_new_texture_object(ctx, 0, targets[tgt]))) { in alloc_proxy_textures()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py24 # as it is likely that multiple targets within a single project file will want
32 # targets that share the same BUILT_PRODUCTS_DIR.
44 # INTERMEDIATE_DIR is a place for targets to build up intermediate products.
70 # The Xcode-specific keys that exist on targets and aren't moved down to
140 # various targets in the file. It is very heavily advised to keep each
144 for xct in self.project.GetProperty("targets"):
154 # targets.
215 # Sort the targets based on how they appeared in the input.
217 # knowledge of PBXProject - in this case, of its "targets" property.
219 # ordinary_targets are ordinary targets tha
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh1003 * Finds all nodes in targets that are reachable from start_idx, nodes in visited will be skipped.
1006 * Connected targets will be added to connected and removed from targets. All visited nodes
1010 hb_set_t& targets, in find_connected_nodes()
1017 if (targets.has (start_idx)) in find_connected_nodes()
1019 targets.del (start_idx); in find_connected_nodes()
1027 find_connected_nodes (l.objidx, targets, visited, connected); in find_connected_nodes()
1030 find_connected_nodes (p, targets, visited, connected); in find_connected_nodes()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DWriteCharts.java76 Enumeration targets = Transliterator.getAvailableTargets(source); in getAllScripts()
77 while(targets.hasMoreElements()) { in getAllScripts()
78 String target = (String) targets.nextElement(); in getAllScripts()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java73 Enumeration targets = Transliterator.getAvailableTargets(source); in getAllScripts()
74 while(targets.hasMoreElements()) { in getAllScripts()
75 String target = (String) targets.nextElement(); in getAllScripts()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatUnitTest.java323 String[] targets = { in TestExtendedPluralFormat()
345 assertEquals("PluralFormat.format(value " + i + ")", targets[i], result); in TestExtendedPluralFormat()
348 assertEquals("MessageFormat.format(value " + i + ")", targets[i], result); in TestExtendedPluralFormat()
/third_party/mesa3d/android/
H A Dmesa3d_cross.mk305 $($(M_TARGET_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES)/dri/.targets.timestamp: MESA3D_GALLIUM_DRI_DIR:=$(MESA3D_GALLIUM_DRI_DIR)
306 $($(M_TARGET_PREFIX)TARGET_OUT_VENDOR_SHARED_LIBRARIES)/dri/.targets.timestamp: $(MESON_OUT_DIR)/install/.install.timestamp
316 $($(M_TARGET_PREFIX)MESA3D_GALLIUM_DRI_BIN): $(TARGET_OUT_VENDOR)/$(MESA3D_LIB_DIR)/dri/.targets.timestamp
/third_party/node/tools/gyp/pylib/gyp/
H A D__init__.py633 [generator, flat_list, targets, data] = Load(
648 # that targets may be built. Build systems that operate serially or that
650 # generate targets in the order specified in flat_list.
651 generator.GenerateOutput(flat_list, targets, data, params)
654 valid_configs = targets[flat_list[0]]["configurations"]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A D__init__.py647 [generator, flat_list, targets, data] = Load(
662 # that targets may be built. Build systems that operate serially or that
664 # generate targets in the order specified in flat_list.
665 generator.GenerateOutput(flat_list, targets, data, params)
668 valid_configs = targets[flat_list[0]]["configurations"]
/device/soc/rockchip/common/sdk_linux/scripts/
H A DMakefile40 targets += module.lds
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DEGLImageD3D.cpp83 for (egl::ImageSibling *target : mState.targets) in copyToLocalRendertarget()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp3887 const GLenum targets[] = { GL_TEXTURE_1D, GL_TEXTURE_2D, in Write() local
3891 const int kTargets = sizeof(targets) / sizeof(targets[0]); in Write()
3962 glBindTexture(targets[i], textures[i]); in Write()
3963 glTexParameteri(targets[i], GL_TEXTURE_MIN_FILTER, GL_NEAREST); in Write()
3964 glTexParameteri(targets[i], GL_TEXTURE_MAG_FILTER, GL_NEAREST); in Write()
3966 if (targets[i] == GL_TEXTURE_1D) in Write()
3968 glTexStorage1D(targets[i], 1, internalformat, 1); in Write()
3970 else if (targets[i] == GL_TEXTURE_2D || targets[ in Write()
4433 const GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP, Atomic() local
[all...]
/third_party/node/deps/openssl/openssl/
H A DConfigure246 # (which the configuration file places in %targets).
1252 # Support for legacy targets having a name starting with 'debug-'
1264 # It's possible that we have different config targets for specific
2393 $unified_info{targets}->{$1} = 1;
2717 foreach (("programs", "libraries", "modules", "scripts", "targets")) {
2784 # We don't want to create targets for source directories
3041 # it to fill %targets with target configurations. Those are then added to
3045 my %targets;
3051 %targets = read_eval_file($fname);
3054 foreach (sort keys %targets) {
[all...]
/third_party/openssl/
H A DConfigure246 # (which the configuration file places in %targets).
1254 # Support for legacy targets having a name starting with 'debug-'
1266 # It's possible that we have different config targets for specific
2388 $unified_info{targets}->{$1} = 1;
2712 foreach (("programs", "libraries", "modules", "scripts", "targets")) {
2779 # We don't want to create targets for source directories
3036 # it to fill %targets with target configurations. Those are then added to
3040 my %targets;
3046 %targets = read_eval_file($fname);
3049 foreach (sort keys %targets) {
[all...]
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py72 targets = root.iter("target")
73 for target in targets:

Completed in 32 milliseconds

12345678910>>...15