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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smbno.h 166 /* these are for the secondary requests */
229 #define SMBwritec 0x20 /* secondary write request */
235 #define SMBreadBs 0x1C /* read block (secondary response) */
238 #define SMBwriteBs 0x1F /* write block (secondary request) */
244 #define SMBtranss 0x26 /* transaction (secondary request/response) */
246 #define SMBioctls 0x28 /* IOCTL (secondary request/response) */
263 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */
ps2esdi.h 35 #define CONFIG_IS 0x10 /* Invalid Secondary */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smbno.h 166 /* these are for the secondary requests */
229 #define SMBwritec 0x20 /* secondary write request */
235 #define SMBreadBs 0x1C /* read block (secondary response) */
238 #define SMBwriteBs 0x1F /* write block (secondary request) */
244 #define SMBtranss 0x26 /* transaction (secondary request/response) */
246 #define SMBioctls 0x28 /* IOCTL (secondary request/response) */
263 #define SMBtranss2 0x33 /* TRANS2 protocol set, secondary command */
ps2esdi.h 35 #define CONFIG_IS 0x10 /* Invalid Secondary */
  /libcore/luni/src/main/java/java/text/
Collator.java 40 * <li>SECONDARY strength: Accents in the characters are considered secondary
42 * between letters can also be considered secondary differences, depending on
43 * the language. A secondary difference is ignored when there is a primary
50 * when there is a primary or secondary difference anywhere in the strings.
136 public static final int SECONDARY = 1;
297 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
326 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
362 case Collator.SECONDARY:
379 javaValue = Collator.SECONDARY;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h 52 // [Secondary compressor ID] - byte
88 // secondary compressor may have been used to further compress certain
90 // [Secondary compressors are not supported by open-vcdiff.]
157 // sections may have been compressed using the specified secondary
161 // [Secondary compressors are not supported, so open-vcdiff decoding will fail
  /external/clang/lib/AST/
VTTBuilder.cpp 96 // Secondary virtual pointers are present for all bases with either
127 // Secondary virtual pointers: for each base class X which (a) has virtual
138 // And lay out the secondary virtual pointers for the base class.
201 // Add the secondary VTTs.
204 // Add the secondary virtual pointers.
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 226 Float4 secondary = convertColor(secondaryColor); local
236 color.x = primary.x + ((secondary.x - primary.x) * r);
237 color.y = primary.y + ((secondary.y - primary.y) * r);
238 color.z = primary.z + ((secondary.z - primary.z) * r);
239 color.w = primary.w + ((secondary.w - primary.w) * r);
  /frameworks/base/docs/html/design/patterns/
settings.jd 249 <p>The label provides the name of the item, and secondary text may be used for status. (In this
303 also being exposed to the descriptive text. Secondary text appears below the setting label to
388 <h4>Secondary text below is for status, not description&hellip;</h4>
390 <p>Before Ice Cream Sandwich, we often displayed secondary text below a label to further describe
391 it or provide instructions. Starting in Ice Cream Sandwich, we're using secondary text for status.
409 <td class="secondary-text">
431 <td class="secondary-text">
441 <p>Status in secondary text has the following benefits:</p>
451 <p>There's one important exception to the using secondary text for status: checkbox settings.
452 Here, use secondary text for description, not status. Status below a checkbox is unnecessar
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 63 // Search Secondary Provider (what you typed) | 250
64 // Search Secondary Provider (past query in history) | 200--
65 // Search Secondary Provider (navigational suggestion) | 150++
66 // Search Secondary Provider (suggestion) | 100++
88 // Search Secondary Provider (what you typed) | 250
89 // Search Secondary Provider (past query in history) | 200--
90 // Search Secondary Provider (navigational suggestion) | 150++
91 // Search Secondary Provider (suggestion) | 100++
108 // Search Secondary Provider (what you typed) | 250
109 // Search Secondary Provider (past query in history) | 200-
    [all...]
  /external/grub/
TODO 39 (0x1f0-0x1f7 = primary IDE, 0x170-0x176 = secondary,
100 GRUB, as pxegrub is merely a secondary boot loader. So whether this
  /external/kernel-headers/original/asm-mips/
termios.h 78 #define TIOCM_ST 0x010 /* secondary transmit */
79 #define TIOCM_SR 0x020 /* secondary receive */
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 43 ATTRIBUTE MS-Secondary-DNS-Server 29 ipaddr Microsoft
45 ATTRIBUTE MS-Secondary-NBNS-Server 31 ipaddr Microsoft
  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.h 93 // We need to check for e.g. database objects manipulating strings on secondary threads.
96 // ThreadGlobalData is used on main thread before it could possibly be used on secondary ones, so there is no need for synchronization here.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DoubleKeyMap.java 46 /** get all secondary keys associated with a primary key */
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 14 Perl users should be perlish if possible - at least as a secondary interface.
  /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 44 * The secondary progress should not be modified by the client as it is used
253 // Keep secondary progress in sync with primary
263 * The secondary progress is used to differentiate the background of a
264 * partially filled star. This method keeps the secondary progress in sync
  /frameworks/support/volley/src/com/android/volley/toolbox/
ImageRequest.java 89 * max width), or zero to maintain aspect ratio with secondary
91 * @param maxSecondary Maximum size of the secondary dimension, or zero to
94 * @param actualSecondary Actual size of the secondary dimension
103 // If primary is unspecified, scale primary to match secondary's scaling ratio.
  /packages/apps/Tag/res/layout/
tag_uri.xml 49 <TextView android:id="@+id/secondary"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 35 #define CONFIG_IS 0x10 /* Invalid Secondary */
  /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
  /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)
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 96 final Drawable secondary = mSecondary; local
102 secondary.setBounds(0, (int) y, width, bottom);
103 secondary.draw(canvas);
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_global.c 115 * or a valid secondary session attached to a valid primary session.
121 * set to false if the session if the session is secondary
124 * - or hSession is a valid secondary session attached to a valid primary session
144 else if (pHeader->nSessionTag == PKCS11_SECONDARY_SESSION_TAG) /*secondary session */
164 /* check that secondary session is valid */

Completed in 733 milliseconds

1 23 4 5 6 7 8 91011>>