HomeSort by relevance Sort by last modified time
    Searched refs:searchTable (Results 1 - 11 of 11) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseWrapper.java 178 public void insertWithOnConflict(final String searchTable, final String nullColumnHack,
185 mDatabase.insertWithOnConflict(searchTable, nullColumnHack, initialValues,
193 "insertWithOnConflict with ", searchTable));
244 public Cursor query(final String searchTable, final String[] projection,
249 qb.setTables(searchTable);
259 final Cursor cursor = mDatabase.query(searchTable, projection, selection, selectionArgs,
265 searchTable, selection, cursor.getCount()));
270 public Cursor query(final String searchTable, final String[] columns,
274 searchTable, columns, selection, selectionArgs,
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 62 idx, nameValueMatch := e.searchTable(f)
84 // searchTable searches f in both stable and dynamic header tables.
91 func (e *Encoder) searchTable(f HeaderField) (i uint64, nameValueMatch bool) {
encode_test.go 125 if gotI, gotMatch := e.searchTable(tt.hf); gotI != tt.wantI || gotMatch != tt.wantMatch {
383 e.searchTable(f)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 62 idx, nameValueMatch := e.searchTable(f)
84 // searchTable searches f in both stable and dynamic header tables.
91 func (e *Encoder) searchTable(f HeaderField) (i uint64, nameValueMatch bool) {
encode_test.go 125 if gotI, gotMatch := e.searchTable(tt.hf); gotI != tt.wantI || gotMatch != tt.wantMatch {
383 e.searchTable(f)
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 262 Set<R3<ULocale, ULocale, Double>> searchTable = desiredLanguageToPossibleLocalesToMaxLocaleToData.get(baseLanguage);
263 if (searchTable != null) { // we preprocessed the table so as to filter by lanugage
264 if (DEBUG) System.out.println("\tSearching: " + searchTable);
265 for (final R3<ULocale, ULocale, Double> tableKeyValue : searchTable) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 269 Set<R3<ULocale, ULocale, Double>> searchTable = desiredLanguageToPossibleLocalesToMaxLocaleToData.get(baseLanguage);
270 if (searchTable != null) { // we preprocessed the table so as to filter by lanugage
271 if (DEBUG) System.out.println("\tSearching: " + searchTable);
272 for (final R3<ULocale, ULocale, Double> tableKeyValue : searchTable) {
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.cpp     [all...]
bookmaker.h     [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp     [all...]
bookmaker.h     [all...]

Completed in 304 milliseconds