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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 15 class Mine:
50 Mine = find_block(top, "Mine")
51 a_method = find_block(Mine, "a_method")
58 self.assertEqual(self.Mine.get_type(), "class")
76 self.assertFalse(self.Mine.is_nested())
82 self.assertTrue(self.Mine.has_children())
103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
126 self.assertTrue(self.top.lookup("Mine").is_namespace())
127 self.assertTrue(self.Mine.lookup("a_method").is_namespace()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 15 class Mine:
50 Mine = find_block(top, "Mine")
51 a_method = find_block(Mine, "a_method")
58 self.assertEqual(self.Mine.get_type(), "class")
76 self.assertFalse(self.Mine.is_nested())
82 self.assertTrue(self.Mine.has_children())
103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
126 self.assertTrue(self.top.lookup("Mine").is_namespace())
127 self.assertTrue(self.Mine.lookup("a_method").is_namespace()
    [all...]
  /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
  /packages/inputmethods/LatinIME/java/res/values-et-rEE/
strings-action-keys.xml 23 <string name="label_go_key" msgid="4033615332628671065">"Mine"</string>
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 385 LocalsArray mine = getSecondaryForLabel(predLabel); local
391 if (mine == other) {
392 newSecondary = mine;
393 } else if (mine == null) {
396 newSecondary = mine.merge(other);
399 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." )]

Completed in 343 milliseconds

1 2 3 4 5 6 7 8 91011>>