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

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 581 case Collator.PRIMARY:
631 // if the ce is a variable, we mask and get only the primary values
632 // no shifting to quartenary is required since all primary values
786 // Since the strength is primary, accents are ignored in the pattern.
790 if (strength_ == Collator.PRIMARY) {
1672 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.h 146 SetPrimaryRef( DNSServiceRef primary )
150 m_primary = primary;
  /external/toolchain-utils/automation/common/
job.py 169 def DependsOnMachine(self, machine_spec, primary=True):
172 if primary:
174 raise RuntimeError('Only one primary machine specification allowed.')
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 39 * A device always has one (and one only) primary storage volume, but it could have extra volumes,
60 * <li>To get read and write access to the primary storage volume, applications can declare the
123 boolean primary, boolean removable, boolean emulated, boolean allowMassStorage,
129 mPrimary = primary;
194 * Returns true if the volume is the primary shared/external storage, which is the volume
302 * Access to the entire volume is only available for non-primary volumes (for the primary
  /hardware/qcom/audio/legacy/alsa_sound/
Android.mk 59 LOCAL_MODULE := audio.primary.msm8960
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
ClipStorage.java 48 * - [file] primary
49 * - [symlink] 1 > primary # copying to location X
50 * - [symlink] 2 > primary # copying to location Y
66 private static final String PRIMARY_DATA_FILE_NAME = "primary";
96 * operations after cutting a primary clip, then the primary clip is overwritten.</li>
113 // No file or only primary file exists, we deem it available.
159 File primary = toSlotDataFile(slot); local
165 Os.symlink(primary.getAbsolutePath(), link.getAbsolutePath());
  /test/vts/script/
run_cts_with_profiling.sh 68 cts-tradefed run commandAndExit cts -s $serial_no --primary-abi-only --skip-device-info \
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
shdl-2.s 72 ! Almost-copy of "foo" in primary file.
204 ! Almost-copy of "dfoo" in primary file.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py     [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
  /build/blueprint/bootstrap/
bootstrap.go 616 // Find the module that's marked as the "primary builder", which means it's
646 // If there's no primary builder module then that means we'll use minibp
647 // as the primary builder. We can trigger its primary builder mode with
657 ctx.Errorf("multiple primary builder modules present:")
687 // Add a way to rebuild the primary build.ninja so that globs works
710 // Generate build system docs for the primary builder. Generating docs reads the source
711 // files used to build the primary builder, but that dependency will be picked up through
712 // the dependency on the primary builder itself. There are no dependencies on the
714 // a rebuild of the primary builder
    [all...]
  /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...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp 189 mSensorState[COMMS_SENSOR_ACCEL_UNCALIBRATED].primary = COMMS_SENSOR_ACCEL;
193 mSensorState[COMMS_SENSOR_ACCEL_WRIST_AWARE].primary = COMMS_SENSOR_ACCEL;
200 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].primary = COMMS_SENSOR_GYRO;
204 mSensorState[COMMS_SENSOR_GYRO_WRIST_AWARE].primary = COMMS_SENSOR_GYRO;
210 mSensorState[COMMS_SENSOR_MAG_UNCALIBRATED].primary = COMMS_SENSOR_MAG;
1144 uint32_t primary; local
1789 uint32_t primary; local
    [all...]
  /external/turbine/java/com/google/turbine/parse/
ConstExpressionParser.java 98 private Tree.Expression primary(boolean negate) { method in class:ConstExpressionParser
223 return new Tree.TypeCast(position, asClassTy(cvar.name()), primary(false));
405 Tree.Expression expr = primary(negate);
484 Tree.Expression term1 = primary(false);
551 Tree.Expression rhs = primary(false);
  /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...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
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);
  /external/e2fsprogs/intl/
localename.c 743 int primary, sub;
764 primary = PRIMARYLANGID (langid);
770 switch (primary)
  /device/google/atv/products/
atv_base.mk 92 audio.primary.default \
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.asm 108 // Stack for the primary core = PrimaryCoreStack
116 // r10 = The base of the MpCore Stacks (primary stack & secondary stacks)
124 // Is it the Primary Core ?

Completed in 2122 milliseconds

1 2 3 4 5 67 8 91011>>