Searched defs:secondary (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/ash/
H A Dscreen_util_unittest.cc35 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
92 views::Widget* secondary = views::Widget::CreateWindowWithContextAndBounds( local
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.h25 // search result id. There are two types of association: primary and secondary.
30 // secondary. However, if a secondary association is added twice in a row, it
32 // secondary.
46 SecondaryDeque secondary; member in struct:app_list::HistoryData::Data
55 // to keep. |max_secondary| is the maximum number of secondary associations to
H A Dhistory_data.cc72 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 lis
123 const HistoryData::SecondaryDeque& secondary = assoc_it->second.secondary; local
[all...]
H A Dhistory_data_store_unittest.cc26 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);
H A Dhistory_data_store.cc27 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);
26 GetSecondary(const base::ListValue* list, HistoryData::SecondaryDeque* secondary) argument
/external/guava/guava/src/com/google/common/collect/
H A DCompoundOrdering.java31 Comparator<? super T> secondary) {
33 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
30 CompoundOrdering(Comparator<? super T> primary, Comparator<? super T> secondary) argument
/external/chromium_org/ash/wm/workspace/
H A Dmagnetism_matcher.cc22 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)
21 CanMatchSecondaryEdge(MagnetismEdge primary, SecondaryMagnetismEdge secondary, uint32 edges) argument
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos_unittest.cc317 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 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/v8/src/ic/
H A Dstub-cache.cc57 // 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/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java39 * The fault tolerant negotiator takes two stream negotiators, the primary and the secondary
52 StreamNegotiator secondary) {
54 this.secondaryNegotiator = secondary;
156 String[] secondary = secondaryNegotiator.getNamespaces();
158 String[] namespaces = new String[primary.length + secondary.length];
160 System.arraycopy(secondary, 0, namespaces, primary.length, secondary.length);
51 FaultTolerantNegotiator(Connection connection, StreamNegotiator primary, StreamNegotiator secondary) argument
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dmulti_profile_user_controller_unittest.cc37 const char* secondary; member in struct:chromeos::__anon3355::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/
H A Ducoleitr.cpp248 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;
H A Ducol.cpp4506 // Packs the secondary buffer when processing French locale.
4509 secondaries += secsize; // We read the secondary-level bytes back to front.
4510 uint8_t secondary; local
4515 secondary = *(secondaries-i-1);
4517 if (secondary == UCOL_COMMON2) {
4521 if (secondary > UCOL_COMMON2) { // not necessary for 4th level.
4536 result.Append(secondary);
4630 uint8_t secondary = 0; local
4664 secondary = (uint8_t)((order >>= 8) & UCOL_BYTE_SIZE_MASK);
4735 if(secondary > compareSe
5000 uint8_t secondary = 0; local
6134 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
[all...]
/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp209 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;
/external/chromium_org/ash/display/
H A Ddisplay_controller_unittest.cc363 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
861 // Switch primary and secondary by display ID.
906 // since secondary id is still stored as desirable_primary_id.
981 // Switch primary and secondary
985 // primary and secondary
362 GetPrimaryAndSeconary(aura::Window** primary, aura::Window** secondary) argument
1325 aura::Window* primary, *secondary; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.cpp349 String[] secondary = {
354 static const UChar secondary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
361 compareArray(*c, secondary, ARRAY_LENGTH(secondary));
449 // French secondary collation checking at the end of compare iteration fails
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp342 String[] secondary = {
347 static const UChar secondary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
354 compareArray(*c, secondary, ARRAY_LENGTH(secondary));
442 // French secondary collation checking at the end of compare iteration fails
1332 errln("should forbid before-3-reset followed by primary or secondary relation");
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcitertst.c1099 getSingleCEValue(char *primary, char *secondary, char *tertiary, argument
1108 char *secend = secondary+2;
1119 if (uprv_strlen(secondary) > 2) {
1130 secvalue = (*secondary!='\0')?uprv_strtoul(secondary, &secend, 16):0;
1167 char secondary[100]; local
1182 secondarycount = readElement(&pStartCP, secondary, ',', status);
1186 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1205 value |= ((hex2num(*(secondary + 2 * CEi)) & 0xF) << 12);
1206 value |= ((hex2num(*(secondary
1544 uint32_t primary, p1, p2, secondary, tertiary; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp1256 ir_rvalue *secondary; local
1261 secondary = swizzle_xyz(var);
1263 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1));
1266 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary),
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp1256 ir_rvalue *secondary; local
1261 secondary = swizzle_xyz(var);
1263 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1));
1266 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary),
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7975 const unsigned char *secondary, const unsigned int secondaryLength) {
7976 if (primary != NULL && secondary != NULL) {
7979 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary,
7972 proto_select(SSL* ssl __attribute__ ((unused)), unsigned char **out, unsigned char *outLength, const unsigned char *primary, const unsigned int primaryLength, const unsigned char *secondary, const unsigned int secondaryLength) argument
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2414 int64_t secondary; member in struct:PciBridgeInfo::__anon30065
/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 574 milliseconds

12