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

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/hardware/camera2/utils/
UncheckedThrow.java 30 * Abuse type erasure by making the compiler think we are throwing RuntimeException,
42 * Abuse type erasure by making the compiler think we are throwing RuntimeException,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 29 def abuse(self, a, b, c): member in class:StupidGit
test_inspect.py 81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
153 git.abuse(7, 8, 9)
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
246 self.assertEqual(inspect.getdoc(git.abuse),
263 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
265 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
272 self.assertSourceEqual(git.abuse, 29, 39)
277 self.assertEqual(inspect.getsourcefile(git.abuse), modfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 29 def abuse(self, a, b, c): member in class:StupidGit
test_inspect.py 81 self.istest(inspect.ismethod, 'mod.StupidGit.abuse')
153 git.abuse(7, 8, 9)
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
246 self.assertEqual(inspect.getdoc(git.abuse),
263 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
265 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
272 self.assertSourceEqual(git.abuse, 29, 39)
277 self.assertEqual(inspect.getsourcefile(git.abuse), modfile)
    [all...]
  /external/clang/test/Misc/
diag-verify.cpp 18 x = y; // expected-error{{abuse of undeclared identifier 'y'}}
30 //CHECK: Line 18: abuse of undeclared identifier 'y'
  /external/chromium_org/chrome/browser/extensions/api/web_view/
chrome_web_view_internal_api.h 15 // abuse by normal renderer processes.
  /cts/tests/tests/provider/src/android/provider/cts/
TelephonyProviderTest.java 54 // if they can, that they can't abuse the provider to open an arbitrary file.
76 fail("The code was able to abuse the MmsProvider to open any file");
  /development/apps/Development/res/values/
strings.xml 234 <string name="cache_abuser_start_internal_abuse">Quickly abuse internal cache</string>
235 <string name="cache_abuser_start_slow_internal_abuse">Slowly abuse internal cache</string>
236 <string name="cache_abuser_start_external_abuse">Quickly abuse external cache</string>
237 <string name="cache_abuser_start_slow_external_abuse">Slowly abuse external cache</string>
238 <string name="cache_abuser_stop_abuse">Stop cache abuse</string>
  /external/chromium_org/content/public/common/
url_utils.h 44 // but high enough that a web site can abuse location.hash for a little storage.
  /external/qemu/distrib/sdl-1.2.15/
README.PicoGUI 30 applications, including mplayer, Xine, sldroids, and Abuse.
  /developers/build/prebuilts/gradle/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 75 // off. This is useful for situations such as alarm clocks. Abuse of this flag is an
  /developers/samples/android/background/alarms/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 75 // off. This is useful for situations such as alarm clocks. Abuse of this flag is an
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java 75 // off. This is useful for situations such as alarm clocks. Abuse of this flag is an
  /external/chromium_org/chrome/renderer/
principals_extension_bindings.cc 99 // TODO(guohui): need to figure out how to prevent abuse.