HomeSort by relevance Sort by last modified time
    Searched full:object_type (Results 1 - 25 of 48) sorted by null

1 2

  /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/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
es_descriptor.h 34 static bool IsAAC(uint8 object_type);
41 uint8 object_type() const;
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 193 uint8 object_type; member in struct:media::mp4::ElementaryStreamDescriptor
  /external/chromium_org/sandbox/win/src/
acl.h 35 // the dacl of the kernel object referenced by |object| and of |object_type|.
36 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
acl.cc 94 bool AddKnownSidToObject(HANDLE object, SE_OBJECT_TYPE object_type,
101 if (ERROR_SUCCESS != ::GetSecurityInfo(object, object_type,
111 DWORD result = ::SetSecurityInfo(object, 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:__anon24395
211 if (!object_type(result, begin, end))
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 55 const std::string& object_type,
62 object_type(object_type),
167 app.object_type(),
176 app.object_type(),
185 app.object_type(),
194 app.object_type(),
208 const std::string& object_type,
222 object_type,
drive_app_registry.h 38 const std::string& object_type,
55 std::string object_type; member in struct:drive::DriveAppInfo
96 const std::string& object_type,
drive_app_registry_unittest.cc 41 const std::string& object_type,
50 EXPECT_EQ(object_type, app->object_type);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_sync.xml 13 <enum name="OBJECT_TYPE" count="1" value="0x9112">
  /external/mesa3d/src/mapi/glapi/gen/
ARB_sync.xml 13 <enum name="OBJECT_TYPE" count="1" value="0x9112">
  /external/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 59 return OBJECT_TYPE;
VerificationType.java 42 public static final int OBJECT_TYPE = 7;
  /external/clang/tools/clang-format/
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/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 110 installed_app->set_object_type("object_type");
170 EXPECT_EQ("object_type", app_resource.object_type());
  /development/host/windows/usb/api/
adb_object_handle.cpp 141 return (obj_type == object_type());
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 51 EXPECT_EQ("", app1.object_type());
89 EXPECT_EQ("", app2.object_type());
gdata_wapi_parser_unittest.cc 262 EXPECT_EQ("Drive App Object 1", first_app->object_type());
297 EXPECT_EQ("Drive App Object 2", second_app->object_type());
drive_api_parser.h 169 const std::string& object_type() const { return object_type_; } function in class:google_apis::AppResource
226 void set_object_type(const std::string& object_type) {
227 object_type_ = object_type;
gdata_wapi_parser.h 700 const std::string& object_type() const { return object_type_; } function in class:google_apis::InstalledApp
755 void set_object_type(const std::string& object_type) {
756 object_type_ = object_type;

Completed in 1135 milliseconds

1 2