Searched defs:contents (Results 1 - 25 of 578) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/actions/src/subdir2/
H A Dmake-file.py9 contents = "Hello from make-file.py\n" variable
11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/actions-subdir/src/
H A Dmake-file.py9 contents = 'Hello from make-file.py\n' variable
11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/actions-subdir/src/subdir/
H A Dmake-subdir-file.py9 contents = 'Hello from make-subdir-file.py\n' variable
11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir2/
H A Dmake-file.py9 contents = "Hello from make-file.py\n" variable
11 open(sys.argv[1], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/generator-output/rules/
H A Dcopy-file.py9 contents = open(sys.argv[1], 'r').read() variable
10 open(sys.argv[2], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/rules/src/
H A Dcopy-file.py8 contents = open(sys.argv[1], 'r').read() variable
9 open(sys.argv[2], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/rules-dirname/src/
H A Dcopy-file.py8 contents = open(sys.argv[1], 'r').read() variable
9 open(sys.argv[2], 'wb').write(contents)
/external/chromium_org/tools/gyp/test/win/idl-excluded/
H A Dcopy-file.py8 contents = open(sys.argv[1], 'r').read() variable
9 open(sys.argv[2], 'wb').write(contents)
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_finder.h14 namespace contents { namespace
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_shutdown.cc13 ScopedVector<content::WebContents> contents; local
15 contents.push_back(browser->tab_strip_model()->DetachWebContentsAt(0));
/external/chromium_org/tools/gyp/test/configurations/inheritance/
H A Dgyptest-duplicates.py17 # Verify the duplicates.gypd against the checked-in expected contents.
20 # contents file setting the Subversion svn:eol-style to native,
26 contents = test.read('duplicates.gypd').replace( variable
29 if not test.match(contents, expect):
30 print "Unexpected contents of `duplicates.gypd'"
31 test.diff(expect, contents, 'duplicates.gypd ')
/external/chromium_org/tools/gyp/test/library/
H A Dgyptest-shared.py48 contents = test.read('relocate/src/program.c') variable
49 contents = contents.replace('Hello', 'Hello again') variable
50 test.write('relocate/src/program.c', contents)
70 contents = test.read('relocate/src/program.c') variable
71 contents = contents.replace('again', 'again again') variable
72 test.write('relocate/src/program.c', contents)
H A Dgyptest-static.py48 contents = test.read('relocate/src/program.c') variable
49 contents = contents.replace('Hello', 'Hello again') variable
50 test.write('relocate/src/program.c', contents)
70 contents = test.read('relocate/src/program.c') variable
71 contents = contents.replace('again', 'again again') variable
72 test.write('relocate/src/program.c', contents)
/external/chromium_org/tools/gyp/test/rules-rebuild/
H A Dgyptest-all.py35 contents = test.read(['relocate', 'src', 'prog1.in']) variable
36 contents = contents.replace('!', ' AGAIN!') variable
37 test.write(['relocate', 'src', 'prog1.in'], contents)
53 contents = test.read(['relocate', 'src', 'prog2.in']) variable
54 contents = contents.replace('!', ' AGAIN!') variable
55 test.write(['relocate', 'src', 'prog2.in'], contents)
H A Dgyptest-default.py35 contents = test.read(['relocate', 'src', 'prog1.in']) variable
36 contents = contents.replace('!', ' AGAIN!') variable
37 test.write(['relocate', 'src', 'prog1.in'], contents)
53 contents = test.read(['relocate', 'src', 'prog2.in']) variable
54 contents = contents.replace('!', ' AGAIN!') variable
55 test.write(['relocate', 'src', 'prog2.in'], contents)
74 contents = test.read(['relocate', 'src', 'make-sources.py']) variable
75 contents variable
[all...]
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dgyptest-commands-repeated.py22 # Verify the commands-repeated.gypd against the checked-in expected contents.
25 # contents file setting the Subversion svn:eol-style to native,
31 contents = test.read('commands-repeated.gypd').replace('\r\n', '\n') variable
33 if not test.match(contents, expect):
34 print "Unexpected contents of `commands-repeated.gypd'"
35 test.diff(expect, contents, 'commands-repeated.gypd ')
H A Dgyptest-commands-ignore-env.py30 # Verify the commands.gypd against the checked-in expected contents.
33 # contents file setting the Subversion svn:eol-style to native,
39 contents = test.read('commands.gypd').replace('\r', '') variable
41 if not test.match(contents, expect):
42 print "Unexpected contents of `commands.gypd'"
43 test.diff(expect, contents, 'commands.gypd ')
H A Dgyptest-commands.py23 # Verify the commands.gypd against the checked-in expected contents.
26 # contents file setting the Subversion svn:eol-style to native,
32 contents = test.read('commands.gypd').replace('\r', '') variable
34 if not test.match(contents, expect):
35 print "Unexpected contents of `commands.gypd'"
36 test.diff(expect, contents, 'commands.gypd ')
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_bubble.cc10 ManagePasswordsBubble::ManagePasswordsBubble(content::WebContents* contents, argument
12 : model_(new ManagePasswordsBubbleModel(contents)) {
/external/chromium_org/tools/gyp/test/standalone/
H A Dgyptest-standalone.py27 contents = open(file).read() variable
28 if 'standalone.gyp' in contents:
/external/chromium_org/ui/v2/public/
H A Dwindow.h21 View* contents() { return contents_.get(); } function in class:v2::Window
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_inline_installer_factory.cc13 content::WebContents* contents,
18 contents, webstore_item_id, requestor_url, callback);
12 CreateInstaller( content::WebContents* contents, const std::string& webstore_item_id, const GURL& requestor_url, const WebstoreStandaloneInstaller::Callback& callback) argument
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util_unittest.cc97 base::string16 contents = base::ASCIIToUTF16( local
106 contents,
117 base::string16 contents = base::ASCIIToUTF16( local
126 contents,
138 base::string16 contents = base::ASCIIToUTF16( local
147 contents,
158 base::string16 contents = base::ASCIIToUTF16( local
167 contents,
/external/chromium_org/content/public/test/
H A Dweb_contents_tester.cc19 WebContentsTester* WebContentsTester::For(WebContents* contents) { argument
20 return static_cast<TestWebContents*>(contents);
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-xcode-gcc-clang.py35 contents = open(test.built_file_path('obj/aliasing_default.ninja', variable
37 if 'strict-aliasing' in contents:

Completed in 2777 milliseconds

1234567891011>>