HomeSort by relevance Sort by last modified time
    Searched defs:contents (Results 126 - 150 of 687) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-copy-bundle.py 26 app_bundle_dir, 'Contents', 'My Framework.framework', 'Resources')
30 app_bundle_dir, 'Contents', 'My Framework.framework', 'Versions', 'A',
55 contents = test.read('postbuild-copy-bundle/Framework-Info.plist') variable
56 contents = contents.replace('RandomValue', 'NewRandomValue') variable
57 test.write('postbuild-copy-bundle/Framework-Info.plist', contents)
67 contents = test.read('postbuild-copy-bundle/copied.txt') variable
68 contents = contents.replace('old', 'new') variable
69 test.write('postbuild-copy-bundle/copied.txt', contents)
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view_unittest.cc 49 View* contents = new View; local
50 scroll_view.SetContents(contents);
53 EXPECT_EQ("0,0 100x100", contents->parent()->bounds().ToString());
59 View* contents = new View; local
60 scroll_view.SetContents(contents);
63 // Size the contents such that vertical scrollbar is needed.
64 contents->SetBounds(0, 0, 50, 400);
66 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width());
67 EXPECT_EQ(100, contents->parent()->height());
73 // Size the contents such that horizontal scrollbar is needed
99 View* contents = new View; local
127 View* contents = new View; local
190 CustomView* contents = new CustomView; local
221 CustomView* contents = new CustomView; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/util/blockparser/
Statement.java 10 private List<Statement> contents = new ArrayList<Statement>(); field in class:Statement
18 // if (contents == null){
19 // contents = new ArrayList<Statement>();
21 contents.add(statement);
33 return contents;
44 if (contents != null){
46 for (Statement statement : contents){
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 84 * Contents of AcousticModels.
86 void* contents; member in struct:SR_AcousticModelsImpl_t
88 * Size of contents.
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStreamTest.java 145 ByteArrayOutputStream contents = new ByteArrayOutputStream(); local
150 contents.write(buf, 0, len);
157 // + "', zero=" + contents.toByteArray()[0]
158 // + ", tfs=" + contents.toByteArray()[257]
  /bionic/libc/arch-x86/bionic/
__set_tls.c 36 unsigned int contents:2; member in struct:user_desc
  /bionic/libc/kernel/arch-x86/asm/
ldt.h 31 unsigned int contents:2; member in struct:user_desc
  /dalvik/vm/alloc/
VisitInlines.h 119 Object **contents = (Object **)(void *)array->contents; local
121 (*visitor)(&contents[i], arg);
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h 31 unsigned int contents:2; member in struct:user_desc
  /external/chromium/base/
sys_info_chromeos.cc 57 std::string contents; local
58 if (file_util::ReadFileToString(path, &contents)) {
60 ParseLsbRelease(contents,
  /external/chromium/chrome/browser/extensions/
extension_devtools_bridge.cc 52 TabContentsWrapper* contents; local
56 &contents, &tab_index)) {
58 if (devtools_manager->GetDevToolsClientHostFor(contents->
63 contents->render_view_host(), this);
extension_tab_id_map.cc 58 TabContents* contents = Source<TabContents>(source).ptr(); local
68 contents->controller().session_id().id(),
69 contents->controller().window_id().id()));
  /external/chromium/net/http/
http_network_layer_unittest.cc 107 std::string contents; local
108 rv = ReadTransaction(trans.get(), &contents);
110 EXPECT_EQ("hello world", contents);
  /external/chromium_org/chrome/browser/chromeos/
version_loader.cc 81 std::string VersionLoader::ParseFirmware(const std::string& contents) {
91 base::SplitString(contents, '\n', &lines);
126 std::string contents; local
128 if (base::ReadFileToString(file_path, &contents)) {
129 *firmware = ParseFirmware(contents);
  /external/chromium_org/chrome/browser/google/
google_url_tracker_infobar_delegate.cc 62 content::WebContents* contents = web_contents(); local
67 contents->OpenURL(content::OpenURLParams(
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser_unittest.cc 100 std::string contents; local
101 ASSERT_TRUE(base::ReadFileToString(full_path, &contents));
102 template_url_.reset(TemplateURLParser::Parse(NULL, false, contents.data(),
103 contents.length(), filter));
  /external/chromium_org/chrome/browser/ui/gtk/
constrained_web_dialog_delegate_gtk.cc 119 GtkWidget* contents = local
121 gtk_widget_set_size_request(contents,
125 gtk_widget_show_all(contents);
127 g_signal_connect(contents, "destroy", G_CALLBACK(OnDestroyThunk), this);
  /external/chromium_org/chrome/browser/ui/
singleton_tabs.cc 49 content::WebContents* contents = local
51 if (contents) {
52 const GURL& contents_url = contents->GetURL();
53 if ((contents_url == GURL(kChromeUINewTabURL) || IsInstantNTP(contents) ||
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.cc 67 views::StyledLabel* contents = new views::StyledLabel(contents_text, this); local
78 contents->AddStyleRange(text_ranges[i].range, style);
81 AddChildView(contents);
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui_browsertest.cc 90 content::WebContents* contents = local
93 contents, "$('manage-default-search-engines').click();"));
96 content::TestNavigationObserver observer(contents);
107 contents, javascript, &profiles));
127 contents, javascript, &profiles));
  /external/chromium_org/chrome/browser/
upload_list.cc 53 std::string contents; local
54 base::ReadFileToString(upload_log_path_, &contents);
56 base::SplitStringAlongWhitespace(contents, &log_entries);
  /external/chromium_org/chrome/installer/util/
copy_tree_work_item_unittest.cc 40 const std::wstring& contents) {
44 file << contents; local
63 WCHAR contents[64]; local
67 file.getline(contents, 64);
69 return std::wstring(contents);
  /external/chromium_org/chrome/tools/build/
version.py 60 def subst_template(contents, values):
74 contents = contents.replace('@' + key + '@', val)
77 return contents
82 Returns the contents of the specified file_name with substited
91 def write_if_changed(file_name, contents):
93 Writes the specified contents to the specified file_name
94 iff the contents are different than the current contents.
101 if contents == old_contents
174 contents = subst_template(template, values) variable
176 contents = subst_file(in_file, values) variable
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache_unittest.cc 61 std::map<std::string, std::string> contents; local
62 cache.LoadAllSubkeys(kKey1, &contents);
63 EXPECT_EQ(2u, contents.size());
64 EXPECT_EQ(kData0, contents[kSubA]);
65 EXPECT_EQ(kData1, contents[kSubB]);
79 cache.LoadAllSubkeys(kKey1, &contents);
80 EXPECT_EQ(2u, contents.size());
81 EXPECT_EQ(kData1, contents[kSubB]);
82 EXPECT_EQ(kData1, contents[kSubD]);
87 cache.LoadAllSubkeys(kKey1, &contents);
134 std::map<std::string, std::string> contents; local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_user_data_unittest.cc 20 explicit WebContentsAttachedClass1(WebContents* contents) {}
29 explicit WebContentsAttachedClass2(WebContents* contents) {}
39 WebContents* contents = web_contents(); local
41 WebContentsAttachedClass1::FromWebContents(contents);
44 WebContentsAttachedClass2::FromWebContents(contents);
47 WebContentsAttachedClass1::CreateForWebContents(contents);
48 class1 = WebContentsAttachedClass1::FromWebContents(contents);
50 class2 = WebContentsAttachedClass2::FromWebContents(contents);
53 WebContentsAttachedClass2::CreateForWebContents(contents);
55 WebContentsAttachedClass1::FromWebContents(contents);
92 WebContents* contents = web_contents(); local
    [all...]

Completed in 1267 milliseconds

1 2 3 4 56 7 8 91011>>