HomeSort by relevance Sort by last modified time
    Searched refs:inline (Results 101 - 125 of 397) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/rs/script_api/include/
rs_allocation_data.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 71 %inline %{
107 %inline %{
123 %inline %{
152 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
158 template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_, AttributeType val_) {
179 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
cpointer.swg 144 %inline %{
  /frameworks/rs/script_api/
rs_quaternion.spec 31 inline:
46 inline:
61 inline:
74 inline:
110 inline:
133 inline:
146 inline:
154 # NOTE: The following inline definitions depend on each other. The order must be preserved
169 inline:
188 inline
    [all...]
  /art/test/450-checker-types/src/
Main.java 34 public int $inline$h(boolean cond) {
210 public static boolean $inline$InstanceofSubclassB(Object o) { return o instanceof SubclassB; }
211 public static boolean $inline$InstanceofSubclassC(Object o) { return o instanceof SubclassC; }
276 if (!$inline$InstanceofSubclassC(o)) {
682 /// CHECK-DAG: InvokeVirtual [<<Arg>>,{{z\d+}}] method_name:Super.$inline$h
695 ((Super) obj).$inline$h(cond);
698 public static int $inline$hashCode(Super obj) {
705 /// CHECK-DAG: InvokeStaticOrDirect [<<Arg>>{{(,[ij]\d+)?}}] method_name:Main.$inline$hashCode
717 $inline$hashCode(obj);
  /external/markdown/markdown/
inlinepatterns.py 2 INLINE PATTERNS
5 Inline patterns such as *emphasis* are handled by means of auxiliary
18 Also note that all the regular expressions used by inline must
25 and _then_ try to replace inline html, we would end up with a mess.
31 * then we handle auto-links (must be done before inline html)
33 * then we handle inline HTML. At this point we will simply
34 replace all inline HTML strings with a placeholder and add
37 * then inline images (must be done before links)
117 """Base class that inline patterns subclass. """
121 Create an instant of an inline pattern
    [all...]
  /art/test/497-inlining-and-class-loader/src/
Main.java 82 Level1.$inline$bar();
102 public static void $inline$bar() {
  /art/test/611-checker-simplify-if/src/
Main.java 78 boolean myVar = $inline$doTest(args);
86 public static boolean $inline$doTest(String[] args) {
272 // No inline variant to avoid having the compiler see it's a NaN.
  /device/google/dragon/audio/hal/
Android.mk 50 # b/26236653, dsp_util.c inline assembly code does not compile with llvm yet.
  /external/skia/infra/bots/recipe_modules/infra/
api.py 74 return self.m.python.inline(
95 self.m.python.inline(
  /external/trappy/trappy/plotter/css/
EventPlot.css 30 display: inline;
  /external/ImageMagick/www/api/MagickCore/
tabs.css 20 display : inline;
63 display : inline;
  /external/ImageMagick/www/api/MagickWand/
tabs.css 20 display : inline;
63 display : inline;
  /external/autotest/client/site_tests/example_UnitTest/src/
Makefile 8 OPTIONS = -fprofile-arcs -ftest-coverage -fno-inline -O0
  /external/autotest/cli/
topic_common_unittest.py 52 inline_option='inline')
63 inline_option='inline',
73 inline_option='inline',
85 inline_option='inline',
180 inline = 'a' variable in class:item_parse_info_unittest.test_file_list_opt_list_one.opt
186 inline = 'a b c' variable in class:item_parse_info_unittest.test_file_list_opt_list_space.opt
192 inline = 'a b,c,d e' variable in class:item_parse_info_unittest.test_file_list_opt_list_mix_space_comma.opt
198 inline = 'a b,c, d e' variable in class:item_parse_info_unittest.test_file_list_opt_list_mix_comma_space.opt
204 inline = 'a b, ,c,, d e, ' variable in class:item_parse_info_unittest.test_file_list_opt_list_end_comma_space.opt
210 inline = 'a\\,b,c, d variable in class:item_parse_info_unittest.test_file_list_opt_list_escaped_commas.opt
216 inline = 'a\\\\,b\\\\\\\\\\\\,c,d,e' variable in class:item_parse_info_unittest.test_file_list_opt_list_escaped_commas_slashes.opt
254 inline = 'a b,c,d e' variable in class:item_parse_info_unittest.test_file_list_all_opt.opt
264 inline = 'a b,c,d e' variable in class:item_parse_info_unittest.test_file_list_all_opt_empty_file.opt
272 inline = 'a b,c,d e' variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common.opt
281 inline = 'a b,c,d h' variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_space.opt
291 inline = 'a b,c,d h, , ,, ' variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_weird.opt
301 inline = 'a\\\\,b\\\\,c,d h' variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_escaped_commas.opt
311 inline = 'a\\\\,b\\\\\\\\\\\\,c,d h,ijk' variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_escaped_commas_slashes.opt
    [all...]
  /art/test/557-checker-instruct-simplifier-ror/src/
Main.java 197 return (value >>> 2) | (value << $opt$inline$IntConstantM2());
202 public static int $opt$inline$IntConstantM2() { return -2; }
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 74 # Compile and load inline grammars on demand when their constant name
99 # (defined inline or loaded from a file)
119 grammar = Grammar.inline source,
176 grammar = Grammar.inline source,
  /external/llvm/
llvm-device-build.mk 21 # The three inline options together reduce libbcc.so almost 1MB.
  /external/skia/infra/bots/recipe_modules/flavor/
gn_chromecast_flavor.py 22 self._user_ip = self.m.run(self.m.python.inline, 'read chromecast ip',
120 self.m.run(self.m.python.inline, 'push %s/* %s' % (host, device),
  /external/stressapptest/src/
stressapptest_config.h.in 209 calls it, or to nothing if 'inline' is not supported under any name. */
211 #undef inline
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
swprintf.inl 16 #define __mingw_ovr inline __cdecl
  /toolchain/binutils/binutils-2.25/intl/
config.h.in 229 calls it, or to nothing if 'inline' is not supported under any name. */
231 #undef inline
  /art/test/496-checker-inlining-class-loader/src/
Main.java 98 /* We inlined FirstSeenByMyClassLoader.$inline$bar */
121 FirstSeenByMyClassLoader.$inline$bar();
  /external/toolchain-utils/
generate-waterfall-reports.py 36 ('bvt-inline', 'HWTest'),
243 out_file.write(' status inline '
260 inline = build_dict.get('bvt-inline', '[??/ ?? /??]')
262 inline_color = build_dict.get('bvt-inline-color', '')
279 inline, cq,
287 out_file.write('%25s %3s %s %s %s %s\n' % (builder, status, inline,
292 out_file.write('%25s %3s %s %s\n' % (builder, status, inline, cq))

Completed in 787 milliseconds

1 2 3 45 6 7 8 91011>>