HomeSort by relevance Sort by last modified time
    Searched refs:GetObjectType (Results 1 - 25 of 26) sorted by null

1 2

  /external/libchrome/base/win/
scoped_select_object.h 29 DCHECK((GetObjectType(oldobj_) != OBJ_REGION && object != NULL) ||
30 (GetObjectType(oldobj_) == OBJ_REGION && object != HGDI_ERROR));
  /frameworks/native/vulkan/libvulkan/
debug_report.h 108 PrintV(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, GetObjectType(object),
118 PrintV(VK_DEBUG_REPORT_WARNING_BIT_EXT, GetObjectType(object),
128 PrintV(VK_DEBUG_REPORT_ERROR_BIT_EXT, GetObjectType(object),
135 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 82 uint8_t CPDF_Parser::GetObjectType(uint32_t objnum) const {
95 uint8_t type = GetObjectType(objnum);
274 if (GetObjectType(objnum) == 1)
277 if (GetObjectType(objnum) == 2) {
1034 if (GetObjectType(startnum + j) == 255) {
    [all...]
cpdf_parser.h 70 uint8_t GetObjectType(uint32_t objnum) const;
cpdf_data_avail.cpp 99 if (pParser->GetObjectType(objnum) == 2)
102 if (pParser->GetObjectType(objnum) != 1 &&
103 pParser->GetObjectType(objnum) != 255) {
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 232 __ GetObjectType(a0, t4, t4);
333 __ GetObjectType(lhs, t4, t4);
357 __ GetObjectType(rhs, t4, t4);
389 __ GetObjectType(lhs, a2, a2);
402 __ GetObjectType(rhs, a3, a3);
423 __ GetObjectType(lhs, a3, a2);
453 __ GetObjectType(rhs, a3, a3);
    [all...]
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 230 __ GetObjectType(a0, t0, t0);
330 __ GetObjectType(lhs, t0, t0);
353 __ GetObjectType(rhs, t0, t0);
385 __ GetObjectType(lhs, a2, a2);
398 __ GetObjectType(rhs, a3, a3);
419 __ GetObjectType(lhs, a3, a2);
449 __ GetObjectType(rhs, a3, a3);
    [all...]
macro-assembler-mips64.cc     [all...]
macro-assembler-mips64.h     [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 81 __ GetObjectType(a2, a3, t0);
110 __ GetObjectType(a2, a3, t0);
316 __ GetObjectType(a0, a2, a2);
388 __ GetObjectType(a0, t1, t1);
465 __ GetObjectType(a0, a2, a2);
673 __ GetObjectType(v0, a1, a3);
956 __ GetObjectType(a3, a3, a3);
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 81 __ GetObjectType(a2, a3, a4);
110 __ GetObjectType(a2, a3, a4);
314 __ GetObjectType(a0, a2, a2);
387 __ GetObjectType(a0, t1, t1);
464 __ GetObjectType(a0, a2, a2);
667 __ GetObjectType(v0, a1, a3);
832 __ GetObjectType(a3, a3, a3);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 128 __ GetObjectType(a2, a2, a2);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 128 __ GetObjectType(a2, a2, a2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluadmex.h 226 virtual CLUADMEX_OBJECT_TYPE WINAPI GetObjectType(LONG lObjIndex) = 0;
235 CLUADMEX_OBJECT_TYPE (WINAPI *GetObjectType)(IGetClusterObjectInfo *This,LONG lObjIndex);
246 #define IGetClusterObjectInfo_GetObjectType(This,lObjIndex) (This)->lpVtbl->GetObjectType(This,lObjIndex)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 175 switch (pNode->GetObjectType()) {
cxfa_node.cpp 585 while (pNode && pNode->GetObjectType() != eType)
590 while (pNode && pNode->GetObjectType() != eType)
595 while (pNode && pNode->GetObjectType() != eType)
602 if (eType == pSibling->GetObjectType())
    [all...]
xfa_object.h 57 XFA_ObjectType GetObjectType() const { return m_objectType; }
    [all...]
cxfa_simple_parser.cpp     [all...]
xfa_document_datamerger_imp.cpp 82 switch (pChildNode->GetObjectType()) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 733 DWORD obj_type = GetObjectType(m_hDC);
    [all...]

Completed in 1409 milliseconds

1 2