Searched refs:Append (Results 101 - 125 of 1689) sorted by relevance

1234567891011>>

/external/chromium_org/base/containers/
H A Dlinked_list_unittest.cc71 TEST(LinkedList, Append) {
76 list.Append(&n1);
86 list.Append(&n2);
96 list.Append(&n3);
115 list.Append(&n1);
116 list.Append(&n2);
117 list.Append(&n3);
118 list.Append(&n4);
119 list.Append(&n5);
167 list.Append(
[all...]
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_permissions_panel_unittest.cc49 extensions::ListBuilder().Append("background.js"))))
81 .Append("desktopCapture") // A valid permission with a
83 .Append("bad_perm") // An invalid permission
84 .Append("notifications") // An valid permission with
86 .Append("serial"))) // Another valid permission with
111 .Append("clipboardRead") // A valid permission with a
113 .Append("bad_perm") // An invalid permission
114 .Append("idle") // A valid permission with
116 .Append("serial"))) // Another valid permission with
137 extensions::ListBuilder().Append(
[all...]
/external/chromium_org/media/base/
H A Daudio_buffer_queue_unittest.cc55 buffer.Append(
60 buffer.Append(
68 buffer.Append(
71 buffer.Append(
74 buffer.Append(
77 buffer.Append(
80 buffer.Append(
91 // Append 40 frames in 5 buffers. Intersperse ReadFrames() to make the
93 buffer.Append(MakeTestBuffer<float>(
101 buffer.Append(MakeTestBuffe
[all...]
H A Dmedia_posix.cc53 paths[kModuleFfmpegsumo].push_back(module_dir.Append(kSumoLib).value());
56 paths[kModuleFfmpegsumo].push_back(module_dir.Append(
58 paths[kModuleFfmpegsumo].push_back(module_dir.Append(
60 paths[kModuleFfmpegsumo].push_back(module_dir.Append(
/external/chromium_org/base/process/
H A Dprocess_handle_linux.cc21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe");
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_unittest.cc26 .Append(element)
27 .Append(attr)
28 .Append("http://www.google.co.uk")
29 .Append("http://www.google.co.uk")
/external/chromium_org/chrome/browser/translate/
H A Dstandalone_cld_data_harness.cc42 *out_path = out_path->Append(FILE_PATH_LITERAL("_platform_specific"))
43 .Append(FILE_PATH_LITERAL("all"))
44 .Append(kStandaloneDataFileName);
53 *out_path = out_path->Append(kStandaloneDataFileName);
/external/chromium_org/chrome/common/
H A Dchrome_paths_unittest.cc22 test_profile_dir = test_profile_dir.Append("foobar");
25 expected_cache_dir = expected_cache_dir.Append("foobar");
37 test_profile_dir = homedir.Append(".config/foobar");
38 base::FilePath expected_cache_dir = homedir.Append(".cache/foobar");
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils_linux.cc19 ini_file = home.Append(".mozilla/firefox/profiles.ini");
/external/chromium_org/chrome/test/remoting/
H A Dwebapp_javascript_unittest.cc25 base_dir.Append(FILE_PATH_LITERAL("remoting/unittests/unittest.html")));
/external/chromium_org/media/filters/
H A Dfile_data_source_unittest.cc39 data_dir = data_dir.Append(FILE_PATH_LITERAL("media"))
40 .Append(FILE_PATH_LITERAL("test"))
41 .Append(FILE_PATH_LITERAL("data"))
42 .Append(FILE_PATH_LITERAL("ten_byte_file"));
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.h18 // error->Append(strerror(errno));
35 void Append(const char* message);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dstring_byte_sink.h20 virtual void Append(const char* data, int32_t n);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstring_byte_sink.cc28 void StringByteSink::Append(const char* data, int32_t n) { function in class:i18n::phonenumbers::StringByteSink
H A Dstring_byte_sink.h33 virtual void Append(const char* data, int32_t n);
/external/chromium_org/third_party/mesa/src/src/mapi/vgapi/
H A DSConscript17 env.Append(CPPDEFINES = [
23 env.Append(CPPPATH = [
/external/lldb/source/API/
H A DSBSymbolContextList.cpp72 SBSymbolContextList::Append(SBSymbolContext &sc) function in class:SBSymbolContextList
75 m_opaque_ap->Append(*sc);
79 SBSymbolContextList::Append(SBSymbolContextList &sc_list) function in class:SBSymbolContextList
82 m_opaque_ap->Append(*sc_list);
/external/mesa3d/src/mapi/vgapi/
H A DSConscript17 env.Append(CPPDEFINES = [
23 env.Append(CPPPATH = [
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py17 def Append(self, line='', substitute=True, indent_level=None): member in class:Code
55 self.Append(line.value, line.substitute)
63 self.Concat(code).Append()
72 self.Append(line)
85 self.Append(line)
92 comments. Otherwise just use code.Append('// ...') for comments.
105 self.Append(comment_prefix + line, substitute=False)
106 self.Append(comment_prefix + comment, substitute=False)
/external/chromium_org/extensions/common/permissions/
H A Dapi_permission_set_unittest.cc48 value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
49 value->Append(new base::StringValue("udp-bind::8080"));
50 value->Append(new base::StringValue("udp-send-to::8888"));
83 value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
84 value->Append(new base::StringValue("udp-send-to::8899"));
97 value->Append(new base::StringValue("tcp-connect:*.example.com:80"));
98 value->Append(new base::StringValue("udp-bind::8080"));
99 value->Append(new base::StringValue("udp-send-to::8888"));
100 value->Append(new base::StringValue("udp-send-to::8899"));
135 value->Append(ne
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp53 SkPDFScalar::Append(values[i], content);
61 SkPDFScalar::Append(x, content);
63 SkPDFScalar::Append(y, content);
69 SkPDFScalar::Append(x, content);
71 SkPDFScalar::Append(y, content);
80 SkPDFScalar::Append(ctl1X, content);
82 SkPDFScalar::Append(ctl1Y, content);
86 SkPDFScalar::Append(ctl2X, content);
88 SkPDFScalar::Append(ctl2Y, content);
91 SkPDFScalar::Append(dst
[all...]
/external/skia/src/pdf/
H A DSkPDFUtils.cpp53 SkPDFScalar::Append(values[i], content);
61 SkPDFScalar::Append(x, content);
63 SkPDFScalar::Append(y, content);
69 SkPDFScalar::Append(x, content);
71 SkPDFScalar::Append(y, content);
80 SkPDFScalar::Append(ctl1X, content);
82 SkPDFScalar::Append(ctl1Y, content);
86 SkPDFScalar::Append(ctl2X, content);
88 SkPDFScalar::Append(ctl2Y, content);
91 SkPDFScalar::Append(dst
[all...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc33 void Append(std::vector<uint8_t>* data_vector, T data) { function in namespace:mojo::test::__anon8787
282 // The parser, as well as Append() defined above, assumes that this code is
305 Append(&expected, static_cast<uint8_t>(0x10));
306 Append(&expected, static_cast<uint16_t>(65535));
307 Append(&expected, static_cast<uint32_t>(65536));
308 Append(&expected, static_cast<uint64_t>(0xffffffffffffffff));
309 Append(&expected, static_cast<uint8_t>(0));
310 Append(&expected, static_cast<uint8_t>(0xff));
317 Append(&expected, -static_cast<int64_t>(0x800));
318 Append(
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dmanaged_bookmarks_policy_handler_unittest.cc79 .Append(extensions::DictionaryBuilder()
82 .Append(extensions::DictionaryBuilder()
85 .Append(extensions::DictionaryBuilder()
88 .Append(extensions::DictionaryBuilder()
91 .Append(extensions::DictionaryBuilder()
94 .Append(extensions::DictionaryBuilder()
97 .Append(extensions::DictionaryBuilder()
152 .Append(extensions::DictionaryBuilder()
194 .Append(extensions::DictionaryBuilder()
/external/chromium_org/net/disk_cache/
H A Dcache_util_unittest.cc18 cache_dir_ = tmp_dir_.path().Append(FILE_PATH_LITERAL("Cache"));
19 file1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("file01")));
20 file2_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL(".file02")));
21 dir1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("dir01")));
22 file3_ = base::FilePath(dir1_.Append(FILE_PATH_LITERAL("file03")));
34 dest_dir_ = tmp_dir_.path().Append(FILE_PATH_LITERAL("old_Cache_001"));
35 dest_file1_ = base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL("file01")));
37 base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL(".file02")));
38 dest_dir1_ = base::FilePath(dest_dir_.Append(FILE_PATH_LITERAL("dir01")));

Completed in 1840 milliseconds

1234567891011>>