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

1 2 3 4 5 6

  /art/test/005-annotations/src/android/test/anno/
RenamedNoted.java 20 @AnnoRenamedEnumMethod(renamed=RenamedEnumClass.RenamedEnum.BAR)
AnnoRenamedEnumMethod.java 25 RenamedEnumClass.RenamedEnum renamed() default RenamedEnumClass.RenamedEnum.FOO;
  /external/deqp/scripts/
caselist_diff.py 143 renamed = None
147 renamed = dst + case[len(src)-1:]
150 renamed = dst
153 if renamed != None:
154 renames.append((case, renamed))
155 case = renamed
157 # It is possible that some later case is renamed to case already seen in the list
158 assert not case in renamedSet or renamed != None
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainProcessor.java 78 String renamed = renames.get(name); local
79 result.add((renamed != null) ? renamed : name);
98 System.err.println("Renamed " + name + " -> " + struct.name);
  /prebuilts/go/darwin-x86/test/import4.dir/
import4.go 14 // renamed
  /prebuilts/go/darwin-x86/test/
rename1.go 7 // Verify that renamed identifiers no longer have their old meaning.
  /prebuilts/go/linux-x86/test/import4.dir/
import4.go 14 // renamed
  /prebuilts/go/linux-x86/test/
rename1.go 7 // Verify that renamed identifiers no longer have their old meaning.
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 181 HashMap<String, MethodDescription> renamed = mStore.renamedMethods.get(attribute); local
182 if (renamed == null) {
183 renamed = new HashMap<String, MethodDescription>();
184 mStore.renamedMethods.put(attribute, renamed);
189 renamed.put(declaringClass, methodDescription);
403 for (HashMap<String, MethodDescription> renamed : mStore.renamedMethods.values()) {
404 for (String key : renamed.keySet()) {
405 if (classes.contains(renamed.get(key).type)) {
409 removeFromMap(renamed, removedRenamed);
793 HashMap<String, MethodDescription> renamed = mStore.renamedMethods.get(attribute); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
SetVisualStudio.bat 9 @rem Edk2Setup.bat script (that will be renamed to edksetup.bat).
ShowEnvironment.bat 5 @REM it may be called by the Edk2Setup.bat (that will be renamed to edksetup.bat) or
  /development/build/tools/
mk_sdk_repo_xml.sh 33 Zip can be in the form "source:dest" to be renamed on the fly.
sdk_repo.mk 191 # Also generate the addon.xml using the latest schema and the renamed addon zip
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 38 // but we have renamed it to keep it away from the go tool.
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go 38 // but we have renamed it to keep it away from the go tool.
  /external/v8/src/compiler/
instruction-selector.cc 282 int renamed = GetRename(vreg); local
283 if (vreg != renamed) {
284 phi->RenameInput(i, renamed);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 73 // always renamed to be out[0]; the oldest will service
powser2.go 83 // always renamed to be out[0]; the oldest will service
  /prebuilts/go/linux-x86/test/chan/
powser1.go 73 // always renamed to be out[0]; the oldest will service
powser2.go 83 // always renamed to be out[0]; the oldest will service
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 58 for spec, renamed in [
66 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
    [all...]

Completed in 505 milliseconds

1 2 3 4 5 6