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

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 196 // Implicit primary weights should be assigned for the following sets,
250 uint32_t primary = (uint32_t)(ce >> 32); local
251 if(!(primary > prevPrimary) && inOrder.contains(c) && inOrder.contains(prev)) {
253 (long)c, (long)primary, (long)prev, (long)prevPrimary);
256 prevPrimary = primary;
622 // The valid byte range for the second primary byte depends on compressibility.
664 // Primary CE.
709 // Return the next primary in this range.
718 // Simple primary CE.
770 CollationWeights cw1c; // compressible primary weight
    [all...]
  /external/one-true-awk/
b.c 625 return (alt(concat(primary())));
628 Node *primary(void) function
674 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
683 return (concat(op2(CAT, np, primary())));
692 return (alt(op2(OR, np, concat(primary()))));
  /frameworks/base/core/java/android/app/
WallpaperColors.java 175 Color primary = null, secondary = null, tertiary = null; local
182 primary = color;
202 return new WallpaperColors(primary, secondary, tertiary, HINT_FROM_BITMAP | hints);
208 * @param primaryColor Primary color.
222 * @param primaryColor Primary color.
235 throw new IllegalArgumentException("Primary color should never be null.");
  /frameworks/base/core/java/android/hardware/radio/
ProgramSelector.java 43 * The primary ID uniquely identifies a station and can be used for equality
45 * but the primary ID is sufficient (ie. after a full band scan).
47 * Two selectors with different secondary IDs, but the same primary ID are
133 * 64bit compound primary identifier for HD Radio.
173 * 28bit compound primary identifier for Digital Audio Broadcasting.
209 * Primary identifier for vendor-specific radio technology.
267 * @param primaryId primary program identifier.
296 * Primary program identifier uniquely identifies a station and is used to
299 * @return primary identifier.
316 * Looks up an identifier of a given type (either primary or secondary)
472 Identifier primary = new Identifier(IDENTIFIER_TYPE_AMFM_FREQUENCY, frequencyKhz); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ActivityLaunchAnimator.java 128 RemoteAnimationTarget primary = getPrimaryRemoteAnimationTarget(
130 if (primary == null) {
137 mInstantCollapsePanel = primary.position.y == 0
138 && primary.sourceContainerBounds.height()
161 int targetWidth = primary.sourceContainerBounds.width();
179 primary.position.y, progress);
182 primary.position.y + primary.sourceContainerBounds.bottom,
184 applyParamsToWindow(primary);
214 RemoteAnimationTarget primary = null local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorSpringBoardActivity.java 99 final String primary = ContactEditorFragment.INTENT_EXTRA_MATERIAL_PALETTE_PRIMARY_COLOR; local
102 if (intent.hasExtra(primary) && intent.hasExtra(secondary)) {
103 mMaterialPalette = new MaterialPalette(intent.getIntExtra(primary, -1),
  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
WallpaperManagerCompatVL.java 156 int primary = parts.length > 2 ? Integer.parseInt(parts[2]) : 0; local
160 return Pair.create(wallpaperId, new WallpaperColorsCompat(primary, secondary, tertiary,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 236 Element primary = getPrimaryElement(); local
237 if (primary != null && getDomDocument().getDocumentElement() == primary) {
240 List<Attr> declarations = findNamespaceAttributes(primary);
332 if (primary != null) {
333 List<Attr> layoutAttributes = findLayoutAttributes(primary);
410 Element primary = getPrimaryElement(); local
411 if (primary != null) {
412 String oldType = primary.getTagName();
ExtractIncludeRefactoring.java 346 IFile sourceFile, int begin, int end, Document document, Element primary) {
355 String include = computeIncludeString(primary, mLayoutName, androidNsPrefix, referenceId);
361 if (referenceId != null && primary != null) {
362 String rootId = getId(primary);
428 Element primary = getPrimaryElement(); local
429 if (primary != null) {
430 String id = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
ChangeLayoutRefactoring.java 633 Element primary = getPrimaryElement(); local
634 if (primary != null) {
635 String oldType = primary.getTagName();
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 481 final File primary = Environment.getExternalStorageDirectory(); local
485 final long totalDelta = Math.abs(current.getTotalSpace() - primary.getTotalSpace());
486 final long freeDelta = Math.abs(current.getFreeSpace() - primary.getFreeSpace());
488 fail("Expected primary storage to be on same volume as app");
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 273 * The block has a "primary successor" and that primary
323 * immediately follow it, giving top priority to the primary
336 * block as its primary successor, and so on, until we
379 * unordered successors (hopefully the primary), and so
396 int primary = one.getPrimarySuccessor(); local
404 } else if ((primary != preferred) && (primary >= 0)
405 && Bits.get(workSet, primary)) {
407 * The primary is available, so use that
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 280 * The block has a "primary successor" and that primary
330 * immediately follow it, giving top priority to the primary
343 * block as its primary successor, and so on, until we
386 * unordered successors (hopefully the primary), and so
403 int primary = one.getPrimarySuccessor(); local
411 } else if ((primary != preferred) && (primary >= 0)
412 && Bits.get(workSet, primary)) {
414 * The primary is available, so use that
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 363 ValuesDelta primary = null; local
372 } else if (primary == null && entry.isPrimary()) {
373 primary = entry;
379 // When no direct super primary, return something
380 if (primary != null) {
381 return primary;
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppsAsyncLoaderTest.java 316 UsageStats primary = mock(UsageStats.class); local
317 when(primary.getLastTimeUsed()).thenReturn(1000L);
318 assertThat(mLoader.getGreaterUsageStats(PACKAGE_NAME, primary, null)).isEqualTo(primary);
323 UsageStats primary = mock(UsageStats.class); local
324 when(primary.getLastTimeUsed()).thenReturn(1000L);
327 assertThat(mLoader.getGreaterUsageStats(PACKAGE_NAME, primary, secondary))
328 .isEqualTo(primary);
333 UsageStats primary = mock(UsageStats.class); local
334 when(primary.getLastTimeUsed()).thenReturn(900L)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 97 throw new AssertionError("Some of ContactsContract.CommonDataKinds class primary"
119 final Integer primary = values.getAsInteger(Data.IS_PRIMARY); local
121 if ((primary != null && primary != 0) || (superPrimary != null && superPrimary != 0)) {
127 // configured super primary
135 // if there is already another data item configured as super-primary,
250 * Ensures that all super-primary and primary flags of this raw_contact are
299 // Set both super primary and primary
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 397 NodeProxy primary = canvas.getNodeFactory().create(xmlProperty.getNode()); local
398 if (primary != null) {
399 RenameResult result = manager.performRename(primary, null);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
weird.s 263 .stabs "primary:G200=ered:0,green:1,blue:2,;", 0x20,0,0, 0
267 .export primary
270 primary: label
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.h 175 uint8_t primary; member in struct:android::HubConnection::SensorState
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 122 // When using kDNSServiceFlagsShareConnection, there is one primary _DNSServiceOp_t, and zero or more subordinates
123 // For the primary, the 'next' field points to the first subordinate, and its 'next' field points to the next, and so on.
124 // For the primary, the 'primary' field is NULL; for subordinates the 'primary' field points back to the associated primary
131 DNSServiceOp *primary; // For shared connection member in struct:_DNSServiceRef_t
316 * non-zero for calls that can't receive an immediate error return value on their primary
392 x->primary = NULL;
436 if (!DNSServiceRefValid(*ref) || (*ref)->op != connection_request || (*ref)->primary)
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ManagedServicesTest.java 383 // If the primary and secondary lists contain component names, only those components within
420 // If the primary and secondary lists contain packages, all components within those packages
492 boolean primary = i % 2 == 0;
493 service.setPackageOrComponentEnabled(expectedForUser.get(i), userId, primary, local
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
VideoCallPresenter.java 495 // Determine the primary active call).
496 DialerCall primary = null; local
499 // incoming call waiting call, the primary call is still the active video call, however
505 // We don't want to replace active video call (primary call)
509 primary = callList.getActiveCall();
511 if (!isActiveVideoCall(primary)) {
512 primary = callList.getIncomingCall();
515 currentCall = primary = callList.getOutgoingCall();
517 currentCall = primary = callList.getPendingOutgoingCall();
519 currentCall = primary = callList.getActiveCall()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 747 SelectionItem primary = null; local
755 primary = cs;
764 primary = selectionManager.selectSingle(vi);
785 } else if (cs == primary) {
786 primary = null;
797 primary = selectionManager.selectSingle(vi);
807 mDragElements = SelectionItem.getAsElements(mDragSelection, primary);
    [all...]
SelectionManager.java 645 /** Finds all widgets in the layout that have the same type as the primary */
670 /** Selects the siblings of the primary */
1131 NodeProxy primary = selections.get(0).getNode(); local
1186 NodeProxy primary = selections.get(0).getNode(); local
    [all...]
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 183 assertNotNull("Did not get primary storage", volume);
194 assertTrue("Should be primary", volume.isPrimary());
231 StorageVolume primary = null; local
234 assertNull("There can be only one primary volume: " + volumes, primary);
235 primary = volume;
238 assertNotNull("No primary volume on " + volumes, primary);
239 assertStorageVolumesEquals(primary, mStorageManager.getPrimaryVolume());
250 final StorageVolume primary = mStorageManager.getPrimaryStorageVolume() local
    [all...]

Completed in 881 milliseconds

1 23 4 5 6 7 8 91011>>