HomeSort by relevance Sort by last modified time
    Searched full:tmpl (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/
core_derived_sources.gyp 49 '../build/scripts/templates/InternalSettingsGenerated.idl.tmpl',
50 '../build/scripts/templates/InternalSettingsGenerated.cpp.tmpl',
51 '../build/scripts/templates/InternalSettingsGenerated.h.tmpl',
52 '../build/scripts/templates/SettingsMacros.h.tmpl',
75 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl',
76 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl',
208 '../build/scripts/templates/StylePropertyShorthand.h.tmpl',
209 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl',
229 '../build/scripts/templates/StyleBuilder.cpp.tmpl',
230 '../build/scripts/templates/StyleBuilderFunctions.h.tmpl',
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 63 fprintf(stderr, " [ LIMIT-LIST ] [ TMPL-LIST ]\n");
93 fprintf(stderr, "TMPL-LIST := [ TMPL-LIST ] tmpl TMPL\n");
94 fprintf(stderr, "TMPL := ID [ mode MODE ] [ reqid REQID ] [ level LEVEL ]\n");
181 static int xfrm_tmpl_parse(struct xfrm_user_tmpl *tmpl,
191 xfrm_mode_parse(&tmpl->mode, &argc, &argv);
194 xfrm_reqid_parse(&tmpl->reqid, &argc, &argv);
199 tmpl->optional = 0
334 struct xfrm_user_tmpl *tmpl; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_builder.py 108 @template_expander.use_jinja("StyleBuilderFunctions.h.tmpl")
114 @template_expander.use_jinja("StyleBuilderFunctions.cpp.tmpl")
120 @template_expander.use_jinja("StyleBuilder.cpp.tmpl")
make_internal_runtime_flags.py 49 @template_expander.use_jinja(class_name + ".idl.tmpl")
55 @template_expander.use_jinja(class_name + ".h.tmpl")
make_element_factory.py 88 @template_expander.use_jinja('ElementFactory.h.tmpl', filters=filters)
92 @template_expander.use_jinja('ElementFactory.cpp.tmpl', filters=filters)
96 @template_expander.use_jinja('ElementWrapperFactory.h.tmpl', filters=filters)
100 @template_expander.use_jinja('ElementWrapperFactory.cpp.tmpl', filters=filters)
make_names.py 80 @template_expander.use_jinja("MakeNames.h.tmpl", filters=filters)
84 @template_expander.use_jinja("MakeNames.cpp.tmpl", filters=filters)
make_qualified_names.py 99 @template_expander.use_jinja('MakeQualifiedNames.h.tmpl', filters=filters)
103 @template_expander.use_jinja('MakeQualifiedNames.cpp.tmpl', filters=filters)
make_runtime_features.py 76 @template_expander.use_jinja(class_name + ".h.tmpl")
83 @template_expander.use_jinja(class_name + ".cpp.tmpl")
  /external/qemu/android/build/
common.sh 159 TMPL=/tmp/android-$$-test.log
164 rm -f $TMPC $TMPO $TMPL $TMPE
273 cat $TMPL
291 cat $TMPL
304 # stores the error log into $TMPL
309 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
312 # try to link the recently built file into an executable. error log in $TMPL
317 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
336 cat $TMPL
344 cat $TMPL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
platform_derived_sources.gyp 67 '../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl',
68 '../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl',
  /external/clang/test/SemaTemplate/
member-template-access-expr.cpp 112 template< class X > X tmpl( const X* = 0 ) const;
121 return o.tmpl<X>();
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
RuntimeEnabledFeatures.h.tmpl 1 {% from "macros.tmpl" import wrap_with_condition, license -%}
SettingsMacros.h.tmpl 1 {% from "macros.tmpl" import license -%}
  /external/valgrind/unittest/
run_output_tests.sh 18 CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h.pump 178 // The template "selector" struct TemplateSel<Tmpl> is used to
179 // represent Tmpl, which must be a class template with one type
180 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
181 // as the type Tmpl<T>. This allows us to actually instantiate the
182 // template "selected" by TemplateSel<Tmpl>.
186 template <GTEST_TEMPLATE_ Tmpl>
190 typedef Tmpl<T> type;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-type-util.h.pump 182 // The template "selector" struct TemplateSel<Tmpl> is used to
183 // represent Tmpl, which must be a class template with one type
184 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
185 // as the type Tmpl<T>. This allows us to actually instantiate the
186 // template "selected" by TemplateSel<Tmpl>.
190 template <GTEST_TEMPLATE_ Tmpl>
194 typedef Tmpl<T> type;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-type-util.h.pump 183 // The template "selector" struct TemplateSel<Tmpl> is used to
184 // represent Tmpl, which must be a class template with one type
185 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
186 // as the type Tmpl<T>. This allows us to actually instantiate the
187 // template "selected" by TemplateSel<Tmpl>.
191 template <GTEST_TEMPLATE_ Tmpl>
195 typedef Tmpl<T> type;
  /external/gtest/include/gtest/internal/
gtest-type-util.h.pump 183 // The template "selector" struct TemplateSel<Tmpl> is used to
184 // represent Tmpl, which must be a class template with one type
185 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
186 // as the type Tmpl<T>. This allows us to actually instantiate the
187 // template "selected" by TemplateSel<Tmpl>.
191 template <GTEST_TEMPLATE_ Tmpl>
195 typedef Tmpl<T> type;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-type-util.h.pump 183 // The template "selector" struct TemplateSel<Tmpl> is used to
184 // represent Tmpl, which must be a class template with one type
185 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
186 // as the type Tmpl<T>. This allows us to actually instantiate the
187 // template "selected" by TemplateSel<Tmpl>.
191 template <GTEST_TEMPLATE_ Tmpl>
195 typedef Tmpl<T> type;
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h.pump 176 // The template "selector" struct TemplateSel<Tmpl> is used to
177 // represent Tmpl, which must be a class template with one type
178 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
179 // as the type Tmpl<T>. This allows us to actually instantiate the
180 // template "selected" by TemplateSel<Tmpl>.
184 template <GTEST_TEMPLATE_ Tmpl>
188 typedef Tmpl<T> type;
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h.pump 182 // The template "selector" struct TemplateSel<Tmpl> is used to
183 // represent Tmpl, which must be a class template with one type
184 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
185 // as the type Tmpl<T>. This allows us to actually instantiate the
186 // template "selected" by TemplateSel<Tmpl>.
190 template <GTEST_TEMPLATE_ Tmpl>
194 typedef Tmpl<T> type;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 168 tmpl = range(ord("a"), ord("z")+1)
169 self.assertEqual(res[:len(s)-1], tmpl)
170 self.assertEqual(res[:len(s)-1:], tmpl)
171 self.assertEqual(res[len(s)-2:-1:-1], tmpl[::-1])
172 self.assertEqual(res[len(s)-2:5:-7], tmpl[:5:-7])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 168 tmpl = range(ord("a"), ord("z")+1)
169 self.assertEqual(res[:len(s)-1], tmpl)
170 self.assertEqual(res[:len(s)-1:], tmpl)
171 self.assertEqual(res[len(s)-2:-1:-1], tmpl[::-1])
172 self.assertEqual(res[len(s)-2:5:-7], tmpl[:5:-7])
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 158 struct pipe_video_buffer tmpl; local
176 memset(&tmpl, 0, sizeof(tmpl));
177 tmpl.buffer_format = pipe->screen->get_video_param
183 tmpl.chroma_format = context_priv->decoder->chroma_format;
184 tmpl.width = context_priv->decoder->width;
185 tmpl.height = context_priv->decoder->height;
186 tmpl.interlaced = pipe->screen->get_video_param
193 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 158 struct pipe_video_buffer tmpl; local
176 memset(&tmpl, 0, sizeof(tmpl));
177 tmpl.buffer_format = pipe->screen->get_video_param
183 tmpl.chroma_format = context_priv->decoder->chroma_format;
184 tmpl.width = context_priv->decoder->width;
185 tmpl.height = context_priv->decoder->height;
186 tmpl.interlaced = pipe->screen->get_video_param
193 surface_priv->video_buffer = pipe->create_video_buffer(pipe, &tmpl);

Completed in 540 milliseconds

1 23 4 5 6 7