HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/webkit/WebCore/html/
DataGridColumn.cpp 36 void DataGridColumn::setPrimary(bool primary)
38 if (m_primary != primary) {
39 m_primary = primary;
HTMLDataGridColElement.idl 37 attribute boolean primary; // Whether or not this is the primary column of the tree (this will be where the disclosure triangle and connecting tree lines will display)
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)
DataGridColumn.idl 45 attribute boolean primary; // Whether or not this is the primary column of the tree (this will be where the disclosure triangle and connecting tree lines will display)
DataGridColumnList.cpp 65 DataGridColumn* DataGridColumnList::add(const String& id, const String& label, const String& type, bool primary, unsigned short sortable)
67 return add(DataGridColumn::create(id, label, type, primary, sortable).get());
72 if (column->primary())
116 if (col->primary())
HTMLDataGridColElement.cpp 58 m_column = DataGridColumn::create(getAttribute(idAttributeName()), label(), type(), primary(), sortable());
138 bool HTMLDataGridColElement::primary() const function in class:WebCore::HTMLDataGridColElement
143 void HTMLDataGridColElement::setPrimary(bool primary)
145 setAttribute(primaryAttr, primary ? "" : 0);
160 column()->setPrimary(primary());
HTMLDataGridColElement.h 60 bool primary() const;
DataGridColumnList.idl 39 DataGridColumn add(in DOMString id, in DOMString label, in DOMString type, in boolean primary, in unsigned short sortable);
DataGridColumnList.h 36 DataGridColumn* add(const String& id, const String& label, const String& type, bool primary, unsigned short sortable);
  /external/clearsilver/python/examples/trans/
trans.sql 2 string_id integer not null primary key auto_increment,
9 loc_id integer not null primary key auto_increment,
20 map_id integer not null primary key auto_increment,
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 40 * The primary LocalsArray represents the locals as seen from
44 private final OneLocalsArray primary; field in class:LocalsArraySet
61 primary = new OneLocalsArray(maxLocals);
66 * Constructs an instance with the specified primary and secondaries set.
68 * @param primary {@code non-null;} primary locals to use
72 public LocalsArraySet(OneLocalsArray primary,
74 super(primary.getMaxLocals() > 0);
76 this.primary = primary;
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.h 41 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UBool caseBit, UErrorCode *status);
genuca.cpp 124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) {
132 char *primend = primary+4;
133 if(strlen(primary) > 4) {
147 uint32_t primvalue = (uint32_t)((*primary!='\0')?strtoul(primary, &primend, 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';
485 {"[first primary ignorable", consts->UCA_FIRST_PRIMARY_IGNORABLE, READCE}
    [all...]
  /external/icu4c/tools/genuca/
genuca.h 41 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UBool caseBit, UErrorCode *status);
genuca.cpp 124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) {
132 char *primend = primary+4;
133 if(strlen(primary) > 4) {
147 uint32_t primvalue = (uint32_t)((*primary!='\0')?strtoul(primary, &primend, 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';
485 {"[first primary ignorable", consts->UCA_FIRST_PRIMARY_IGNORABLE, READCE}
    [all...]
  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 157 final int primary = error.getPrimaryError(); local
160 Assert.assertTrue(host != null && primary != 0);
164 if (primary <= mSslPrefTable.getInt(host)) {
258 int primary = error.getPrimaryError(); local
262 Assert.assertTrue(host != null && primary != 0);
266 primary > mSslPrefTable.getInt(host)) {
267 mSslPrefTable.putInt(host, primary);
  /external/guava/src/com/google/common/collect/
CompoundOrdering.java 30 CompoundOrdering(Comparator<? super T> primary,
33 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntitySet.java 276 ValuesDelta primary = null; local
285 } else if (primary == null && entry.isPrimary()) {
286 primary = entry;
292 // When no direct super primary, return something
293 if (primary != null) {
294 return primary;
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
ReadOnlyContactEditorView.java 131 ValuesDelta primary; local
138 primary = state.getPrimaryEntry(Photo.CONTENT_ITEM_TYPE);
139 mPhoto.setValues(kind, primary, state, source.readOnly, vig);
150 primary = state.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE);
151 mName.setText(primary.getAsString(StructuredName.DISPLAY_NAME));
ContactEditorView.java 227 final ValuesDelta primary = state.getPrimaryEntry(mimeType); local
229 mName.setValues(kind, primary, state, mIsSourceReadOnly, vig);
231 String displayName = primary.getAsString(StructuredName.DISPLAY_NAME);
236 final ValuesDelta primary = state.getPrimaryEntry(mimeType); local
237 mPhoto.setValues(kind, primary, state, mIsSourceReadOnly, vig);
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 220 int primary = block.getPrimarySuccessor(); local
228 if (((primary == -1) && (succSize != catchSize))
229 || ((primary != -1) &&
231 || (primary != successors.get(catchSize))))) {
233 * Blocks that throw are supposed to list their primary
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 1168 char primary[100]; local
1601 uint32_t primary = UCOL_PRIMARYORDER(ce); local
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1163 char primary[100]; local
1596 uint32_t primary = UCOL_PRIMARYORDER(ce); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
263 primary = ucol_primaryOrder(ce);
267 // **** That means that we need 24 bits for the primary ****
273 // **** the primary is... ****
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
277 if (primary == 0) {
282 quaternary = primary;
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
263 primary = ucol_primaryOrder(ce);
267 // **** That means that we need 24 bits for the primary ****
273 // **** the primary is... ****
274 if (elems->pce->toShift && (elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
277 if (primary == 0) {
282 quaternary = primary;
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary
    [all...]

Completed in 478 milliseconds

1 2 3