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

1 2

  /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/webkit/WebCore/html/
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());
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)
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 57 /* we don't want the primary */
257 IDirectFBDisplayLayer *primary = HIDDEN->layer; local
260 primary->GetConfiguration (primary, &conf);
  /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/command/dump/
SsaDumper.java 156 int primary = block.getPrimarySuccessorRopLabel(); local
166 if (szSuccLabels != 1 && primary == succLabelList.get(i)) {
BlockDumper.java 335 int primary = bb.getPrimarySuccessor(); local
341 if ((ssz != 1) && (succ == primary)) {
  /external/webkit/WebCore/platform/gtk/
PasteboardGtk.cpp 124 GtkClipboard* primary = m_helper->getPrimary(frame); local
127 gtk_clipboard_set_text(primary, utf8.data(), utf8.length());
  /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);
  /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
RopTranslator.java 273 * The block has a "primary successor" and that primary
323 * immediately follow it, giving top priority to the primary
336 * block as its primary successor, and so on, until we
379 * unordered successors (hopefully the primary), and so
396 int primary = one.getPrimarySuccessor(); local
404 } else if ((primary != preferred) && (primary >= 0)
405 && Bits.get(workSet, primary)) {
407 * The primary is available, so use that
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 1032 private StringBuffer primary = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult
    [all...]
  /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;
  /external/bluetooth/bluez/src/
sdpd-service.c 346 const uint8_t primary = 1; local
394 primary_data = sdp_data_alloc(SDP_BOOL, &primary);
  /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...]
ucol_tok.cpp 121 /* primary ignorable). */
249 U_STRING_DECL(suboption_11, "primary", 7);
282 [last primary ignorable] largest CE for primary ignorable
416 U_STRING_INIT(suboption_11, "primary", 7);
1221 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16; local
1649 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16; local
    [all...]
  /external/dnsmasq/src/
dhcp.c 22 struct in_addr relay, primary; member in struct:iface_param
238 parm.primary = iface_addr;
416 context->local = param->primary;
938 /* use primary (first) address */
  /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...]
ucol_tok.cpp 121 /* primary ignorable). */
249 U_STRING_DECL(suboption_11, "primary", 7);
282 [last primary ignorable] largest CE for primary ignorable
416 U_STRING_INIT(suboption_11, "primary", 7);
1276 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16; local
1704 uint32_t primary = baseCE & UCOL_PRIMARYMASK | (baseContCE & UCOL_PRIMARYMASK) >> 16; local
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
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.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/v8/src/
stub-cache.cc 74 // Compute the primary entry.
76 Entry* primary = entry(primary_, primary_offset); local
77 Code* hit = primary->value;
79 // If the primary entry has useful data in it, we retire it to the
84 SecondaryOffset(primary->key, primary_flags, primary_offset);
86 *secondary = *primary;
89 // Update primary cache.
90 primary->key = name;
91 primary->value = code;
    [all...]
  /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...]

Completed in 870 milliseconds

1 2