HomeSort by relevance Sort by last modified time
    Searched refs:END (Results 1 - 25 of 1180) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/driver/linkloader/utils/
flush_cpu_cache.h 32 #define FLUSH_CPU_CACHE(BEGIN, END) \
33 cacheflush(((long)(BEGIN)), ((long)(END)), 0)
41 #define FLUSH_CPU_CACHE(BEGIN, END) \
42 _flush_cache(reinterpret_cast<char*>(BEGIN), END-BEGIN+1, BCACHE);
48 #define FLUSH_CPU_CACHE(BEGIN, END) do { } while (0)
  /external/e2fsprogs/misc/
profile-to-c.awk 10 END {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s 20 END
  /bionic/libc/arch-x86/bionic/
__get_sp.S 34 END(__get_sp)
  /development/host/windows/usb/api/
AdbWinApi.rc 43 END
49 END
85 END
86 END
90 END
91 END
103 END
  /development/host/windows/usb/winusb/
AdbWinUsbApi.rc 43 END
49 END
85 END
86 END
90 END
91 END
103 END
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 40 // IMPORTANT - All keyword matches should be between START and END
42 public static final int END = START + 2048;
43 // IMPORTANT -- This should be < END
44 public static final int ID = END - 1;
45 public static final int SAFE = END - 2;
47 public static final int WHITESPACE = END + 1;
48 public static final int DIGIT = END + 2;
49 public static final int ALPHA = END + 3;
208 if (tok > START && tok < END) {
236 } else if (tok > END) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 8 inline_grammar( <<-'END' )
18 END
20 inline_grammar( <<-'END' )
30 END
32 inline_grammar( <<-'END' )
42 END
44 inline_grammar( <<-'END' )
53 END
55 inline_grammar( <<-END )
65 END
    [all...]
  /bionic/libc/arch-arm/bionic/
__get_sp.S 34 END(__get_sp)
abort_arm.S 42 END(abort)
  /external/libvpx/libvpx/vpx_ports/
asm_offsets.h 24 #define END return 0; }
28 #define END
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 47 inputText => <<'END',
50 END
63 inputText => <<'END',
66 END
79 inputText => <<'END',
82 END
95 inputText => <<'END',
98 END
111 inputText => <<'END',
115 END
    [all...]
parseSvnPropertyValue.pl 44 inputText => <<'END',
46 END
53 inputText => <<'END',
55 END
62 inputText => <<'END',
64 END
71 inputText => <<'END',
73 END
80 inputText => <<'END',
83 END
    [all...]
parseSvnDiffHeader.pl 44 inputText => <<'END',
51 END
54 svnConvertedText => <<'END',
59 END
69 inputText => <<'END',
76 END
79 svnConvertedText => <<'END',
84 END
94 inputText => <<'END',
101 END
    [all...]
fixChangeLogPatch.pl 63 inputText => <<'END',
73 END
75 patch => <<'END',
85 END
90 inputText => <<'END',
105 END
107 patch => <<'END',
122 END
127 inputText => <<'END',
141 END
    [all...]
  /bionic/libc/arch-x86/string/
ffs.S 18 END(ffs)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 46 /* Clear the instruction cache from `beg' to `end'. This makes an
48 #define CLEAR_INSN_CACHE(BEG, END) \
51 register unsigned long _end __asm ("a2") = (unsigned long) (END); \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 46 /* Clear the instruction cache from `beg' to `end'. This makes an
48 #define CLEAR_INSN_CACHE(BEG, END) \
51 register unsigned long _end __asm ("a2") = (unsigned long) (END); \
  /external/skia/tools/
roll_autogen.sh 28 END=`svn info ${REPO_SVN} | grep Revision | cut -c11-`
29 START=$((END-REVS_TO_KEEP))
30 DUMPFILE="skia-autogen_r${START}-${END}.dump"
36 echo "Dumping revisions ${START} to ${END} to ${DUMPFILE}."
37 svnadmin dump --revision ${START}:${END} ${LOCAL_CLONE} > ${DUMPFILE}
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 8 inline_grammar( <<-'END' )
37 end
60 END
63 input = <<-END.fixed_indent( 0 )
73 END
74 expected_output = <<-END.fixed_indent( 0 ).strip!
89 END
97 end
99 end
  /bionic/libc/kernel/common/linux/
linkage.h 50 #ifndef END
51 #define END(name) .size name, .-name
55 #define ENDPROC(name) .type name, @function; END(name)
  /cts/tests/tests/graphics/src/android/graphics/cts/
Matrix_ScaleToFitTest.java 30 assertEquals( ScaleToFit.END,scaleToFits[3]);
37 assertEquals(ScaleToFit.END,ScaleToFit.valueOf("END") );
47 assertEquals(ScaleToFit.END, ScaleToFit
48 .valueOf(ScaleToFit.class, "END"));
  /development/ndk/platforms/android-3/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /external/kernel-headers/original/linux/
linkage.h 41 #ifndef END
42 #define END(name) \
49 END(name)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>