Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/sandbox/win/tools/finder/
Dmain.cc33 DWORD object_type = 0; in wmain() local
72 object_type |= kScanRegistry; in wmain()
74 object_type |= kScanFileSystem; in wmain()
76 object_type |= kScanKernelObjects; in wmain()
121 if (0 == object_type) { in wmain()
141 finder_obj.Init(token_type, object_type, access_type, file_output); in wmain()
Dfinder.cc25 DWORD object_type, in Init() argument
34 object_type_ = object_type; in Init()
Dfinder.h57 DWORD Init(sandbox::TokenLevel token_type, DWORD object_type,
/external/chromium_org/media/mp4/
Des_descriptor_unittest.cc25 EXPECT_EQ(es_desc.object_type(), kForbidden); in TEST()
27 EXPECT_EQ(es_desc.object_type(), kISO_14496_3); in TEST()
46 EXPECT_NE(es_desc.object_type(), kISO_14496_3); in TEST()
66 EXPECT_EQ(es_desc.object_type(), kISO_14496_3); in TEST()
86 EXPECT_EQ(es_desc.object_type(), kISO_14496_3); in TEST()
Des_descriptor.cc35 bool ESDescriptor::IsAAC(uint8 object_type) { in IsAAC() argument
36 return object_type == kISO_14496_3 || object_type == kISO_13818_7_AAC_LC; in IsAAC()
75 uint8 ESDescriptor::object_type() const { in object_type() function in media::mp4::ESDescriptor
Des_descriptor.h34 static bool IsAAC(uint8 object_type);
41 uint8 object_type() const;
Dbox_definitions.cc415 : object_type(kForbidden) {} in ElementaryStreamDescriptor()
431 object_type = es_desc.object_type(); in Parse()
Dmp4_stream_parser.cc208 uint8 audio_type = entry.esds.object_type; in ParseMoov()
481 if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) && in EnqueueSample()
Dbox_definitions.h193 uint8 object_type; member
/external/chromium_org/chrome/browser/chromeos/drive/
Ddrive_app_registry.cc55 const std::string& object_type, in DriveAppInfo() argument
62 object_type(object_type), in DriveAppInfo()
167 app.object_type(), in UpdateFromAppList()
176 app.object_type(), in UpdateFromAppList()
185 app.object_type(), in UpdateFromAppList()
194 app.object_type(), in UpdateFromAppList()
208 const std::string& object_type, in AddAppSelectorList() argument
222 object_type, in AddAppSelectorList()
Ddrive_app_registry.h38 const std::string& object_type,
55 std::string object_type; member
96 const std::string& object_type,
Ddrive_app_registry_unittest.cc41 const std::string& object_type, in VerifyApp() argument
50 EXPECT_EQ(object_type, app->object_type); in VerifyApp()
/external/clang/tools/clang-format/
Dgit-clang-format196 object_type = get_object_type(commit)
197 if object_type not in ('commit', 'tag'):
198 if object_type is None:
201 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
221 object_type = get_object_type(value)
222 if object_type is None:
224 if object_type in ('commit', 'tag'):
227 (value, object_type))
/external/oprofile/libregex/
Ddemangle_java_symbol.cpp41 bool object_type(string & result,
77 if (object_type(result, begin, end)) in field_type()
187 bool object_type(string & result, in object_type() function
211 if (!object_type(result, begin, end)) in demangle_symbol()
/external/chromium_org/sandbox/win/src/
Dacl.cc94 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type, in AddKnownSidToObject() argument
101 if (ERROR_SUCCESS != ::GetSecurityInfo(object, object_type, in AddKnownSidToObject()
111 DWORD result = ::SetSecurityInfo(object, object_type, in AddKnownSidToObject()
Dacl.h36 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
/external/chromium_org/google_apis/drive/
Dgdata_wapi_parser.h700 const std::string& object_type() const { return object_type_; } in object_type() function
755 void set_object_type(const std::string& object_type) { in set_object_type() argument
756 object_type_ = object_type; in set_object_type()
Ddrive_api_parser.h169 const std::string& object_type() const { return object_type_; } in object_type() function
226 void set_object_type(const std::string& object_type) { in set_object_type() argument
227 object_type_ = object_type; in set_object_type()
Ddrive_api_parser_unittest.cc51 EXPECT_EQ("", app1.object_type()); in TEST()
89 EXPECT_EQ("", app2.object_type()); in TEST()
Dgdata_wapi_parser_unittest.cc262 EXPECT_EQ("Drive App Object 1", first_app->object_type()); in TEST()
297 EXPECT_EQ("Drive App Object 2", second_app->object_type()); in TEST()
/external/chromium_org/chrome/browser/resources/chromeos/
Ddrive_internals.js180 tr.appendChild(createElementFromText('td', app.object_type));
/external/bison/tests/
Dexisting.at1821 ordinal object_type
1822 | optional_ordinal_last object_type
1825 object_type:
1855 | ORDINAL LAST object_type relative_path
1856 | LAST object_type relative_path
1857 | ORDINAL object_type relative_path
1954 …-48: warning: rule useless in parser due to conflicts: path: ORDINAL LAST object_type relative_path
2813 + 158 nth_primitive: . ordinal object_type
2814 + 159 | . optional_ordinal_last object_type
2980 + 158 nth_primitive: . ordinal object_type
[all …]
/external/chromium_org/chrome/browser/drive/
Ddrive_api_util_unittest.cc170 EXPECT_EQ("object_type", app_resource.object_type()); in TEST()
Ddrive_api_util.cc86 resource->set_object_type(installed_app.object_type()); in ConvertInstalledAppToAppResource()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc350 app_data->SetString("object_type", app->object_type()); in OnGetAppList()

12