/external/libogg/include/ogg/ |
Makefile.am | 6 nodist_ogginclude_HEADERS = config_types.h
|
os_types.h | 144 # include <ogg/config_types.h>
|
Makefile.in | 41 $(srcdir)/Makefile.in $(srcdir)/config_types.h.in 48 CONFIG_CLEAN_FILES = config_types.h 185 nodist_ogginclude_HEADERS = config_types.h 218 config_types.h: $(top_builddir)/config.status $(srcdir)/config_types.h.in
|
/external/chromium_org/tools/cr/cr/ |
plugin.py | 26 CONFIG_TYPES = [ 39 cr.config.GLOBALS.extend(CONFIG_TYPES) 133 for config_root in CONFIG_TYPES: 140 for config_root in CONFIG_TYPES: 173 for config_root in CONFIG_TYPES: 180 for config_root in CONFIG_TYPES: 306 for config_root in CONFIG_TYPES:
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host_core.cc | 542 const DoConfigureSyncerTypes& config_types, 550 config_types.to_download, 551 config_types.to_purge, 552 config_types.to_journal, 553 config_types.to_unapply, 557 config_types.to_download,
|
sync_backend_host_impl.cc | 494 DoConfigureSyncerTypes config_types; local 495 config_types.to_download = to_download; 496 config_types.to_purge = to_purge; 497 config_types.to_journal = to_journal; 498 config_types.to_unapply = to_unapply; 503 config_types,
|
sync_backend_host_core.h | 189 const DoConfigureSyncerTypes& config_types,
|
/external/libogg/ |
libogg.spec | 75 %{_includedir}/ogg/config_types.h
|
libogg.spec.in | 75 %{_includedir}/ogg/config_types.h
|
configure.in | 306 include/Makefile include/ogg/Makefile include/ogg/config_types.h
|
/external/tremolo/Tremolo/ |
os_types.h | 119 # include "config_types.h"
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread2_unittest.cc | 642 syncable::ModelTypeBitSet config_types; local 643 config_types[syncable::BOOKMARKS] = true; 646 syncer_thread()->ScheduleConfig(config_types); 651 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(config_types, [all...] |
/external/chromium_org/sync/engine/ |
sync_scheduler_unittest.cc | 863 const ModelTypeSet config_types(BOOKMARKS); 873 config_types, 874 TypesToRoutingInfo(config_types), [all...] |