HomeSort by relevance Sort by last modified time
    Searched refs:INSIDE (Results 1 - 10 of 10) sorted by null

  /frameworks/data-binding/compilerCommon/
XMLLexer.g4 45 OPEN : '<' -> pushMode(INSIDE) ;
46 XMLDeclOpen : '<?xml' S -> pushMode(INSIDE) ;
51 // ----------------- Everything INSIDE of a tag ---------------------
52 mode INSIDE;
  /external/opencv/cv/src/
cvinpaint.cpp 65 #define INSIDE 2 //unknown
217 if( CV_MAT_ELEM(*f,uchar,i1,j1) != INSIDE )
218 if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
225 else if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
254 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
296 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
307 if (CV_MAT_ELEM(*f,uchar,i,j+1)!=INSIDE) {
308 if (CV_MAT_ELEM(*f,uchar,i,j-1)!=INSIDE) {
314 if (CV_MAT_ELEM(*f,uchar,i,j-1)!=INSIDE) {
320 if (CV_MAT_ELEM(*f,uchar,i+1,j)!=INSIDE) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 56 INSIDE='inside'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 56 INSIDE='inside'
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLLexer.java 15 public static final int INSIDE = 1;
18 "DEFAULT_MODE", "INSIDE", "PROC_INSTR"
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 145 if (startStyle == SpanSet.INSIDE && endStyle == SpanSet.INSIDE &&
160 case SpanSet.INSIDE:
194 case SpanSet.INSIDE:
320 static final int INSIDE = 1;
343 else if (position <= replaceEnd) return INSIDE;
461 // TODO previous range is not correctly sent in case a bound was inside the
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 276 <?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 359 <?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 897 milliseconds