HomeSort by relevance Sort by last modified time
    Searched full:verified (Results 351 - 375 of 838) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 168 * redundantly if the hostname has already been verified.
171 * so "foo.bar.example.com" is verified if the peer has a certificate
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 654 * Asserts the the mock accessibility service has been successfully verified
656 * arguments) within the {@link #TIMEOUT_BINDER_CALL}. The verified state is
  /system/core/fs_mgr/
fs_mgr.c 608 ERROR("Could not set up verified partition, skipping!");
693 ERROR("Could not set up verified partition, skipping!");
  /dalvik/vm/oo/
Class.cpp 60 verification do not need to be prepared or verified. This means that we
62 the class must be verified before it is initialized, which allows us to
66 It also allows a more peaceful coexistence between verified and
68 refers to a bogus class C, should we allow class A to be verified?
114 conflicts between the class being optimized/verified and the bootstrap
122 pre-verified class are satisified by the class' jar or earlier bootstrap
125 AppClass was pre-verified. If so, we require that NewClass comes out
130 DefineClass can't be pre-verified, so this doesn't apply.)
144 class was pre-verified and the resolved class is in some random DEX file.
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 180 * Generate the register map for a method that has just been verified
605 * have one, since we know the class verified successfully.
735 * If we can find it, and it was successfully pre-verified, we
738 * If it wasn't pre-verified then we know it can't have any
777 * Generate a register map set for all verified classes in "pDvmDex".
    [all...]
  /dalvik/vm/interp/
Interp.cpp 267 * If the method has not been verified, we do NOT insert the
278 ALOGV("Class %s verified, adding breakpoint at %p",
290 ALOGV("Class %s NOT verified, deferring breakpoint at %p",
360 * verified.
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 239 sb.append("\n\nAfter final interaction was verified:\n");
248 /** Claims that the verified call must happen before the given timeout. */
544 /** Keeps track of method calls that have been verified, for verifyNoMoreInteractions(). */
616 * The number of times a given call should be verified.
734 * verified or stubbed.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp 38 * in multiple shaders with the same name are verified to be the same.
40 * in multiple shaders with the same name are verified to be the same.
57 * are verified to be the same.
59 * same name are verified to be the same.
60 * - Types and qualifiers of outputs defined in one stage are verified to
261 * \param shader Vertex shader executable to be verified
335 * \param shader Fragment shader executable to be verified
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 38 * in multiple shaders with the same name are verified to be the same.
40 * in multiple shaders with the same name are verified to be the same.
57 * are verified to be the same.
59 * same name are verified to be the same.
60 * - Types and qualifiers of outputs defined in one stage are verified to
261 * \param shader Vertex shader executable to be verified
335 * \param shader Fragment shader executable to be verified
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
website_settings_bubble_controller.mm 109 // identity has been verified.
397 // Create a text field to identity status (e.g. verified, not verified).
    [all...]
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 766 """ Yeah, verified... We just want to keep the output similar to -u, so we can compare/sort easily """
767 print "], recomposed as", letter.encode('utf-8'), "verified"
927 print "verified"
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 715 // on background handler thread, and verified CONNECTIVITY_INTERNAL
727 // on background handler thread, and verified CONNECTIVITY_INTERNAL
736 // on background handler thread, and verified UPDATE_DEVICE_STATS
    [all...]
  /dalvik/vm/mterp/
README.txt 215 (where it is verified) and assembly (where the definitions are used).
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBufferTest.java 599 // serialization of 'shared' is not verified
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.java 482 fail("Incorrect signature successfully verified.");
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 1840 BOOLEAN verified = FALSE; local
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 166 /* assume that API functions verified the parameters */
  /external/chromium/base/
message_pump_glib_unittest.cc 254 // That is verified in message_loop_unittest.cc.
  /external/chromium/chrome/browser/autofill/
autofill_download_unittest.cc 44 // requests, which are verified later. To mock network requests
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 251 // Value of AllowNewUser setting is still not verified.
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 311 // OnCheckResponsiveness has verified the ping-pong mechanism and the watched
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 41 // explicitly set upstack. I verified that v_pointer is still set
  /external/chromium/net/base/
x509_certificate_openssl.cc 486 // correctly verified certs as being from a known root. TODO(joth): if the
  /external/chromium/net/socket/
ssl_server_socket_nss.cc 647 // NSS calls this if an incoming certificate needs to be verified.
  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 264 // That is verified in message_loop_unittest.cc.

Completed in 4191 milliseconds

<<11121314151617181920>>