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

  /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);
  /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))
  /development/host/windows/usb/api/
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
  /external/chromium_org/media/mp4/
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
box_definitions.h 191 uint8 object_type; member in struct:media::mp4::ElementaryStreamDescriptor
  /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,
  /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;
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;
  /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...]

Completed in 733 milliseconds