/art/test/122-secondarydex/ |
run | 17 # Use secondary switch to add secondary dex file to class path. 18 exec ${RUN} "${@}" --secondary
|
/art/test/131-structural-change/ |
run | 17 # Use secondary switch to add secondary dex file to class path. 18 exec ${RUN} "${@}" --secondary
|
/external/chromium_org/ash/ |
screen_util_unittest.cc | 35 views::Widget* secondary = views::Widget::CreateWindowWithContextAndBounds( local 37 secondary->Show(); 45 secondary->GetNativeView()).ToString()); 53 secondary->GetNativeView()).ToString()); 61 secondary->GetNativeView()).ToString()); 64 // Test verifies a stable handling of secondary screen widget changes 71 views::Widget* secondary = views::Widget::CreateWindowWithContextAndBounds( local 74 secondary->GetNativeView()->GetRootWindow()); 75 secondary->Show(); 76 secondary->Maximize() 92 views::Widget* secondary = views::Widget::CreateWindowWithContextAndBounds( local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
display_info_provider_chromeos_unittest.cc | 317 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 325 base::Int64ToString(secondary.id()), info, &success, &error); 330 EXPECT_EQ("-520,50 520x400", secondary.bounds().ToString()); 336 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 344 base::Int64ToString(secondary.id()), info, &success, &error); 349 EXPECT_EQ("1200,100 520x400", secondary.bounds().ToString()); 355 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 363 base::Int64ToString(secondary.id()), info, &success, &error); 368 EXPECT_EQ("1100,-400 520x400", secondary.bounds().ToString()); 374 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay() local 393 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 412 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 431 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 451 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 470 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 489 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 509 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 528 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 547 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 566 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 585 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 604 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 623 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 645 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 666 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 719 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 735 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 798 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 820 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local 841 const gfx::Display& secondary = ash::ScreenUtil::GetSecondaryDisplay(); local [all...] |
/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_data.cc | 72 SecondaryDeque& secondary = data.secondary; local 73 if (!secondary.empty() && secondary.back() == result_id) { 74 // Nothing to do if the last secondary is the current primary. 78 // If |result_id| is the last (the most recent) secondary and it's not the 80 secondary.pop_back(); 81 secondary.push_back(data.primary); 85 store_->SetSecondary(query, secondary); 89 // Otherwise, append to secondary list 123 const HistoryData::SecondaryDeque& secondary = assoc_it->second.secondary; local [all...] |
history_data_store_unittest.cc | 26 for (HistoryData::SecondaryDeque::const_iterator it = data.secondary.begin(); 27 it != data.secondary.end(); ++it) { 160 EXPECT_EQ(0u, it->second.secondary.size()); 163 HistoryData::SecondaryDeque secondary; local 164 secondary.push_back("s1"); 165 secondary.push_back("s2"); 166 store()->SetSecondary(kQuery, secondary);
|
history_data_store.cc | 27 HistoryData::SecondaryDeque* secondary) { 38 secondary->swap(results); 48 // "result id of 1st (oldest) secondary association", 50 // "result id of the newest secondary association" 88 HistoryData::SecondaryDeque secondary; local 90 GetSecondary(secondary_list, &secondary); 95 association_data.secondary.swap(secondary);
|
history_data.h | 25 // search result id. There are two types of association: primary and secondary. 26 // Primary is a 1-to-1 mapping between the query and result id. Secondary 30 // secondary. However, if a secondary association is added twice in a row, it 32 // secondary. 45 // Secondary results associated with the query from oldest to latest. 46 SecondaryDeque secondary; member in struct:app_list::HistoryData::Data 55 // to keep. |max_secondary| is the maximum number of secondary associations to
|
/external/guava/guava/src/com/google/common/collect/ |
CompoundOrdering.java | 31 Comparator<? super T> secondary) { 33 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
|
/external/oprofile/events/mips/r10000/ |
events | 19 event:0x07 counters:0 um:zero minimum:500 name:QUADWORDS_WB_FROM_SCACHE : Quadwords written back from secondary cache 21 event:0x08 counters:0 um:zero minimum:500 name:CORRECTABLE_ECC_ERRORS_SCACHE : Correctable ECC errors on secondary cache data 24 event:0x09 counters:1 um:zero minimum:500 name:SCACHE_LOAD_STORE_CACHEOP_OPERATIONS : Secondary cache load / store and cache-ops operations 25 event:0x0a counters:0 um:zero minimum:500 name:SCACHE_MISSES_INSTRUCTION : Secondary cache misses (instruction) 26 event:0x0a counters:1 um:zero minimum:500 name:SCACHE_MISSES_DATA : Secondary cache misses (data) 27 event:0x0b counters:0 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTED_INSN : Secondary cache way mispredicted (instruction) 28 event:0x0b counters:1 um:zero minimum:500 name:SCACHE_WAY_MISPREDICTED_DATA : Secondary cache way mispredicted (data) 30 event:0x0c counters:1 um:zero minimum:500 name:EXTERNAL_INTERVENTION_RQ_HITS_SCACHE : External intervention request is determined to have hit in secondary cache 32 event:0x0d counters:1 um:zero minimum:500 name:EXTERNAL_INVALIDATE_RQ_HITS_SCACHE : External invalidate request is determined to have hit in secondary cache 34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache block [all...] |
/external/oprofile/events/mips/r12000/ |
events | 11 event:0x7 counters:0,1,2,3 um:zero minimum:500 name:QUADWORRDS_WRITEBACK_FROM_SC : Quadwords written back from secondary cache 12 event:0x8 counters:0,1,2,3 um:zero minimum:500 name:CORRECTABLE_ECC_ERRORS : Correctable ECC errors on secondary cache data 14 event:0xa counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_SECONDARY_CACHE_MISSES : Secondary cache misses (instruction) 15 event:0xb counters:0,1,2,3 um:zero minimum:500 name:SECONDARY_CACHE_WAY_MISSPREDICTED : Secondary cache way mispredicted (instruction) 30 event:0x1a counters:0,1,2,3 um:zero minimum:500 name:SCACHE_MISSES : Secondary cache misses (data) 32 event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_SCACHE_INTERVENTION_HIT : State of external intervention hit in secondary cache 33 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_EXTERNAL_INVALIDATION_HIT : State of external invalidation hits in secondary cache 34 event:0x1e counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_TO_CLEAN_SC_BLOCK : Store/prefetch exclusive to clean block in secondary cache 35 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_SHARED_SC_BLOCK : Store/prefetch exclusive to shared block in secondary
|
/external/chromium_org/v8/src/ic/ |
stub-cache.cc | 57 // secondary cache before overwriting it. 64 Entry* secondary = entry(secondary_, secondary_offset); local 65 *secondary = *primary; 85 Entry* secondary = entry(secondary_, secondary_offset); local 86 if (secondary->key == name && secondary->map == map) { 87 return secondary->value; 137 // Lookup in secondary table and add matches.
|
/external/chromium_org/ |
Android.mk | 73 # Do the same check for the secondary architecture; if this doesn't exist then 74 # the current target platform probably doesn't have a secondary architecture and 79 # building for the secondary target architecture. 84 # secondary target, which is required by V8. 98 endif # End secondary architecture handling.
|
/external/chromium_org/ash/wm/workspace/ |
magnetism_matcher.cc | 22 SecondaryMagnetismEdge secondary, 24 // Convert |secondary| to a MagnetismEdge so we can compare it to |edges|. 29 if (secondary == SECONDARY_MAGNETISM_EDGE_LEADING) 31 else if (secondary == SECONDARY_MAGNETISM_EDGE_TRAILING) 38 if (secondary == SECONDARY_MAGNETISM_EDGE_LEADING) 40 else if (secondary == SECONDARY_MAGNETISM_EDGE_TRAILING)
|
/build/core/ |
package.mk | 58 # check if the non-preferred arch is the primary or secondary 68 # secondary arch is supported
|
executable.mk | 48 # check if the non-preferred arch is the primary or secondary
|
/external/icu/icu4c/source/i18n/ |
ucoleitr.cpp | 209 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local 220 secondary = ucol_secondaryOrder(ce); 246 primary = secondary = tertiary = 0; 256 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
AppSecurityTests.java | 436 int secondary = -1; local 438 // Create secondary user 439 secondary = createUserOnDevice(getDevice()); 452 doRunTestsAsUser(PACKAGE, CLAZZ, "cleanIsolatedStorage", secondary)); 458 doRunTestsAsUser(PACKAGE, CLAZZ, "writeIsolatedStorage", secondary)); 464 doRunTestsAsUser(PACKAGE, CLAZZ, "readIsolatedStorage", secondary)); 467 if (secondary != -1) { 468 removeUserOnDevice(getDevice(), secondary); local
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 1167 char secondary[100]; local 1544 uint32_t primary, p1, p2, secondary, tertiary; local [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
settings_banner.css | 82 #secondary-user-banner .content-area .badge {
|
/external/chromium_org/chrome/browser/chromeos/login/users/ |
multi_profile_user_controller_unittest.cc | 37 const char* secondary; member in struct:chromeos::__anon7980::BehaviorTestCase 289 SetCachedBehavior(1, kBehaviorTestCases[i].secondary); 311 SetPrefBehavior(1, kBehaviorTestCases[i].secondary); 324 // Tests that owner could not be a secondary user.
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucoleitr.cpp | 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local 259 secondary = ucol_secondaryOrder(ce); 285 primary = secondary = tertiary = 0; 295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; 513 // int64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
volume_manager_unittest.cc | 700 ProfileEnvironment secondary(power_manager_client_.get(), 703 secondary.volume_manager()->Initialize(); 706 // as false, and the secondary profile has the config set to true. 708 secondary.profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, 713 secondary.volume_manager()->AddObserver(&secondary_observer); 722 secondary.volume_manager()->OnDiskEvent( 744 secondary.volume_manager()->RemoveObserver(&secondary_observer);
|
/external/chromium_org/ash/display/ |
display_controller_unittest.cc | 363 aura::Window** secondary) { 366 *secondary = root_windows[0] == *primary ? root_windows[1] : root_windows[0]; 423 // Layout the secondary display to the bottom of the primary. 435 // Layout the secondary display to the left of the primary. 447 // Layout the secondary display to the top of the primary. 736 // Switch primary and secondary 1325 aura::Window* primary, *secondary; local [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_options.js | 28 * Enumeration of secondary display layout. The value has to be same as the 120 * The current secondary display layout. 147 * The secondary display. 305 var secondary = this.secondaryDisplay_; 309 offset = secondary.div.offsetTop - primary.div.offsetTop; 311 offset = secondary.div.offsetLeft - primary.div.offsetLeft; 727 // Offset pixels for secondary display rectangles. The offset includes the 865 * @param {number} offset The offset of the secondary display. [all...] |