/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
H A D | DbQueryUtils.java | 50 clause.append("("); in getClauseWithOperator() 51 clause.append(field); in getClauseWithOperator() 54 clause.append(")"); in getClauseWithOperator() 55 return clause.toString(); in getClauseWithOperator() 60 clause.append("("); in getClauseWithOperator() 61 clause.append(field); in getClauseWithOperator() 63 clause.append(value); in getClauseWithOperator() 64 clause.append(")"); in getClauseWithOperator() 65 return clause.toString(); in getClauseWithOperator() 71 for (String clause : clauses) { in concatenateClauses() [all …]
|
H A D | SelectionBuilder.java | 45 public SelectionBuilder addClause(String clause) { in addClause() argument 46 if (!TextUtils.isEmpty(clause)) { in addClause() 47 mWhereClauses.add(clause); in addClause()
|
/aosp12/packages/providers/MediaProvider/ |
H A D | sqlite3.sh | 67 clause="\"select _id from files where _data='$path';\"" 68 echo $clause 69 adb shell sqlite3 $dir $clause 77 clause="\"select _data from files where _id='$_id';\"" 78 echo $clause 79 adb shell sqlite3 $dir $clause
|
/aosp12/art/test/435-try-finally-without-catch/ |
H A D | info.txt | 2 instructions with a `finally' clause but without any `catch' block, 15 clause but with no `catch' block: in that case, the generated Dex code
|
/aosp12/system/tools/hidl/test/error_test/empty_generates/1.0/ |
H A D | required_error | 1 generates clause used without result at
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
H A D | WatchlistReportDbHelper.java | 190 final String clause = WhiteListReportContract.TIMESTAMP + "< " + untilTimestamp; in cleanup() local 191 return db.delete(WhiteListReportContract.TABLE, clause, null) != 0; in cleanup()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
H A D | .eslintrc.json | 83 // Enforce “for” loop update clause moving the counter in the right direction 95 // Warn against catch clause parameters from shadowing variables in the outer scope
|
/aosp12/system/timezone/input_data/iana/ |
H A D | NOTICE | 4 and which use the BSD 3-clause license.
|
/aosp12/system/timezone/input_tools/iana/ |
H A D | NOTICE | 4 and which use the BSD 3-clause license.
|
/aosp12/system/timezone/output_data/iana/ |
H A D | NOTICE | 4 and which use the BSD 3-clause license.
|
/aosp12/system/timezone/testing/data/test1/output_data/iana/ |
H A D | NOTICE | 4 and which use the BSD 3-clause license.
|
/aosp12/system/timezone/testing/data/test2/output_data/iana/ |
H A D | NOTICE | 4 and which use the BSD 3-clause license.
|
/aosp12/system/timezone/testing/data/test3/output_data/iana/ |
H A D | NOTICE | 4 and which use the BSD 3-clause license.
|
/aosp12/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteQueryBuilder.java | 403 private static void appendClause(StringBuilder s, String name, String clause) { in appendClause() argument 404 if (!TextUtils.isEmpty(clause)) { in appendClause() 406 s.append(clause); in appendClause()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | SQLiteQueryBuilder.java | 431 private static void appendClause(StringBuilder s, String name, String clause) { in appendClause() argument 432 if (!TextUtils.isEmpty(clause)) { in appendClause() 434 s.append(clause); in appendClause()
|
/aosp12/system/tools/hidl/ |
H A D | hidl-gen_y.yy | 849 std::cerr << "ERROR: generates clause used without result at " << @1 << "\n";
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 13157 // - GSM format: see GsmSmsErrorCode (3GPP 27.005 clause 3.2.5)
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |