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

  /external/chromium_org/media/mp4/
es_descriptor.h 34 static bool IsAAC(uint8 object_type);
41 uint8 object_type() const;
es_descriptor.cc 35 bool ESDescriptor::IsAAC(uint8 object_type) {
36 return object_type == kISO_14496_3 || object_type == kISO_13818_7_AAC_LC;
75 uint8 ESDescriptor::object_type() const { function in class:media::mp4::ESDescriptor
es_descriptor_unittest.cc 25 EXPECT_EQ(es_desc.object_type(), kForbidden);
27 EXPECT_EQ(es_desc.object_type(), kISO_14496_3);
46 EXPECT_NE(es_desc.object_type(), kISO_14496_3);
66 EXPECT_EQ(es_desc.object_type(), kISO_14496_3);
86 EXPECT_EQ(es_desc.object_type(), kISO_14496_3);
box_definitions.h 191 uint8 object_type; member in struct:media::mp4::ElementaryStreamDescriptor
mp4_stream_parser.cc 208 uint8 audio_type = entry.esds.object_type;
482 if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) &&
box_definitions.cc 410 : object_type(kForbidden) {}
426 object_type = es_desc.object_type();
  /external/chromium_org/sandbox/win/tools/finder/
main.cc 33 DWORD object_type = 0; local
72 object_type |= kScanRegistry;
74 object_type |= kScanFileSystem;
76 object_type |= kScanKernelObjects;
121 if (0 == object_type) {
141 finder_obj.Init(token_type, object_type, access_type, file_output);
finder.cc 25 DWORD object_type,
34 object_type_ = object_type;
finder.h 57 DWORD Init(sandbox::TokenLevel token_type, DWORD object_type,
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.h 40 const string16& object_type,
57 string16 object_type; member in struct:drive::DriveAppInfo
84 const string16& object_type,
97 string16 object_type; member in struct:drive::DriveAppRegistry::DriveAppFileSelector
126 const std::string& object_type,
drive_app_registry.cc 60 const string16& object_type,
67 object_type(object_type),
80 const string16& object_type,
86 object_type(object_type),
196 app.object_type(),
204 app.object_type(),
212 app.object_type(),
220 app.object_type(),
    [all...]
drive_app_registry_unittest.cc 39 const std::string& object_type,
48 EXPECT_EQ(object_type, UTF16ToUTF8(app->object_type));
  /development/host/windows/usb/api/
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
adb_object_handle.cpp 141 return (obj_type == object_type());
  /external/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
26 * object_type:
35 * object_type method_name method_descriptor
41 bool object_type(string & result,
77 if (object_type(result, begin, end))
187 bool object_type(string & result, function in namespace:__anon26159
211 if (!object_type(result, begin, end))
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 196 const std::string& object_type() const { return object_type_; } function in class:google_apis::AppResource
253 void set_object_type(const std::string& object_type) {
254 object_type_ = object_type;
drive_api_parser_unittest.cc 70 EXPECT_EQ("", app1.object_type());
108 EXPECT_EQ("", app2.object_type());
142 installed_app->set_object_type("object_type");
202 EXPECT_EQ("object_type", app_resource.object_type());
gdata_wapi_parser.h 703 const std::string& object_type() const { return object_type_; } function in class:google_apis::InstalledApp
758 void set_object_type(const std::string& object_type) {
759 object_type_ = object_type;
gdata_wapi_parser_unittest.cc 256 EXPECT_EQ("Drive App Object 1", first_app->object_type());
291 EXPECT_EQ("Drive App Object 2", second_app->object_type());
drive_api_parser.cc 404 resource->set_object_type(installed_app.object_type());
  /art/runtime/verifier/
method_verifier.cc 3507 const RegType& object_type = work_line_->GetRegisterType(inst->VRegB_22c()); local
3561 const RegType& object_type = work_line_->GetRegisterType(inst->VRegB_22c()); local
3629 const RegType& object_type = reg_line->GetRegisterType(inst->VRegB_22c()); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 179 tr.appendChild(createElementFromText('td', app.object_type));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 165 app->SetString("objectType", app_info->object_type);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 340 app_data->SetString("object_type", app->object_type());

Completed in 875 milliseconds