Home
last modified time | relevance | path

Searched defs:snippet (Results 1 – 25 of 1848) sorted by relevance

12345678910>>...74

/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-snippet.c54 CoglSnippet *snippet = g_slice_new0 (CoglSnippet); in cogl_snippet_new() local
67 cogl_snippet_get_hook (CoglSnippet *snippet) in cogl_snippet_get_hook()
75 _cogl_snippet_modify (CoglSnippet *snippet) in _cogl_snippet_modify()
90 cogl_snippet_set_declarations (CoglSnippet *snippet, in cogl_snippet_set_declarations()
111 cogl_snippet_set_pre (CoglSnippet *snippet, in cogl_snippet_set_pre()
124 cogl_snippet_get_pre (CoglSnippet *snippet) in cogl_snippet_get_pre()
132 cogl_snippet_set_replace (CoglSnippet *snippet, in cogl_snippet_set_replace()
145 cogl_snippet_get_replace (CoglSnippet *snippet) in cogl_snippet_get_replace()
153 cogl_snippet_set_post (CoglSnippet *snippet, in cogl_snippet_set_post()
166 cogl_snippet_get_post (CoglSnippet *snippet) in cogl_snippet_get_post()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-snippet.c54 CoglSnippet *snippet = g_slice_new0 (CoglSnippet); in cogl_snippet_new() local
67 cogl_snippet_get_hook (CoglSnippet *snippet) in cogl_snippet_get_hook()
75 _cogl_snippet_modify (CoglSnippet *snippet) in _cogl_snippet_modify()
90 cogl_snippet_set_declarations (CoglSnippet *snippet, in cogl_snippet_set_declarations()
111 cogl_snippet_set_pre (CoglSnippet *snippet, in cogl_snippet_set_pre()
124 cogl_snippet_get_pre (CoglSnippet *snippet) in cogl_snippet_get_pre()
132 cogl_snippet_set_replace (CoglSnippet *snippet, in cogl_snippet_set_replace()
145 cogl_snippet_get_replace (CoglSnippet *snippet) in cogl_snippet_get_replace()
153 cogl_snippet_set_post (CoglSnippet *snippet, in cogl_snippet_set_post()
166 cogl_snippet_get_post (CoglSnippet *snippet) in cogl_snippet_get_post()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-snippet.c52 CoglSnippet *snippet = g_new0 (CoglSnippet, 1); in cogl_snippet_new() local
65 cogl_snippet_get_hook (CoglSnippet *snippet) in cogl_snippet_get_hook()
73 _cogl_snippet_modify (CoglSnippet *snippet) in _cogl_snippet_modify()
88 cogl_snippet_set_declarations (CoglSnippet *snippet, in cogl_snippet_set_declarations()
109 cogl_snippet_set_pre (CoglSnippet *snippet, in cogl_snippet_set_pre()
122 cogl_snippet_get_pre (CoglSnippet *snippet) in cogl_snippet_get_pre()
130 cogl_snippet_set_replace (CoglSnippet *snippet, in cogl_snippet_set_replace()
143 cogl_snippet_get_replace (CoglSnippet *snippet) in cogl_snippet_get_replace()
151 cogl_snippet_set_post (CoglSnippet *snippet, in cogl_snippet_set_post()
164 cogl_snippet_get_post (CoglSnippet *snippet) in cogl_snippet_get_post()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/eval/
H A DGenericsEvalTests.java53 String snippet = "methodTypeParameter(1);"; in testEvalGenerics1() local
225 String snippet = "list.iterator()"; in testEvalGeneric11() local
242 String snippet = "this.input"; in testEvalGeneric12() local
259 String snippet = "this.input"; in testEvalGeneric13() local
279 String snippet = "fInner1.innerBool"; in testLineCommentEvalGenerics1() local
299 String snippet = "inner"; in testLineCommentEvalGenerics2() local
319 String snippet = "fInner1.innerBool"; in testLineCommentEvalGenerics3() local
339 String snippet = "!fInner1.innerBool"; in testLineCommentEvalGenerics4() local
359 String snippet = "fInner1.innerBool"; in testInnerEnumType1() local
379 String snippet = "!fInner1.innerBool"; in testInnerEnumType2() local
[all …]
H A DGeneralEvalTests.java46 String snippet = "inner"; in testInnerType1() local
66 String snippet = "fInner1.innerBool"; in testInnerType2() local
86 String snippet = "!fInner1.innerBool"; in testInnerType3() local
106 String snippet = "fInner1.innerBool"; in testInnerAnonymousType() local
126 String snippet = "(true==true==true==true==true)"; in testMultipleInfixEval1() local
210 String snippet = "true&&true||false"; in testMultipleInfixEval5() local
231 String snippet = "(1<=2==true||false)"; in testMultipleInfixEval6() local
252 String snippet = "!(1<=2==true||false)"; in testMultipleInfixEval7() local
273 String snippet = "(true != false && false)"; in testMultipleInfixEval8() local
294 String snippet = "!(true != false && false)"; in testMultipleInfixEval9() local
[all …]
H A DJava8Tests.java58 String snippet = "strings.stream()"; in testEvalDefaultMethod() local
80 String snippet = "a + 2"; in testEvalInterfaceMethod() local
102 String snippet = "B.super.getOne()"; in testBugEvalIntfSuperDefault() local
124 String snippet = "java.util.stream.Stream.of(1,2,3).count()"; in testEvalStatictMethod() local
147 String snippet = "l.stream().filter(i -> i > 2).count()"; in testEvalLambda() local
169 String snippet = "l.stream().filter(j -> j > i+1).count()"; in testEvalLambdaInLoop() local
191 String snippet = "l.stream().mapToInt(Integer::bitCount).sum()"; in testEvalMethodReference() local
231 String snippet = line.substring(0, lastSemicolon).trim(); in testContextEvaluations() local
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/routing/
H A Dsnippets_helper.rb5 def gitlab_snippet_path(snippet, *args) argument
14 def gitlab_snippet_url(snippet, *args) argument
23 def gitlab_dashboard_snippets_path(snippet, *args) argument
31 def gitlab_raw_snippet_path(snippet, *args) argument
40 def gitlab_raw_snippet_url(snippet, *args) argument
67 def gitlab_snippet_notes_path(snippet, *args) argument
72 def gitlab_snippet_notes_url(snippet, *args) argument
77 def gitlab_snippet_note_path(snippet, note, *args) argument
82 def gitlab_snippet_note_url(snippet, note, *args) argument
102 def gitlab_toggle_award_emoji_snippet_url(snippet, *args) argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/snippets/
H A Dupdate_service.rb17 def execute(snippet) argument
46 def visibility_changed?(snippet) argument
50 def update_snippet_attributes(snippet) argument
67 def save_and_commit(snippet) argument
103 def create_repository_for(snippet) argument
113 def create_first_commit_using_db_data(snippet) argument
122 def create_commit(snippet) argument
134 def repository_empty?(snippet) argument
142 def build_actions_from_params(snippet) argument
H A Dbase_service.rb27 def forbidden_visibility_error(snippet) argument
39 def invalid_params_error(snippet) argument
51 def snippet_error_response(snippet, http_status) argument
59 def add_snippet_repository_error(snippet:, error:) argument
76 def files_to_commit(snippet) argument
80 def build_actions_from_params(snippet) argument
88 def commit_attrs(snippet, msg) argument
95 def delete_repository(snippet) argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dsnippets_helper.rb4 def snippets_upload_path(snippet, user) argument
25 def snippet_badge(snippet) argument
36 def snippet_badge_attributes(snippet) argument
42 def snippet_report_abuse_path(snippet) argument
48 def embedded_raw_snippet_button(snippet, blob) argument
59 def embedded_snippet_download_button(snippet, blob) argument
68 def snippet_file_count(snippet) argument
82 def project_snippets_award_api_path(snippet) argument
/dports/graphics/cogl/cogl-1.22.8/tests/conform/
H A Dtest-snippets.c49 CoglSnippet *snippet; in simple_fragment_snippet() local
73 CoglSnippet *snippet; in simple_vertex_snippet() local
97 CoglSnippet *snippet; in shared_uniform() local
133 CoglSnippet *snippet; in lots_snippets() local
177 CoglSnippet *snippet; in shared_variable_pre_post() local
203 CoglSnippet *snippet; in test_pipeline_caching() local
237 CoglSnippet *snippet; in test_replace_string() local
264 CoglSnippet *snippet; in test_texture_lookup_hook() local
291 CoglSnippet *snippet; in test_multiple_samples() local
317 CoglSnippet *snippet; in test_replace_lookup_hook() local
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A Dtest-snippets.c49 CoglSnippet *snippet; in simple_fragment_snippet() local
73 CoglSnippet *snippet; in simple_vertex_snippet() local
97 CoglSnippet *snippet; in shared_uniform() local
133 CoglSnippet *snippet; in lots_snippets() local
177 CoglSnippet *snippet; in shared_variable_pre_post() local
203 CoglSnippet *snippet; in test_pipeline_caching() local
237 CoglSnippet *snippet; in test_replace_string() local
264 CoglSnippet *snippet; in test_texture_lookup_hook() local
291 CoglSnippet *snippet; in test_multiple_samples() local
317 CoglSnippet *snippet; in test_replace_lookup_hook() local
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/tests/conform/
H A Dtest-snippets.c50 CoglSnippet *snippet; in simple_fragment_snippet() local
74 CoglSnippet *snippet; in simple_vertex_snippet() local
98 CoglSnippet *snippet; in shared_uniform() local
134 CoglSnippet *snippet; in lots_snippets() local
178 CoglSnippet *snippet; in shared_variable_pre_post() local
204 CoglSnippet *snippet; in test_pipeline_caching() local
238 CoglSnippet *snippet; in test_replace_string() local
265 CoglSnippet *snippet; in test_texture_lookup_hook() local
292 CoglSnippet *snippet; in test_multiple_samples() local
318 CoglSnippet *snippet; in test_replace_lookup_hook() local
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/snippets-manager/
H A Dsnippet.c83 snippet_dispose (GObject* snippet) in snippet_dispose()
133 snippet_finalize (GObject* snippet) in snippet_finalize()
150 snippet_init (AnjutaSnippet* snippet) in snippet_init()
194 AnjutaSnippet* snippet = NULL; in snippet_new() local
260 snippet_copy (AnjutaSnippet *snippet) in snippet_copy()
391 snippet_has_language (AnjutaSnippet *snippet, in snippet_has_language()
499 snippet_get_name (AnjutaSnippet* snippet) in snippet_get_name()
516 snippet_set_name (AnjutaSnippet *snippet, in snippet_set_name()
880 snippet_get_content (AnjutaSnippet* snippet) in snippet_get_content()
905 reset_variables (AnjutaSnippet *snippet) in reset_variables()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dbackfill_snippet_repositories.rb59 def repository_present?(snippet) argument
63 def create_repository_and_files(snippet) argument
69 def destroy_snippet_repository(snippet) argument
76 def delete_repository(snippet) argument
89 def snippet_action(snippet) argument
96 def filename(snippet) argument
111 def create_commit(snippet) argument
120 def commit_author(snippet) argument
160 def snippet_content_size_over_limit?(snippet) argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/eval/
H A DDebugEvaluationTest.java500 char[] snippet = "s".toCharArray(); in test009() local
707 char[] snippet = in test017() local
1192 char[] snippet = in test026() local
1242 char[] snippet = in test027() local
1294 char[] snippet = in test028() local
1348 char[] snippet = in test029() local
1402 char[] snippet = in test030() local
1545 char[] snippet = in test033() local
1600 char[] snippet = in test034() local
1672 char[] snippet = in test036() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Dremote_suggestion_unittest.cc83 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
118 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
130 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
150 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
159 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
172 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
186 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
198 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
208 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
217 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Dremote_suggestion_unittest.cc83 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
118 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
130 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
150 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
159 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
172 std::unique_ptr<RemoteSuggestion> snippet = in TEST() local
186 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
198 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
208 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
217 auto snippet = RemoteSuggestion::CreateFromContentSuggestionsDictionary( in TEST() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/background_migration/
H A Dbackfill_snippet_repositories_spec.rb306 def blob_at(snippet, path) argument
310 def repository_exists?(snippet) argument
314 def raw_repository(snippet) argument
321 def hashed_repository(snippet) argument
325 def disk_path(snippet) argument
329 def ls_files(snippet) argument
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-patch.c68 enum jitter_snippet_to_patch snippet) in jitter_patch_load_immediate()
83 jitter_copy_snippet (char *to_native_code, enum jitter_snippet_to_patch snippet) in jitter_copy_snippet()
97 jitter_snippet_code (enum jitter_snippet_to_patch snippet) in jitter_snippet_code()
103 jitter_snippet_size (enum jitter_snippet_to_patch snippet) in jitter_snippet_size()
109 jitter_snippet_name (enum jitter_snippet_to_patch snippet) in jitter_snippet_name()
/dports/devel/lab/lab-0.17.2/docs/
H A Dlab_snippet.md12 lab snippet [flags]
32 * [lab snippet browse](lab_snippet_browse.md) - View personal or project snippet in a browser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/variables/
H A DDetailFormatterTests.java84 String snippet = "StringBuilder buf = new StringBuilder();\n" in testCompoundDetails1() local
135 String snippet = "StringBuilder buf = new StringBuilder();\n" in testCompoundDetails2() local
173 String snippet = "return toString();"; in testSimpleDetails1() local
209 String snippet = "return \"map test detail formatter [\" + toString() + \"]\";"; in testSimpleDetails2() local
245 String snippet = "return (true && true || !(false&&true) || !(true==true||true!=true&&true));"; in testInfixDetails1() local
283 String snippet = "return !true;"; in testInfixDetails2() local
320 String snippet = "return !(true==true||true!=true&&true);"; in testInfixDetails3() local
358 …String snippet = "StringBuilder sb = new StringBuilder();\n" + "for (Object obj : this) { \n" + "s… in testHoverWithNoTypeArguments() local
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/helpers/
H A Dsnippets_helpers.rb48 def content_for(snippet) argument
62 def file_content_for(snippet) argument
89 def validate_params_for_multiple_files(snippet) argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DSubWordTestUtil.java40 static void convertToKind(MethodVisitor snippet, JavaKind kind) { in convertToKind()
60 static void testEqual(MethodVisitor snippet) { in testEqual()
70 static void getUnsafe(MethodVisitor snippet) { in getUnsafe()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DSubWordTestUtil.java40 static void convertToKind(MethodVisitor snippet, JavaKind kind) { in convertToKind()
60 static void testEqual(MethodVisitor snippet) { in testEqual()
70 static void getUnsafe(MethodVisitor snippet) { in getUnsafe()

12345678910>>...74