/external/chromium_org/ |
.gn | 7 # The secondary source root is a parallel directory tree where 8 secondary_source = "//tools/gn/secondary/"
|
/external/chromium_org/ash/ |
screen_ash_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/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.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
|
history_types.h | 17 PERFECT_SECONDARY, // Exactly the same query and in secondary association 19 PREFIX_SECONDARY, // Query is a prefix and in secondary association
|
history_data_store.cc | 33 HistoryData::SecondaryDeque* secondary) { 44 secondary->swap(results); 54 // "result id of 1st (oldest) secondary association", 56 // "result id of the newest secondary association" 92 HistoryData::SecondaryDeque secondary; local 94 GetSecondary(secondary_list, &secondary); 99 association_data.secondary.swap(secondary);
|
/developers/samples/android/media/BasicMediaRouter/ |
mediarouter.jd | 5 secondary display using a {@link Presentation}. 17 is shown on the preferred display. A button toggles the background color of the secondary screen 18 to show the interaction between the primary and secondary screens. 22 "Simulate secondary displays" feature in Development Settings can be enabled 23 to simulate secondary displays.
|
/external/clang/include/clang/Frontend/ |
ChainedDiagnosticConsumer.h | 26 OwningPtr<DiagnosticConsumer> Secondary; 32 Secondary.reset(_Secondary); 38 Secondary->BeginSourceFile(LO, PP); 42 Secondary->EndSourceFile(); 47 Secondary->finish(); 61 Secondary->HandleDiagnostic(DiagLevel, Info);
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
display_info_provider_chromeos_unittest.cc | 335 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 342 CallSetDisplayUnitInfo(base::Int64ToString(secondary.id()), info, 348 EXPECT_EQ("-520,50 520x400", secondary.bounds().ToString()); 354 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 361 CallSetDisplayUnitInfo(base::Int64ToString(secondary.id()), info, 367 EXPECT_EQ("1200,100 520x400", secondary.bounds().ToString()); 373 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 380 CallSetDisplayUnitInfo(base::Int64ToString(secondary.id()), info, 386 EXPECT_EQ("1100,-400 520x400", secondary.bounds().ToString()); 392 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay() local 411 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 430 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 449 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 469 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 489 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 509 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 529 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 548 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 567 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 586 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 605 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 624 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 643 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 665 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 686 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 739 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 755 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 818 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 840 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local 862 const gfx::Display& secondary = ash::ScreenAsh::GetSecondaryDisplay(); local [all...] |
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/res/values/ |
strings.xml | 7 content on a secondary display.\n\nUse the <b>Media Route Action Item</b> in the ActionBar 10 Secondary screen simulation can also be enabled from the <b>Developer Options</b>.\n\n 11 Once connected, use the <b>Change Color</b> button to change the background color of the secondary screen. 14 <string name="secondary_notconnected">No secondary display connected.</string>
|
/external/chromium_org/base/metrics/ |
OWNERS | 4 # Secondary OWNER; can review simpler changes
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
SECONDARY | 3 $description = "Test the behaviour of the .SECONDARY target."; 6 Test the behavior of the .SECONDARY special target. 8 intermediate, then specify it as .SECONDARY. Build and note that it's 11 Change the original and ensure that the secondary file and the ultimate 12 target are both rebuilt, and that the secondary file is not deleted. 20 .SECONDARY: foo.e 84 # TEST #7 -- test the "global" .SECONDARY, with no targets. 91 .SECONDARY: 112 # TEST #8 -- test the "global" .SECONDARY, with .PHONY. 117 .SECONDARY [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cestst.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 34 /* perform test with strength SECONDARY */
|
cfintst.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 34 /* perform test with strength SECONDARY*/
|
cfrtst.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 35 /* perform test with strength SECONDARY*/
|
encoll.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 35 /* perform test with strength SECONDARY */
|
/external/icu4c/test/cintltst/ |
cestst.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 34 /* perform test with strength SECONDARY */
|
cfintst.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 34 /* perform test with strength SECONDARY*/
|
cfrtst.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 35 /* perform test with strength SECONDARY*/
|
encoll.h | 16 * specific primary, secondary and tertiary rules. For example, the ignorable 35 /* perform test with strength SECONDARY */
|
/prebuilts/tools/common/m2/ |
readme.txt | 9 internal/ is a secondary repository for dependencies necessary
|
/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...] |
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_internal.h | 90 * to {PKCS11_SECONDARY_SESSION_TAG} for secondary session */ 108 /* Mutex to protect the table of secondary sessions */ 111 /* Table of secondary sessions */ 117 * The PKCS11 Secondary session context 124 /* Secondary session handle as returned by pkcs11 */ 127 /* A node of the table of secondary sessions */
|
/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/third_party/icu/source/test/intltest/ |
decoll.h | 9 * specific primary, secondary and tertiary rules. For example, o-umlaut 34 // perform test with strength SECONDARY
|