/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
rule_binding.py | 110 # The defines come in as one flat string. Split it up into distinct arguments.
|
/frameworks/base/docs/html/guide/topics/security/ |
permissions.jd | 29 application runs with a distinct system identity (Linux user ID and group 30 ID). Parts of the system are also separated into distinct identities. 83 <p>At install time, Android gives each package a distinct Linux user ID. The 86 what matters is that each package has a distinct UID on a given device.</p>
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatSymbolsTest.java | 109 // verifies that it's data is now distinct from the original
|
/external/guava/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 52 * across non-distinct key values. For example, for the following multimap 147 * @param expectedKeys the expected number of distinct keys 363 /** An {@code Iterator} over distinct keys in key head order. */ 1113 * @serialData the number of distinct keys, and then for each distinct key [all...] |
ImmutableSetMultimap.java | 430 * @serialData number of distinct keys, and then for each distinct key: the
|
/external/jpeg/ |
jquant1.c | 277 int total_colors; /* Number of distinct output colors */ 305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ 362 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ 392 * distinct output values. 439 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
|
/external/qemu/distrib/jpeg-6b/ |
jquant1.c | 277 int total_colors; /* Number of distinct output colors */ 305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ 362 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ 392 * distinct output values. 439 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
|
/external/webkit/Source/WebCore/dom/ |
Position.cpp | 471 // If true, adjacent candidates are visually distinct. 547 // If we've moved to a position that is visually distinct, return the last saved position. There 548 // is code below that terminates early if we're *about* to move to a visually distinct position. 566 // Don't move past a position that is visually distinct. We could rely on code above to terminate and 675 // Do not move to a visually distinct position. 679 // Note: The first position after the last in a node whose ends are visually distinct [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 80 expected = "SELECT DISTINCT age, address FROM " + EMPLOYEE_TABLE_NAME + " WHERE (age>32)"; 90 expected = "SELECT DISTINCT age, address FROM " + EMPLOYEE_TABLE_NAME
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsn.java | 207 * Gets the minimum distinct registers required for this instruction. 213 * @return {@code >= 0;} the minimum distinct register requirement
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 209 * Gets the minimum distinct registers required for this instruction. 218 * @return {@code >= 0;} the minimum distinct register requirement
|
/external/chromium/chrome/browser/history/ |
url_database.h | 284 // so that DISTINCT can be prepended to get distinct URLs.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 209 * Gets the minimum distinct registers required for this instruction. 218 * @return {@code >= 0;} the minimum distinct register requirement
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
SQL_Results.java | 104 String statement = "select distinct SCENARIO.ID, SCENARIO.NAME , SCENARIO.SHORT_NAME from SCENARIO where " + //$NON-NLS-1$ 124 String statement = "select distinct SCENARIO.ID, SCENARIO.NAME , SCENARIO.SHORT_NAME from SCENARIO, SAMPLE, VARIATION where " + //$NON-NLS-1$
|
/external/icu4c/common/ |
resbund.cpp | 27 * Modified to load locale index out of new file distinct 64 * will be treated as distinct, even if they are for the same locale.
|
/external/nist-sip/java/gov/nist/javax/sip/ |
EventScanner.java | 318 * field, and each represents a distinct dialog, with a 319 * distinct dialog identifier.
|
/external/openssl/crypto/engine/ |
README | 44 such ciphers is via entirely distinct API calls that didn't exist before. 176 is deliberately a distinct step. Moreover, registration and unregistration has
|
/external/srtp/crypto/cipher/ |
aes_icm.c | 84 * packet index is distinct for each packet (48 bits wide) 86 * nonce can be distinct across many uses of the same key, or
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontFastPath.cpp | 107 // If the glyphs are distinct, we will make the assumption that the font has a vertical-right glyph baked 124 // The glyphs are distinct, meaning that the font has a vertical-right glyph baked into it. We can't use that
|
/frameworks/base/core/java/android/os/ |
Binder.java | 83 * of the caller. It is distinct from {@link #getCallingUid()} in that a 84 * particular user will have multiple distinct apps running under it each
|
/frameworks/base/docs/html/design/get-started/ |
principles.jd | 151 <p>Give people confidence that they know their way around. Make places in your app look distinct and 186 <p>Help people discern functional differences by making them visually distinct rather than subtle.
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
ip.jd | 286 <strong>Use a distinct name</strong>—Don't give your app a name that 297 <strong>Use a distinct app icon and logo</strong>—Don't use a
|
/libcore/luni/src/main/java/java/sql/ |
SQLInput.java | 28 * an SQL structured type or SQL distinct type. 232 * If the attribute is an SQL structured or distinct type, its SQL type is
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventLocationAdapter.java | 390 // First listing for a distinct contact should have the name/icon. 430 // 'DISTINCT' or 'GROUP BY' to get rid of dupes, so use post-processing to
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 394 "(SELECT DISTINCT thread_id FROM sms " + where + ")"; 409 "_id NOT IN (SELECT DISTINCT thread_id FROM sms where thread_id NOT NULL " + 410 "UNION SELECT DISTINCT thread_id FROM pdu where thread_id NOT NULL)", null); [all...] |