Searched refs:Append (Results 126 - 150 of 1689) sorted by relevance

1234567891011>>

/external/lldb/source/API/
H A DSBValueList.cpp51 Append (const lldb::SBValue& sb_value) function in class:ValueListImpl
57 Append (const ValueListImpl& list) function in class:ValueListImpl
60 Append (val);
177 SBValueList::Append (const SBValue &val_obj) function in class:SBValueList
180 m_opaque_ap->Append (val_obj);
184 SBValueList::Append (lldb::ValueObjectSP& val_obj_sp) function in class:SBValueList
189 m_opaque_ap->Append (SBValue(val_obj_sp));
194 SBValueList::Append (const lldb::SBValueList& value_list) function in class:SBValueList
199 m_opaque_ap->Append (*value_list);
/external/chromium_org/chrome/app/
H A Dsignature_validator_win_unittest.cc42 GetTestCertsDirectory().Append(L"AuthorityCert.cer");
44 GetTestCertsDirectory().Append(L"OtherAuthorityCert.cer");
49 SetExpectedHash(GetTestCertsDirectory().Append(L"ValidCert.cer"));
60 return src_root.Append(kCertificateRelativePath);
66 return src_root.Append(kDLLRelativePath);
93 base::FilePath full_dll_path = GetTestDLLsDirectory().Append(dll_filename);
/external/chromium_org/extensions/common/features/
H A Dcomplex_feature_unittest.cc26 .Set("whitelist", ListBuilder().Append(kIdFoo))
28 .Append("extension")).Build());
35 .Set("whitelist", ListBuilder().Append(kIdBar))
37 .Append("legacy_packaged_app")).Build();
88 ListBuilder().Append("manifest:content_security_policy"))
96 .Set("dependencies", ListBuilder().Append("permission:serial"))
/external/chromium_org/third_party/libjingle/overrides/
H A Dinit_webrtc.cc72 path = path.Append(FILE_PATH_LITERAL("libpeerconnection.dll"));
75 path = path.Append(FILE_PATH_LITERAL("Libraries"))
76 .Append(FILE_PATH_LITERAL("libpeerconnection.so"));
78 path = path.Append(FILE_PATH_LITERAL("libpeerconnection.so"));
80 path = path.Append(FILE_PATH_LITERAL("lib"))
81 .Append(FILE_PATH_LITERAL("libpeerconnection.so"));
/external/chromium_org/tools/json_schema_compiler/test/
H A Dobjects_unittest.cc15 strings->Append(new base::StringValue("one"));
16 strings->Append(new base::StringValue("two"));
23 params_value->Append(info_value.release());
35 strings->Append(new base::StringValue("one"));
36 strings->Append(new base::StringValue("two"));
42 params_value->Append(info_value.release());
/external/chromium_org/tools/json_schema_compiler/
H A Dutil.cc48 out->Append(new base::FundamentalValue(from));
52 out->Append(new base::FundamentalValue(from));
56 out->Append(new base::FundamentalValue(from));
60 out->Append(new base::StringValue(from));
65 out->Append(from->DeepCopy());
70 out->Append(static_cast<base::Value*>(from->DeepCopy()));
/external/chromium_org/cc/output/
H A Dfilter_operations_unittest.cc16 ops.Append(FilterOperation::CreateBlurFilter(20));
28 ops.Append(FilterOperation::CreateDropShadowFilter(gfx::Point(3, 8), 20, 0));
552 from.Append(FilterOperation::CreateBlurFilter(0.f));
553 to.Append(FilterOperation::CreateBlurFilter(2.f));
555 from.Append(FilterOperation::CreateSaturateFilter(4.f));
556 to.Append(FilterOperation::CreateSaturateFilter(0.f));
558 from.Append(FilterOperation::CreateZoomFilter(2.0f, 1));
559 to.Append(FilterOperation::CreateZoomFilter(10.f, 9));
563 expected.Append(FilterOperation::CreateBlurFilter(0.f));
564 expected.Append(FilterOperatio
[all...]
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py305 env.Append(CPPDEFINES = cppdefines)
434 env.Append(CCFLAGS = ccflags)
435 env.Append(CFLAGS = cflags)
436 env.Append(CXXFLAGS = cxxflags)
442 env.Append(CCFLAGS = ['/MTd'])
443 env.Append(SHCCFLAGS = ['/LDd'])
445 env.Append(CCFLAGS = ['/MT'])
446 env.Append(SHCCFLAGS = ['/LD'])
451 env.Append(ASFLAGS = ['-m32'])
453 env.Append(ASFLAG
[all...]
/external/mesa3d/scons/
H A Dgallium.py305 env.Append(CPPDEFINES = cppdefines)
434 env.Append(CCFLAGS = ccflags)
435 env.Append(CFLAGS = cflags)
436 env.Append(CXXFLAGS = cxxflags)
442 env.Append(CCFLAGS = ['/MTd'])
443 env.Append(SHCCFLAGS = ['/LDd'])
445 env.Append(CCFLAGS = ['/MT'])
446 env.Append(SHCCFLAGS = ['/LD'])
451 env.Append(ASFLAGS = ['-m32'])
453 env.Append(ASFLAG
[all...]
/external/chromium_org/base/json/
H A Djson_writer_unittest.cc79 list->Append(inner_dict);
82 list->Append(inner_list);
83 list->Append(new FundamentalValue(true));
140 binary_list.Append(BinaryValue::CreateWithCopiedBuffer("asdf", 4));
141 binary_list.Append(new FundamentalValue(5));
142 binary_list.Append(BinaryValue::CreateWithCopiedBuffer("asdf", 4));
143 binary_list.Append(new FundamentalValue(2));
144 binary_list.Append(BinaryValue::CreateWithCopiedBuffer("asdf", 4));
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmark_apitest.cc37 list.Append(node);
41 list.Append(node);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler_unittest.cc36 list.Append(new base::StringValue("test.a.b"));
48 list.Append(new base::StringValue("*"));
60 list.Append(new base::StringValue("invalid Name"));
84 policy.Append(new base::StringValue("com.example.test"));
85 expected.Append(new base::StringValue("com.example.test"));
96 policy.Append(new base::StringValue("*"));
97 expected.Append(new base::StringValue("*"));
108 policy.Append(new base::StringValue("invalid Name"));
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_manifest_unittest.cc37 .Set("mime_types", ListBuilder().Append("text/plain")))
57 .Set("mime_types", ListBuilder().Append("text/plain")))
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer_win.cc34 critical_binaries.push_back(chrome_exe_dir.Append(kUnversionedFiles[i]));
40 critical_binaries.push_back(version_dir.Append(kVersionedFiles[i]));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_safebrowsing_test_server.cc34 .Append(FILE_PATH_LITERAL("safe_browsing"));
36 *testserver_path = testserver_dir.Append(FILE_PATH_LITERAL(
/external/chromium_org/chrome/common/
H A Dchrome_paths_android.cc26 *result = result->Append("Documents");
33 *result = result->Append("Downloads");
/external/chromium_org/chrome/installer/util/
H A Dhelper.cc29 install_path = install_path.Append(dist->GetInstallSubDir());
30 install_path = install_path.Append(kInstallBinaryDir);
/external/chromium_org/content/browser/speech/
H A Dchunked_byte_buffer.h34 void Append(const uint8* start, size_t length);
37 void Append(const std::string& string);
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_linux.cc35 base_path.Append(FILE_PATH_LITERAL("fonts.conf"))))
45 if (!gfx::LoadFontIntoFontconfig(base_path.Append(kLocalFonts[i])))
/external/chromium_org/net/websockets/
H A Dwebsocket_net_log_params.cc29 header_list->Append(new base::StringValue(entry));
37 header_list->Append(new base::StringValue(key));
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error_unittest.cpp36 TEST(Error, Append) {
38 error.Append("Bar");
/external/lldb/include/lldb/API/
H A DSBSymbolContextList.h43 Append (lldb::SBSymbolContext &sc);
46 Append (lldb::SBSymbolContextList &sc_list);
/external/lldb/include/lldb/Core/
H A DValueObjectList.h45 Append (const lldb::ValueObjectSP &val_obj_sp);
48 Append (const ValueObjectList &valobj_list);
/external/lldb/scripts/Python/interface/
H A DSBFileSpecList.i28 Append (const SBFileSpec &sb_file);
/external/chromium_org/chrome/browser/translate/
H A Dcomponent_cld_data_harness.cc65 *out_path = out_path->Append(CldDataHarness::GetTestDataSourceCrxVersion())
66 .Append(FILE_PATH_LITERAL("_platform_specific"))
67 .Append(FILE_PATH_LITERAL("all"))
68 .Append(kComponentDataFileName);

Completed in 2888 milliseconds

1234567891011>>