HomeSort by relevance Sort by last modified time
    Searched refs:union (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 101 {EXPR in (select EXPR from t1 union select EXPR from t1)}
105 {EXPR in (select AGG from t1 union select AGG from t1)}
  /external/chromium_org/tools/resources/
list_unused_grit_header.py 103 resources = resources.union(
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 34 s = s.union(ReadOneFile(f))
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 162 expr = union(opPos); break;
590 * Compile a location path union. The UnionPathIterator itself may create
599 protected Expression union(int opPos) throws TransformerException method in class:Compiler
615 * Get the level of the location path or union being constructed.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 155 newCstr[key] = cvox.MathUtil.union(set, cstr[key]);
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 139 expectations = expectations.union(self._get_expectations_for_test(model, self._filesystem.relpath(test, self._layout_tests_root)))
  /external/fonttools/Lib/fontTools/
merge.py 100 allKeys = set.union(set(), *(vars(table).keys() for table in lst))
735 allTags = reduce(set.union, (list(font.keys()) for font in fonts), set())
779 allKeys = set.union(set(), *(vars(table).keys() for table in tables if table is not NotImplemented))
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 507 return self.transitive_merge(filename, self.immediate_dependencies, set.union)
537 info.values['depends'] = list(set(info.values['depends']).union(externs))
656 depends = list(set(template.depends).union(set(depends)))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 352 " the tag of a Struct, Union or Enum "
356 "Struct, Union or Enum "
391 "Struct or Union"
400 elif isinstance(self,Union):
401 l=[ 'union%s '%tag ]
426 class Union(genpyx.Union, Compound):
513 return self.spec.union # i am a union
514 union = property(get_union variable in class:Declarator
773 union = property(get_union) variable in class:TypeSpecifiers
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 248 mCurrentBound.union(mLastBound);
  /external/chromium_org/build/android/gyp/util/
build_utils.py 283 all_deps = all_deps.union(new_deps)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 107 directories = reduce(set.union, map(set, [self._relative_baseline_search_paths(port, baseline_name) for port in self._ports.values()]))
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 260 raise AttributeError("Union can only store one field at a time.")
270 raise AttributeError("Union has no member '%s'" % key)
290 def union(**members): function
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 221 assertFalse(set.containsAll(Sets.union(subset, ImmutableSet.of(9))));
  /build/tools/releasetools/
blockimgdiff.py 532 touched = touched.union(xf.tgt_ranges)
811 'total' RangeSet (ie, they are nonintersecting and their union
816 so_far = so_far.union(i)
  /external/guava/guava/src/com/google/common/collect/
Sets.java 568 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
582 public static <E> SetView<E> union( method in class:Sets
718 return difference(union(set1, set2), intersection(set1, set2));
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 556 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
570 public static <E> SetView<E> union( method in class:Sets
706 return difference(union(set1, set2), intersection(set1, set2));
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 18 (** [GenericValue.t] is a boxed union type used to portably pass arguments to
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 54 // UNION
185 mRegion.union(new Rect(3, 3, 5, 5));
224 // union (inclusive-or) the two regions
228 // union null rectangle
230 assertTrue(mRegion.union(rect1));
233 // 1. union rectangle inside this region
237 assertTrue(mRegion.union(rect3));
241 // 2. union rectangle overlap this region
245 assertTrue(mRegion.union(rect4));
249 // 3. union rectangle out of this regio
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 86 WS_OPTIONAL_OPERATORS = ARITHMETIC_OP.union(['^', '&', '|', '<<', '>>', '%'])
92 SKIP_TOKENS = NEWLINE.union([tokenize.INDENT, tokenize.DEDENT])
94 SKIP_COMMENTS = SKIP_TOKENS.union([tokenize.COMMENT, tokenize.ERRORTOKEN])
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
boxes-fst.dat 43 union xtab {
48 static const union xtab xT1 = {
118 static const union xtab xT2 = {
188 static const union xtab xT3 = {
258 static const union xtab xT4 = {
328 static const union xtab xT5 = {
398 static const union xtab xT6 = {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_types.py 217 # FIXME: Need to revisit the design of union support.
381 lambda self: set.union(*[member_type.includes_for_type
566 # FIXME: Support union type.
568 return '/* no V8 -> C++ conversion for IDL union type: %s */' % idl_type.name
675 # FIXME: Support union type.
777 # FIXME: Need to revisit the design of union support.
    [all...]

Completed in 3516 milliseconds

1 23 4 5 6