HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
fd-hook.h 48 execute_close_hooks (REMAINING_LIST, PRIMARY, FD) as a fallback. */
50 gl_close_fn primary,
53 execute_ioctl_hooks (REMAINING_LIST, PRIMARY, FD, REQUEST, ARG) as a
56 gl_ioctl_fn primary,
62 execute_close_hooks (REMAINING_LIST, PRIMARY, FD)
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
    [all...]
fd-hook.c 34 execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary,
39 return primary (fd);
42 primary, fd);
46 execute_all_close_hooks (gl_close_fn primary, int fd)
48 return execute_close_hooks (anchor.private_next, primary, fd);
52 execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary,
57 return primary (fd, request, arg);
60 primary, fd, request, arg);
64 execute_all_ioctl_hooks (gl_ioctl_fn primary,
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg)
    [all...]
  /external/icu/icu4c/source/i18n/
collation.cpp 35 uint32_t primary; local
38 primary = (uint32_t)((offset % 251) + 4) << 16;
42 primary = (uint32_t)((offset % 254) + 2) << 16;
46 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
54 uint32_t primary = (uint32_t)((offset % 254) + 2) << 8; local
60 primary |= (uint32_t)((offset % 251) + 4) << 16;
64 primary |= (uint32_t)((offset % 254) + 2) << 16;
68 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
123 uint32_t p = (uint32_t)(dataCE >> 32); // three-byte primary pppppp00
135 uint32_t primary = 2 + (c % 18) * 14 local
    [all...]
  /frameworks/av/services/audiopolicy/
audio_policy.conf 30 # For instance, "primary" corresponds to audio.primary.<device>.so.
31 # The "primary" module is mandatory and must include at least one output with
73 # primary {
84 primary {
106 primary {
115 primary {
  /hardware/libhardware_legacy/audio/
audio_policy.conf 17 # For instance, "primary" corresponds to audio.primary.<device>.so.
18 # The "primary" module is mandatory and must include at least one output with
27 primary {
29 primary {
38 primary {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DialerFilterRule.java 49 INode primary = node.appendChild(FQCN_EDIT_TEXT); local
50 primary.setAttribute(ANDROID_URI, ATTR_TEXT, "Primary");
51 primary.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/primary"); //$NON-NLS-1$
52 primary.setAttribute(ANDROID_URI, ATTR_LAYOUT_BELOW,
54 primary.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent);
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 38 * The primary LocalsArray represents the locals as seen from
42 private final OneLocalsArray primary; field in class:LocalsArraySet
59 primary = new OneLocalsArray(maxLocals);
64 * Constructs an instance with the specified primary and secondaries set.
66 * @param primary {@code non-null;} primary locals to use
70 public LocalsArraySet(OneLocalsArray primary,
72 super(primary.getMaxLocals() > 0);
74 this.primary = primary;
    [all...]
  /device/generic/goldfish/audio/
Android.mk 20 LOCAL_MODULE := audio.primary.goldfish
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 40 public XmlPropertyComposite(XmlProperty primary, XmlProperty[] properties) {
42 primary.getEditor(),
43 primary.getFactory(),
44 primary.getNode(),
45 primary.getDescriptor());
  /device/asus/fugu/
audio_policy.conf 13 # For instance, "primary" corresponds to audio.primary.<device>.so.
14 # The "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
41 primary {
  /device/htc/flounder/
audio_policy.conf 18 # For instance, "primary" corresponds to audio.primary.<device>.so.
19 # The "primary" module is mandatory and must include at least one output with
28 primary {
30 primary {
39 primary {
  /external/v8/src/ic/
stub-cache.cc 51 // 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->key = name
80 Entry* primary = entry(primary_, primary_offset); local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 11 (* primary *)
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 41 * Same as the unique primary and identical-level weights of U+FFFE.
42 * Must not be used as primary compression low terminator.
50 * Primary compression low terminator, must be greater than MERGE_SEPARATOR_BYTE.
51 * Reserved value in primary second byte if the lead byte is compressible.
56 * Primary compression high terminator.
57 * Reserved value in primary second byte if the lead byte is compressible.
88 * We want a 3-byte primary so that it fits into the root elements table.
90 * This 3-byte primary will not collide with
102 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+).
114 * Low byte of a long-primary special CE32
    [all...]
  /device/asus/flo/
audio_policy.conf 13 # For instance, "primary" corresponds to audio.primary.<device>.so.
14 # The "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
48 primary {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 53 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const;
111 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const
113 return m_primary.matching( p, tr, primary ) || m_secondary.matching( p, tr, primary );
  /device/moto/shamu/
audio_policy.conf 16 # For instance, "primary" corresponds to audio.primary.<device>.so.
17 # The "primary" module is mandatory and must include at least one output with
26 primary {
28 primary {
57 primary {
133 primary {
  /external/guava/guava/src/com/google/common/collect/
CompoundOrdering.java 29 CompoundOrdering(Comparator<? super T> primary,
32 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 11 (* primary *)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java 180 * @param primary The primary selected item which should be listed first
186 @Nullable SelectionItem primary) {
189 if (primary != null) {
190 CanvasViewInfo vi = primary.getViewInfo();
192 e.setSelectionItem(primary);
197 if (cs == primary) {
  /external/selinux/libsepol/tests/
test-common.c 91 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 == 1)
    [all...]

Completed in 1784 milliseconds

1 2 3 4 5 6 7 8 91011>>