Searched refs:sets (Results 76 - 100 of 203) sorted by relevance

123456789

/external/syslinux/mk/
H A Defi.mk8 # gnuefi sets up architecture specifics in ia32 or x86_64 sub directories
/external/tensorflow/tensorflow/python/
H A D__init__.py90 from tensorflow.python.ops import sets namespace
279 'sets',
303 losses, math_ops, metrics, nn, profiler, resource_loader, sets, script_ops,
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py43 import sets namespace
44 set = sets.Set
/external/guava/guava/src/com/google/common/collect/
H A DSets.java519 * An unmodifiable view of a set which may be backed by other sets; this view
520 * will change as the backing sets do. Contains methods to copy the data into
547 * all the sets involved are based on the same notion of equivalence.
560 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
566 * <p>Results are undefined if {@code set1} and {@code set2} are sets based on
571 * smaller of the two sets. If you have reason to believe one of your sets
613 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
614 * returned set contains all elements that are contained by both backing sets.
617 * <p>Results are undefined if {@code set1} and {@code set2} are sets base
1053 cartesianProduct( List<? extends Set<? extends B>> sets) argument
1113 cartesianProduct( Set<? extends B>.... sets) argument
1123 create(List<? extends Set<? extends E>> sets) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java483 * An unmodifiable view of a set which may be backed by other sets; this view
484 * will change as the backing sets do. Contains methods to copy the data into
511 * all the sets involved are based on the same notion of equivalence.
524 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
530 * <p>Results are undefined if {@code set1} and {@code set2} are sets based on
535 * smaller of the two sets. If you have reason to believe one of your sets
577 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
578 * returned set contains all elements that are contained by both backing sets.
581 * <p>Results are undefined if {@code set1} and {@code set2} are sets base
894 cartesianProduct( List<? extends Set<? extends B>> sets) argument
954 cartesianProduct( Set<? extends B>.... sets) argument
964 create(List<? extends Set<? extends E>> sets) argument
[all...]
/external/ImageMagick/www/api/
H A Dmagick-property.php1053 <p>MagickSetAntialias() sets the antialias propery of the wand.</p>
1080 <p>MagickSetBackgroundColor() sets the wand background color.</p>
1107 <p>MagickSetColorspace() sets the wand colorspace type.</p>
1134 <p>MagickSetCompression() sets the wand compression type.</p>
1161 <p>MagickSetCompressionQuality() sets the wand compression quality.</p>
1188 <p>MagickSetDepth() sets the wand pixel depth.</p>
1215 <p>MagickSetExtract() sets the extract geometry before you read or write an image file. Use it for inline cropping (e.g. 200x200+0+0) or resizing (e.g.200x200).</p>
1242 <p>MagickSetFilename() sets the filename before you read or write an image file.</p>
1269 <p>MagickSetFont() sets the font associated with the MagickWand.</p>
1295 <p>MagickSetFormat() sets th
[all...]
H A Dmonitor.php59 <p>SetImageProgressMonitor() sets the image progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
98 <p>SetImageInfoProgressMonitor() sets the image_info progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
H A Dimage.php181 <p>ClipImagePath() sets the image clip mask based any clipping path information if it exists.</p>
695 <p>SetImageChannelMask() sets the image channel mask from the specified channel mask.</p>
753 <p>SetImageStorageClass() sets the image class: DirectClass for true color images or PseudoClass for colormapped images.</p>
784 <p>SetImageExtent() sets the image size (i.e. columns &amp; rows).</p>
819 <p>SetImageInfoBlob() sets the image info blob member.</p>
850 <p>SetImageInfoFile() sets the image info file member.</p>
911 <p>SetImageAlpha() sets the alpha levels of the image.</p>
938 <p>SetImageVirtualPixelMethod() sets the "virtual pixels" method for the image and returns the previous setting. A virtual pixel is any pixel access that is outside the boundaries of the image cache.</p>
/external/icu/icu4c/source/common/
H A Drbbisetb.cpp22 // set of input uniocde sets.
26 // of these sets belong to the same set of the original
102 // that is in no sets.
171 // Add this unicode set to the list of sets for this rlRange
216 // Handle input sets that contain the special string {eof}.
308 // For each of the original Unicode sets - which correspond
312 // a list of sets.
318 void RBBISetBuilder::addValToSets(UVector *sets, uint32_t val) { argument
321 for (ix=0; ix<sets->size(); ix++) {
322 RBBINode *usetNode = (RBBINode *)sets
[all...]
/external/googletest/googletest/scripts/
H A Dfuse_gtest_files.py64 from sets import Set as set # For Python 2.3 compatibility
/external/toolchain-utils/
H A Dheat_map.py14 from sets import Set
/external/v8/tools/release/
H A Dsearch_related_commits.py10 from sets import Set
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBISetBuilder.java31 // set of input uniocde sets.
35 // of these sets belong to the same set of the original
47 // Unicode sets that include this range.
94 // (the range) includes, and sets the bit in fNum when
166 // that is in no sets.
215 // Add this unicode set to the list of sets for this rlRange
257 // Handle input sets that contain the special string {eof}.
330 // For each of the original Unicode sets - which correspond
334 // a list of sets.
340 void addValToSets(List<RBBINode> sets, in argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBISetBuilder.java30 // set of input uniocde sets.
34 // of these sets belong to the same set of the original
46 // Unicode sets that include this range.
93 // (the range) includes, and sets the bit in fNum when
165 // that is in no sets.
214 // Add this unicode set to the list of sets for this rlRange
256 // Handle input sets that contain the special string {eof}.
329 // For each of the original Unicode sets - which correspond
333 // a list of sets.
339 void addValToSets(List<RBBINode> sets, in argument
[all...]
/external/libcxx/src/support/solaris/
H A Dwcsnrtombs.inc44 /* Invalid character - wcrtomb() sets errno. */
/external/python/cpython2/Tools/msi/
H A Dmsilib.py8 import re, string, os, sets, glob, subprocess, sys, _winreg, struct namespace
53 _directories = sets.Set()
354 self.filenames = sets.Set()
420 _directories = sets.Set()
444 self.short_names = sets.Set()
445 self.ids = sets.Set()
/external/libunwind/doc/
H A Dunw_create_addr_space.tex44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
137 To read memory, \Prog{libunwind} sets argument \Var{write} to zero and
139 write memory, \Prog{libunwind} sets argument \Var{write} to a non-zero
156 \Var{regnum}. To read a register, \Prog{libunwind} sets argument
158 the read value. To write a register, \Prog{libunwind} sets argument
175 register, \Prog{libunwind} sets argument \Var{write} to zero and
177 receives the read value. To write a register, \Prog{libunwind} sets
H A Dunw_set_caching_policy.tex19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
H A Dunw_set_fpreg.tex19 The \Func{unw\_set\_fpreg}() routine sets the value of register
H A Dunw_set_reg.tex19 The \Func{unw\_set\_reg}() routine sets the value of register
/external/valgrind/callgrind/
H A Dmain.c391 // extend event sets as needed
392 // available sets: D0 Dr
399 ev->inode->eventset = CLG_(sets).base;
1403 CLG_(copy_cost)( CLG_(sets).full,
1412 CLG_(copy_cost)( CLG_(sets).full,
1449 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost );
1485 CLG_(init_cost_lz)( CLG_(sets).full, &sum );
1486 CLG_(copy_cost_lz)( CLG_(sets).full, &tmp, ti->lastdump_cost );
1487 CLG_(add_diff_cost)( CLG_(sets).full, sum, ti->lastdump_cost,
1489 CLG_(copy_cost)( CLG_(sets)
[all...]
/external/tensorflow/tensorflow/python/ops/
H A Dmetrics_impl.py31 from tensorflow.python.ops import sets namespace
2114 result = sets.set_intersection(filled_selected_id, ids)
2177 tp = sets.set_size(sets.set_intersection(predictions_idx, labels))
2271 fn = sets.set_size(
2272 sets.set_difference(predictions_idx, labels, aminusb=False))
2837 return math_ops.minimum(sets.set_size(labels), k, name=scope)
3158 fp = sets.set_size(
3159 sets.set_difference(predictions_idx, labels, aminusb=True))
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp690 std::vector<DescriptorSet *> sets; local
692 // do descriptor sets need memories bound?
694 sets.push_back(descriptorSet);
696 return sets;
710 // Only call vkFree* on sets allocated from pool with usage *_DYNAMIC
712 VkDescriptorSet sets[1] = {handle()}; local
713 EXPECT(vkFreeDescriptorSets(device(), containing_pool_->GetObj(), 1, sets) == VK_SUCCESS);
/external/protobuf/gtest/test/
H A Drun_tests_util_test.py37 import sets namespace
177 python_tests = sets.Set(map(NormalizePythonTestPair, results[0]))
178 binary_tests = sets.Set(map(NormalizeBinaryTestPair, results[1]))
/external/mesa3d/docs/specs/
H A DMESA_swap_control.spec101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets

Completed in 588 milliseconds

123456789