/third_party/weex-loader/src/ |
H A D | parser.js | 59 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 D | Preprocess.pm | 64 # 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 D | Preprocess.pm | 64 # 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 D | Template.pm | 498 "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 D | Template.pm | 498 "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 D | url.h | 358 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 D | MainActivity.java | 31 setContentView(R.layout.fragment); in onCreate()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | hscale_fast_bilinear_simd.c | 54 // 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 D | egd_tables.py | 70 '\n'.join('\t' + fragment for fragment in fragments)
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 121 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 D | statem_dtls.c | 75 /* 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 D | vktSubgroupsBasicTests.cpp | 354 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 D | vktSubgroupsBallotMasksTests.cpp | 159 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 D | vktSubgroupsBallotOtherTests.cpp | 103 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 D | vktSubgroupsBuiltinMaskVarTests.cpp | 1178 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 D | vktSubgroupsShapeTests.cpp | 184 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 D | statem_dtls.c | 75 /* 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 D | vktSubgroupsBasicTests.cpp | 354 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 D | vktSubgroupsBallotMasksTests.cpp | 159 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 D | vktSubgroupsBallotOtherTests.cpp | 103 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 D | vktSubgroupsBuiltinMaskVarTests.cpp | 1178 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 D | vktSubgroupsShapeTests.cpp | 184 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 D | url.js | 575 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 D | vl_idct.h | 88 unsigned first_input, struct ureg_dst fragment);
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 2304 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()
|