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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /device/google/cuttlefish_common/host/vsoc/lib/
host_region_e2e_test.cpp 62 auto primary = local
64 ASSERT_TRUE(!!primary);
69 SetHostStrings(primary);
71 EXPECT_TRUE(primary->MaybeInterruptPeer());
73 primary->WaitForInterrupt();
75 CheckPeerStrings(primary);
86 primary->SendSignal(vsoc::layout::Sides::Peer,
87 &primary->data()->host_to_guest_signal);
89 primary->WaitForInterrupt();
91 primary->ProcessSignalsFromPeer
    [all...]
  /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());
  /system/bt/service/common/android/bluetooth/
bluetooth_gatt_included_service.h 40 primary_(service.primary()){};
58 bool primary() const { return primary_; } function in class:android::bluetooth::BluetoothGattIncludedService
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet.h 26 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);
  /system/bt/service/common/bluetooth/
service.h 29 Service(uint16_t handle, bool primary, const Uuid& uuid,
33 primary_(primary),
46 bool primary() const { return primary_; } function in class:bluetooth::Service
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
CompanionAwarePreparer.java 34 * Retrieves the {@link ITestDevice} instance of companion device allocated for the primary
36 * @param primary
38 * @throws TargetSetupError if no companion device has been allocated for the primary device
40 protected ITestDevice getCompanion(ITestDevice primary) throws TargetSetupError {
41 ITestDevice companionDevice = getCompanionDeviceTracker().getCompanionDevice(primary);
44 primary.getSerialNumber()), primary.getDeviceDescriptor());
  /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...]
  /external/icu/icu4c/source/i18n/
collation.cpp 37 uint32_t primary; local
40 primary = (uint32_t)((offset % 251) + 4) << 16;
44 primary = (uint32_t)((offset % 254) + 2) << 16;
48 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
56 uint32_t primary = (uint32_t)((offset % 254) + 2) << 8; local
62 primary |= (uint32_t)((offset % 251) + 4) << 16;
66 primary |= (uint32_t)((offset % 254) + 2) << 16;
70 return primary | ((basePrimary & 0xff000000) + (uint32_t)(offset << 24));
125 uint32_t p = (uint32_t)(dataCE >> 32); // three-byte primary pppppp00
137 uint32_t primary = 2 + (c % 18) * 14 local
    [all...]
  /external/webrtc/webrtc/base/
