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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 31 // The primary key of the entry.
  /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;
  /frameworks/base/telephony/java/android/telephony/
SmsCbMessage.java 98 /** Timestamp of ETWS primary notification with security. */
101 /** 43 byte digital signature of ETWS primary notification with security. */
108 // ETWS primary notification with security is 56 octets in length
188 * For ETWS primary notifications, return the emergency user alert flag.
196 * For ETWS primary notifications, return the popup flag.
204 * For ETWS primary notifications, return the warning type.
212 * For ETWS primary notifications, return the Warning-Security-Information timestamp.
220 * For ETWS primary notifications, return the 43 byte digital signature.
406 * Parses an ETWS primary notification timestamp and returns a currentTimeMillis()-style
408 * @param pdu the ETWS primary notification PDU to decod
    [all...]
  /libcore/luni/src/main/java/java/text/
Collator.java 36 * <li>PRIMARY strength: Typically, this is used to denote differences between
43 * the language. A secondary difference is ignored when there is a primary
50 * when there is a primary or secondary difference anywhere in the strings.
75 * // Get the Collator for US English and set its strength to PRIMARY
77 * usCollator.setStrength(Collator.PRIMARY);
131 public static final int PRIMARY = 0;
297 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
326 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
360 case Collator.PRIMARY:
376 javaValue = Collator.PRIMARY;
    [all...]
  /libcore/luni/src/test/java/tests/support/
DatabaseCreator.java 66 + " PRIMARY KEY (id) FOREIGN KEY (fkey) REFERENCES "
74 + "fdate date," + " ftime time, PRIMARY KEY (finteger))";
77 + " (fk INTEGER NOT NULL," + "" + " PRIMARY KEY (fk))";
81 + " PRIMARY KEY (fk))";
88 + " city character (10), comm real, PRIMARY KEY (snum))";
93 + " rating integer, snum integer, PRIMARY KEY (cnum))";
98 + " snum integer, PRIMARY KEY (onum))";
102 + "name CHAR(200), PRIMARY KEY(id))";
106 + "value CHAR(200), PRIMARY KEY(id), "
113 + "value CHAR(200), PRIMARY KEY(id),
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 12 (* primary
86 * ::= primary
93 (* If the current token is not an operator, it must be a primary expr. *)
97 * ::= ('+' primary)* *)
133 * ::= primary binoprhs *)
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 6 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
14 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
31 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
32 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
33 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT);
34 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
40 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id),group_sync_account STRING,group_sync_id STRING);
47 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
51 CREATE TABLE organizations (_id INTEGER PRIMARY KEY AUTOINCREMENT,company TEXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NU (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account));
11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
12 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0);
18 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name));
19 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER);
21 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT);
22 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT);
28 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id),group_sync_account STRING,group_sync_id STRING);
40 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync INTEGER NOT NULL DEFAULT 0,system_id TEXT,UNIQUE(name,system_id,_sync_account));
42 CREATE TABLE organizations (_id INTEGER PRIMARY KEY AUTOINCREMENT,company TEXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NU (…)
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 618 // ..in classes sharing a virtual table with a primary base class, the vcall
625 // emit them for the primary base first).
631 // Get the base offset of the primary base.
634 "Primary vbase should have a zero offset!");
643 "Primary base should have a zero offset!");
680 // Handle the primary base first.
682 // primary base will have its vcall and vbase offsets emitted already.
684 // Get the base offset of the primary base.
686 "Primary base should have a zero offset!");
723 // And iterate over all non-virtual bases (ignoring the primary base)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 255 on a primary mixing buffer located in hardware (DirectX 5.0)
423 /* This function tries to create a primary audio buffer, and returns the
434 /* Try to set primary mixing privileges */
444 /* Try to create the primary buffer */
473 /* The primary buffer size is not a multiple of 'chunksize'
479 "Primary buffer size is: %d, cannot break it into chunks of %d bytes\n",
485 /* Set the primary audio format */
510 /* Try to set primary mixing privileges */
688 fprintf(stderr, "Using primary audio buffer\n");
  /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();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
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/
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/bluetooth/glib/docs/reference/glib/
running.sgml 235 <indexterm><primary>g_trap_free_size</primary></indexterm>
236 <indexterm><primary>g_trap_realloc_size</primary></indexterm>
237 <indexterm><primary>g_trap_malloc_size</primary></indexterm>
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 256 void SymbolManager::addSymbolDependency(const SymbolRef Primary,
258 SymbolDependTy::iterator I = SymbolDependencies.find(Primary);
262 SymbolDependencies[Primary] = dependencies;
270 const SymbolRef Primary) {
271 SymbolDependTy::const_iterator I = SymbolDependencies.find(Primary);
280 assert(LI != TheLiving.end() && "The primary symbol is not live.");
  /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/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 289 // if we have a O, use O as primary subject, secondary prefer CN over OU
290 // if we don't have an O, use CN as primary, empty secondary
291 // if we don't have O or CN, use DName as primary, empty secondary
312 int primary = this.mSubjectPrimary.compareToIgnoreCase(o.mSubjectPrimary); local
313 if (primary != 0) {
314 return primary;
  /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/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/chromium/chrome/browser/sync/syncable/
directory_backing_store_unittest.cc 80 "value blob, PRIMARY KEY(metahandle, key) ON CONFLICT REPLACE);"
81 "CREATE TABLE metas (metahandle bigint primary key ON CONFLICT FAIL,"
179 "CREATE TABLE share_info (id VARCHAR(128) primary key, "
188 "CREATE TABLE share_version (id VARCHAR(128) primary key, data INT);"
205 "value blob, PRIMARY KEY(metahandle, key) ON CONFLICT REPLACE);"
206 "CREATE TABLE metas (metahandle bigint primary key ON CONFLICT FAIL,"
289 "CREATE TABLE share_info (id VARCHAR(128) primary key, "
298 "CREATE TABLE share_version (id VARCHAR(128) primary key, data INT);"
309 "value blob, PRIMARY KEY(metahandle, key) ON CONFLICT REPLACE);"
310 "CREATE TABLE metas (metahandle bigint primary key ON CONFLICT FAIL,
    [all...]
  /external/chromium/app/sql/
connection_unittest.cc 92 ASSERT_TRUE(db().Execute("CREATE TABLE foo (id INTEGER PRIMARY KEY, value)"));
100 // It should be the primary key of the row we just inserted.
statement_unittest.cc 115 ASSERT_TRUE(db().Execute("CREATE TABLE foo (a INTEGER PRIMARY KEY, b)"));
117 // Insert in the foo table the primary key. It is an error to insert
  /external/chromium/net/base/
network_change_notifier.h 24 // Will be called when the IP address of the primary interface changes.
25 // This includes when the primary interface itself changes.

Completed in 905 milliseconds

1 2 3 4 5 67 8 91011>>