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

1234567

/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/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/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateSubPanel.java22 void onButtonClicked(boolean primary); argument
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) {
/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);
H A Dpayload_splitter.cc61 new_packet->primary = true; // Last block is always primary.
72 new_packet->primary = false;
104 // Reverse the order of the new packets, so that the primary payload is
163 new_packet->primary = false;
376 new_packet->primary = packet->primary;
389 new_packet->primary = packet->primary;
420 new_packet->primary
[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/libcxx/test/re/re.def/defns.regex.primary.equivalence.class/
H A DAndroid.mk17 test_makefile := external/libcxx/test/re/re.def/defns.regex.primary.equivalence.class/Android.mk
19 test_name := re/re.def/defns.regex.primary.equivalence.class/nothing_to_do
/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/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml11 (* primary *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml11 (* primary *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml11 (* primary *)
/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));
H A Dhardware_display_controller.cc96 bool HardwareDisplayController::Modeset(const OverlayPlane& primary, argument
99 DCHECK(primary.buffer.get());
103 status &= ModesetCrtc(primary.buffer, mode, crtc_states_[i]);
107 // Since a subset of controllers may be actively using |primary|, just keep
109 current_planes_ = std::vector<OverlayPlane>(1, primary);
119 OverlayPlane primary = GetPrimaryPlane(current_planes_); local
120 DCHECK(primary.buffer.get());
124 status &= ModesetCrtc(primary.buffer, mode_, crtc_states_[i]);
288 const OverlayPlane& primary = GetPrimaryPlane(overlays); local
289 DCHECK(primary
[all...]
/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/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/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/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
/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...]

Completed in 567 milliseconds

1234567