windowpicker.h 47 // 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; }
win32windowpicker.cc 82 // Determine whether it's the primary monitor.
85 bool primary = (GetMonitorInfo(h_monitor, &monitor_info) && local
87 desc.set_primary(primary);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
Utils.java 146 Integer primary = device.getPrimaryUserId(); local
147 if (primary == null) {
148 primary = USER_SYSTEM;
150 int[] users = new int[] { primary };
152 if ((user != USER_SYSTEM) && (user != primary)) {
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp 232 const void* primary = mCameraThread->getPrimaryBuffer(); local
233 auto frameBufferPair = reinterpret_cast<const FrameBufferPair*>(primary);
262 const void* primary = mCameraThread->getPrimaryBuffer(); local
263 auto frameBufferPair = reinterpret_cast<const FrameBufferPair*>(primary);
282 const void* primary = mCameraThread->getPrimaryBuffer(); local
283 auto frameBufferPair = reinterpret_cast<const FrameBufferPair*>(primary);
  /device/google/cuttlefish_common/guest/vsoc/lib/
guest_region_e2e_test.cpp 88 auto primary = vsoc::E2EPrimaryRegionView::GetInstance(); local
90 ASSERT_TRUE(!!primary);
93 SetGuestStrings(primary);
94 LOG(INFO) << "Primary guest strings are set";
97 EXPECT_TRUE(primary->MaybeInterruptPeer());
99 primary->WaitForInterrupt();
101 CheckPeerStrings(primary);
102 LOG(INFO) << "Verified peer's primary strings";
115 primary->SendSignal(vsoc::layout::Sides::Peer,
116 &primary->data()->guest_to_host_signal)
    [all...]
  /external/curl/lib/
setopt.c 373 struct ssl_primary_config *primary = (option == CURLOPT_SSLVERSION ? local
374 &data->set.ssl.primary :
375 &data->set.proxy_ssl.primary);
388 primary->version = version;
389 primary->version_max = version_max;
    [all...]
  /external/v8/src/ic/
stub-cache.cc 61 // Compute the primary entry.
63 Entry* primary = entry(primary_, primary_offset); local
64 Object* old_handler = primary->value;
66 // If the primary entry has useful data in it, we retire it to the
69 Map* old_map = primary->map;
70 int seed = PrimaryOffset(primary->key, old_map);
71 int secondary_offset = SecondaryOffset(primary->key, seed);
73 *secondary = *primary;
76 // Update primary cache.
77 primary->key = name
87 Entry* primary = entry(primary_, primary_offset); local
    [all...]
  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
WallpaperManagerCompatVOMR1.java 68 Color primary = colors.getPrimaryColor(); local
71 int primaryVal = primary != null ? primary.toArgb() : 0;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 122 final Drawable primary = mPrimary; local
123 if (primary != null) {
124 final int primaryWidth = primary.getIntrinsicWidth();
125 final int primaryHeight = primary.getIntrinsicHeight();
130 primary.setBounds((int) x, 0, right, height);
131 primary.draw(canvas);
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 153 int primary = block.getPrimarySuccessorRopLabel(); local
163 if (szSuccLabels != 1 && primary == succLabelList.get(i)) {
  /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_SimpleStorage.java 61 // the "precision" (the number of digits in the long). "primary" and "primaryScale" are the only
64 // always be re-computed from "primary" and "primaryScale".
65 private long primary; field in class:DecimalQuantity_SimpleStorage
110 primary = input;
112 primaryPrecision = computePrecision(primary);
136 primary = (mantissa << (exponent - 52));
138 primaryPrecision = computePrecision(primary);
147 primary = 0L;
154 primary = Long.parseLong(temp.charAt(0) + temp.substring(2, expPos));
160 primary = Long.parseLong(temp.substring(2)); // ignores leading zero
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_SimpleStorage.java 58 // the "precision" (the number of digits in the long). "primary" and "primaryScale" are the only
61 // always be re-computed from "primary" and "primaryScale".
62 private long primary; field in class:DecimalQuantity_SimpleStorage
107 primary = input;
109 primaryPrecision = computePrecision(primary);
133 primary = (mantissa << (exponent - 52));
135 primaryPrecision = computePrecision(primary);
144 primary = 0L;
151 primary = Long.parseLong(temp.charAt(0) + temp.substring(2, expPos));
157 primary = Long.parseLong(temp.substring(2)); // ignores leading zero
    [all...]
  /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;
173 my_primary = primary->s.value;
174 CU_ASSERT_NOT_EQUAL(type->s.value, primary->s.value);
178 CU_ASSERT(type->primary == my_primary);
241 CU_ASSERT(attr->primary == 1)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DataItem.java 130 Integer primary = mContentValues.getAsInteger(Data.IS_PRIMARY); local
131 return primary != null && primary != 0;
219 // If any of the collapsed entries are super primary make the whole thing super primary.
225 // If any of the collapsed entries are primary make the whole thing primary.
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DataItem.java 121 Integer primary = mContentValues.getAsInteger(Data.IS_PRIMARY); local
122 return primary != null && primary != 0;
208 // If any of the collapsed entries are super primary make the whole thing super primary.
214 // If any of the collapsed entries are primary make the whole thing primary.
  /packages/apps/Dialer/java/com/android/incallui/
CallCardPresenter.java 118 private DialerCall primary; field in class:CallCardPresenter
165 primary = call;
166 if (shouldShowNoteSentToast(primary)) {
202 if (isOutgoingEmergencyCall(primary)) {
204 } else if (isIncomingEmergencyCall(primary) || isIncomingEmergencyCall(secondary)) {
234 if (primary != null) {
235 primary.removeListener(this);
240 primary = null;
261 DialerCall primary = null; local
265 primary = callList.getIncomingCall()
    [all...]

Completed in 957 milliseconds

1 2 3 4 5 6 7 8 91011>>