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

<<21222324252627282930>>

  /frameworks/base/voip/java/android/net/rtp/
AudioStream.java 141 * The primary usage is to send digits to the remote gateway to perform
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 57 + SyncStateContract.Columns._ID + " INTEGER PRIMARY KEY,"
  /hardware/invensense/mlsdk/mllite/
accel.c 28 * connected to either the primary or the seconday I2C interface
pressure.c 28 * connected to either the primary or the seconday I2C interface
  /hardware/ti/omap4xxx/camera/inc/
TICameraParameters.h 34 // Example value: "0,1,2,3", where 0-primary, 1-secondary1, 2-secondary2, 3-sterocamera
  /libcore/luni/src/main/java/java/sql/
SQLIntegrityConstraintViolationException.java 22 * various the an integrity constraint (foreign key, primary key or unique key)
  /ndk/sources/host-tools/nawk-20071023/
proto.h 62 extern Node *primary(void);
b.c 625 return (alt(concat(primary())));
628 Node *primary(void) function
674 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
683 return (concat(op2(CAT, np, primary())));
692 return (alt(op2(OR, np, concat(primary()))));
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 60 + Profiles._ID + " INTEGER PRIMARY KEY,"
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 45 private static final String IS_PRIMARY = "\"primary\"";
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchange.java 43 * There are two primary paths through this activity:
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java 102 FIELD_APPWIDGET_ID + " INTEGER PRIMARY KEY," +
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 123 text = (TextView) item.findViewById(R.id.primary);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 387 // Remember super-primary phone
612 // If any of the collapsed entries are primary make the whole thing primary.
737 // Set the primary icon
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 132 * Swaps the first and second values in the codes array if the primary code is not the first
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
iso_fs.h 64 /* Almost the same as the primary descriptor but two fields are specified */
  /sdk/rule_api/src/com/android/ide/common/api/
DropFeedback.java 101 * The baseline of the primary dragged view. -1 means that the view does not have a baseline.
  /external/doclava/src/com/google/doclava/parser/
Java.g 155 * Primary author: Terence Parr, July 2006
195 * Changed the 'this' alternative in primary to allow 'identifierSuffix' rather than
223 * out of expressions allowed me to simplify "primary".
251 * Simplified primary (got rid of those things that are only used in
696 | primary
1084 | primary
1100 primary
    [all...]
  /external/v8/src/
stub-cache.cc 80 // Compute the primary entry.
82 Entry* primary = entry(primary_, primary_offset); local
83 Code* hit = primary->value;
85 // If the primary entry has useful data in it, we retire it to the
90 SecondaryOffset(primary->key, primary_flags, primary_offset);
92 *secondary = *primary;
95 // Update primary cache.
96 primary->key = name;
97 primary->value = code;
    [all...]
  /external/bluetooth/bluez/src/
attrib-server.c 305 * Only <<Primary Service>> and <<Secondary Service>> grouping
588 /* Primary service? Attribute value matches? */
601 * to track that a new group started: Primary or
1023 /* GAP service: primary service definition */
1060 /* GATT service: primary service definition */
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 31 // primary
341 /// primary
359 /// ::= ('+' primary)*
374 // Parse the primary expression after the binary operator.
392 /// ::= primary binoprhs
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h     [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 96 /** Primary collation strength */
150 * Base letter represents a primary difference. Set comparison
153 * Example of primary difference, "abc" &lt; "abd"
190 * primary weights in the same way,
191 * and UCOL_SHIFTED which causes codepoints with primary
193 * to be ignored on primary level and moved to the quaternary
    [all...]

Completed in 1196 milliseconds

<<21222324252627282930>>