Home
last modified time | relevance | path

Searched refs:Append (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs400 buf.Append(Version); in ToNotifyString()
401 buf.Append('\t'); in ToNotifyString()
402 buf.Append(parser.GetType().Name); in ToNotifyString()
494 buf.Append("ANTLR Runtime Report; Profile Version "); in ToString()
495 buf.Append(stats.Version); in ToString()
496 buf.Append(NewLine); in ToString()
497 buf.Append("parser name "); in ToString()
498 buf.Append(stats.name); in ToString()
499 buf.Append(NewLine); in ToString()
500 buf.Append("Number of rule invocations "); in ToString()
[all …]
DDebugEventSocketProxy.cs222 buf.Append("exception\t"); in RecognitionException()
223 buf.Append(e.GetType().Name); in RecognitionException()
225 buf.Append("\t"); in RecognitionException()
226 buf.Append(e.Index); in RecognitionException()
227 buf.Append("\t"); in RecognitionException()
228 buf.Append(e.Line); in RecognitionException()
229 buf.Append("\t"); in RecognitionException()
230 buf.Append(e.CharPositionInLine); in RecognitionException()
244 buf.Append("semanticPredicate\t"); in SemanticPredicate()
245 buf.Append(result); in SemanticPredicate()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs445 buf.Append(Version); in ToNotifyString()
446 buf.Append('\t'); in ToNotifyString()
447 buf.Append(parser.GetType().Name); in ToNotifyString()
545 buf.Append("ANTLR Runtime Report; Profile Version "); in ToString()
546 buf.Append(stats.Version); in ToString()
547 buf.Append(NewLine); in ToString()
548 buf.Append("parser name "); in ToString()
549 buf.Append(stats.name); in ToString()
550 buf.Append(NewLine); in ToString()
551 buf.Append("Number of rule invocations "); in ToString()
[all …]
DDebugEventSocketProxy.cs256 buf.Append( "exception\t" ); in RecognitionException()
257 buf.Append( e.GetType().Name ); in RecognitionException()
259 buf.Append( "\t" ); in RecognitionException()
260 buf.Append( e.Index ); in RecognitionException()
261 buf.Append( "\t" ); in RecognitionException()
262 buf.Append( e.Line ); in RecognitionException()
263 buf.Append( "\t" ); in RecognitionException()
264 buf.Append( e.CharPositionInLine ); in RecognitionException()
281 buf.Append( "semanticPredicate\t" ); in SemanticPredicate()
282 buf.Append( result ); in SemanticPredicate()
[all …]
/external/chromium/base/
Dfile_util_unittest.cc325 temp_dir_.path().Append(FILE_PATH_LITERAL("Old File.txt")); in TEST_F()
343 temp_dir_.path().Append(FILE_PATH_LITERAL("New File.txt")); in TEST_F()
357 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt")); in TEST_F()
363 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2")); in TEST_F()
366 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt")); in TEST_F()
372 FilePath subsubdir_path = subdir_path.Append(FPL("Level3")); in TEST_F()
375 FilePath file_03 = subsubdir_path.Append(FPL("The file 03.txt")); in TEST_F()
392 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a")); in TEST_F()
393 FilePath dir_path = temp_dir_.path().Append(FPL("dir")); in TEST_F()
394 FilePath file_b_path = dir_path.Append(FPL("file_b")); in TEST_F()
[all …]
Dlinked_list_unittest.cc71 TEST(LinkedList, Append) { in TEST() argument
76 list.Append(&n1); in TEST()
86 list.Append(&n2); in TEST()
96 list.Append(&n3); in TEST()
115 list.Append(&n1); in TEST()
116 list.Append(&n2); in TEST()
117 list.Append(&n3); in TEST()
118 list.Append(&n4); in TEST()
119 list.Append(&n5); in TEST()
167 list.Append(&n1); in TEST()
[all …]
/external/chromium/chrome/common/
Dchrome_paths.cc66 *result = result->Append("Internet Plug-Ins"); in GetInternalPluginsDirectory()
147 cur = cur.Append(FILE_PATH_LITERAL("Crash Reports")); in PathProvider()
157 cur = cur.Append(FILE_PATH_LITERAL("Resources")); in PathProvider()
161 cur = cur.Append(FILE_PATH_LITERAL("resources")); in PathProvider()
167 cur = cur.Append(FILE_PATH_LITERAL("shared")); in PathProvider()
172 cur = cur.Append(FILE_PATH_LITERAL("inspector")); in PathProvider()
186 cur = cur.Append(FILE_PATH_LITERAL("Dictionaries")); in PathProvider()
192 cur = cur.Append(FILE_PATH_LITERAL("Temp")); in PathProvider()
201 *result = result->Append("Libraries"); in PathProvider()
209 cur = cur.Append(chrome::kLocalStateFilename); in PathProvider()
[all …]
Dchrome_paths_linux.cc34 *result = config_dir.Append("google-chrome"); in GetDefaultUserDataDirectory()
36 *result = config_dir.Append("chromium"); in GetDefaultUserDataDirectory()
74 *result = config_dir.Append("google-chrome-frame"); in GetChromeFrameUserDataDirectory()
76 *result = config_dir.Append("chrome-frame"); in GetChromeFrameUserDataDirectory()
96 *result = home.Append(kDownloadsDir); in GetUserDownloadsDirectory()
103 *result = home.Append(kDownloadsDir); in GetUserDownloadsDirectory()
/external/chromium/net/websockets/
Dwebsocket_net_log_params_unittest.cc15 list->Append(new StringValue("GET /demo HTTP/1.1")); in TEST()
16 list->Append(new StringValue("Host: example.com")); in TEST()
17 list->Append(new StringValue("Connection: Upgrade")); in TEST()
18 list->Append(new StringValue("Sec-WebSocket-Key2: 12998 5 Y3 1 .P00")); in TEST()
19 list->Append(new StringValue("Sec-WebSocket-Protocol: sample")); in TEST()
20 list->Append(new StringValue("Upgrade: WebSocket")); in TEST()
21 list->Append(new StringValue("Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5")); in TEST()
22 list->Append(new StringValue("Origin: http://example.com")); in TEST()
23 list->Append(new StringValue("")); in TEST()
24 list->Append(new StringValue("\\x00\\x01\\x0a\\x0d\\xff\\xfe\\x0d\\x0a")); in TEST()
/external/chromium/chrome/browser/extensions/
Dexternal_policy_extension_loader_unittest.cc106 forced_extensions.Append(Value::CreateStringValue( in TEST_F()
108 forced_extensions.Append(Value::CreateStringValue( in TEST_F()
121 valid_extensions.Append(valid.DeepCopy()); in TEST_F()
122 forced_extensions.Append(valid.DeepCopy()); in TEST_F()
124 forced_extensions.Append(Value::CreateStringValue("")); in TEST_F()
125 forced_extensions.Append(Value::CreateStringValue(";")); in TEST_F()
126 forced_extensions.Append(Value::CreateStringValue(";;")); in TEST_F()
127 forced_extensions.Append(Value::CreateStringValue( in TEST_F()
129 forced_extensions.Append(Value::CreateStringValue( in TEST_F()
131 forced_extensions.Append(Value::CreateStringValue( in TEST_F()
[all …]
/external/chromium/chrome/browser/download/
Dsave_page_browsertest.cc60 FilePath(kTestDir).Append(file_name)); in IN_PROC_BROWSER_TEST_F()
66 FilePath full_file_name = save_dir_.path().Append(file_name); in IN_PROC_BROWSER_TEST_F()
79 test_dir_.Append(FilePath(kTestDir)).Append(file_name), in IN_PROC_BROWSER_TEST_F()
86 FilePath(kTestDir).Append(file_name)); in IN_PROC_BROWSER_TEST_F()
88 FilePath(kTestDir).Append(file_name)); in IN_PROC_BROWSER_TEST_F()
94 FilePath full_file_name = save_dir_.path().Append(file_name); in IN_PROC_BROWSER_TEST_F()
108 test_dir_.Append(FilePath(kTestDir)).Append(file_name), in IN_PROC_BROWSER_TEST_F()
115 FilePath(kTestDir).Append(file_name)); in IN_PROC_BROWSER_TEST_F()
121 FilePath full_file_name = save_dir_.path().Append(file_name); in IN_PROC_BROWSER_TEST_F()
134 test_dir_.Append(FilePath(kTestDir)).AppendASCII("b.saved1.htm"), in IN_PROC_BROWSER_TEST_F()
[all …]
/external/v8/src/
Dlog.cc554 msg.Append("profiler,\"begin\",%d\n", kSamplingIntervalMs); in ProfilerBeginEvent()
567 msg.Append("%s,\"%s\"\n", name, value); in UncheckedStringEvent()
585 msg.Append("%s,%d\n", name, value); in UncheckedIntEvent()
593 msg.Append("%s,%" V8_PTR_PREFIX "d\n", name, value); in UncheckedIntPtrTEvent()
601 msg.Append("%s,0x%" V8PRIxPTR "\n", name, location); in HandleEvent()
639 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n", in SharedLibraryEvent()
652 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n", in SharedLibraryEvent()
667 msg.Append("no source"); in LogRegExpSource()
673 msg.Append('a'); in LogRegExpSource()
678 msg.Append('/'); in LogRegExpSource()
[all …]
Dlog-utils.cc205 void LogMessageBuilder::Append(const char* format, ...) { in Append() function in v8::internal::LogMessageBuilder
231 void LogMessageBuilder::Append(const char c) { in Append() function in v8::internal::LogMessageBuilder
239 void LogMessageBuilder::Append(String* str) { in Append() function in v8::internal::LogMessageBuilder
243 Append(static_cast<char>(str->Get(i))); in Append()
249 Append("0x%" V8PRIxPTR, addr); in AppendAddress()
260 Append(str->IsAsciiRepresentation() ? 'a' : '2'); in AppendDetailed()
262 Append('e'); in AppendDetailed()
264 Append('#'); in AppendDetailed()
265 Append(":%i:", str->length()); in AppendDetailed()
270 Append("\\u%04x", c); in AppendDetailed()
[all …]
/external/skia/src/pdf/
DSkPDFUtils.cpp40 SkPDFScalar::Append(values[i], content); in AppendTransform()
48 SkPDFScalar::Append(x, content); in MoveTo()
50 SkPDFScalar::Append(y, content); in MoveTo()
56 SkPDFScalar::Append(x, content); in AppendLine()
58 SkPDFScalar::Append(y, content); in AppendLine()
67 SkPDFScalar::Append(ctl1X, content); in AppendCubic()
69 SkPDFScalar::Append(ctl1Y, content); in AppendCubic()
73 SkPDFScalar::Append(ctl2X, content); in AppendCubic()
75 SkPDFScalar::Append(ctl2Y, content); in AppendCubic()
78 SkPDFScalar::Append(dstX, content); in AppendCubic()
[all …]
/external/chromium/chrome/browser/sync/
Djs_sync_manager_observer.cc31 return_args.Append(Value::CreateStringValue( in OnChangesApplied()
34 return_args.Append(change_values); in OnChangesApplied()
36 change_values->Append(changes[i].ToValue(trans)); in OnChangesApplied()
45 return_args.Append(Value::CreateStringValue( in OnChangesComplete()
54 return_args.Append(snapshot->ToValue()); in OnSyncCycleCompleted()
62 return_args.Append(auth_error.ToValue()); in OnAuthError()
69 return_args.Append(Value::CreateStringValue("<redacted>")); in OnUpdatedToken()
76 return_args.Append(Value::CreateBooleanValue(for_decryption)); in OnPassphraseRequired()
88 return_args.Append(Value::CreateStringValue("<redacted>")); in OnPassphraseAccepted()
96 return_args.Append(syncable::ModelTypeSetToValue(encrypted_types)); in OnEncryptionComplete()
[all …]
Djs_sync_manager_observer_unittest.cc68 expected_args.Append(Value::CreateStringValue(model_type_str)); in TEST_F()
95 expected_args.Append(snapshot.ToValue()); in TEST_F()
107 expected_args.Append(error.ToValue()); in TEST_F()
120 true_args.Append(Value::CreateBooleanValue(true)); in TEST_F()
121 false_args.Append(Value::CreateBooleanValue(false)); in TEST_F()
136 redacted_args.Append(Value::CreateStringValue("<redacted>")); in TEST_F()
154 expected_args.Append(encrypted_type_values); in TEST_F()
159 encrypted_type_values->Append(Value::CreateStringValue( in TEST_F()
175 expected_args.Append(type_values); in TEST_F()
180 type_values->Append(Value::CreateStringValue( in TEST_F()
[all …]
Djs_arg_list_unittest.cc22 list->Append(Value::CreateBooleanValue(false)); in TEST_F()
23 list->Append(Value::CreateIntegerValue(5)); in TEST_F()
25 list->Append(dict); in TEST_F()
52 list.Append(bool_value.DeepCopy()); in TEST_F()
53 list.Append(int_value.DeepCopy()); in TEST_F()
54 list.Append(dict.DeepCopy()); in TEST_F()
/external/webkit/Source/WebKit/wx/
DWebBrowserShell.cpp106 fileMenu->Append(ID_NEW_WINDOW, _T("New Window\tCTRL+N")); in BEGIN_EVENT_TABLE()
107 fileMenu->Append(ID_LOADFILE, _T("Open File...\tCTRL+O")); in BEGIN_EVENT_TABLE()
108 fileMenu->Append(ID_LOADURL, _("Open Location...\tCTRL+L")); in BEGIN_EVENT_TABLE()
109 fileMenu->Append(wxID_EXIT, _T("E&xit\tAlt-X"), _T("Quit this program")); in BEGIN_EVENT_TABLE()
112 editMenu->Append(wxID_CUT, _T("Cut\tCTRL+X")); in BEGIN_EVENT_TABLE()
113 editMenu->Append(wxID_COPY, _T("Copy\tCTRL+C")); in BEGIN_EVENT_TABLE()
114 editMenu->Append(wxID_PASTE, _T("Paste\tCTRL+V")); in BEGIN_EVENT_TABLE()
120 viewMenu->Append(ID_STOP, _("Stop")); in BEGIN_EVENT_TABLE()
121 viewMenu->Append(ID_RELOAD, _("Reload Page")); in BEGIN_EVENT_TABLE()
122 viewMenu->Append(ID_MAKE_TEXT_SMALLER, _("Make Text Smaller\tCTRL+-")); in BEGIN_EVENT_TABLE()
[all …]
/external/chromium/net/disk_cache/
Dcache_util_unittest.cc18 cache_dir_ = tmp_dir_.path().Append(FILE_PATH_LITERAL("Cache")); in SetUp()
19 file1_ = FilePath(cache_dir_.Append(FILE_PATH_LITERAL("file01"))); in SetUp()
20 file2_ = FilePath(cache_dir_.Append(FILE_PATH_LITERAL(".file02"))); in SetUp()
21 dir1_ = FilePath(cache_dir_.Append(FILE_PATH_LITERAL("dir01"))); in SetUp()
30 dest_dir_ = tmp_dir_.path().Append(FILE_PATH_LITERAL("old_Cache_001")); in SetUp()
31 dest_file1_ = FilePath(dest_dir_.Append(FILE_PATH_LITERAL("file01"))); in SetUp()
32 dest_file2_ = FilePath(dest_dir_.Append(FILE_PATH_LITERAL(".file02"))); in SetUp()
33 dest_dir1_ = FilePath(dest_dir_.Append(FILE_PATH_LITERAL("dir01"))); in SetUp()
/external/chromium/net/test/
Dtest_server.cc121 .Append(FILE_PATH_LITERAL("net")) in Start()
122 .Append(FILE_PATH_LITERAL("tools")) in Start()
123 .Append(FILE_PATH_LITERAL("testserver")) in Start()
124 .Append(FILE_PATH_LITERAL("testserver.py")); in Start()
271 document_root_ = src_dir.Append(document_root); in Init()
273 certificates_dir_ = src_dir.Append(FILE_PATH_LITERAL("net")) in Init()
274 .Append(FILE_PATH_LITERAL("data")) in Init()
275 .Append(FILE_PATH_LITERAL("ssl")) in Init()
276 .Append(FILE_PATH_LITERAL("certificates")); in Init()
285 third_party_dir = third_party_dir.Append(FILE_PATH_LITERAL("third_party")); in SetPythonPath()
[all …]
Dpython_utils.cc50 while (!file_util::DirectoryExists(dir.Append(to_try))) { in TryRelativeToDir()
91 .Append(FILE_PATH_LITERAL("out")) in GetPyProtoPath()
92 .Append(FILE_PATH_LITERAL("Release")); in GetPyProtoPath()
101 *dir = generated_code_dir.Append(kPyProto); in GetPyProtoPath()
110 *dir = dir->Append(FILE_PATH_LITERAL("third_party")) in GetPythonRunTime()
111 .Append(FILE_PATH_LITERAL("python_26")) in GetPythonRunTime()
112 .Append(FILE_PATH_LITERAL("python.exe")); in GetPythonRunTime()
/external/chromium/chrome/browser/sync/glue/
Dpreference_model_associator_unittest.cc67 server_url_list_.Append(Value::CreateStringValue(server_url0_)); in SetUp()
68 server_url_list_.Append(Value::CreateStringValue(server_url1_)); in SetUp()
102 local_list_value->Append(Value::CreateStringValue(local_url0_)); in TEST_F()
119 local_list_value->Append(Value::CreateStringValue(local_url0_)); in TEST_F()
135 local_list_value->Append(Value::CreateStringValue(local_url0_)); in TEST_F()
136 local_list_value->Append(Value::CreateStringValue(local_url1_)); in TEST_F()
145 expected.Append(Value::CreateStringValue(server_url0_)); in TEST_F()
146 expected.Append(Value::CreateStringValue(server_url1_)); in TEST_F()
147 expected.Append(Value::CreateStringValue(local_url0_)); in TEST_F()
148 expected.Append(Value::CreateStringValue(local_url1_)); in TEST_F()
[all …]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas346 SB.Append('{');
351 SB.Append(', ');
355 SB.Append('}');
378 SB.Append('[');
382 SB.Append(', ');
385 SB.Append('null')
388 SB.Append(DictionaryToString(Dict))
391 SB.Append(ListToString(List))
393 SB.Append(Element.ToString);
395 SB.Append(']');
[all …]
/external/chromium/chrome/browser/ui/webui/options/
Dfont_settings_handler.cc132 option->Append(Value::CreateStringValue(encoding)); in FontsListHasLoaded()
133 option->Append(Value::CreateStringValue(name)); in FontsListHasLoaded()
136 option->Append(Value::CreateStringValue("")); in FontsListHasLoaded()
137 option->Append(Value::CreateStringValue("")); in FontsListHasLoaded()
139 encoding_list.Append(option); in FontsListHasLoaded()
143 selected_values.Append(Value::CreateStringValue(standard_font_.GetValue())); in FontsListHasLoaded()
144 selected_values.Append(Value::CreateStringValue(serif_font_.GetValue())); in FontsListHasLoaded()
145 selected_values.Append(Value::CreateStringValue(sans_serif_font_.GetValue())); in FontsListHasLoaded()
146 selected_values.Append(Value::CreateStringValue(fixed_font_.GetValue())); in FontsListHasLoaded()
147 selected_values.Append(Value::CreateStringValue(font_encoding_.GetValue())); in FontsListHasLoaded()
Dcookies_view_handler.cc94 args.Append(parent == cookies_tree_model_->GetRoot() ? in TreeNodesAdded()
98 args.Append(Value::CreateIntegerValue(start)); in TreeNodesAdded()
99 args.Append(children); in TreeNodesAdded()
112 args.Append(parent == cookies_tree_model_->GetRoot() ? in TreeNodesRemoved()
116 args.Append(Value::CreateIntegerValue(start)); in TreeNodesRemoved()
117 args.Append(Value::CreateIntegerValue(count)); in TreeNodesRemoved()
199 args.Append(parent == cookies_tree_model_->GetRoot() ? in SendChildren()
202 args.Append(children); in SendChildren()

12345678910>>...22