HomeSort by relevance Sort by last modified time
    Searched refs:trusted (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 39 # injection code (see native_client/src/trusted/fault_injection/)
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 131 final boolean trusted = mContext.checkCallingOrSelfPermission(
137 registerClientLocked(client, pid, packageName, resolvedUserId, trusted);
312 int pid, String packageName, int userId, boolean trusted) {
322 clientRecord = new ClientRecord(userRecord, client, pid, packageName, trusted);
507 int pid, String packageName, boolean trusted) {
512 mTrusted = trusted;
    [all...]
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 51 # This crash in trusted code should produce a crash dump.
  /frameworks/av/media/libnbaio/
NBLog.cpp 167 log(&entry, true /*trusted*/);
170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted)
175 if (!trusted) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc     [all...]
bluetooth_device_chromeos.cc 268 // Trusted devices are devices that don't support pairing but that the
271 return properties->paired.value() || properties->trusted.value();
673 GetProperties(object_path_)->trusted.Set(
681 << ": Failed to set device as trusted";
bluetooth_adapter_chromeos.cc 376 property_name == properties->trusted.name() ||
384 // When a device becomes paired, mark it as trusted so that the user does
387 properties->paired.value() && !properties->trusted.value())
393 // If it is still not trusted, set it, so it becomes available on the
396 !properties->trusted.value())
543 // We always set paired devices to Trusted, so the only reason that this
545 // our "Set('Trusted', true)" method call is still pending in the Bluetooth
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 377 few simple rules that can be verified by a small trusted validator: the
378 compiler isn't trusted. The same applies to Portable Native Client where
380 backend, isn't trusted: it is validated before executing, and so is its
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 588 fout.print(": trusted=" + dumpBool(aggregateIsTrusted(user.id)));
596 boolean trusted = info.agent.isTrusted();
601 fout.print(", trusted=" + dumpBool(trusted));
603 if (trusted) {
  /external/wpa_supplicant_8/src/tls/
x509v3.c     [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 37 RegisterProperty(bluetooth_device::kTrustedProperty, &trusted);
fake_bluetooth_device_client.cc 211 if (property->name() == trusted.name()) {
234 properties->trusted.ReplaceValue(true);
    [all...]
  /external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc 191 PP_Bool trusted) {
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 583 if (reason != REASON_MAX || signature_info_.trusted()) {
587 if (reason == REASON_MAX && signature_info_.trusted()) {
    [all...]
  /external/chromium_org/ppapi/tests/
test_url_loader.cc 14 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
83 // Trusted interfaces are not supported under NaCl.
325 bool trusted) {
327 if (trusted)
507 // Trusted, unintended cross-origin requests should succeed.
515 return ReportError("Trusted cross-origin request failed", rv);
535 // Trusted, intended cross-origin requests should use CORS and succeed.
544 return ReportError("Trusted cross-origin request failed", rv);
562 // Trusted Javascript URLs requests should succeed.
570 "Trusted Javascript URL request", rv)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 207 * @define {boolean} Whether this code is running on trusted sites.
    [all...]

Completed in 1387 milliseconds

12