HomeSort by relevance Sort by last modified time
    Searched refs:Union (Results 26 - 50 of 59) sorted by null

12 3

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom66.js 83 Get schemaTypeInfo on an element of type Union that belongs to a document with an XML schema.
84 Invoke method isDerivedFrom with derivation method union and verify that the value returned is true.
85 Verify that emType is derived from emp0004_5Type by union.
  /external/openfst/src/include/fst/
equivalent.h 36 #include <fst/union-find.h>
51 // mapped to kDeadState for both acceptors). The union-find algorithm
118 // forest (the union-find algorithm) is used to represent the sets of
181 // The union-find structure.
184 // Initialize the union-find structure.
220 eq_classes.Union(rep1, rep2);
interval-set.h 97 void Union(const IntervalSet<T> &iset) {
  /external/openfst/src/include/fst/script/
fstscript.h 67 #include <fst/script/union.h>
143 REGISTER_FST_OPERATION(Union, Arc, UnionArgs);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 29 #include "fst/lib/union-find.h"
43 // mapped to kDeadState for both acceptors). The union-find algorithm
103 // forest (the union-find algorithm) is used to represent the sets of
149 // The union-find structure.
152 // Initialize the union-find structure.
186 eq_classes.Union(rep1, rep2);
  /external/webkit/Source/WebCore/xml/
XPathPredicate.cpp 232 Value Union::evaluate() const
XPathGrammar.y 59 %union
414 $$ = new Union;
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 114 close_button_->bounds().Union(options_menu_button_->bounds());
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 179 bounds = bounds.Union(balloon_box);
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 69 union
171 union
175 } Union;
  /external/v8/tools/
test.py 817 def Union(self, that):
819 return that.Union(self)
831 def Union(self, that):
843 def Union(self, that):
874 return self.left.GetOutcomes(env, defs).Union(self.right.GetOutcomes(env, defs))
1089 outcomes = outcomes.union(rule.GetOutcomes(env, self.defs))
1094 all_outcomes = all_outcomes.union(outcomes)
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
cu_wext.c 56 union iwreq_data req_data;
114 bssidList[index-1].Configuration.Union.channel = iwe->u.freq.m;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 748 invalid_rect_ = invalid_rect_.Union(scroll_rect);
760 invalid_rect_ = invalid_rect_.Union(rect);
    [all...]
render_widget_host_view_views.cc 317 invalid_rect_ = invalid_rect_.Union(scroll_rect);
329 invalid_rect_ = invalid_rect_.Union(rect);
  /external/icu4c/i18n/
uspoof_impl.cpp 698 void ScriptSet::Union(UScriptCode script) {
706 void ScriptSet::Union(const ScriptSet &other) {
  /external/v8/src/
ast.cc 682 result = result.Union(children->at(i)->CaptureRegisters());
704 return self.Union(body()->CaptureRegisters());
    [all...]
hydrogen-instructions.cc 151 void Range::Union(Range* other) {
1061 range->Union(OperandAt(i)->range());
    [all...]
lithium-allocator.cc 572 if (live_in != NULL) live_out->Union(*live_in);
    [all...]
jsregexp.h 318 // pointer, the result is the union of the two sets that would be created
321 // union (all three out-sets are equal), intersection (only both_sets_out is
459 union {
722 Interval Union(Interval that) {
803 union {
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c 623 channel = Freq2Chan(pConfig->Union.channel);
628 pConfig->Union.channel = channel;
630 if((pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pConfig->Union.channel) ||
633 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (TI_UINT8)pConfig->Union.channel;
    [all...]
scanResultTable.c     [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 312 class Union(_NestedType):
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 396 // If this is a union, skip all the fields that aren't being initialized.
496 // If this is a union, skip all the fields that aren't being initialized.
658 // GCC cast to union extension
660 "Destination type is not union type!");
662 // Build a struct with the union sub-element as the first member,
671 assert(CurSize <= TotalSize && "Union size mismatch!");
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 553 union U1 {
557 union U2 {
565 static_assert(g.t.u1.a == 42, ""); // expected-error {{constant expression}} expected-note {{read of member 'a' of union with active member 'b'}}
568 static_assert(g.t.u2.d == 42, ""); // expected-error {{constant expression}} expected-note {{read of member 'd' of union with active member 'c'}}
753 namespace Union {
755 union U {
762 static_assert(u[0].b, ""); // expected-error {{constant expression}} expected-note {{read of member 'b' of union with active member 'a'}}
771 union Empty {};
778 static_assert(y.b == 42, ""); // expected-error {{constant expression}} expected-note {{'b' of union with active member 'a'}}
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 462 case clang::APValue::Union:
    [all...]

Completed in 384 milliseconds

12 3