Searched defs:contents (Results 1 - 25 of 727) 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/chrome/browser/
H A Dpassword_manager_delegate_impl.h15 explicit PasswordManagerDelegateImpl(TabContents* contents) argument
16 : tab_contents_(contents) { }
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_finder.h14 namespace contents { namespace
/external/chromium_org/tools/gyp/test/library/
H A Dgyptest-shared.py42 contents = test.read('relocate/src/program.c') variable
43 contents = contents.replace('Hello', 'Hello again') variable
44 test.write('relocate/src/program.c', contents)
64 contents = test.read('relocate/src/program.c') variable
65 contents = contents.replace('again', 'again again') variable
66 test.write('relocate/src/program.c', contents)
H A Dgyptest-static.py42 contents = test.read('relocate/src/program.c') variable
43 contents = contents.replace('Hello', 'Hello again') variable
44 test.write('relocate/src/program.c', contents)
64 contents = test.read('relocate/src/program.c') variable
65 contents = contents.replace('again', 'again again') variable
66 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/chrome/browser/extensions/
H A Dextension_clipboard_api.cc24 TabContentsWrapper* contents = NULL; local
26 NULL, NULL, &contents, NULL)) {
32 RenderViewHost* render_view_host = contents->render_view_host();
/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/chrome/browser/tab_contents/
H A Dlink_infobar_delegate.cc13 LinkInfoBarDelegate::LinkInfoBarDelegate(TabContents* contents) argument
14 : InfoBarDelegate(contents) {
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dhidable_area.h22 void SetContents(views::View* contents);
34 views::View* contents() { function in class:chromeos::input_method::HidableArea
/external/chromium_org/chrome/common/translate/
H A Dlanguage_detection_util_unittest.cc90 base::string16 contents = ASCIIToUTF16( local
98 std::string("ja"), std::string(), contents, &cld_language,
108 base::string16 contents = ASCIIToUTF16( local
116 std::string("en-US"), std::string(), contents, &cld_language,
127 base::string16 contents = ASCIIToUTF16( local
135 std::string("utf-8"), std::string(), contents, &cld_language,
145 base::string16 contents = ASCIIToUTF16( local
153 std::string("ja"), std::string("en"), contents, &cld_language,
/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:
/external/chromium_org/tools/gyp/test/variables/filelist/
H A Dgyptest-filelist.py26 # Verify the filelist.gypd against the checked-in expected contents.
29 # contents file setting the Subversion svn:eol-style to native,
35 contents = test.read('src/filelist.gypd').replace( variable
38 if not test.match(contents, expect):
39 print "Unexpected contents of `src/filelist.gypd'"
40 test.diff(expect, contents, 'src/filelist.gypd ')
43 contents = test.read('src/names.txt') variable
45 if not test.match(contents, expect):
46 print "Unexpected contents of `src/names.txt'"
47 test.diff(expect, contents, 'sr
[all...]
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Daliased.php40 // Gather contents
41 $contents = file_get_contents($path); variable
44 $geshi =& new GeSHi($contents, "PHP");

Completed in 4134 milliseconds

1234567891011>>