Searched defs:primary (Results 1 - 25 of 85) sorted by path

1234

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java1037 private StringBuffer primary = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult
1050 public void append(char primary, char alternate) { argument
1051 appendPrimary(primary);
1056 if (this.primary.length() < this.maxLength) {
1057 this.primary.append(value);
1072 public void append(String primary, String alternate) { argument
1073 appendPrimary(primary);
1078 int addChars = this.maxLength - this.primary.length();
1080 this.primary.append(value);
1082 this.primary
[all...]
/external/bison/lib/
H A Dfd-hook.c34 execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary, argument
39 return primary (fd);
42 primary, fd);
46 execute_all_close_hooks (gl_close_fn primary, int fd) argument
48 return execute_close_hooks (anchor.private_next, primary, fd);
52 execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, argument
57 return primary (fd, request, arg);
60 primary, fd, request, arg);
64 execute_all_ioctl_hooks (gl_ioctl_fn primary, argument
67 return execute_ioctl_hooks (anchor.private_next, primary, f
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c307 type_datum_t *declare_type(unsigned char primary, unsigned char isattr) argument
333 typdatum->primary = primary;
338 if (typdatum->primary) {
535 dest_typdatum->primary = 1;
953 type->primary = 1;
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc242 // Reset primary display to make sure that tests don't use
267 // Delete non primary root window controllers first, then
268 // delete the primary root window controller.
474 // Swap root windows between current and new primary display.
595 // When the primary root window's display is removed, move the primary
598 // Temporarily store the primary root window in
613 // Setup primary root.
712 // ignored. Happens when a) default layout's primary id
771 // crbug.com/120229 - set the window title for the primary dislpa
774 aura::Window* primary = Shell::GetPrimaryRootWindow(); local
[all...]
H A Ddisplay_controller_unittest.cc214 // Make sure that primary display is accessible after shutdown.
215 gfx::Display primary = Shell::GetScreen()->GetPrimaryDisplay();
216 EXPECT_EQ("0,0 444x333", primary.bounds().ToString());
362 void GetPrimaryAndSeconary(aura::Window** primary, argument
364 *primary = Shell::GetPrimaryRootWindow();
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 an
1325 aura::Window* primary, *secondary; local
[all...]
H A Ddisplay_manager.cc58 // The number of pixels to overlap between the primary and secondary displays,
315 // Invert if the primary was swapped.
354 const gfx::Display& primary = screen_->GetPrimaryDisplay(); local
356 // Invert if the primary was swapped.
357 DisplayLayout to_set = pair.first == primary.id() ?
364 to_set.primary_id = primary.id();
373 layout, primary,
1048 // Layout the 2nd display below the primary as with the real device.
1172 // Simply set the origin to (0,0). The primary display's origin is
1235 // the primary displa
[all...]
/external/chromium_org/ash/
H A Dscreen_util_unittest.cc32 views::Widget* primary = views::Widget::CreateWindowWithContextAndBounds( local
34 primary->Show();
42 primary->GetNativeView()).ToString());
50 primary->GetNativeView()).ToString());
58 primary->GetNativeView()).ToString());
89 views::Widget* primary = views::Widget::CreateWindowWithContextAndBounds( local
91 primary->Show();
99 primary->GetNativeView(), gfx::Rect(10, 10, 100, 100)).ToString());
108 primary->GetNativeView(), gfx::Rect(30, 30, 100, 100)).ToString());
/external/chromium_org/ash/wm/workspace/
H A Dmagnetism_matcher.cc19 // primary edge of |primary|. |edges| is a bitmask of the allowed
21 bool CanMatchSecondaryEdge(MagnetismEdge primary, argument
26 switch (primary) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateAlwaysPanel.java38 public void onButtonClicked(boolean primary) { argument
39 if (primary) {
H A DTranslateLanguagePanel.java85 public void onButtonClicked(boolean primary) { argument
86 if (primary) {
H A DTranslateNeverPanel.java36 public void onButtonClicked(boolean primary) { argument
37 if (primary) {
H A DTranslateSubPanel.java22 void onButtonClicked(boolean primary); argument
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dmulti_profile_user_controller_unittest.cc36 const char* primary; member in struct:chromeos::__anon3355::BehaviorTestCase
288 SetPrefBehavior(0, kBehaviorTestCases[i].primary);
310 SetPrefBehavior(0, kBehaviorTestCases[i].primary);
340 // Verifies that any user can sign-in as the primary user, regardless of the
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc495 SetAccountState(CreateIds("primary@example.com", "1"), true);
496 std::vector<std::string> primary; local
497 primary.push_back("1");
498 EXPECT_TRUE(ExpectGetAccounts(primary));
502 SetAccountState(CreateIds("primary@example.com", "1"), true);
524 SetAccountState(CreateIds("primary@example.com", "1"), true);
785 SignIn("primary@example.com");
798 SignIn("primary@example.com");
809 SignIn("primary@example.com");
826 SignIn("primary
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc162 // Updates the display layout for the target display in reference to the primary
212 // The bounds cannot be changed for the primary display and should be inside
213 // a reasonable bounds. Note that the display is considered primary if the
218 *error = "Bounds origin not allowed for the primary display.";
309 const gfx::Display& primary = local
313 info, target, display_manager, primary.id(), error)) {
318 if (info.is_primary && *info.is_primary && target.id() != primary.id())
354 primary.bounds(), primary.id(), target_bounds, target.id());
H A Ddisplay_info_provider_chromeos_unittest.cc97 // The second display is positioned left of the primary display, whose width
217 // Set insets for the primary screen. Note that it has 2x scale.
634 ASSERT_EQ("Bounds origin not allowed for the primary display.", error);
637 // The operation failed because the primary property would be set before
638 // setting bounds. The primary display shouldn't have been changed, though.
646 const gfx::Display& primary = ash::Shell::GetScreen()->GetPrimaryDisplay(); local
651 new std::string(base::Int64ToString(primary.id())));
692 // Switch primary display.
/external/chromium_org/chrome/browser/
H A Dsite_details.cc30 // the "primary" SiteInstances of each BrowsingInstance we've seen so far.
32 SiteInstance* primary = NULL; local
35 primary = site_data->instances[i];
39 if (!primary) {
40 // Remember this as the "primary" SiteInstance of a new BrowsingInstance.
41 primary = instance;
62 site_data->instance_site_map[primary->GetId()].insert(*iter);
69 site_data->instance_https_site_map[primary->GetId()].insert(https_site);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver.cc118 "(primary tracker_id=%" PRId64 ")",
165 scoped_ptr<FileMetadata> primary; local
181 if (!primary) {
182 primary = file_metadata.Pass();
186 DCHECK(primary->details().file_kind() == FILE_KIND_FILE ||
187 primary->details().file_kind() == FILE_KIND_FOLDER);
191 if (primary->details().file_kind() == FILE_KIND_FILE) {
194 primary = file_metadata.Pass();
199 if (primary->details().modification_time() <
202 primary
[all...]
H A Dconflict_resolver_unittest.cc305 const std::string primary = CreateRemoteFile(app_root, kTitle, "data1"); local
316 // Only primary file should survive.
318 VerifyConflictResolution(app_root, kTitle, primary,
331 const std::string primary = CreateRemoteFolder(app_root, kTitle); local
342 // Only primary file should survive.
344 VerifyConflictResolution(app_root, kTitle, primary,
358 const std::string primary = CreateRemoteFolder(app_root, kTitle); local
368 // Only primary file should survive.
370 VerifyConflictResolution(app_root, kTitle, primary,
392 const std::string primary local
439 const std::string primary = CreateRemoteFolder(app_root, kTitle); local
480 const std::string primary = CreateRemoteFolder(app_root, "primary"); local
507 const std::string primary = CreateRemoteFolder(app_root, "primary"); 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.
28 // If an association is added for the first time, it is added as a primary
31 // is promoted to primary and the current primary mapping is demoted into
43 std::string primary; member in struct:app_list::HistoryData::Data
54 // |max_primary| is the maximum number of the most recent primary associations
H A Dhistory_data_store.cc46 // "p" : "result id of primary association",
79 std::string primary; local
81 if (!entry_dict->GetStringWithoutPathExpansion(kKeyPrimary, &primary) ||
94 association_data.primary = primary;
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_client.h30 // Whether or not this service is a primary service.
31 dbus::Property<bool> primary; member in struct:chromeos::BluetoothGattServiceClient::Properties
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.cc451 const GURL& primary,
458 // Look for the primary proxy in the retry map. This must be done before
460 // primary proxy has a shorter delay.
463 net::ProxyServer(primary.SchemeIs(url::kHttpsScheme) ?
466 net::HostPortPair::FromURL(primary)).ToURI());
475 // primary was on the retry map.
449 ArePrimaryAndFallbackBypassed( const net::ProxyRetryInfoMap& retry_map, const GURL& primary, const GURL& fallback, base::TimeDelta* min_retry_delay) const argument
H A Ddata_reduction_proxy_protocol.cc212 net::ProxyServer primary; local
213 SetProxyServerFromGURL(data_reduction_proxies.first, &primary);
214 if (primary.is_valid())
215 proxy_list.AddProxyServer(primary);

Completed in 653 milliseconds

1234