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

1 2 3 4 5 6 7

  /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'
  /frameworks/base/core/java/android/hardware/camera2/utils/
UncheckedThrow.java 30 * Abuse type erasure by making the compiler think we are throwing RuntimeException,
  /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 231 <string name="cache_abuser_start_internal_abuse">Quickly abuse internal cache</string>
232 <string name="cache_abuser_start_slow_internal_abuse">Slowly abuse internal cache</string>
233 <string name="cache_abuser_start_external_abuse">Quickly abuse external cache</string>
234 <string name="cache_abuser_start_slow_external_abuse">Slowly abuse external cache</string>
235 <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/RepeatingAlarmSample/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/RepeatingAlarmSample/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/browser/extensions/api/webview/
webview_api.h 14 // do a process ID check to prevent abuse by normal renderer processes.
  /external/chromium_org/chrome/renderer/
principals_extension_bindings.cc 99 // TODO(guohui): need to figure out how to prevent abuse.
  /external/chromium_org/components/policy/core/common/
policy_loader_win.h 85 // This is the preferred way to obtain GPO data, there are reports of abuse
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.h 41 // CanEmbedderAccessInstanceIDMaybeKill, to prevent abuse by normal renderer
  /external/chromium_org/third_party/jinja2/
meta.py 18 """We abuse the code generator for introspection."""
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 87 aware that longs abuse ob_size's sign bit.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 87 aware that longs abuse ob_size's sign bit.
  /external/chromium/net/http/
http_auth_cache.h 32 // Prevent unbounded memory growth. These are safeguards for abuse; it is
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc 133 // like extensions removing the "report abuse" link).
  /external/chromium_org/net/http/
http_auth_cache.h 101 // Prevent unbounded memory growth. These are safeguards for abuse; it is
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 9 * - remove_options() abuse removed.
  /external/tcpdump/
print-pppoe.c 183 /* Print hex, not fast to abuse printf but this doesn't get used much */

Completed in 1518 milliseconds

1 2 3 4 5 6 7