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

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 11 (* primary *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 11 (* primary *)
  /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
bluetooth_gatt_service.h 40 includedService.primary(), includedService.uuid(),
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 45 * Same as the unique primary and identical-level weights of U+FFFE.
46 * Must not be used as primary compression low terminator.
54 * Primary compression low terminator, must be greater than MERGE_SEPARATOR_BYTE.
55 * Reserved value in primary second byte if the lead byte is compressible.
60 * Primary compression high terminator.
61 * Reserved value in primary second byte if the lead byte is compressible.
92 * We want a 3-byte primary so that it fits into the root elements table.
94 * This 3-byte primary will not collide with
106 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+).
118 * Low byte of a long-primary special CE32
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 43 * Same as the unique primary and identical-level weights of U+FFFE.
44 * Must not be used as primary compression low terminator.
52 * Primary compression low terminator, must be greater than MERGE_SEPARATOR_BYTE.
53 * Reserved value in primary second byte if the lead byte is compressible.
58 * Primary compression high terminator.
59 * Reserved value in primary second byte if the lead byte is compressible.
90 * We want a 3-byte primary so that it fits into the root elements table.
92 * This 3-byte primary will not collide with
104 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+).
116 * Low byte of a long-primary special CE32
    [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; }
  /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
  /external/autotest/client/site_tests/audio_CRASFormatConversion/
audio_CRASFormatConversion.py 60 def loopback(self, noise_profile, primary, secondary):
66 @param primary: The first sample rate, HW will be set to this.
72 'record-%s-%s.wav' % (primary, secondary))
77 # Start with the primary sample rate, then add the secondary. This
78 # causes the secondary to be SRC'd to the primary rate.
81 popens += self.play_sine_tone(_TEST_TONE_ONE, primary)
102 primary, secondary, str(sox_stat))
122 for primary in test_sample_rates:
124 key = 'rms_value_%d_%d' % (primary, secondary)
126 noise_profile.name, primary, secondary
    [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/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;
  /device/generic/car/emulator/audio/
car_emulator_audio.mk 18 PRODUCT_PACKAGES += audio.primary.caremu
19 PRODUCT_PROPERTY_OVERRIDES += ro.hardware.audio.primary=caremu
  /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 *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 11 (* primary *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 11 (* primary *)
  /external/swiftshader/third_party/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) {
  /build/soong/android/
writedocs.go 39 ctx.Errorf("path to primary builder %q is not in build dir %q",
47 // Generate build system docs for the primary builder. Generating docs reads the source
48 // files used to build the primary builder, but that dependency will be picked up through
49 // the dependency on the primary builder itself. There are no dependencies on the
51 // a rebuild of the primary builder.
  /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...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter.cc 62 new_packet->primary = true; // Last block is always primary.
73 new_packet->primary = false;
106 // Reverse the order of the new packets, so that the primary payload is
157 // The main payload of this packet should be decoded as a primary
159 packet->primary = true;
169 new_packet->primary = false;
387 new_packet->primary = packet->primary;
400 new_packet->primary = packet->primary
    [all...]
  /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);
  /external/autotest/site_utils/
server_manager_utils.py 40 """Post a warning if Autotest instance has no other primary server with
48 status=server_models.Server.STATUS.PRIMARY).exclude(
83 Status : primary
132 server2 | primary | drone | 2014-11-25 12:00:00 | | Drone
161 scheduler : server1(backup), server3(primary),
163 drone : server2(primary),
223 """Confirm server with given hostname is ready to be primary of given role.
293 """Get a list of drones in status primary.
295 @return: A list of drones in status primary.
298 status=server_models.Server.STATUS.PRIMARY)
    [all...]

Completed in 459 milliseconds

12 3 4 5 6 7 8 91011>>