HomeSort by relevance Sort by last modified time
    Searched refs:tables (Results 2876 - 2900 of 2935) sorted by null

<<111112113114115116117118

  /external/chromium_org/v8/src/
string.js 170 // For now we do nothing, as proper normalization requires big tables.
  /external/iproute2/doc/
ip-tunnels.tex 408 and to add required information to ARP tables manually:
  /external/wpa_supplicant_8/hostapd/
Android.mk 118 L_CFLAGS += -funwind-tables
Makefile 83 CFLAGS += -funwind-tables
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 55 import com.android.providers.contacts.ContactsDatabaseHelper.Tables;
104 "UPDATE " + Tables.CONTACTS +
107 " FROM " + Tables.STATUS_UPDATES +
108 " JOIN " + Tables.DATA +
111 " JOIN " + Tables.RAW_CONTACTS +
281 "INSERT OR REPLACE INTO " + Tables.AGGREGATED_PRESENCE + "("
288 + " FROM " + Tables.PRESENCE
295 + " FROM " + Tables.PRESENCE
304 " FROM " + Tables.RAW_CONTACTS +
309 "DELETE FROM " + Tables.AGGREGATED_PRESENCE
2083 String tables = Tables.RAW_CONTACTS local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 229 When possible, disk images are created without any partition tables. This
375 # have partition tables, regardless of the partition_table
952 # Even if we do want to create disk images without partition tables,
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 305 // DescriptorPool::Tables
307 class DescriptorPool::Tables {
309 Tables();
310 ~Tables();
312 // Checkpoint the state of the tables. Future calls to Rollback() will
313 // return the Tables to this state. This is used when building files, since
315 // descriptors have already been added to the tables. BuildFile() calls
320 // Roll back the Tables to the state of the last Checkpoint(), removing
362 // These add items to the corresponding tables. They return false if
399 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]
math_semantic_tree.js 680 * Processes a list of nodes, combining expressions by delimiters, tables,
    [all...]
math_semantic_attr.js     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 83 // The DIV to put all the tables into.
514 * The ordered list of all columns that can be displayed in the tables (not
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 421 ; tables in half for this function, and save 1-2 registers on x86-64.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/libunwind/doc/
libunwind-dynamic.tex 208 \SeeAlso{unw\_create\_addr\_space}(3)) to return unwind tables whose
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 421 ; tables in half for this function, and save 1-2 registers on x86-64.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 421 ; tables in half for this function, and save 1-2 registers on x86-64.
    [all...]
  /external/mksh/src/
Build.sh 1236 ac_flags 1 no_eh_frame -fno-asynchronous-unwind-tables
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 107 CFLAGS += -funwind-tables
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 140 import com.android.providers.contacts.ContactsDatabaseHelper.Tables;
200 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
205 "UPDATE " + Tables.RAW_CONTACTS + " SET " + RawContacts.TIMES_CONTACTED + "=" +
446 = new String[] {Tables.GROUPS + "." + Groups._ID};
454 + " FROM " + Tables.RAW_CONTACTS + " WHERE " + RawContacts._ID + "=?";
459 + "JOIN " + Tables.ACCOUNTS + " ON ("
482 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS;
505 + " FROM " + Tables.RAW_CONTACTS
508 + " FROM " + Tables.DATA_JOIN_MIMETYPES
511 + "(SELECT " + Tables.GROUPS + "." + Groups._I
6273 String tables = Views.GROUPS + " AS " + Tables.GROUPS; local
    [all...]
  /external/blktrace/doc/
blktrace.tex 254 Writing inode tables: done
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 1774 final String[] tables = { local
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]

Completed in 1682 milliseconds

<<111112113114115116117118