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

1 2

  /prebuilts/go/darwin-x86/src/go/build/
read_test.go 147 "package p\n\x00\nimport `math`\n",
  /prebuilts/go/linux-x86/src/go/build/
read_test.go 147 "package p\n\x00\nimport `math`\n",
  /prebuilts/go/darwin-x86/src/go/token/
position_test.go 50 {"f", []byte("package p\n\nimport \"fmt\""), 23, []int{0, 10, 11}},
51 {"g", []byte("package p\n\nimport \"fmt\"\n"), 24, []int{0, 10, 11}},
52 {"h", []byte("package p\n\nimport \"fmt\"\n "), 25, []int{0, 10, 11, 24}},
  /prebuilts/go/linux-x86/src/go/token/
position_test.go 50 {"f", []byte("package p\n\nimport \"fmt\""), 23, []int{0, 10, 11}},
51 {"g", []byte("package p\n\nimport \"fmt\"\n"), 24, []int{0, 10, 11}},
52 {"h", []byte("package p\n\nimport \"fmt\"\n "), 25, []int{0, 10, 11, 24}},
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
ManifestTest.java 46 private static final String MANIFEST_CONTENTS = "Manifest-Version: 1.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,\n org.osgi.framework; specification-version=1.0.0,\n org.osgi.service.log; specification-version=1.0.0,\n com.ibm.ive.eccomm.flash; specification-version=1.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
48 private static final String MANIFEST_CONTENTS_1 = "Manifest-Version: 2.0\nBundle-Name: ClientSupport\nBundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService.\nBundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator\nImport-Package: com.ibm.ive.eccomm.client.services.log,\n com.ibm.ive.eccomm.client.services.registry,\n com.ibm.ive.eccomm.service.registry; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.session; specification-version=2.0.0,\n com.ibm.ive.eccomm.service.framework; specification-version=2.1.0,\n org.osgi.framework; specification-version=2.0.0,\n org.osgi.service.log; specification-version=2.0.0,\n com.ibm.ive.eccomm.flash; specification-version=2.2.0,\n com.ibm.ive.eccomm.client.xml,\n com.ibm.ive.eccomm.client.http.common,\n com.ibm.ive.eccomm.client.http.client\nImport-Service: org.osgi.service.log.LogReaderService\n org.osgi.service.log.LogService,\n com.ibm.ive.eccomm.service.registry.RegistryService\nExport-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,\n com.ibm.ive.eccomm.common; specification-version=1.0.0,\n com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0\nExport-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService,\n com.ibm.ive.eccomm.service.session.SessionService\nBundle-Vendor: IBM\nBundle-Version: 1.2.0\n";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py 557 self.assertEqual(str(node), '"""foo"""\nimport foo\nbar()\n\n')
560 node = parse('"""foo"""\nimport bar\nbar()')
562 self.assertEqual(str(node), '"""foo"""\nimport bar\nimport foo\nbar()\n\n') namespace
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py 557 self.assertEqual(str(node), '"""foo"""\nimport foo\nbar()\n\n')
560 node = parse('"""foo"""\nimport bar\nbar()')
562 self.assertEqual(str(node), '"""foo"""\nimport bar\nimport foo\nbar()\n\n') namespace
test_fixers.py     [all...]
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 103 "package main\n\nimport(\n \"rand\"\n ",
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 103 "package main\n\nimport(\n \"rand\"\n ",
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 127 pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 127 pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 127 pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 127 pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 134 "\nimport sys\n_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))" //##PY25
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 2053 milliseconds

1 2