Home
last modified time | relevance | path

Searched refs:CreateList (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list_test.cc37 CSPDirectiveList* CreateList( in CreateList() function in blink::CSPDirectiveListTest
65 CreateList(test.list, ContentSecurityPolicyType::kReport); in TEST_F()
139 CreateList(test.list, ContentSecurityPolicyType::kReport); in TEST_F()
273 Member<CSPDirectiveList> directive_list = CreateList( in TEST_F()
295 directive_list = CreateList(String("style-src ") + test.list, in TEST_F()
305 directive_list = CreateList(String("style-src ") + test.list, in TEST_F()
428 Member<CSPDirectiveList> directive_list = CreateList( in TEST_F()
544 CSPDirectiveList* a = CreateList( in TEST_F()
611 CreateList("", ContentSecurityPolicyType::kEnforce); in TEST_F()
881 directive_list = CreateList(directive_string.c_str(), in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/csp/
H A Dcsp_directive_list_test.cc37 CSPDirectiveList* CreateList( in CreateList() function in blink::CSPDirectiveListTest
65 CreateList(test.list, ContentSecurityPolicyType::kReport); in TEST_F()
139 CreateList(test.list, ContentSecurityPolicyType::kReport); in TEST_F()
271 Member<CSPDirectiveList> directive_list = CreateList( in TEST_F()
291 directive_list = CreateList(String("style-src ") + test.list, in TEST_F()
301 directive_list = CreateList(String("style-src ") + test.list, in TEST_F()
423 Member<CSPDirectiveList> directive_list = CreateList( in TEST_F()
658 CSPDirectiveList* a = CreateList( in TEST_F()
721 CreateList("", ContentSecurityPolicyType::kEnforce); in TEST_F()
991 directive_list = CreateList(directive_string.c_str(), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/
H A Dfile_change_unittest.cc33 void CreateList(FileChangeList* list, const FileChange (&inputs)[INPUT_SIZE]) { in CreateList() function
58 CreateList(&list, kInput1); in TEST()
64 CreateList(&list, kInput2); in TEST()
69 CreateList(&list, kInput3); in TEST()
75 CreateList(&list, kInput4); in TEST()
81 CreateList(&list, kInput5); in TEST()
98 CreateList(&list, kInput1); in TEST()
109 CreateList(&list, kInput2); in TEST()
120 CreateList(&list, kInput3); in TEST()
132 CreateList(&list, kInput4); in TEST()
/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtestsynmulticaret.pas23 procedure CreateList(var AList: TSynPluginMultiCaretList; ACount: Integer; AMergeLock: Boolean); procedure
69 CreateList(TestList, Len, True);
80 CreateList(TestList, Len, True);
91 CreateList(TestList, Len, False);
102 CreateList(TestList, Len, True);
126 CreateList(TestList, Len, True);
176 CreateList(TestList, Len, True);
200 CreateList(TestList, Len, True);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestsynmulticaret.pas23 procedure CreateList(var AList: TSynPluginMultiCaretList; ACount: Integer; AMergeLock: Boolean); procedure
69 CreateList(TestList, Len, True);
80 CreateList(TestList, Len, True);
91 CreateList(TestList, Len, False);
102 CreateList(TestList, Len, True);
126 CreateList(TestList, Len, True);
176 CreateList(TestList, Len, True);
200 CreateList(TestList, Len, True);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestsynmulticaret.pas23 procedure CreateList(var AList: TSynPluginMultiCaretList; ACount: Integer; AMergeLock: Boolean); procedure
69 CreateList(TestList, Len, True);
80 CreateList(TestList, Len, True);
91 CreateList(TestList, Len, False);
102 CreateList(TestList, Len, True);
126 CreateList(TestList, Len, True);
176 CreateList(TestList, Len, True);
200 CreateList(TestList, Len, True);
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtestsynmulticaret.pas23 procedure CreateList(var AList: TSynPluginMultiCaretList; ACount: Integer; AMergeLock: Boolean); procedure
69 CreateList(TestList, Len, True);
80 CreateList(TestList, Len, True);
91 CreateList(TestList, Len, False);
102 CreateList(TestList, Len, True);
126 CreateList(TestList, Len, True);
176 CreateList(TestList, Len, True);
200 CreateList(TestList, Len, True);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DExprFactory.cs233 first = CreateList(first, newItem); in AppendItemToList()
240 list.OptionalNextListNode = CreateList(list.OptionalNextListNode, newItem); in AppendItemToList()
244 public ExprList CreateList(Expr op1, Expr op2) => new ExprList(op1, op2); in CreateList() method in Microsoft.CSharp.RuntimeBinder.Semantics.ExprFactory
246 … public ExprList CreateList(Expr op1, Expr op2, Expr op3) => CreateList(op1, CreateList(op2, op3)); in CreateList() method in Microsoft.CSharp.RuntimeBinder.Semantics.ExprFactory
248 public ExprList CreateList(Expr op1, Expr op2, Expr op3, Expr op4) => in CreateList() method in Microsoft.CSharp.RuntimeBinder.Semantics.ExprFactory
249 CreateList(op1, CreateList(op2, CreateList(op3, op4))); in CreateList()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Options/Test/Mono.Options/
H A DListContract.cs42 private IList<T> CreateList (IEnumerable<T> values) in CreateList() method in Cadenza.Collections.Tests.ListContract
53 var list = CreateList (new T[0]); in IndexOf()
82 var list = CreateList (new T[0]); in Insert()
107 var list = CreateList (new T [0]); in RemoveAt()
136 var list = CreateList (new []{a}); in Item()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/feature_engagement/
H A Dfeature_engagement_app_interface.mm65 ScopedFeatureList& CreateList() {
71 // Destroys all scoped feature lists objects created with CreateList().
110 ->CreateList()
128 ->CreateList()
149 ->CreateList()
166 ->CreateList()
186 ->CreateList()
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/
H A Dlist.go64 func (c *Client) CreateList(onBoard *Board, name string, extraArgs Arguments) (list *List, err erro… func
89 func (b *Board) CreateList(name string, extraArgs Arguments) (list *List, err error) { func
90 return b.client.CreateList(b, name, extraArgs)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/trello-1.0.0/
H A Dlist.go64 func (c *Client) CreateList(onBoard *Board, name string, extraArgs Arguments) (list *List, err erro… func
89 func (b *Board) CreateList(name string, extraArgs Arguments) (list *List, err error) { func
90 return b.client.CreateList(b, name, extraArgs)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Ddesktop_media_list_ash_unittest.cc46 void CreateList(content::DesktopMediaID::Type type) { in CreateList() function in DesktopMediaListAshTest
66 CreateList(content::DesktopMediaID::TYPE_SCREEN); in TEST_F()
80 CreateList(content::DesktopMediaID::TYPE_WINDOW); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/webrtc/
H A Ddesktop_media_list_ash_unittest.cc46 void CreateList(content::DesktopMediaID::Type type) { in CreateList() function in DesktopMediaListAshTest
66 CreateList(content::DesktopMediaID::TYPE_SCREEN); in TEST_F()
80 CreateList(content::DesktopMediaID::TYPE_WINDOW); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Performance/
H A DPerf.List.cs16 public static List<object> CreateList(int size) in CreateList() method in System.Collections.Tests.Perf_List
31 List<object> list = CreateList(size); in Add()
52 List<object> list = CreateList(size); in AddRange()
67 List<object> list = CreateList(size); in Clear()
88 List<object> list = CreateList(size); in Contains()
123 List<object> list = CreateList(size); in ctor_IEnumerable()
137 List<object> list = CreateList(size); in GetCount()
157 List<object> list = CreateList(size); in GetItem()
178 List<object> list = CreateList(size); in Enumerator()
191 List<object> list = CreateList(size); in SetCapacity()
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Configuration/
H A DListSectionHandler.cs59 IList list = CreateList(parent); in Create()
89 protected virtual IList CreateList(object parent) in CreateList() method in Jayrock.Configuration.ListSectionHandler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_position_axis_list_interpolation_type.cc56 return ListInterpolationFunctions::CreateList( in MaybeConvertValue()
61 return ListInterpolationFunctions::CreateList( in MaybeConvertValue()
H A Dcss_length_list_interpolation_type.cc39 return ListInterpolationFunctions::CreateList( in MaybeConvertNeutral()
51 return ListInterpolationFunctions::CreateList( in MaybeConvertLengthList()
111 return ListInterpolationFunctions::CreateList( in MaybeConvertValue()
H A Dcss_size_list_interpolation_type.cc72 return ListInterpolationFunctions::CreateList( in ConvertSizeList()
95 return ListInterpolationFunctions::CreateList( in MaybeConvertCSSSizeList()
111 return ListInterpolationFunctions::CreateList( in MaybeConvertNeutral()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_position_axis_list_interpolation_type.cc56 return ListInterpolationFunctions::CreateList( in MaybeConvertValue()
61 return ListInterpolationFunctions::CreateList( in MaybeConvertValue()
H A Dcss_size_list_interpolation_type.cc72 return ListInterpolationFunctions::CreateList( in ConvertSizeList()
95 return ListInterpolationFunctions::CreateList( in MaybeConvertCSSSizeList()
111 return ListInterpolationFunctions::CreateList( in MaybeConvertNeutral()
H A Dcss_length_list_interpolation_type.cc39 return ListInterpolationFunctions::CreateList( in MaybeConvertNeutral()
51 return ListInterpolationFunctions::CreateList( in MaybeConvertLengthList()
111 return ListInterpolationFunctions::CreateList( in MaybeConvertValue()
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Graphs/
H A DGraphGML.pas787 ObjectAttrsList.Add(TGMLObject.CreateList(AttrTypeName, ValList));
888 AGraphLibList.Add(TGMLObject.CreateList(KeyVertexAttrs,
891 AGraphLibList.Add(TGMLObject.CreateList(KeyEdgeAttrs,
894 AGraphLibList.Add(TGMLObject.CreateList(KeyLocal,
914 Result.Add(TGMLObject.CreateList(KeyAGraphLib1, AGraphLibList));
942 AGraphLibVertexList.Add(TGMLObject.CreateList(KeyGlobal,
945 AGraphLibVertexList.Add(TGMLObject.CreateList(KeyLocal,
983 GMLList.Add(TGMLObject.CreateList(KeyGraphics, GraphicsList));
1005 AGraphLibEdgeList.Add(TGMLObject.CreateList(KeyGlobal,
1008 AGraphLibEdgeList.Add(TGMLObject.CreateList(KeyLocal,
[all …]
H A DGMLObj.pas41 constructor CreateList(const AKey: String; Value: TClassList); procedure
86 constructor TGMLObject.CreateList(const AKey: String; Value: TClassList);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/mnesia/doc/src/
H A Dbup.erl49 ({schema, Tab, CreateList}, Acc) ->
58 {[{schema, Tab, lists:map(OptSwitch, CreateList)}], Acc};
123 CreateList = [{disc_copies, OldNodes},
125 {atomic, ok} = mnesia:create_table(bup_rec, CreateList),

12345678910>>...12