Searched refs:Append (Results 76 - 100 of 1689) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/targets/graw-gdi/
H A DSConscript8 env.Append(CPPPATH = [
25 env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE'])
29 env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A DSConscript8 env.Append(CPPPATH = [
13 env.Append(LIBS = [
27 env.Append(CPPDEFINES = 'HAVE_LLVMPIPE')
/external/chromium_org/v8/src/
H A Dlog-utils.cc101 void Log::MessageBuilder::Append(const char* format, ...) { function in class:v8::internal::Log::MessageBuilder
127 void Log::MessageBuilder::Append(const char c) { function in class:v8::internal::Log::MessageBuilder
136 Append('"');
139 Append('\\');
141 Append(*p);
143 Append('"');
147 void Log::MessageBuilder::Append(String* str) { function in class:v8::internal::Log::MessageBuilder
151 Append(static_cast<char>(str->Get(i)));
157 Append("0x%" V8PRIxPTR, addr);
163 Append("symbo
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwv_test_license_server_config.cc63 base::FilePath config_path = server_root.Append(kLicenseServerConfigDirName);
65 if (!base::PathExists(config_path.Append(kKeysFileName)) ||
66 !base::PathExists(config_path.Append(kPoliciesFileName)) ||
67 !base::PathExists(config_path.Append(kProfilesFileName))) {
92 command_line->AppendArgPath(config_path.Append(kKeysFileName));
94 command_line->AppendArgPath(config_path.Append(kPoliciesFileName));
96 command_line->AppendArgPath(config_path.Append(kProfilesFileName));
140 server_root.Append(FILE_PATH_LITERAL("linux"))
141 .Append(FILE_PATH_LITERAL("license_server.py"));
143 server_root.Append(FILE_PATH_LITERA
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_internals_ui.cc83 list->Append(NewDescriptionValuePair(it->first, it->second));
91 list->Append(NewDescriptionValuePair(it->first, sublist));
111 basic_info->Append(NewDescriptionValuePair(
114 basic_info->Append(NewDescriptionValuePair(
116 basic_info->Append(NewDescriptionValuePair(
119 basic_info->Append(NewDescriptionValuePair(
123 basic_info->Append(NewDescriptionValuePair(
125 basic_info->Append(NewDescriptionValuePair(
128 basic_info->Append(NewDescriptionValuePair(
132 basic_info->Append(NewDescriptionValuePai
[all...]
/external/chromium_org/tools/json_schema_compiler/test/
H A Darrays_unittest.cc18 strings_value->Append(new base::StringValue("a"));
19 strings_value->Append(new base::StringValue("b"));
20 strings_value->Append(new base::StringValue("c"));
21 strings_value->Append(new base::StringValue("it's easy as"));
23 integers_value->Append(new base::FundamentalValue(1));
24 integers_value->Append(new base::FundamentalValue(2));
25 integers_value->Append(new base::FundamentalValue(3));
27 booleans_value->Append(new base::FundamentalValue(false));
28 booleans_value->Append(new base::FundamentalValue(true));
30 numbers_value->Append(ne
[all...]
/external/chromium_org/content/browser/webui/
H A Dweb_ui_message_handler_unittest.cc21 list.Append(new base::FundamentalValue(zero_value));
26 list.Append(new base::FundamentalValue(neg_value));
31 list.Append(new base::FundamentalValue(pos_value));
36 list.Append(new base::StringValue(zero_string));
41 list.Append(new base::StringValue(neg_string));
46 list.Append(new base::StringValue(pos_string));
58 list.Append(new base::FundamentalValue(zero_value));
63 list.Append(new base::FundamentalValue(neg_value));
68 list.Append(new base::FundamentalValue(pos_value));
73 list.Append(ne
[all...]
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc258 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt"));
264 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2"));
267 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt"));
273 FilePath subsubdir_path = subdir_path.Append(FPL("Level3"));
276 FilePath file_03 = subsubdir_path.Append(FPL("The file 03.txt"));
286 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a"));
287 FilePath dir_path = temp_dir_.path().Append(FPL("dir"));
288 FilePath file_b_path = dir_path.Append(FPL("file_b"));
328 FilePath base_a = temp_dir_.path().Append(FPL("base_a"));
331 FilePath sub_a = base_a.Append(FP
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs77 sval.Append((char)c);
81 sval.Append((char)c);
112 sval.Append('\\');
114 sval.Append((char)c);
116 sval.Append((char)c);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs83 sval.Append( (char)c );
88 sval.Append( (char)c );
129 sval.Append( '\\' );
131 sval.Append( (char)c );
135 sval.Append( (char)c );
/external/chromium_org/chromecast/common/
H A Dcast_paths.cc27 *result = home.Append(".config/cast_shell");
43 *result = data_dir.Append("cast_shell.conf");
46 *result = data_dir.Append(".eureka.conf");
54 *result = base_dir.Append("paks/cast_shell.pak");
57 *result = base_dir.Append("assets/cast_shell.pak");
/external/chromium_org/sync/test/
H A Dlocal_sync_test_server.cc52 testserver_dir = testserver_dir.Append(FILE_PATH_LITERAL("sync"))
53 .Append(FILE_PATH_LITERAL("tools"))
54 .Append(FILE_PATH_LITERAL("testserver"));
57 testserver_dir.Append(FILE_PATH_LITERAL("sync_testserver.py"));
67 *test_script_path = testserver_path.DirName().Append(test_script_name);
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir_unittest.cc60 parent_dir = parent_dir.Append(GetRandomFilename());
73 base::FilePath parent_temp_dir(work_dir.path().Append(L"One").Append(L"Two"));
76 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir.path());
79 EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(L"Three")));
94 base::FilePath parent_temp_dir(work_dir.path().Append(L"One").Append(L"Two"));
102 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir1.path());
103 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir2.path());
115 EXPECT_FALSE(base::DirectoryExists(parent_temp_dir.Append(
[all...]
/external/chromium_org/content/common/
H A Dfont_list_pango.cc34 font_item->Append(new base::StringValue(*iter));
35 font_item->Append(new base::StringValue(*iter)); // localized name.
37 font_list->Append(font_item);
/external/chromium_org/content/test/
H A Dwebui_resource_browsertest.cc41 RunTest(path.Append(FILE_PATH_LITERAL("media"))
42 .Append(FILE_PATH_LITERAL("webui"))
43 .Append(file));
H A Dtest_content_client.cc23 content_shell_pack_path = content_shell_pack_path.Append(
28 content_shell_pack_path = content_shell_pack_path.Append(
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dfilter_chain.h32 inline void Append();
52 inline void FilterChain::Append() { function in class:mojo::internal::FilterChain
60 inline void FilterChain::Append<PassThroughFilter>() { function in class:mojo::internal::FilterChain
/external/lldb/include/lldb/API/
H A DSBValueList.h36 Append (const lldb::SBValue &val_obj);
39 Append (const lldb::SBValueList& value_list);
66 Append (lldb::ValueObjectSP& val_obj_sp);
/external/chromium_org/extensions/common/
H A Dvalue_builder.h20 // .Append("foo").Append("bar") /* No .Build() */);
88 ListBuilder& Append(int in_value);
89 ListBuilder& Append(double in_value);
90 ListBuilder& Append(const std::string& in_value);
91 ListBuilder& Append(const base::string16& in_value);
92 ListBuilder& Append(DictionaryBuilder& in_value);
93 ListBuilder& Append(ListBuilder& in_value);
/external/chromium_org/base/android/
H A Dpath_utils_unittest.cc42 EXPECT_TRUE(base::PathExists(path.Append(("libbase_unittests.so"))) ||
43 base::PathExists(path.Append(("libbase_unittests.cr.so"))));
/external/chromium_org/base/
H A Dos_compat_android_unittest.cc23 FilePath sub_dir = tmp_dir.Append("XX");
34 FilePath sub_dir2 = tmp_dir.Append("XXXXXX");
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer_win_unittest.cc86 temp_dir_.path().Append(kChromeExe));
88 temp_dir_.path().AppendASCII(CHROME_VERSION_STRING).Append(kChromeDll));
90 temp_dir_.path().AppendASCII(CHROME_VERSION_STRING).Append(
93 temp_dir_.path().AppendASCII(CHROME_VERSION_STRING).Append(
107 signed_binary_path.Append(L"safe_browsing").Append(kSignedBinaryDll);
111 chrome_elf_path.Append(TEXT(CHROME_VERSION_STRING)).Append(kChromeElfDll);
/external/chromium_org/components/nacl/common/
H A Dnacl_paths.cc31 cur = cur.Append(kInternalNaClHelperFileName);
36 cur = cur.Append(kInternalNaClHelperBootstrapFileName);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dpath_test.cc174 ph1 = ph1.Append("..");
176 ph1 = ph1.Append(".././././hi/there/../.././././");
178 ph1 = ph1.Append("../../../../../../../../././../");
180 ph1 = ph1.Append("usr/lib/../bin/.././etc/../local/../share");
188 ph3 = ph3.Append("");
190 ph3 = ph3.Append("USR/local/SHARE");
192 ph3 = ph3.Append("///////////////////////////////");
197 ph4 = ph4.Append("/node1/node3/../../node1/./");
199 ph4 = ph4.Append("node4/../../node1/./node5");
211 test.Append("
[all...]
/external/chromium_org/ui/keyboard/
H A Dkeyboard.cc27 base::FilePath pak_file = pak_dir.Append(
38 content_resources.Append(FILE_PATH_LITERAL("content_resources.pak"));

Completed in 789 milliseconds

1234567891011>>