Home
last modified time | relevance | path

Searched refs:fragment (Results 51 - 75 of 192) sorted by relevance

12345678

/third_party/weex-loader/src/
H A Dparser.js59 const fragment = parse5.parseFragment(source, {
73 fragment.childNodes.forEach(node => {
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm64 # Fill in template, but preprocess each code fragment with pp().
75 the program fragment prior to evaluating the code.
78 program fragment. The program fragment will be in C<$_>. The
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm64 # Fill in template, but preprocess each code fragment with pp().
75 the program fragment prior to evaluating the code.
78 program fragment. The program fragment will be in C<$_>. The
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm498 "Program fragment delivered error ``$err''";
662 # Prepend specified perl code to each fragment before evaluating:
772 C<{> begins a program fragment, which continues until the matching
800 Each program fragment should be a sequence of Perl statements, which
804 place of the program fragment itself.
823 fragment that begins on the third line, and the values of C<$diff> and
824 C<$more> set in the second fragment will persist and be interpolated
862 template. Also, if you use C<$OUT> in a program fragment, the normal
863 behavior, of replacing the fragment with its return value, is
864 disabled; instead the fragment i
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm498 "Program fragment delivered error ``$err''";
662 # Prepend specified perl code to each fragment before evaluating:
772 C<{> begins a program fragment, which continues until the matching
800 Each program fragment should be a sequence of Perl statements, which
804 place of the program fragment itself.
823 fragment that begins on the third line, and the values of C<$diff> and
824 C<$more> set in the second fragment will persist and be interpolated
862 template. Also, if you use C<$OUT> in a program fragment, the normal
863 behavior, of replacing the fragment with its return value, is
864 disabled; instead the fragment i
[all...]
/third_party/ffmpeg/libavformat/
H A Durl.h358 const char *fragment; /**< including initial '#' if present */ member
368 #define url_component_end_query fragment
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/
H A DMainActivity.java31 setContentView(R.layout.fragment); in onCreate()
/third_party/ffmpeg/libswscale/x86/
H A Dhscale_fast_bilinear_simd.c54 // code fragment in ff_init_hscaler_mmxext()
144 uint8_t *fragment = inc ? fragmentB : fragmentA; in ff_init_hscaler_mmxext() local
158 memcpy(filterCode + fragmentPos, fragment, fragmentLength); in ff_init_hscaler_mmxext()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py70 '\n'.join('\t' + fragment for fragment in fragments)
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp121 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) { in MakeFromStream()
490 switch (WebPIUpdate(idec, frame.fragment.bytes, frame.fragment.size)) { in onGetPixels()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c75 /* zero length fragment gets zero frag->fragment */ in dtls1_hm_fragment_new()
76 frag->fragment = buf; in dtls1_hm_fragment_new()
99 OPENSSL_free(frag->fragment); in dtls1_hm_fragment_free()
151 /* We must be writing a fragment other than the first one */ in dtls1_do_write()
154 /* This is the first attempt at writing out this fragment */ in dtls1_do_write()
158 * Each fragment that was already sent must at least have in dtls1_do_write()
169 * message header for this fragment. in dtls1_do_write()
176 * fragment offset from our last attempt. We do not need in dtls1_do_write()
281 * single fragment in dtls1_do_write()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp354 const string fragment = in initFrameBufferPrograms() local
382 programCollection.spirvAsmSources.add("fragment") << fragment; in initFrameBufferPrograms()
1173 ostringstream fragment; in initFrameBufferPrograms() local
1175 fragment << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1209 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions; in initFrameBufferPrograms()
1423 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
1426 if (fragment) in getPerStageHeadDeclarations()
2031 TCU_THROW(NotSupportedError, "Subgroup basic operation require that the fragment stag in test()
[all...]
H A DvktSubgroupsBallotMasksTests.cpp159 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
162 if (fragment) in getPerStageHeadDeclarations()
174 if (fragment) in getPerStageHeadDeclarations()
H A DvktSubgroupsBallotOtherTests.cpp103 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
106 if (fragment) in getPerStageHeadDeclarations()
118 if (fragment) in getPerStageHeadDeclarations()
H A DvktSubgroupsBuiltinMaskVarTests.cpp1178 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
1181 if (fragment) in getPerStageHeadDeclarations()
1193 if (fragment) in getPerStageHeadDeclarations()
H A DvktSubgroupsShapeTests.cpp184 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
187 if (fragment) in getPerStageHeadDeclarations()
199 if (fragment) in getPerStageHeadDeclarations()
/third_party/openssl/ssl/statem/
H A Dstatem_dtls.c75 /* zero length fragment gets zero frag->fragment */ in dtls1_hm_fragment_new()
76 frag->fragment = buf; in dtls1_hm_fragment_new()
103 OPENSSL_free(frag->fragment); in dtls1_hm_fragment_free()
155 /* We must be writing a fragment other than the first one */ in dtls1_do_write()
158 /* This is the first attempt at writing out this fragment */ in dtls1_do_write()
162 * Each fragment that was already sent must at least have in dtls1_do_write()
173 * message header for this fragment. in dtls1_do_write()
180 * fragment offset from our last attempt. We do not need in dtls1_do_write()
285 * single fragment in dtls1_do_write()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp354 const string fragment = in initFrameBufferPrograms() local
382 programCollection.spirvAsmSources.add("fragment") << fragment; in initFrameBufferPrograms()
1173 ostringstream fragment; in initFrameBufferPrograms() local
1175 fragment << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1209 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions; in initFrameBufferPrograms()
1423 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
1426 if (fragment) in getPerStageHeadDeclarations()
2031 TCU_THROW(NotSupportedError, "Subgroup basic operation require that the fragment stag in test()
[all...]
H A DvktSubgroupsBallotMasksTests.cpp159 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
162 if (fragment) in getPerStageHeadDeclarations()
174 if (fragment) in getPerStageHeadDeclarations()
H A DvktSubgroupsBallotOtherTests.cpp103 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
106 if (fragment) in getPerStageHeadDeclarations()
118 if (fragment) in getPerStageHeadDeclarations()
H A DvktSubgroupsBuiltinMaskVarTests.cpp1178 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
1181 if (fragment) in getPerStageHeadDeclarations()
1193 if (fragment) in getPerStageHeadDeclarations()
H A DvktSubgroupsShapeTests.cpp184 const bool fragment = (caseDef.shaderStage & VK_SHADER_STAGE_FRAGMENT_BIT) != 0; in getPerStageHeadDeclarations() local
187 if (fragment) in getPerStageHeadDeclarations()
199 if (fragment) in getPerStageHeadDeclarations()
/third_party/node/lib/
H A Durl.js575 let fragment = true;
583 if (options.fragment != null) {
584 fragment = Boolean(options.fragment);
600 return bindingUrl.format(urlObject.href, fragment, unicode, search, auth);
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h88 unsigned first_input, struct ureg_dst fragment);
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs2304 fn write_str(&mut self, fragment: &str) -> fmt::Result { in fmt()
2305 self.has_decimal_point |= fragment.contains('.'); in fmt()
2306 self.formatter.write_str(fragment) in fmt()

Completed in 30 milliseconds

12345678