HomeSort by relevance Sort by last modified time
    Searched defs:EXTENSIONS (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/object_level_availability/
tabs.py 7 from extensions_paths import EXTENSIONS
11 TABS_SCHEMA_BRANCHES = MoveAllTo(EXTENSIONS, {
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/
canned_data.py 7 from extensions_paths import EXTENSIONS
49 CANNED_TEST_FILE_SYSTEM_DATA = MoveTo(EXTENSIONS, {
114 CANNED_API_FILE_SYSTEM_DATA = MoveAllTo(EXTENSIONS, {
  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 31 EXTENSIONS = 6,
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_categorizer_test.py 9 from extensions_paths import EXTENSIONS
43 'extensions': _ToTestData([
61 TestFileSystem(_TEST_DATA, relative_to=EXTENSIONS),
67 self.assertEqual('chrome', get_category('extensions', 'alarms'))
69 self.assertEqual('private', get_category('extensions', 'notDocumentedApi'))
73 get_category('extensions', 'experimental.history'))
features_bundle_test.py 9 from extensions_paths import EXTENSIONS
141 TestFileSystem(_TEST_FILESYSTEM, relative_to=EXTENSIONS))
148 'platforms': ['extensions'],
154 'platforms': ['apps', 'extensions'],
162 'platforms': ['extensions']
167 'platforms': ['extensions'],
196 'platforms': ['apps', 'extensions'],
207 'platforms': ['extensions'],
225 'platforms': ['extensions']
229 'platforms': ['extensions'],
    [all...]
permissions_data_source_test.py 10 from extensions_paths import EXTENSIONS
18 # This will appear for extensions with a description as defined in the
22 'platforms': ['extensions'],
24 # This will appear for apps and extensions with an auto-generated description
28 'platforms': ['apps', 'extensions'],
39 'platforms': ['apps', 'extensions']
51 # This will appear for both apps and extensions with a custom description,
57 'platforms': ['apps', 'extensions'],
92 'platforms': ['apps', 'extensions']
98 'platforms': ['extensions'],
    [all...]
api_list_data_source_test.py 8 from extensions_paths import EXTENSIONS
37 ('alarms', ['apps', 'extensions']),
39 ('browserAction', ['extensions']),
41 ('experimental.history', ['extensions'],),
42 ('experimental.power', ['apps', 'extensions']),
43 ('infobars', ['extensions']),
45 ('something_else_internal', ['extensions']),
46 ('storage', ['apps', 'extensions']),
47 ('sockets.udp', ['apps', 'extensions'])
103 'extensions': _ToTestData(
    [all...]
api_models_test.py 11 from extensions_paths import API, EXTENSIONS
62 TestFileSystem(_TEST_DATA, relative_to=EXTENSIONS))
extensions_paths.py 8 # Extensions-related paths within the Chromium repository.
10 EXTENSIONS = 'chrome/common/extensions'
12 API = join(EXTENSIONS, 'api')
13 DOCS = join(EXTENSIONS, 'docs')
content_providers_test.py 11 from extensions_paths import EXTENSIONS
20 'dir': 'chrome/common/extensions/apples'
27 'dir': 'chrome/common/extensions'
33 'dir': 'chrome/common/extensions',
41 'dir': 'chrome/common/extensions/tomatoes/are/a',
49 'dir': 'chrome/common/extensions/tomatoes/are/a'
103 test_file_system = TestFileSystem(_FILE_SYSTEM_DATA, relative_to=EXTENSIONS)
integration_test.py 21 from extensions_paths import EXTENSIONS, PUBLIC_TEMPLATES
77 ChrootFileSystem(LocalFileSystem.Create(), EXTENSIONS),
80 ('extensions/index.html', 'apps/about_apps.html'))
156 if path.startswith(('apps/', 'extensions/')):
199 response = Handler(Request.ForTest('/extensions/notfound.html')).Get()
api_data_source_test.py 15 from extensions_paths import EXTENSIONS
98 TestFileSystem(CANNED_TRUNK_FS_DATA, relative_to=EXTENSIONS))
216 { 'partial': 'handlebar chrome/common/extensions/docs/' +
  /external/chromium_org/tools/checkdeps/
cpp_checker.py 17 EXTENSIONS = [
110 """Returns True iff the given path ends in one of the extensions
113 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS
java_checker.py 34 EXTENSIONS = ['.java']
  /external/chromium/chrome/browser/sync/syncable/
model_type.h 65 EXTENSIONS,
90 // is inferred from the presence of particular datatype extensions in the
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 29 EXTENSIONS = 1 << 4,
35 COOKIES_AND_SITE_DATA | EXTENSIONS | STARTUP_PAGES | PINNED_TABS
resettable_settings_snapshot.h 27 EXTENSIONS = 1 << 3,
29 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS,
71 // List of pairs [id, name] for enabled extensions. Always sorted.
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 70 EXTENSIONS,
  /external/chromium_org/sync/internal_api/
base_node.cc 307 DCHECK_EQ(GetModelType(), EXTENSIONS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 72 private final static Set<String> EXTENSIONS = Collections.singleton(SdkConstants.EXT_AIDL);
93 return EXTENSIONS;
RenderScriptProcessor.java 70 private final static Set<String> EXTENSIONS = Sets.newHashSetWithExpectedSize(2);
72 EXTENSIONS.add(SdkConstants.EXT_RS);
73 EXTENSIONS.add(SdkConstants.EXT_FS);
162 return EXTENSIONS;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c 52 #define EXTENSIONS \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 75 #define EXTENSIONS \
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 52 #define EXTENSIONS \
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 75 #define EXTENSIONS \
    [all...]

Completed in 527 milliseconds

1 2