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

<<21222324252627282930>>

  /external/llvm/docs/tutorial/
LangImpl4.html 548 // primary
761 /// primary
775 /// ::= ('+' primary)*
790 // Parse the primary expression after the binary operator.
808 /// ::= primary binoprhs
    [all...]
OCamlLangImpl4.html 548 (* primary *)
659 (* primary
697 * ::= ('+' primary)* *)
710 (* Parse the primary expression after the binary operator. *)
733 * ::= primary binoprhs *)
    [all...]
OCamlLangImpl6.html 351 * ::= primary
358 (* If the current token is not an operator, it must be a primary expr. *)
364 operator when parsing a primary operator, we eat the operator as a prefix and
377 * ::= ('+' primary)* *)
387 * ::= primary binoprhs *)
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 614 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheGroups (id INTEGER PRIMARY KEY AUTOINCREMENT, "
616 executeSQLCommand("CREATE TABLE IF NOT EXISTS Caches (id INTEGER PRIMARY KEY AUTOINCREMENT, cacheGroup INTEGER, size INTEGER)");
622 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResources (id INTEGER PRIMARY KEY AUTOINCREMENT, url TEXT NOT NULL ON CONFLICT FAIL, "
624 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResourceData (id INTEGER PRIMARY KEY AUTOINCREMENT, data BLOB, path TEXT)");
625 executeSQLCommand("CREATE TABLE IF NOT EXISTS DeletedCacheResources (id INTEGER PRIMARY KEY AUTOINCREMENT, path TEXT)");
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 680 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
701 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
721 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
835 "create table zoo_office(id integer not null, name varchar(20), primary key(id));",
840 "create table zoo_office(id integer not null, name varchar(20), primary key(id));",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 171 * "primary" view, the first view that is rendered
183 * where this is the primary view. The primary view is the one that will be shown
187 * @return true if this is the primary view among more than one linked to a single
679 CanvasViewInfo view = views.get(0); // primary
    [all...]
  /packages/apps/Phone/res/values/
strings.xml     [all...]
  /external/bluetooth/bluez/src/
device.c 115 GSList *services; /* Primary services path */
116 GSList *primaries; /* List of primary services */
1058 delete_entry(&src, "primary", addr);
1622 struct att_primary *primary = l->data; local
    [all...]
  /external/e2fsprogs/e2fsck/
problem.c 162 "may lie only with the primary block group descriptors, and\n"
523 /* Bad primary block */
528 /* Bad primary block prompt */
534 /* Bad primary superblock */
536 N_("The primary @S (%b) is on the bad @b list.\n"),
539 /* Bad primary block group descriptors */
541 N_("Block %b in the primary @g descriptors "
    [all...]
  /external/ppp/pppd/
ipcp.c 351 /* We take the last 2 values given, the 2nd-last as the primary
353 becomes both primary and secondary. */
387 /* We take the last 2 values given, the 2nd-last as the primary
389 becomes both primary and secondary. */
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.conf 379 # channel below the primary channel; [HT40+] = both 20 MHz and 40 MHz
380 # with secondary channel below the primary channel
390 # Please note that 40 MHz channels may switch their primary and secondary
597 # Secondary RADIUS servers; to be used if primary one does not reply to
608 # Retry interval for trying to return to the primary RADIUS server (in
611 # primary server will be retried after configured amount of time even if the
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 269 // We choose "super primary" ContentValues.
273 // We choose the first "primary" ContentValues
274 // if "super primary" ContentValues does not exist.
279 // Do not break, since there may be ContentValues with "super primary"
290 // We choose the first ContentValues if any "primary" ContentValues does not exist.
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 189 // If primary external storage is ejected, then remove the external volume
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 788 error = "Incompatible primary surface";
806 error = "Primary surface already exists";
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 124 All entries in the primary (top-level) map must point to a valid
129 'undefined' and 'defined'. For these uniform 64kB chunks, the primary
354 /* --------------- Primary maps --------------- */
356 /* The main primary map. This covers some initial part of the address
358 handled using the auxiliary primary map.
363 /* An entry in the auxiliary primary map. base must be a 64k-aligned
365 main primary map, the secondary may be either a real secondary, or
409 primary maps. */
589 // In all these, 'low' means it's definitely in the main primary map,
640 /* Produce the secmap for 'a', either from the primary map or b
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 253 // Find the property in continuation class's primary class only.
258 // No matching property found in the primary class. Just fall thru
259 // and add property to continuation class's primary class.
296 // Protocol is not in the primary class. Must build one for it.
304 // Must re-establish the context from class extension to primary
340 // Make sure setter decl is synthesized, and added to primary class's list.
    [all...]
  /external/icu4c/i18n/
nfrule.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 921 // Add the primary layer. Even if we have negative z-order children, the primary layer always comes behind.
946 // primary layer (which is itself a child of the transform layer).
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 593 not considered a "primary" density group. It is mostly intended for televisions and most
597 <p>There is a 3:4:6:8 scaling ratio between the four primary densities (ignoring the
661 <td>Primary text input method</td>
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 67 /// primary base classes for some other direct or indirect base class.
645 // We only want to lay out virtual bases that aren't indirect primary bases
700 // We've already laid out the primary base.
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 260 "_id INTEGER PRIMARY KEY," +
289 "_id INTEGER PRIMARY KEY," +
320 "_id INTEGER PRIMARY KEY," +
    [all...]
  /bionic/libm/src/
s_expm1.c 182 /* x is now in primary range */
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 267 String sql = "Create TABLE " + tableName + " (_id INTEGER PRIMARY KEY, " + columnNames
  /cts/tests/tests/database/src/android/database/sqlite/cts/
DatabaseStatementTest.java 73 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, data TEXT);");

Completed in 1975 milliseconds

<<21222324252627282930>>