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

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DialerFilterRule.java 47 INode primary = node.appendChild(FQCN_EDIT_TEXT); local
48 primary.setAttribute(ANDROID_URI, ATTR_TEXT, "Primary");
49 primary.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/primary"); //$NON-NLS-1$
50 primary.setAttribute(ANDROID_URI, ATTR_LAYOUT_BELOW,
52 primary.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent);
  /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/Source/WebCore/html/
HTMLDataGridColElement.cpp 63 m_column = DataGridColumn::create(getIdAttribute(), label(), type(), primary(), sortable());
143 bool HTMLDataGridColElement::primary() const function in class:WebCore::HTMLDataGridColElement
148 void HTMLDataGridColElement::setPrimary(bool primary)
150 setAttribute(primaryAttr, primary ? "" : 0);
165 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/Settings/src/com/android/settings/widget/
ChartGridView.java 105 final Drawable primary = mPrimary; local
112 primary.setBounds((int) x, 0, right, height);
113 primary.draw(canvas);
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 161 int primary = block.getPrimarySuccessorRopLabel(); local
171 if (szSuccLabels != 1 && primary == succLabelList.get(i)) {
BlockDumper.java 333 int primary = bb.getPrimarySuccessor(); local
339 if ((ssz != 1) && (succ == primary)) {
  /frameworks/base/core/java/android/webkit/
SslErrorHandlerImpl.java 158 final int primary = error.getPrimaryError(); local
162 assert primary != -1;
165 if (mSslPrefTable.containsKey(host) && primary <= mSslPrefTable.getInt(host)) {
258 int primary = error.getPrimaryError(); local
263 assert primary != -1;
266 if (!hasKey || primary > mSslPrefTable.getInt(host)) {
267 mSslPrefTable.putInt(host, primary);
  /dalvik/dexgen/src/com/android/dexgen/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...]
  /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 280 * The block has a "primary successor" and that primary
330 * immediately follow it, giving top priority to the primary
343 * block as its primary successor, and so on, until we
386 * unordered successors (hopefully the primary), and so
403 int primary = one.getPrimarySuccessor(); local
411 } else if ((primary != preferred) && (primary >= 0)
412 && Bits.get(workSet, primary)) {
414 * 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/experimental/LoaderApp/src/com/android/loaderapp/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/attrib/
gatt.c 78 /* Discover all primary services */
86 /* Discover primary service by service UUID */
170 struct att_primary *primary; local
186 primary = g_try_new0(struct att_primary, 1);
187 if (!primary) {
191 primary->start = start;
192 primary->end = end;
193 bt_uuid_to_string(&uuid, primary->uuid, sizeof(primary->uuid));
194 dp->primaries = g_slist_append(dp->primaries, primary);
    [all...]
gatttool.c 143 g_printerr("Discover all primary services failed: %s\n",
164 g_printerr("Discover primary services by UUID failed: %s\n",
179 static gboolean primary(gpointer user_data) function
501 { "primary", 0, 0, G_OPTION_ARG_NONE, &opt_primary,
502 "Primary Service Discovery", NULL },
553 /* Primary Services and Characteristics arguments */
555 "Primary Services/Characteristics arguments",
556 "Show all Primary Services/Characteristics arguments",
581 operation = primary;
  /external/bluetooth/bluez/src/
sdpd-service.c 179 const uint8_t primary = 1; local
225 primary_data = sdp_data_alloc(SDP_BOOL, &primary);
  /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...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 170 ValuesDelta primary; local
178 primary = state.getPrimaryEntry(Photo.CONTENT_ITEM_TYPE);
179 getPhotoEditor().setValues(kind, primary, state, !type.areContactsWritable(), vig);
190 primary = state.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE);
191 mName.setText(primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) :
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 314 ValuesDelta primary = null; local
323 } else if (primary == null && entry.isPrimary()) {
324 primary = entry;
330 // When no direct super primary, return something
331 if (primary != null) {
332 return primary;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 93 throw new AssertionError("Some of ContactsContract.CommonDataKinds class primary"
112 final Integer primary = values.getAsInteger(Data.IS_PRIMARY); local
114 if ((primary != null && primary != 0) || (superPrimary != null && superPrimary != 0)) {
119 // configured super primary
127 // if there is already another data item configured as super-primary,
183 * Ensures that all super-primary and primary flags of this raw_contact are
230 // Set both super primary and primary
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 229 Element primary = getPrimaryElement(); local
230 if (primary != null && getDomDocument().getDocumentElement() == primary) {
233 List<Attr> declarations = findNamespaceAttributes(primary);
325 if (primary != null) {
326 List<Attr> layoutAttributes = findLayoutAttributes(primary);
403 Element primary = getPrimaryElement(); local
404 if (primary != null) {
405 String oldType = primary.getTagName();
  /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...]

Completed in 1080 milliseconds

1 2 3