HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 376 - 400 of 1672) sorted by null

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 175 * Gets the secondary successor of this block. It is only valid to call
178 * @return {@code >= 0;} the secondary successor
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 175 * Gets the secondary successor of this block. It is only valid to call
178 * @return {@code >= 0;} the secondary successor
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 55 * This is a secondary activity, to show what the user has selected
175 * This is the secondary fragment, displaying the details of a particular
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 56 * This is a secondary activity, to show what the user has selected
174 * This is the secondary fragment, displaying the details of a particular
  /docs/source.android.com/src/devices/accessories/
custom.jd 86 accessory to use the accessory. You can also provide a secondary Android
118 secondary software application is required on the Android device.</p>
  /docs/source.android.com/src/devices/tech/admin/
managed-profiles.jd 92 <p>Managed profiles are implemented as a new kind of secondary user, such that:</p>
110 <p>The main differences between a managed profile and a regular secondary user are
  /external/curl/tests/
serverhelp.pm 220 # Return file name for data or secondary sockfilter pid file.
232 # Return file name for data or secondary sockfilter log file.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 175 * Gets the secondary successor of this block. It is only valid to call
178 * @return {@code >= 0;} the secondary successor
  /external/icu/icu4c/source/i18n/
usrchimp.h 23 /* mask off anything but secondary order */
29 /* secondary order shift */
collationfastlatinbuilder.cpp 306 // We support non-common secondary and case weights only together with short primaries.
317 // or a short-primary CE is followed by a secondary CE.
325 // We support non-common secondary and case weights
326 // only for secondary CEs or together with short primaries.
438 // The lowest unique CE must be at least a secondary CE.
706 // Secondary CE, or a CE with a short primary, copy the case bits.
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrenchTest.java 135 // perform tests with strength SECONDARY
142 myCollation.setStrength(Collator.SECONDARY);
  /external/iproute2/man/man8/
ip-address.8.in 61 .RB "[ " permanent " | " dynamic " | " secondary " | " primary " | \
275 .BR primary " and " secondary
276 only list primary (or secondary) addresses.
  /external/libunwind/tests/
test-setjmp.c 63 printf ("%s: secondary setjmp () return, ret=%d\n",
107 printf ("%s: secondary sigsetjmp () return, ret=%d\n",
  /external/libxml2/result/HTML/
fp40.htm 50 configuration file, usually http.conf. To prevent the server extensions from using any secondary
63 <p>If you have some settings stored in secondary configuration files, move them to http.conf.</p>
  /external/libxml2/test/HTML/
fp40.htm 49 configuration file, usually http.conf. To prevent the server extensions from using any secondary
62 <p>If you have some settings stored in secondary configuration files, move them to http.conf.</p>
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 233 secondary color. It seems odd that for primary color color and alpha values
234 are emitted together but for secondary color not. */
  /external/v8/src/ic/ia32/
stub-cache-ia32.cc 195 // Primary miss: Compute hash for secondary probe.
204 // Probe the secondary table.
  /external/v8/src/ic/x87/
stub-cache-x87.cc 195 // Primary miss: Compute hash for secondary probe.
204 // Probe the secondary table.
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 170 // a bitcode file, a wrappered bitcode file, or a secondary
175 // a bitcode file, a wrappered bitcode file, or a secondary
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 278 * rawValue=3 labelRes=17039911 secondary=false specificMax=1 customColumn=null
283 return eventType.rawValue == Event.TYPE_BIRTHDAY && !eventType.secondary
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveSmsMessageAction.java 97 // db. The secondary user goes through this path, but skips doing the actual insert. It
165 + "secondary user.");
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 155 public void setSecondary(boolean secondary) {
156 mSecondary = secondary;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pci_regs.h 120 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */
122 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */
129 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */
149 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */
154 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */
155 #define PCI_BRIDGE_CTL_FAST_BACK 0x80 /* Fast Back2Back enabled on secondary interface */
160 #define PCI_CB_SEC_STATUS 0x16 /* Secondary status */
625 #define HT_CAPTYPE_HOST 0x20 /* Host/Secondary link configuration */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatinBuilder.java 291 // We support non-common secondary and case weights only together with short primaries.
302 // or a short-primary CE is followed by a secondary CE.
310 // We support non-common secondary and case weights
311 // only for secondary CEs or together with short primaries.
408 // The lowest unique CE must be at least a secondary CE.
664 // Secondary CE, or a CE with a short primary, copy the case bits.
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatinBuilder.java 290 // We support non-common secondary and case weights only together with short primaries.
301 // or a short-primary CE is followed by a secondary CE.
309 // We support non-common secondary and case weights
310 // only for secondary CEs or together with short primaries.
407 // The lowest unique CE must be at least a secondary CE.
663 // Secondary CE, or a CE with a short primary, copy the case bits.

Completed in 2276 milliseconds

<<11121314151617181920>>