Home
last modified time | relevance | path

Searched refs:targets (Results 101 - 125 of 343) sorted by relevance

12345678910>>...14

/third_party/glfw/src/
H A Dx11_window.c812 // The list of supported targets was requested in writeTargetToProperty()
814 const Atom targets[] = { _glfw.x11.TARGETS, in writeTargetToProperty() local
825 (unsigned char*) targets, in writeTargetToProperty()
826 sizeof(targets) / sizeof(targets[0])); in writeTargetToProperty()
835 Atom* targets; in writeTargetToProperty() local
840 (unsigned char**) &targets); in writeTargetToProperty()
848 if (targets[i] == formats[j]) in writeTargetToProperty()
856 targets[i + 1], in writeTargetToProperty()
857 targets[ in writeTargetToProperty()
942 const Atom targets[] = { _glfw.x11.UTF8_STRING, XA_STRING }; getSelectionString() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c567 struct pipe_stream_output_target **targets,
574 assert(num_targets <= ARRAY_SIZE(so->targets));
576 /* Older targets need sw stats enabled for streamout emulation in VS: */
586 boolean changed = targets[i] != so->targets[i];
594 /* Note that all SO targets will be reset at once at a
602 pipe_so_target_reference(&so->targets[i], targets[i]);
606 pipe_so_target_reference(&so->targets[i], NULL);
/third_party/gn/src/gn/
H A Dswitches.cc119 action targets and exec_script calls. By default GN searches the
123 targets and exec_script calls will be executed directly.
175 One use-case of this feature is to load a different set of initial targets
192 targets are defined when evaluating BUILD.gn files in the default toolchain.
194 The list is empty by default, meaning that all targets defined in all
198 When this list is not empty, only targets matching any of the root patterns,
215 "--runtime-deps-list-file: Save runtime dependencies for targets in file.";
217 R"(--runtime-deps-list-file: Save runtime dependencies for targets in file.
222 the targets for which runtime dependencies are desired.
238 not useful; the use-case for this feature is generally executable targets
[all...]
H A Dfunctions_target.cc108 // Common help paragraph on targets that can use different languages.
298 used to inform "create_bundle" targets of the files to copy into generated
372 (the recursion stops at "create_bundle" targets).
642 const char kGroup_HelpShort[] = "group: Declare a named group of targets.";
644 R"(group: Declare a named group of targets.
646 This target type allows you to create meta-targets that just collect a set of
685 A loadable module will be specified on the linker line for targets listing
778 A shared library will be specified on the linker line for targets listing the
815 implicitly added to the linker line of all targets that depend on the source
821 organizational benefits of focused build targets
[all...]
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 Danalyzer.h31 // of files and targets, which targets would be affected by modifications
46 // Returns the set of all targets that have a label in the given set.
50 // Returns a filtered set of the given targets, meaning that for each of the
51 // given targets,
69 // This filtering behavior is also known as "pruning" the list of targets.
70 TargetSet Filter(const TargetSet& targets) const;
H A Dcommand_analyze.cc24 "analyze: Analyze which targets are affected by a list of files.";
28 Analyze which targets are affected by a list of files.
38 - "test_targets": A list of the labels for targets that are needed to run
41 - "additional_compile_targets" (optional): A list of the labels for targets
53 targets.
65 the filtering works for compile targets as described above, this list may
66 contain targets that do not appear in the input list.
74 set to "Invalid targets".
90 not in the right format, or contains invalid targets.
/third_party/mesa3d/src/mesa/main/
H A Dshared.c106 static const GLenum targets[] = { in _mesa_alloc_shared_state() local
120 STATIC_ASSERT(ARRAY_SIZE(targets) == NUM_TEXTURE_TARGETS); in _mesa_alloc_shared_state()
121 shared->DefaultTex[i] = _mesa_new_texture_object(ctx, 0, targets[i]); in _mesa_alloc_shared_state()
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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java260 Enumeration targets = Transliterator.getAvailableTargets(source); in registerAnyToScript()
261 while(targets.hasMoreElements()) { in registerAnyToScript()
262 String target = (String) targets.nextElement(); in registerAnyToScript()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h100 const_target_range targets() const { return {Targets}; } in targets() function in llvm::MachO::InterfaceFileRef
198 /// Set and add targets.
202 /// \param Targets the collection of targets.
210 const_target_range targets() const { return {Targets}; } in targets() function in llvm::MachO::InterfaceFile
217 const_filtered_target_range targets(ArchitectureSet Archs) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py171 """Returns list of LLVM targets to build for the input platform"""
172 targets = set()
176 targets.add(arch)
180 return [t[0] for t in LLVM_TARGETS if t[0] in targets]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dmain.c103 NULL, lsm_sai_jig_target, "targets"),
114 "\"targets\": ["
162 * a child list "targets" of zero or more "target" objects.
171 "\"targets\":["
186 "\"targets\":["
202 "\"targets\":["
245 "\"targets\":["
278 "\"nspawn_timeout\":1800,\"targets\":[{\"name\":\"target1\",\"someflag\":true},"
282 "\"nspawn_timeout\":0,\"targets\":[{\"name\":\"target1\",\"someflag\":false},"
286 "\"nspawn_timeout\":1800,\"targets\"
364 struct lws_dll2_owner targets; global() member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp197 GLenum targets[] = { in iterate() local
232 unsigned num_targets = sizeof(targets) / sizeof(GLenum); in iterate()
283 if (target == targets[j]) in iterate()
301 // For all valid targets in iterate()
304 GLenum target = targets[i]; in iterate()
/third_party/ninja/src/
H A Dninja.cc119 /// CollectTarget for all command-line arguments, filling in \a targets.
121 vector<Node*>* targets, string* err);
163 /// Build the targets listed on the command line.
221 "usage: ninja [options] [targets...]\n" in Usage()
223 "if targets are unspecified, builds the 'default' target (see manual).\n" in Usage()
363 vector<Node*>* targets, string* err) { in CollectTargetsFromArgs()
365 *targets = state_.DefaultNodes(err); in CollectTargetsFromArgs()
373 targets->push_back(node); in CollectTargetsFromArgs()
742 printf("usage: ninja -t commands [options] [targets]\n" in ToolCommands()
798 "Usage '-t inputs [options] [targets]\ in ToolInputs()
362 CollectTargetsFromArgs(int argc, char* argv[], vector<Node*>* targets, string* err) CollectTargetsFromArgs() argument
1360 vector<Node*> targets; RunBuild() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DSymbol.cpp49 Symbol::targets(ArchitectureSet Architectures) const { in targets() function in llvm::MachO::Symbol
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget.c79 static const struct target *targets[] = { variable
201 const struct target *target = targets[mach]; in target_config()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dfuzzer.cc237 std::pair<FuzzingTarget, OutputFormat> targets[] = { in LLVMFuzzerTestOneInput() local
243 for (auto target : targets) { in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets); in test() local
162 for (int ndx = 0; ndx < targets; ++ndx) in test()
/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()
/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/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/elfutils/tests/
H A Drun-lfs-symbols.sh73 echo Check all normal build targets.

Completed in 22 milliseconds

12345678910>>...14