Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/icu4c/data/misc/
DsupplementalData.txt198 primary{
211 primary{
223 primary{
237 primary{
249 primary{
256 primary{
263 primary{
275 primary{
286 primary{
306 primary{
[all …]
/external/webkit/Source/WebCore/html/
DDataGridColumn.h42 …te(const String& columnID, const String& label, const String& type, bool primary, unsigned short s… in create() argument
44 return adoptRef(new DataGridColumn(columnID, label, type, primary, sortable)); in create()
62 bool primary() const { return m_primary; } in primary() function
83 …DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsi… in DataGridColumn() argument
88 , m_primary(primary) in DataGridColumn()
DDataGridColumn.cpp36 void DataGridColumn::setPrimary(bool primary) in setPrimary() argument
38 if (m_primary != primary) { in setPrimary()
39 m_primary = primary; in setPrimary()
DHTMLDataGridColElement.cpp63 m_column = DataGridColumn::create(getIdAttribute(), label(), type(), primary(), sortable()); in ensureColumn()
143 bool HTMLDataGridColElement::primary() const in primary() function in WebCore::HTMLDataGridColElement
148 void HTMLDataGridColElement::setPrimary(bool primary) in setPrimary() argument
150 setAttribute(primaryAttr, primary ? "" : 0); in setPrimary()
165 column()->setPrimary(primary()); in parseMappedAttribute()
DDataGridColumnList.cpp65 …ist::add(const String& id, const String& label, const String& type, bool primary, unsigned short s… in add() argument
67 return add(DataGridColumn::create(id, label, type, primary, sortable).get()); in add()
72 if (column->primary()) in add()
116 if (col->primary()) in primaryColumnChanged()
/external/bluetooth/bluez/attrib/
Dclient.c59 GSList *primary; member
74 struct primary { struct
83 struct primary *prim; argument
97 struct primary *prim;
107 struct primary *prim;
135 struct primary *prim = user_data; in primary_free()
153 g_slist_foreach(gatt->primary, (GFunc) primary_free, NULL); in gatt_service_free()
154 g_slist_free(gatt->primary); in gatt_service_free()
225 struct primary *prim = watcher->prim; in watcher_exit()
273 struct primary *prim; in events_handler()
[all …]
Dgatt.c170 struct att_primary *primary; in primary_all_cb() local
186 primary = g_try_new0(struct att_primary, 1); in primary_all_cb()
187 if (!primary) { in primary_all_cb()
191 primary->start = start; in primary_all_cb()
192 primary->end = end; in primary_all_cb()
193 bt_uuid_to_string(&uuid, primary->uuid, sizeof(primary->uuid)); in primary_all_cb()
194 dp->primaries = g_slist_append(dp->primaries, primary); in primary_all_cb()
/external/clang/test/SemaObjC/
Dcontinuation-class-err.m14 …; // expected-warning {{property attribute in continuation class does not match the primary class}}
15 … continuation class 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly…
34 …ty in continuation class 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly…
35 …ty in continuation class 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly…
/external/icu4c/tools/genuca/
Dgenuca.cpp124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) { in getSingleCEValue() argument
132 char *primend = primary+4; in getSingleCEValue()
133 if(strlen(primary) > 4) { in getSingleCEValue()
147 uint32_t primvalue = (uint32_t)((*primary!='\0')?strtoul(primary, &primend, 16):0); in getSingleCEValue()
433 char buffer[2048], primary[100], secondary[100], tertiary[100]; in readAnElement() local
448 *primary = *secondary = *tertiary = '\0'; in readAnElement()
526 element->sizePrim[0]=readElement(&pointer, primary, ',', status); in readAnElement()
530 vt[cnt].what[0] = getSingleCEValue(primary, secondary, tertiary, status); in readAnElement()
535 value |= ((hex2num(*(primary+4*CEi))&0xF)<<28); in readAnElement()
536 value |= ((hex2num(*(primary+4*CEi+1))&0xF)<<24); in readAnElement()
[all …]
/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java1032 private StringBuffer primary = new StringBuffer(getMaxCodeLen()); field in DoubleMetaphone.DoubleMetaphoneResult
1045 public void append(char primary, char alternate) { in append() argument
1046 appendPrimary(primary); in append()
1051 if (this.primary.length() < this.maxLength) { in appendPrimary()
1052 this.primary.append(value); in appendPrimary()
1067 public void append(String primary, String alternate) { in append() argument
1068 appendPrimary(primary); in append()
1073 int addChars = this.maxLength - this.primary.length(); in appendPrimary()
1075 this.primary.append(value); in appendPrimary()
1077 this.primary.append(value.substring(0, addChars)); in appendPrimary()
[all …]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml12 (* primary
50 * ::= ('+' primary)* *)
63 (* Parse the primary expression after the binary operator. *)
86 * ::= primary binoprhs *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml12 (* primary
50 * ::= ('+' primary)* *)
63 (* Parse the primary expression after the binary operator. *)
86 * ::= primary binoprhs *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml12 (* primary
50 * ::= ('+' primary)* *)
63 (* Parse the primary expression after the binary operator. *)
86 * ::= primary binoprhs *)
/external/chromium/chrome/browser/ui/
Dwindow_sizer_mac.mm26 NSScreen* primary = [[NSScreen screens] objectAtIndex:0];
27 NSRect frame = [primary frame];
28 NSRect visible_frame = [primary visibleFrame];
40 NSScreen* primary = [[NSScreen screens] objectAtIndex:0];
41 return gfx::Rect(NSRectToCGRect([primary frame]));
/external/icu4c/test/cintltst/
Dcitertst.c1096 getSingleCEValue(char *primary, char *secondary, char *tertiary, in getSingleCEValue() argument
1104 char *primend = primary+4; in getSingleCEValue()
1111 if (uprv_strlen(primary) > 4) { in getSingleCEValue()
1126 primvalue = (*primary!='\0')?uprv_strtoul(primary, &primend, 16):0; in getSingleCEValue()
1163 char primary[100]; in getCEs() local
1178 primarycount = readElement(&pStartCP, primary, ',', status); in getCEs()
1183 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status); in getCEs()
1192 value |= ((hex2num(*(primary + 4 * CEi)) & 0xF) << 28); in getCEs()
1193 value |= ((hex2num(*(primary + 4 * CEi + 1)) & 0xF) << 24); in getCEs()
1197 value |= ((hex2num(*(primary + 4 * CEi + 2)) & 0xF) << 20); in getCEs()
[all …]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml12 (* primary
100 * ::= primary
107 (* If the current token is not an operator, it must be a primary expr. *)
111 * ::= ('+' primary)* *)
124 (* Parse the primary expression after the binary operator. *)
159 * ::= primary binoprhs *)
/external/icu4c/i18n/
Ducoleitr.cpp248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local
263 primary = ucol_primaryOrder(ce); in processCE()
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0) in processCE()
275 || (elems->pce->isShifted && primary == 0)) { in processCE()
277 if (primary == 0) { in processCE()
282 quaternary = primary; in processCE()
285 primary = secondary = tertiary = 0; in processCE()
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
/external/guava/src/com/google/common/collect/
DCompoundOrdering.java30 CompoundOrdering(Comparator<? super T> primary, in CompoundOrdering() argument
33 = ImmutableList.<Comparator<? super T>>of(primary, secondary); in CompoundOrdering()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dparser.ml12 (* primary
86 * ::= primary
93 (* If the current token is not an operator, it must be a primary expr. *)
97 * ::= ('+' primary)* *)
133 * ::= primary binoprhs *)
/external/e2fsprogs/tests/f_badprimary/
Dexpect.14 The primary superblock (1) is on the bad block list.
12 Block 2 in the primary group descriptors is on the bad block list
Dname1 bad blocks in the primary superblock and group descriptors
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dparser.ml12 (* primary
86 * ::= ('+' primary)* *)
99 (* Parse the primary expression after the binary operator. *)
122 * ::= primary binoprhs *)
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_yuv.c257 IDirectFBDisplayLayer *primary = HIDDEN->layer; in DirectFB_DisplayYUVOverlay() local
260 primary->GetConfiguration (primary, &conf); in DirectFB_DisplayYUVOverlay()
/external/chromium/chrome/browser/notifications/
Dballoon_collection_mac.mm22 NSScreen* primary = [[NSScreen screens] objectAtIndex:0];
23 return gfx::Rect(NSRectToCGRect([primary visibleFrame]));
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c1270 RECT primary; member
1283 data->primary = mrect[0];
1312 int primary_w = data.primary.right - data.primary.left;
1313 int primary_h = data.primary.bottom - data.primary.top;
1315 new_x = data.primary.left + (primary_w - this->screen->w)/2;
1316 new_y = data.primary.top + (primary_h - this->screen->h)/2;
1352 RECT primary; member
1369 data->primary = mrect[0];

12345678910