HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 176 - 200 of 802) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/invensense/65xx/libsensors_iio/
Android.mk 66 LOCAL_SRC_FILES += CompassSensor.IIO.primary.cpp
139 LOCAL_SRC_FILES += CompassSensor.IIO.primary.cpp
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 165 // When no direct primary, return something
178 * Returns the super-primary entry for the given mime type
179 * @param forceSelection if true, will try to return some value even if a super-primary
180 * doesn't exist (may be a primary, or just a random item
187 ValuesDelta primary = null;
192 primary = entry;
200 // When no direct super primary, return something
201 if (primary != null) {
202 return primary;
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
NearbyPlaceViewHolder.java 53 placeName = view.findViewById(R.id.primary);
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 123 text = (TextView) item.findViewById(R.id.primary);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 160 // When no direct primary, return something
173 * Returns the super-primary entry for the given mime type
174 * @param forceSelection if true, will try to return some value even if a super-primary
175 * doesn't exist (may be a primary, or just a random item
182 ValuesDelta primary = null;
187 primary = entry;
195 // When no direct super primary, return something
196 if (primary != null) {
197 return primary;
  /system/extras/tools/
graph_lockdep_chains 20 echo " Show only primary references for regex matches"
22 echo " Cluster the primary references for regex matches"
84 --focus | -f | --primary) # reserving --primary
253 # Focus only on primary relationships
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 340 uint32_t primary, int32_t step,
358 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step;
359 if(isCompressiblePrimary(primary)) { dataCE |= 0x80; }
377 uint32_t primary, int32_t step,
380 UBool isCompressible = isCompressiblePrimary(primary);
381 if(maybeSetPrimaryRange(start, end, primary, step, errorCode)) {
382 return Collation::incThreeBytePrimaryByOffset(primary, isCompressible,
387 utrie2_set32(trie, start, Collation::makeLongPrimaryCE32(primary), &errorCode);
389 primary = Collation::incThreeBytePrimaryByOffset(primary, isCompressible, step)
    [all...]
  /build/blueprint/bootstrap/
config.go 67 // primary builder
  /build/make/core/
executable.mk 71 # check if the non-preferred arch is the primary or secondary
package.mk 66 # check if the non-preferred arch is the primary or secondary
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 325 int primary = bb.getPrimarySuccessor(); local
331 if ((ssz != 1) && (succ == primary)) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 76 // Add stack of primary stack to StackBase
84 // Set Primary Stack ((StackBase + PrimaryStackSize) + (SecondaryCoresCount * SecondaryCoreStackSize))
106 // Get Primary Core Position
  /external/doclava/res/assets/templates-sdk/
footer.cs 7 class="dac-fab dac-primary"><i class="dac-sprite dac-mail"></i></span></a>
167 <button type="submit" value="Submit" class="dac-fab dac-primary dac-large dac-modal-action"><i class="dac-sprite dac-arrow-right"></i></button>
210 <button class="button dac-primary dac-modal-action lang yes" data-t="newsletter.resetLangButtonYes" data-modal-toggle></button>
211 <button class="button dac-primary dac-modal-action lang no" data-t="newsletter.resetLangButtonNo" data-modal-toggle></button>
  /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...]
  /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,
  /prebuilts/go/darwin-x86/src/os/user/
user.go 24 // Gid is the primary group ID.
  /prebuilts/go/linux-x86/src/os/user/
user.go 24 // Gid is the primary group ID.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 269 for (Element primary : getElements()) {
270 String oldType = primary.getTagName();
  /external/curl/lib/vtls/
vtls.c 185 const long sslver = data->set.ssl.primary.version;
191 switch(data->set.ssl.primary.version_max) {
197 if((data->set.ssl.primary.version_max >> 16) < sslver) {
321 DEBUGASSERT(SSL_SET_OPTION(primary.sessionid));
323 if(!SSL_SET_OPTION(primary.sessionid))
425 DEBUGASSERT(SSL_SET_OPTION(primary.sessionid));
    [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...]
  /external/curl/lib/
url.c 461 set->ssl.primary.verifypeer = TRUE;
462 set->ssl.primary.verifyhost = TRUE;
468 set->ssl.primary.sessionid = TRUE; /* session ID caching enabled by
725 * primary connection, like when freeing room in the connection cache or
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp     [all...]
  /external/selinux/libsepol/src/
link.c 445 if ((type->flavor == TYPE_TYPE && !type->primary)
484 new_type->primary = type->primary;
507 new_type->primary = type->primary;
864 * and ones with the value of their primary (TYPE_TYPE && type->primary = 0)
868 || (type->flavor == TYPE_TYPE && !type->primary))) {
875 primval = type->primary;
905 new_type->primary = target_type->s.value
    [all...]
  /external/syslinux/utils/
isohybrid.c 805 initialise_gpt(uint8_t *gpt, uint32_t current, uint32_t alternate, int primary)
817 if (primary) {
830 if (primary)
838 if (primary)
844 if (primary) {
1124 * Unlike the primary, this doesn't need a hole for the APM. We still
1138 * Primary GPT starts at sector 1, secondary GPT starts at 1 sector
  /cts/tests/tests/media/src/android/media/cts/
MediaMetadataRetrieverTest.java 609 4 /*imageCount*/, 3 /*primary*/, true /*useGrid*/, true /*checkColor*/);
636 int imageCount, int primary, boolean useGrid, boolean checkColor)
667 assertEquals("Wrong primary index", primary,
694 // Check the color block position on the primary image.
695 Rect r = getColorBlockRect(primary, width, height);
697 assertTrue("Color block for primary image doesn't match",
703 // This should match the primary image as well.

Completed in 948 milliseconds

1 2 3 4 5 6 78 91011>>