HomeSort by relevance Sort by last modified time
    Searched full:mine (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 288 Interval mine=null;
291 mine = (Interval)thisIter.next();
296 while ( mine!=null ) {
297 //System.out.println("mine="+mine+", theirs="+theirs);
298 // CASE 1: nothing in theirs removes a chunk from mine
299 if ( theirs==null || mine.disjoint(theirs) ) {
300 // SUBCASE 1a: finished traversing theirs; keep adding mine now
302 // add everything in mine to difference since theirs done
303 diff.add(mine);
417 Interval mine = (Interval)myIntervals.get(i); local
    [all...]
  /external/clang/test/Lexer/
conflict-marker.c 7 <<<<<<< .mine
16 <<<<<<< .mine
  /external/proguard/examples/dictionaries/
shakespeare.txt 10 "This thing of darkness I acknowledge mine."
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt 10 "This thing of darkness I acknowledge mine."
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
AssemblyInfo.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
43 [assembly: AssemblyCompany( "Pixel Mine, Inc." )]
45 [assembly: AssemblyCopyright( "Copyright © Pixel Mine 2010" )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
AssemblyInfo.cs 7 * Copyright (c) 2008-2010 Sam Harwell, Pixel Mine, Inc.
43 [assembly: AssemblyCompany( "Pixel Mine, Inc." )]
45 [assembly: AssemblyCopyright( "Copyright © Pixel Mine 2010" )]
  /bionic/libc/arch-mips/string/
mips_strlen.c 148 chk (unsigned mine, unsigned libs, int *errors)
151 char *result = mine == libs ? "PASS" : "FAIL";
152 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result);
153 if (mine != libs)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStreamInformation.cs 3 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITemplateRuleReturnScope.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
ITemplateRuleReturnScope`1.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
ITokenStreamInformation.cs 3 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexerHelper.cs 7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
ProfileGrammarLexerHelper.cs 7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
FastSimpleExpressionLexerHelper.cs 7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
FastSimpleExpressionParserHelper.cs 7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
SimpleExpressionLexerHelper.cs 7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
SimpleExpressionParserHelper.cs 7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
TestExpressionFeatures.g3.lexer.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
TestExpressionFeatures.g3.parser.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
distrib.good 18 All the wonder and wealth of the mine in
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 387 LocalsArray mine = getSecondaryForLabel(predLabel); local
393 if (mine == other) {
394 newSecondary = mine;
395 } else if (mine == null) {
398 newSecondary = mine.merge(other);
401 if ((newSecondary == mine) && (newPrimary == primary)) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
AssemblyInfo.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
44 [assembly: AssemblyCompany( "Pixel Mine, Inc." )]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
AssemblyInfo.cs 7 * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc.
43 [assembly: AssemblyCompany( "Pixel Mine, Inc." )]
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-da/
strings.xml 22 <string name="allow_backup_button_label" msgid="4217228747769644068">"Sikkerhedskopier mine data"</string>
25 <string name="allow_restore_button_label" msgid="3081286752277127827">"Gendan mine data"</string>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-nb/
strings.xml 22 <string name="allow_backup_button_label" msgid="4217228747769644068">"Sikkerhetskopier dataene mine"</string>
25 <string name="allow_restore_button_label" msgid="3081286752277127827">"Gjenopprett dataene mine"</string>

Completed in 188 milliseconds

1 2 3 4 5 6 7 8 91011>>