Searched refs:object_type (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/media/formats/mp4/
H A Des_descriptor.h33 static bool IsAAC(uint8 object_type);
40 uint8 object_type() const;
H A Des_descriptor.cc35 bool ESDescriptor::IsAAC(uint8 object_type) { argument
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
H A Des_descriptor_unittest.cc25 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);
H A Dbox_definitions.cc476 : object_type(kForbidden) {}
492 object_type = es_desc.object_type();
494 if (object_type != 0x40) {
496 << std::hex << static_cast<int>(object_type);
499 if (es_desc.IsAAC(object_type))
H A Dmp4_stream_parser.cc225 uint8 audio_type = entry.esds.object_type;
491 if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) &&
H A Dbox_definitions.h207 uint8 object_type; member in struct:media::mp4::ElementaryStreamDescriptor
/external/chromium_org/sandbox/win/tools/finder/
H A Dmain.cc33 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);
H A Dfinder.cc25 DWORD object_type,
34 object_type_ = object_type;
24 Init(sandbox::TokenLevel token_type, DWORD object_type, DWORD access_type, FILE *file_output) argument
H A Dfinder.h57 DWORD Init(sandbox::TokenLevel token_type, DWORD object_type,
/external/chromium_org/sandbox/win/src/
H A Dacl.h36 // the dacl of the kernel object referenced by |object| and of |object_type|.
37 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
H A Dacl.cc95 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type, argument
102 if (ERROR_SUCCESS != ::GetSecurityInfo(object, object_type,
112 DWORD result = ::SetSecurityInfo(object, object_type,
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp23 * 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:__anon28459
211 if (!object_type(result, begin, end))
/external/clang/tools/clang-format/
H A Dgit-clang-format199 object_type = get_object_type(commit)
200 if object_type not in ('commit', 'tag'):
201 if object_type is None:
204 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
224 object_type = get_object_type(value)
225 if object_type is None:
227 if object_type in ('commit', 'tag'):
230 (value, object_type))
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser_unittest.cc50 EXPECT_EQ("", app1.object_type());
86 EXPECT_EQ("", app2.object_type());
H A Ddrive_api_parser.h169 const std::string& object_type() const { return object_type_; } function in class:google_apis::AppResource
222 void set_object_type(const std::string& object_type) { argument
223 object_type_ = object_type;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.js180 tr.appendChild(createElementFromText('td', app.object_type));
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc1557 Register object_type = x14; local
1561 // x14 object_type type of object (uninit)
1567 function, scratch1, object_type, JS_FUNCTION_TYPE, &slow);
1572 __ Cmp(object_type, Operand(isolate()->factory()->null_value()));
2875 Register object_type = x10; local
2876 __ JumpIfNotObjectType(function, object_type, object_type, JS_FUNCTION_TYPE,
2917 __ Cmp(object_type, JS_FUNCTION_PROXY_TYPE);
/external/lldb/source/Symbol/
H A DClangASTType.cpp1019 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(qual_type); local
1020 if (object_type)
1022 const ObjCInterfaceDecl *interface = object_type->getInterface();
5312 const ObjCObjectType *object_type = dyn_cast<ObjCObjectType>(t); local
5313 if (object_type)
5315 ObjCInterfaceDecl *interface_decl = object_type->getInterface();
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc355 app_data->SetString("object_type", app->object_type());
/external/bison/tests/
H A Dtestsuite[all...]

Completed in 566 milliseconds