Searched refs:primary (Results 1 - 25 of 119) sorted by relevance

12345

/external/bison/lib/
H A Dfd-hook.h50 gl_close_fn primary,
56 gl_ioctl_fn primary,
65 and PRIMARY is the "primary" method for close(). */
67 gl_close_fn primary,
70 /* Execute the close hooks in REMAINING_LIST, with PRIMARY as "primary" method.
73 gl_close_fn primary,
76 /* Execute all close hooks, with PRIMARY as "primary" method.
78 extern int execute_all_close_hooks (gl_close_fn primary, int fd);
85 and PRIMARY is the "primary" method for ioctl(). */
87 gl_ioctl_fn primary,
[all...]
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/ash/
H A Dscreen_ash_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/chrome/browser/chromeos/contacts/
H A Dcontact_test_util.h58 bool primary,
65 bool primary,
72 bool primary,
81 bool primary,
H A Dcontact_test_util.cc45 base::IntToString(email.primary());
52 base::IntToString(phone.primary());
59 base::IntToString(postal.primary());
68 base::IntToString(im.primary());
183 bool primary,
190 email->set_primary(primary);
196 bool primary,
203 phone->set_primary(primary);
209 bool primary,
216 postal->set_primary(primary);
180 AddEmailAddress(const std::string& address, Contact_AddressType_Relation relation, const std::string& label, bool primary, Contact* contact) argument
193 AddPhoneNumber(const std::string& number, Contact_AddressType_Relation relation, const std::string& label, bool primary, Contact* contact) argument
206 AddPostalAddress(const std::string& address, Contact_AddressType_Relation relation, const std::string& label, bool primary, Contact* contact) argument
219 AddInstantMessagingAddress( const std::string& address, Contact_InstantMessagingAddress_Protocol protocol, Contact_AddressType_Relation relation, const std::string& label, bool primary, Contact* contact) argument
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml11 (* primary *)
H A Dparser.ml12 (* primary
50 * ::= ('+' primary)* *)
63 (* Parse the primary expression after the binary operator. *)
86 * ::= primary binoprhs *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml11 (* primary *)
H A Dparser.ml12 (* primary
50 * ::= ('+' primary)* *)
63 (* Parse the primary expression after the binary operator. *)
86 * ::= primary binoprhs *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml11 (* primary *)
H A Dparser.ml12 (* primary
50 * ::= ('+' primary)* *)
63 (* Parse the primary expression after the binary operator. *)
86 * ::= primary binoprhs *)
/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/
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/third_party/libjingle/source/talk/base/
H A Dwindowpicker.h41 // Indicates whether it is the primary desktop in the system.
42 bool primary() const { return primary_; } function in class:talk_base::DesktopDescription
43 void set_primary(bool primary) { primary_ = primary; } argument
H A Dwin32windowpicker.cc75 // Determine whether it's the primary monitor.
78 bool primary = (GetMonitorInfo(h_monitor, &monitor_info) && local
80 desc.set_primary(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/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml11 (* primary *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml11 (* primary *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml11 (* primary *)
/external/libsepol/tests/
H A Dtest-common.c91 if (!d->primary)
152 type_datum_t *type, *primary; local
156 primary = hashtab_search(p->p_types.table, primary_id);
159 CU_ASSERT_PTR_NOT_NULL(primary);
161 if (type && primary) {
170 my_value = primary->s.value;
172 my_primary = primary->s.value;
173 CU_ASSERT_NOT_EQUAL(type->s.value, primary->s.value);
179 CU_ASSERT(type->primary == my_primary);
242 CU_ASSERT(attr->primary
[all...]
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/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl190 The primary language target for ANTLR is Java. The Perl 5 port only follows
191 this primary target language. This brings up the problem to follow the
192 changes made to the primary target, by knowing I<what> has changed and I<how>.
197 primary files have changed (C<port status>). The revision control software
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.cc55 // Creates a primary association if query is seen for the first time.
58 data.primary = result_id;
74 // Nothing to do if the last secondary is the current primary.
75 if (data.primary == result_id)
79 // current primary, promote it and demote the primary.
81 secondary.push_back(data.primary);
82 data.primary = result_id;
118 (*results)[assoc_it->second.primary] =
130 // Secondary match only gets added if there there is no primary matc
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dlaststmtchanges.test106 create table t1 (k integer primary key);
107 create table t2 (k integer primary key, v1, v2);
217 create temp table t1 (k integer primary key);
218 create temp table t2 (k integer primary key);
221 create temp table n1 (k integer primary key, n);
222 create temp table n2 (k integer primary key, n);
/external/chromium_org/chrome/browser/extensions/api/rtc_private/
H A Drtc_private_api.cc71 if (phone_number.primary())
82 if (email_address.primary())

Completed in 547 milliseconds

12345