/external/chromium_org/v8/src/ |
types.cc | 38 Handle<Unioned> unioned = as_union(); local 40 for (int i = 0; i < unioned->length(); ++i) { 41 if (union_get(unioned, i)->is_class()) ++result; 54 Handle<Unioned> unioned = as_union(); local 56 for (int i = 0; i < unioned->length(); ++i) { 57 if (union_get(unioned, i)->is_constant()) ++result; 98 Handle<Unioned> unioned = type_->as_union() local 117 Handle<Unioned> unioned = this->as_union(); local 275 Handle<Unioned> unioned = this->as_union(); local 287 Handle<Unioned> unioned = that->as_union(); local 320 Handle<Unioned> unioned = this->as_union(); local 330 Handle<Unioned> unioned = that->as_union(); local 367 Handle<Unioned> unioned = this->as_union(); local 412 Handle<Unioned> unioned = isolate->factory()->NewFixedArray(size); local 442 Handle<Unioned> unioned = this->as_union(); local 489 Handle<Unioned> unioned = isolate->factory()->NewFixedArray(size); local 575 Handle<Unioned> unioned = as_union(); local [all...] |
types.h | 224 typedef FixedArray Unioned; 247 Handle<Unioned> as_union() { return Handle<Unioned>::cast(handle()); } 262 static Handle<Type> union_get(Handle<Unioned> unioned, int i) { 263 Type* type = static_cast<Type*>(unioned->get(i)); 265 return type->handle_via_isolate_of(from_handle(unioned)); 274 bool InUnion(Handle<Unioned> unioned, int current_size); 275 int ExtendUnion(Handle<Unioned> unioned, int current_size) [all...] |
/external/chromium_org/cc/base/ |
invalidation_region.h | 16 // collection of rects unioned.
|
/external/bison/src/ |
relation.h | 43 (unioned) with FUNCTION[NODE - 2]. */
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
TimeRanges.cpp | 107 RefPtr<TimeRanges> unioned = copy(); local 110 unioned->add(range.m_start, range.m_end); 113 m_ranges.swap(unioned->m_ranges);
|
/frameworks/base/graphics/java/android/graphics/ |
Rect.java | 466 * @param left The left edge being unioned with this rectangle 467 * @param top The top edge being unioned with this rectangle 468 * @param right The right edge being unioned with this rectangle 469 * @param bottom The bottom edge being unioned with this rectangle 492 * @param r The rectangle being unioned with this rectangle
|
RectF.java | 462 * @param left The left edge being unioned with this rectangle 463 * @param top The top edge being unioned with this rectangle 464 * @param right The right edge being unioned with this rectangle 465 * @param bottom The bottom edge being unioned with this rectangle 492 * @param r The rectangle being unioned with this rectangle
|
Paint.java | [all...] |
/external/chromium_org/tools/git/ |
mffr.py | 106 'unioned.')
|
/external/sepolicy/ |
README | 17 "unioned", IE concatenated, at the END of their respective
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 274 * that our block's DFS info has been unioned to.
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates.cc | 88 // keys, unioned the set of encrypted types, and eventually re-encrypt
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 274 * that our block's DFS info has been unioned to.
|
/external/libsepol/tests/ |
test-linker-roles.c | 131 * correctly unioned when they should be */
|
/external/sepolicy/tools/ |
insertkeys.py | 171 usage += "then they are unioned to produce a final version."
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
properties.cpp | 289 // Properties for a unioned FST.
|
/external/openfst/src/lib/ |
properties.cc | 375 // Properties for a unioned FST.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq_event.h | 257 /** unioned time stamp */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq_event.h | 257 /** unioned time stamp */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq_event.h | 257 /** unioned time stamp */
|
/external/llvm/include/llvm/ADT/ |
EquivalenceClasses.h | 62 /// in the unioned set. Finally, it defines either a "end of list pointer" or
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_journal.c | 66 ** the journal file is added to (unioned with) the set of page numbers
|
/external/chromium_org/cc/trees/ |
damage_tracker_unittest.cc | 745 // should be properly unioned. [all...] |
/external/llvm/lib/CodeGen/ |
StrongPHIElimination.cpp | 100 /// the leader of the unioned congruence class is the same as the leader of
|
/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | [all...] |