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

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
libxt_connbytes.man 7 The primary use is to detect long-lived downloads and mark them to be
  /external/valgrind/main/auxprogs/
Makefile.am 22 # valgrind_listener (built for the primary target only)
  /external/webkit/Source/WebCore/html/
DataGridColumnList.idl 39 DataGridColumn add(in DOMString id, in DOMString label, in DOMString type, in boolean primary, in unsigned short sortable);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java 47 /** Checks if the contact data for this action is primary. */
  /packages/apps/Mms/src/org/w3c/dom/events/
EventListener.java 16 * The <code>EventListener</code> interface is the primary method for
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatReceiverFactory.java 28 * A factory for {@link LogCatReceiver} objects. Its primary objective is to cache
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 85 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, text1 TEXT, text2 TEXT, " +
161 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, text1 TEXT, text2 TEXT, " +
197 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, text1 TEXT, text2 TEXT, " +
  /external/chromium/webkit/glue/
password_form.h 52 // The signon_realm is effectively the primary key used for retrieving
56 // The URL (minus query parameters) containing the form. This is the primary
62 // The action target of the form. This is the primary data used by the
  /external/collada/include/1.4/dom/
domFx_surface_init_volume_common.h 96 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PRIMARY; }
183 * Gets the primary element.
184 * @return a daeSmartRef to the primary element.
domFx_surface_init_cube_common.h 90 * Init all primary mip level 0 subsurfaces with one compound image such as
97 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PRIMARY; }
300 * Init all primary mip level 0 subsurfaces with one compound image such as
331 * Gets the primary element.
332 * @return a daeSmartRef to the primary element.
  /external/oprofile/events/mips/r12000/
events 21 event:0x11 counters:0,1,2,3 um:zero minimum:500 name:PREFETCH_MISSES_IN_DCACHE : Primary data cache misses by prefetch instructions
26 event:0x16 counters:0,1,2,3 um:zero minimum:500 name:QUADWORDS : Quadwords written back from primary data cache
29 event:0x19 counters:0,1,2,3 um:zero minimum:500 name:DCACHE_MISSES : Primary data cache misses
  /external/svox/pico/lib/
picoacph.h 88 (phon containing primary and secondary word-level stress)
107 at all (primary or secondary or both) then do the following mapping:
129 - PICODATA_ITEMINFO1_BOUND_PHR1 (primary boundary)
  /external/wpa_supplicant_8/src/radius/
radius_client.h 158 * retry_primary_interval - Retry interval for trying primary server
161 * the primary RADIUS server. RADIUS client code will automatically try
163 * requests. If this interval is set (non-zero), the primary server
  /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);
  /packages/experimental/LoaderApp/res/values/
config.xml 88 <!-- If true, the default sort order is primary (i.e. by given name) -->
94 <!-- If true, the default sort order is primary (i.e. by given name) -->
97 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
chio.h 122 char cge_pvoltag[36]; /* primary volume tag */
131 #define CGE_PVOLTAG 0x10 /* primary volume tag available */
145 #define CSV_PVOLTAG 0x01 /* primary volume tag */
  /external/icu4c/test/cintltst/
citertst.c 1163 char primary[100]; local
1541 uint32_t primary, p1, p2, secondary, tertiary; local
    [all...]
  /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
  /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/chrome/browser/history/
visitsegment_database.cc 23 // id Primary key
29 // id Primary key
47 "id INTEGER PRIMARY KEY,"
68 "id INTEGER PRIMARY KEY,"
96 "url_id INTEGER PRIMARY KEY,"
  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 64 // Primary EH destructor.
71 // Partial destructor for primary normal destructor.
73 // the partial destroy for the primary normal destructor to fall
74 // within the primary EH destructor.
85 // Back to the primary EH destructor.
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 56 "_id INTEGER PRIMARY KEY," +
85 "_id INTEGER PRIMARY KEY," +
124 "_id INTEGER PRIMARY KEY," +
144 "_id INTEGER PRIMARY KEY," +
158 "_id INTEGER PRIMARY KEY," +
167 "day INTEGER PRIMARY KEY," + // the Julian day
173 "_id INTEGER PRIMARY KEY," +
185 "_id INTEGER PRIMARY KEY," +
195 "_id INTEGER PRIMARY KEY," +
208 "_id INTEGER PRIMARY KEY,"
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 98 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, data TEXT);");
109 "CREATE TABLE test (_id INTEGER PRIMARY KEY, s TEXT, d REAL, l INTEGER, b BLOB);");
148 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, data REAL);");
259 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, data TEXT);");
320 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, data INT);");
348 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, data TEXT);");
381 mDatabase.execSQL("CREATE TABLE test (_id INTEGER PRIMARY KEY, txt TEXT, data INT);");
  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 18 // Represents a 1024x768 monitor that is not the primary monitor, arranged to
19 // the immediate left of the primary 1024x768 monitor.
22 // Represents a 1024x768 monitor that is not the primary monitor, arranged to
23 // the immediate right of the primary 1024x768 monitor.
26 // Represents a 1024x768 monitor that is not the primary monitor, arranged to
27 // the immediate top of the primary 1024x768 monitor.
30 // Represents a 1024x768 monitor that is not the primary monitor, arranged to
31 // the immediate bottom of the primary 1024x768 monitor.
381 { // normal, on non-primary monitor in negative coords.
393 { // normal, on non-primary monitor in negative coords, maximized
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 102 * For the column {@code UPDATE_RULE}, states that when the primary key is
121 * if the primary key has been imported, it cannot be updated or deleted.
132 * States that a primary key must not be updated when imported as a foreign
138 * States that when the primary key is modified (updated or deleted) the
145 * States that when the primary key is modified (updated or deleted) the
752 * reference the primary key columns of a supplied primary key table. This
754 * expected to return a single foreign key - primary key pair in most cases.
759 * <li>{@code PKTABLE_CAT} - String - from the primary key table : Catalog
761 * <li>{@code PKTABLE_SCHEM} - String - from the primary key table : Schem
    [all...]

Completed in 1280 milliseconds

1 2 3 4 5 6 7 891011>>