HomeSort by relevance Sort by last modified time
    Searched full:mechanism (Results 126 - 150 of 2621) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smack/src/org/jivesoftware/smack/packet/
DefaultPacketExtension.java 41 * return "pizza". This parsing mechanism mechanism is very simplistic and will not work
  /external/smack/src/org/jivesoftware/smackx/packet/
DefaultPrivateData.java 44 * return "pizza". This parsing mechanism mechanism is very simplistic and will not work
  /frameworks/base/core/java/android/app/
QueuedWork.java 28 * asynchronously so we'd have a mechanism to wait for the writes in
29 * Activity.onPause and similar places, but we may use this mechanism
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 27 * Mechanism to let threads set restrictions on what code is allowed
34 * and isn't intended to be a perfect mechanism, nor provide any sort of
  /system/core/sh/bltin/
echo.1 101 The octal character escape mechanism
104 C language mechanism.
  /device/asus/grouper/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
  /device/asus/tilapia/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
  /external/chromium/base/debug/
debugger.h 28 // On OS X, the underlying mechanism doesn't work when the sandbox is enabled.
  /external/chromium_org/base/debug/
debugger.h 27 // On OS X, the underlying mechanism doesn't work when the sandbox is enabled.
  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service.h 52 // Owns us via the BrowserContextKeyedService mechanism.
  /external/chromium_org/chrome/browser/prefs/
synced_pref_change_registrar.h 18 // has come from sync or from some other mechanism (managed, UI, external, etc.)
  /external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.h 45 // SupportsUserData mechanism.
  /external/chromium_org/content/child/npapi/
plugin_host.h 5 // TODO: Need mechanism to cleanup the static instance
  /external/chromium_org/gin/
handle.h 13 // Currently we don't have a mechanism for retaining a gin::Wrappable object
  /external/chromium_org/jingle/notifier/listener/
push_client.h 19 // mechanism, where a client can push notifications to and receive
  /external/chromium_org/mojo/public/
README.md 32 system. Although the Mojo IPC message format is binary stable, the mechanism
  /external/chromium_org/mojo/system/
simple_dispatcher.h 21 // mechanism in that case.
  /external/chromium_org/third_party/icu/source/test/testdata/
testaliases.txt 9 // This is a test resource to check whether the aliasing mechanism works
  /external/chromium_org/tools/gyp/test/win/large-pdb/
large-pdb.gyp 70 # No PDB file is specified. However, the msvs_large_pdb mechanism should
  /external/chromium_org/webkit/data/test_shell/js/
timers.html 45 Javascript applications use setTimeout() as a mechanism to 'yield'
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SummaryManager.h 11 // a generic mechanism for managing function summaries.
  /external/icu4c/test/testdata/
testaliases.txt 9 // This is a test resource to check whether the aliasing mechanism works
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ResponseAuth.java 21 * Implements the ResponseAuth class used by the DigestMD5SaslClient mechanism
  /external/smack/src/com/novell/sasl/client/
ResponseAuth.java 21 * Implements the ResponseAuth class used by the DigestMD5SaslClient mechanism
  /external/smack/src/org/apache/harmony/javax/security/sasl/
Sasl.java 134 public static SaslServer createSaslServer(String mechanism, String protocol,
136 if (mechanism == null) {
151 if (mech[j].equals(mechanism)) {
158 SaslServer saslS = fact.createSaslServer(mechanism, protocol, serverName, prop,

Completed in 365 milliseconds

1 2 3 4 56 7 8 91011>>