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

1234

/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/smack/src/org/xbill/DNS/tests/
H A Dprimary.java8 public class primary { class
12 System.out.println("usage: primary [-t] [-a | -i] origin file");
/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 DTranslateNeverPanel.java36 public void onButtonClicked(boolean primary) { argument
37 if (primary) {
H A DTranslateSubPanel.java22 void onButtonClicked(boolean primary); argument
H A DTranslateLanguagePanel.java85 public void onButtonClicked(boolean primary) { argument
86 if (primary) {
/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
/external/libsepol/tests/
H A Dtest-linker-types.c36 * - primary is set correctly
63 * - alias in base of primary type in base, no modules
64 * - alias in base optional of primary type in base, no modules
65 * - alias in base optional of primary type in base optional
66 * - alias in module of primary type in base
67 * - alias in module optional of primary type in base
68 * - alias in module optional of primary type in base optional
69 * - alias in module of primary type in module
70 * - alias in module optional of primary type in module
71 * - alias in module optional of primary typ
100 test_type_datum(policydb_t * p, char *id, unsigned int *decls, int len, unsigned int primary) argument
[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/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/third_party/webrtc/base/
H A Dwindowpicker.h47 // Indicates whether it is the primary desktop in the system.
48 bool primary() const { return primary_; } function in class:rtc::DesktopDescription
49 void set_primary(bool primary) { primary_ = primary; } argument
H A Dwin32windowpicker.cc81 // Determine whether it's the primary monitor.
84 bool primary = (GetMonitorInfo(h_monitor, &monitor_info) && local
86 desc.set_primary(primary);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket.h26 bool primary; // Primary, i.e., not redundant payload. member in struct:webrtc::Packet
34 primary(true),
44 // two regular packets with the same sequence number and timestamp a primary
49 this->primary == rhs.primary &&
60 // (i.e., "earlier") if it is primary, and right hand side is not.
71 return (this->primary && !rhs.primary);
/external/guava/guava/src/com/google/common/collect/
H A DCompoundOrdering.java30 CompoundOrdering(Comparator<? super T> primary, argument
33 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
/external/icu/icu4c/source/i18n/
H A Dcollation.cpp33 uint32_t primary; local
36 primary = (uint32_t)((offset % 251) + 4) << 16;
40 primary = (uint32_t)((offset % 254) + 2) << 16;
44 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
52 uint32_t primary = (uint32_t)((offset % 254) + 2) << 8; local
58 primary |= (uint32_t)((offset % 251) + 4) << 16;
62 primary |= (uint32_t)((offset % 254) + 2) << 16;
66 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
121 uint32_t p = (uint32_t)(dataCE >> 32); // three-byte primary pppppp00
133 uint32_t primary local
[all...]
/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/browser/extensions/
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/ui/ozone/platform/dri/
H A Dgbm_surface.cc136 scoped_refptr<GbmSurfaceBuffer> primary = local
138 if (!primary.get()) {
139 primary = GbmSurfaceBuffer::CreateBuffer(dri_, pending_buffer);
140 if (!primary.get()) {
146 // The primary buffer is a special case.
148 window_delegate_->GetController()->QueueOverlayPlane(OverlayPlane(primary));
/external/chromium_org/v8/src/ic/
H A Dstub-cache.cc51 // Compute the primary entry.
53 Entry* primary = entry(primary_, primary_offset); local
54 Code* old_code = primary->value;
56 // If the primary entry has useful data in it, we retire it to the
59 Map* old_map = primary->map;
62 int seed = PrimaryOffset(primary->key, old_flags, old_map);
63 int secondary_offset = SecondaryOffset(primary->key, old_flags, seed);
65 *secondary = *primary;
68 // Update primary cache.
69 primary
80 Entry* primary = entry(primary_, primary_offset); local
[all...]
/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...]
/external/chromium_org/components/data_reduction_proxy/browser/
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);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.c57 /* we don't want the primary */
257 IDirectFBDisplayLayer *primary = HIDDEN->layer; local
260 primary->GetConfiguration (primary, &conf);
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java39 * The fault tolerant negotiator takes two stream negotiators, the primary and the secondary
40 * negotiator. If the primary negotiator fails during the stream negotiaton process, the second
51 public FaultTolerantNegotiator(Connection connection, StreamNegotiator primary, argument
53 this.primaryNegotiator = primary;
155 String[] primary = primaryNegotiator.getNamespaces();
158 String[] namespaces = new String[primary.length + secondary.length];
159 System.arraycopy(primary, 0, namespaces, 0, primary.length);
160 System.arraycopy(secondary, 0, namespaces, primary.length, secondary.length);
/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

Completed in 485 milliseconds

1234