/external/chromium_org/sandbox/win/tools/finder/ |
D | main.cc | 33 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()
|
D | finder.cc | 25 DWORD object_type, in Init() argument 34 object_type_ = object_type; in Init()
|
D | finder.h | 57 DWORD Init(sandbox::TokenLevel token_type, DWORD object_type,
|
/external/chromium_org/media/mp4/ |
D | es_descriptor_unittest.cc | 25 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()
|
D | es_descriptor.cc | 35 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
|
D | es_descriptor.h | 34 static bool IsAAC(uint8 object_type); 41 uint8 object_type() const;
|
D | box_definitions.cc | 415 : object_type(kForbidden) {} in ElementaryStreamDescriptor() 431 object_type = es_desc.object_type(); in Parse()
|
D | mp4_stream_parser.cc | 208 uint8 audio_type = entry.esds.object_type; in ParseMoov() 481 if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) && in EnqueueSample()
|
D | box_definitions.h | 193 uint8 object_type; member
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | drive_app_registry.cc | 55 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()
|
D | drive_app_registry.h | 38 const std::string& object_type, 55 std::string object_type; member 96 const std::string& object_type,
|
D | drive_app_registry_unittest.cc | 41 const std::string& object_type, in VerifyApp() argument 50 EXPECT_EQ(object_type, app->object_type); in VerifyApp()
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 196 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/ |
D | demangle_java_symbol.cpp | 41 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/ |
D | acl.cc | 94 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()
|
D | acl.h | 36 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
|
/external/chromium_org/google_apis/drive/ |
D | gdata_wapi_parser.h | 700 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()
|
D | drive_api_parser.h | 169 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()
|
D | drive_api_parser_unittest.cc | 51 EXPECT_EQ("", app1.object_type()); in TEST() 89 EXPECT_EQ("", app2.object_type()); in TEST()
|
D | gdata_wapi_parser_unittest.cc | 262 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/ |
D | drive_internals.js | 180 tr.appendChild(createElementFromText('td', app.object_type));
|
/external/bison/tests/ |
D | existing.at | 1821 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/ |
D | drive_api_util_unittest.cc | 170 EXPECT_EQ("object_type", app_resource.object_type()); in TEST()
|
D | drive_api_util.cc | 86 resource->set_object_type(installed_app.object_type()); in ConvertInstalledAppToAppResource()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | drive_internals_ui.cc | 350 app_data->SetString("object_type", app->object_type()); in OnGetAppList()
|