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

1 23 4 5 6 7 8 91011>>

  /external/icu4c/data/xml/rbnf/
pt.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
pt_PT.xml 16 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
ru.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
sr.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
sv.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
uk.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
package.html 8 <p/> Primary authors of this code are Emil Ivov with corrections from Jeroen van Bemmel.
  /external/chromium/chrome/browser/ui/
window_sizer_mac.mm 24 // Primary monitor is defined as the monitor with the menubar,
26 NSScreen* primary = [[NSScreen screens] objectAtIndex:0];
27 NSRect frame = [primary frame];
28 NSRect visible_frame = [primary visibleFrame];
38 // Primary monitor is defined as the monitor with the menubar,
40 NSScreen* primary = [[NSScreen screens] objectAtIndex:0];
41 return gfx::Rect(NSRectToCGRect([primary frame]));
103 // Primary monitor is defined as the monitor with the menubar,
  /external/e2fsprogs/tests/f_badprimary/
expect.1 4 The primary superblock (1) is on the bad block list.
12 Block 2 in the primary group descriptors is on the bad block list
  /external/icu4c/test/intltest/
decoll.h 9 * specific primary, secondary and tertiary rules. For example, o-umlaut
31 // perform test with strength PRIMARY
encoll.h 9 * specific primary, secondary and tertiary rules. For example, the ignorable
33 // performs test with strength PRIMARY
escoll.h 9 * specific primary and tertiary rules. This Spanish sort uses the traditional
33 // performs tests with strength PRIMARY
ficoll.h 9 * specific primary and tertiary rules. For example, a-ring sorts after z
32 // perform tests with strength PRIMARY
trcoll.h 9 * specific primary and tertiary rules. For example, the dotless-i and dotted-I
32 // perform tests for turkish locale with strength PRIMARY
  /hardware/libhardware/modules/audio/
Android.mk 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
25 LOCAL_MODULE := audio.primary.default
  /external/ppp/pppd/
ipcp.h 52 #define CI_MS_DNS1 129 /* Primary DNS value */
53 #define CI_MS_WINS1 130 /* Primary WINS value */
78 bool req_dns1; /* Ask peer to send primary DNS address? */
84 u_int32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */
85 u_int32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
  /external/webkit/Source/WebCore/html/
DataGridColumn.h 42 static PassRefPtr<DataGridColumn> create(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
44 return adoptRef(new DataGridColumn(columnID, label, type, primary, sortable));
62 bool primary() const { return m_primary; } function in class:WebCore::DataGridColumn
83 DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
88 , m_primary(primary)
  /frameworks/base/core/java/android/content/
ClipboardManager.java 39 * to atomically get and set the current primary clipboard data. That data
94 * Sets the current primary clip on the clipboard. This is the clip that
107 * Returns the current primary clip on the clipboard.
118 * Returns a description of the current primary clip on the clipboard
130 * Returns true if there is currently a primary clip on the clipboard.
168 * the primary clip and tries to coerce it to a string.
181 * primary clip. It has no label or icon.
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 225 Float4 primary = convertColor(primaryColor); 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);
  /external/chromium/net/disk_cache/
in_flight_io.cc 15 // Runs on the primary thread.
67 // Runs on the primary thread.
81 // Runs on the primary thread.
  /external/bluetooth/bluez/attrib/
client.c 59 GSList *primary; member in struct:gatt_service
74 struct primary { struct
83 struct primary *prim;
97 struct primary *prim;
107 struct primary *prim;
135 struct primary *prim = user_data;
153 g_slist_foreach(gatt->primary, (GFunc) primary_free, NULL);
154 g_slist_free(gatt->primary);
225 struct primary *prim = watcher->prim;
273 struct primary *prim
    [all...]
  /external/kernel-headers/original/linux/spi/
cpcap.h 356 CPCAP_IRQ_PRIMAC, /* Primary Macro */
359 CPCAP_IRQ_SEC2PRI, /* 2nd Macro to Primary Processor */
413 CPCAP_IRQ_PRIHALT, /* Primary Microcontroller Halt */
418 CPCAP_IRQ_UC_PRIRAMW, /* Primary RAM Write Macro Int */
419 CPCAP_IRQ_UC_PRIRAMR, /* Primary RAM Read Macro Int */
421 CPCAP_IRQ_UC_PRIMACRO_4, /* Primary Macro 4 Interrupt */
422 CPCAP_IRQ_UC_PRIMACRO_5, /* Primary Macro 5 Interrupt */
423 CPCAP_IRQ_UC_PRIMACRO_6, /* Primary Macro 6 Interrupt */
424 CPCAP_IRQ_UC_PRIMACRO_7, /* Primary Macro 7 Interrupt */
425 CPCAP_IRQ_UC_PRIMACRO_8, /* Primary Macro 8 Interrupt *
    [all...]
  /dalvik/vm/
README.txt 16 - The primary target is ARM Linux. Others are secondary, but must still
  /device/generic/goldfish/audio/
Android.mk 20 LOCAL_MODULE := audio.primary.goldfish
  /device/samsung/crespo/libaudio/
Android.mk 7 LOCAL_MODULE := audio.primary.herring

Completed in 451 milliseconds

1 23 4 5 6 7 8 91011>>