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

<<11121314151617181920>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 380 CalendarContract.EventsRawTimes._ID + " INTEGER PRIMARY KEY," +
390 CalendarContract.Instances._ID + " INTEGER PRIMARY KEY," +
413 CalendarContract.Attendees._ID + " INTEGER PRIMARY KEY," +
427 CalendarContract.Reminders._ID + " INTEGER PRIMARY KEY," +
440 CalendarContract.CalendarAlerts._ID + " INTEGER PRIMARY KEY," +
464 CalendarContract.ExtendedProperties._ID + " INTEGER PRIMARY KEY," +
501 CalendarContract.Events._ID + " INTEGER PRIMARY KEY AUTOINCREMENT," +
565 + "_id INTEGER PRIMARY KEY AUTOINCREMENT,"
628 "_id INTEGER PRIMARY KEY," +
    [all...]
  /external/valgrind/main/
configure.in 213 # VGCONF_OS is the primary build OS, eg. "linux". It is passed in to
337 # VGCONF_ARCH_PRI is the arch for the primary build target, eg. "amd64". By
342 # arch corresponding to the primary build (VGCONF_PLATFORM_PRI_CAPS). It is
353 # VGCONF_PLATFORM_PRI_CAPS is the primary build target, eg. "AMD64_LINUX".
366 # By default, the primary arch is the same as the "max" arch, as commented
597 # Relies on the assumption that the primary and secondary targets are
598 # for the same OS, so therefore only necessary to test the primary.
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 280 protected Uri insertOrganization(long rawContactId, ContentValues values, boolean primary) {
284 if (primary) {
296 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) {
297 return insertPhoneNumber(rawContactId, phoneNumber, primary, Phone.TYPE_HOME);
300 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary,
307 if (primary) {
319 protected Uri insertEmail(long rawContactId, String email, boolean primary) {
320 return insertEmail(rawContactId, email, primary, Email.TYPE_HOME, null);
323 protected Uri insertEmail(long rawContactId, String email, boolean primary, int type,
331 if (primary) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 89 /** primary successor index */
222 * Gets the primary successor index. This is the index into the
223 * successors list where the primary may be found or
224 * {@code -1} if there are successors but no primary
227 * successors at all (primary or otherwise).
229 * @return {@code >= -1;} the primary successor index
611 * primary successor.
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 391 + " (" + ID_COL + " INTEGER PRIMARY KEY, "
414 + " (" + ID_COL + " INTEGER PRIMARY KEY, "
424 + " (" + ID_COL + " INTEGER PRIMARY KEY, " + FORMURL_URL_COL
429 + " (" + ID_COL + " INTEGER PRIMARY KEY, "
437 + " (" + ID_COL + " INTEGER PRIMARY KEY, "
445 + " (" + ID_COL + " INTEGER PRIMARY KEY, "
466 + " (" + ID_COL + " INTEGER PRIMARY KEY, " + CACHE_URL_COL
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 123 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>,
126 * For example, in Czech, "e" and "f" are considered primary differences,
133 * //Get the Collator for US English and set its strength to PRIMARY
136 * usCollator->setStrength(Collator::PRIMARY);
138 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl;
183 * Base letter represents a primary difference. Set comparison level to
184 * PRIMARY to ignore secondary and tertiary differences.<br>
186 * Example of primary difference, "abc" &lt; "abd"
209 PRIMARY = 0,
572 * <p>E.g. with strength == PRIMARY, the secondary and tertiary differenc
    [all...]
  /external/dbus/dbus/
dbus-bus.c 1009 * one owns it at a time - called the primary owner. If the primary
1017 * will become the primary owner and receive messages.
1027 * connection is queued and does not become the primary owner.
1034 * #DBUS_NAME_FLAG_DO_NOT_QUEUE means that if you aren't the primary owner,
1036 * primary owner.
1041 * the #DBUS_NAME_FLAG_REPLACE_EXISTING flag, and the current primary
1042 * owner has #DBUS_NAME_FLAG_ALLOW_REPLACEMENT set, then the current primary
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 104 /** Primary collation strength */
144 * Base letter represents a primary difference. Set comparison
147 * Example of primary difference, "abc" &lt; "abd"
184 * primary weights in the same way,
185 * and UCOL_SHIFTED which causes codepoints with primary
187 * to be ignored on primary level and moved to the quaternary
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 104 /** Primary collation strength */
144 * Base letter represents a primary difference. Set comparison
147 * Example of primary difference, "abc" &lt; "abd"
184 * primary weights in the same way,
185 * and UCOL_SHIFTED which causes codepoints with primary
187 * to be ignored on primary level and moved to the quaternary
    [all...]
  /external/chromium/net/base/
ev_root_ca_metadata.cc 64 // CertPlus Class 2 Primary CA (KEYNECTIS)
112 // GeoTrust Primary Certification Authority
201 // thawte Primary Root CA
224 // VeriSign Class 3 Public Primary Certification Authority
230 // VeriSign Class 3 Public Primary Certification Authority - G5
  /external/clang/lib/AST/
CXXInheritance.cpp 673 // If the record has a virtual primary base class, add it to our set.
681 "Cannot get indirect primary bases for class with dependent bases.");
687 // indirect primary virtual base classes.
704 "Cannot get indirect primary bases for class with dependent bases.");
710 // indirect primary virtual base classes.
  /external/clang/lib/Parse/
ParseExpr.cpp 460 /// primary-expression: [C99 6.5.1]
599 // and primary-expression. We handle them together like this for efficiency
604 // If the parsed tokens consist of a primary-expression, the cases below
643 // primary-expression
661 assert(Res.get() == 0 && "Stray primary-expression annotation?");
666 case tok::identifier: { // primary-expression: identifier
780 case tok::kw___func__: // primary-expression: __func__ [C99 6.4.2.2]
781 case tok::kw___FUNCTION__: // primary-expression: __FUNCTION__ [GNU]
782 case tok::kw___PRETTY_FUNCTION__: // primary-expression: __P..Y_F..N__ [GNU]
786 case tok::string_literal: // primary-expression: string-litera
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 24 // primary
237 /// primary
251 /// ::= ('+' primary)*
266 // Parse the primary expression after the binary operator.
284 /// ::= primary binoprhs
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 31 // primary
244 /// primary
258 /// ::= ('+' primary)*
273 // Parse the primary expression after the binary operator.
291 /// ::= primary binoprhs
  /external/llvm/include/llvm/
DerivedTypes.h 52 /// This static method is the primary way of constructing an IntegerType.
102 /// FunctionType::get - This static method is the primary way of constructing
227 /// StructType::get - This static method is the primary way to create a
339 /// ArrayType::get - This static method is the primary way to construct an
366 /// VectorType::get - This static method is the primary way to construct an
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 129 mDatabase.execSQL("CREATE TABLE " + TABLE5_NAME + " (_id INTEGER PRIMARY KEY,"
441 mDatabase.execSQL("CREATE TABLE " + tablename + " (_id INTEGER PRIMARY KEY,"
468 String sql = "Create TABLE " + tableName + " (_id INTEGER PRIMARY KEY, " + columnNames
  /external/bluetooth/bluez/plugins/
gatt-example.c 77 /* Battery state service: primary service definition */
132 /* Thermometer: primary service definition */
410 /* Weight service: primary service definition */
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.mm 82 // Flip coordinates based on the primary screen.
195 // Flip coordinates based on the primary screen.
561 // Flip coordinates based on the primary screen.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 424 /// The dependent symbol should stay alive as long as the primary is alive.
425 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
427 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
  /external/grub/stage2/
smp-imps.c 302 * Primary function for booting individual CPUs.
561 * Setup primary CPU.
675 * This is the primary function for probing for MPS compatible hardware
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 465 // Add the primary layer first. Even if we have negative z-order children, the primary layer always comes behind.
491 // primary layer (which is itself a child of the transform layer).
UniscribeHelper.h 320 // Ascent offset between the ascent of the primary font
382 // Windows font data for the primary font. In a sense, m_logfont and m_style
386 // (virtual) setter for the height and the style of the primary font,
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 479 // Add the primary layer first. Even if we have negative z-order children, the primary layer always comes behind.
505 // primary layer (which is itself a child of the transform layer).
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 423 bool primary = true;
425 primary = frame->selection()->isFocusedAndActive();
426 return primary ? [NSColor selectedTextBackgroundColor] : [NSColor secondarySelectedControlColor];

Completed in 5465 milliseconds

<<11121314151617181920>>