HomeSort by relevance Sort by last modified time
    Searched refs:MANAGED (Results 1 - 20 of 20) sorted by null

  /art/runtime/mirror/
class_loader.h 32 class MANAGED ClassLoader : public Object {
proxy.h 30 class MANAGED SynthesizedProxyClass : public Class {
47 class MANAGED Proxy : public Object {
stack_trace_element.h 29 class MANAGED StackTraceElement : public Object {
throwable.h 30 class MANAGED Throwable : public Object {
array.h 25 class MANAGED Array : public Object {
98 class MANAGED PrimitiveArray : public Array {
iftable.h 25 class MANAGED IfTable : public ObjectArray<Object> {
object_array.h 26 class MANAGED ObjectArray : public Array {
art_field.h 31 class MANAGED ArtField : public Object {
157 class MANAGED ArtFieldClass : public Class {
dex_cache.h 38 class MANAGED DexCacheClass : public Class {
43 class MANAGED DexCache : public Object {
string.h 32 class MANAGED String : public Object {
154 class MANAGED StringClass : public Class {
object.h 51 // Classes shared with the managed side of the world need to be packed so that they don't have
53 #define MANAGED PACKED(4)
64 class MANAGED Object {
art_method.h 45 class MANAGED ArtMethod : public Object {
348 // conventions for a method of managed code. Returns false for Proxy methods.
404 // Compiled code associated with this method for callers from managed code.
405 // May be compiled managed code or a bridge for invoking a native method.
450 class MANAGED ArtMethodClass : public Class {
class.h 75 class MANAGED StaticStorageBase : public Object {
79 class MANAGED Class : public StaticStorageBase {
886 class MANAGED ClassClass : public Class {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_namespace.h 18 MANAGED, // "managed" i.e. chrome.storage.managed
settings_namespace.cc 16 const char kManagedNamespace[] = "managed";
23 case MANAGED: return kManagedNamespace;
36 return MANAGED;
policy_value_store_unittest.cc 163 settings_namespace::MANAGED,
180 settings_namespace::MANAGED,
198 settings_namespace::MANAGED,
214 settings_namespace::MANAGED,
settings_apitest.cc 44 using settings_namespace::MANAGED;
451 EXPECT_TRUE(frontend->IsStorageEnabled(MANAGED));
453 EXPECT_FALSE(frontend->IsStorageEnabled(MANAGED));
485 // Install a managed extension.
613 // Disable the 'managed' namespace. This is redundant when
617 frontend->DisableStorageForTesting(MANAGED);
618 EXPECT_FALSE(frontend->IsStorageEnabled(MANAGED));
policy_value_store.cc 61 LOG(WARNING) << "Failed to read managed settings for extension "
100 settings_namespace::MANAGED,
settings_frontend.cc 124 caches_[settings_namespace::MANAGED] =
  /external/chromium/net/tools/testserver/
device_management.py 12 of managed users.
16 that the user is managed. The token string "*" indicates that all users are
17 claimed to be managed. Other keys in the root dictionary identify request
219 Queries the list of managed users and responds the client if their user
220 is managed or not.
237 dm.ChromeInitialSettingsProto.MANAGED);

Completed in 393 milliseconds