HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 51 - 75 of 632) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/markdown/docs/extensions/
Fenced_Code_Blocks.txt 7 This extension adds a secondary way to define code blocks which overcomes a few
  /frameworks/base/core/java/android/widget/
RatingBar.java 42 * The secondary progress should not be modified by the client as it is used
250 // Keep secondary progress in sync with primary
260 * The secondary progress is used to differentiate the background of a
261 * partially filled star. This method keeps the secondary progress in sync
  /packages/apps/Tag/res/layout/
tag_uri.xml 49 <TextView android:id="@+id/secondary"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 35 #define CONFIG_IS 0x10 /* Invalid Secondary */
aio_abi.h 61 __s64 res2; /* secondary result */
  /external/icu4c/test/intltest/
regcoll.h 94 // Secondary/Tertiary comparison incorrect in French Secondary
114 // French secondary collation checking at the end of compare iteration fails
regcoll.cpp 209 c->setStrength(Collator::SECONDARY);
349 String[] secondary = {
354 static const UChar secondary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
361 compareArray(*c, secondary, ARRAY_LENGTH(secondary));
368 // Secondary/Tertiary comparison incorrect in French Secondary
385 c->setStrength(Collator::SECONDARY);
449 // French secondary collation checking at the end of compare iteration fails
465 c->setStrength(Collator::SECONDARY);
    [all...]
  /external/svox/pico/lib/
picoacph.h 88 (phon containing primary and secondary word-level stress)
107 at all (primary or secondary or both) then do the following mapping:
131 - PICODATA_ITEMINFO1_BOUND_PHR3 (secondary phrase boundary, no break)
picosa.h 93 (phon containing primary and secondary word-level stress)
112 at all (primary or secondary or both) then do the following mapping:
136 PICODATA_ITEMINFO1_BOUND_PHR3 (secondary phrase boundary, no break)
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 95 final Drawable secondary = mSecondary; local
101 secondary.setBounds(0, (int) y, width, bottom);
102 secondary.draw(canvas);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 196 public boolean secondary; field in class:ContactsSource.DataKind
249 public boolean secondary; field in class:ContactsSource.EditType
259 public EditType setSecondary(boolean secondary) {
260 this.secondary = secondary;
  /external/icu4c/tools/genuca/
genuca.cpp 124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) {
137 char *secend = secondary+2;
138 if(strlen(secondary) > 2) {
148 uint32_t secvalue = (uint32_t)((*secondary!='\0')?strtoul(secondary, &secend, 16):0);
262 * primary vs. primary, secondary vs. secondary
433 char buffer[2048], primary[100], secondary[100], tertiary[100]; local
448 *primary = *secondary = *tertiary = '\0';
483 {"[first secondary ignorable", consts->UCA_FIRST_SECONDARY_IGNORABLE, READCE}
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1164 char secondary[100]; local
1541 uint32_t primary, p1, p2, secondary, tertiary; local
    [all...]
cfintst.c 16 * specific primary, secondary and tertiary rules. For example, the ignorable
  /external/icu4c/i18n/unicode/
coleitr.h 67 * secondary order(char), and tertiary order(char). Java strictly defines the
112 * consists of primary order, secondary order and tertiary order. The data
202 * Gets the secondary order of a collation order.
204 * @return the secondary order of a collation order.
366 * Get the secondary order of a collation order.
368 * @return the secondary order of a collation order.
  /external/chromium/chrome/browser/ui/cocoa/
menu_button.h 24 // primary action and the menu as a secondary click-hold action. The default
  /external/kernel-headers/original/linux/
aio_abi.h 51 __s64 res2; /* secondary result */
  /external/wpa_supplicant_8/src/ap/
hw_features.c 190 "secondary channel: %d",
193 /* Verify that HT40 secondary channel is an allowed 20 MHz
206 wpa_printf(MSG_ERROR, "HT40 secondary channel %d not allowed",
212 * Verify that HT40 primary,secondary channel pair is allowed per
214 * 2.4 GHz rules allow all cases where the secondary channel fits into
309 wpa_printf(MSG_INFO, "Switch own primary and secondary "
310 "channel to get secondary channel with no Beacons "
338 "secondary channel due to BSS "
670 "Configured HT40 secondary channel "
  /frameworks/base/media/java/android/mtp/
MtpStorage.java 63 // then 0x00020001, 0x00030001, etc. for secondary storages
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java 288 public boolean secondary; field in class:AccountType.EditType
302 public EditType setSecondary(boolean secondary) {
303 this.secondary = secondary;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 39 sComplexityCollator.setStrength(Collator.SECONDARY);
  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 20 // The RFC describes the possibility of using a secondary compressor
24 // No secondary compressor types have been publicly registered with
  /external/oprofile/events/mips/rm7000/
events 14 event:0x0a counters:0,1 um:zero minimum:500 name:SCACHE_MISSES : Secondary cache misses
23 event:0x13 counters:0,1 um:zero minimum:500 name:SCACHE_WRITEBACKS : Secondary cache writebacks
  /external/qemu/hw/
arm_boot.c 29 /* Entry point for secondary CPUs. Enable interrupt controller and
53 /* TODO: Reset secondary CPUs. */
  /external/skia/gpu/src/
GrGLProgram.h 144 // Dual-src blending makes use of a secondary output color that can be
146 // secondary source is output and what value it holds.

Completed in 2009 milliseconds

1 23 4 5 6 7 8 91011>>