Searched defs:scan_type (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/truetype/
H A Dttobjs.h107 FT_Int scan_type; member in struct:TT_GraphicsState_
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h107 FT_Int scan_type; member in struct:TT_GraphicsState_
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1041 DNBProcessSetEnableAsyncProfiling (nub_process_t pid, nub_bool_t enable, uint64_t interval_usec, DNBProfileDataScanType scan_type) argument
1046 procSP->SetEnableAsyncProfiling(enable, interval_usec, scan_type);
H A DRNBRemote.cpp3620 // qGetProfileData;scan_type:0xYYYYYYY
3629 DNBProfileDataScanType scan_type = eProfileAll; local
3634 if (name.compare ("scan_type") == 0)
3640 scan_type = (DNBProfileDataScanType)int_value;
3645 std::string data = DNBProcessGetProfileData(pid, scan_type);
3656 // QSetEnableAsyncProfiling;enable:[0|1]:interval_usec:XXXXXX;scan_type:0xYYYYYYY
3667 DNBProfileDataScanType scan_type = eProfileAll; local
3680 else if (name.compare ("scan_type") == 0)
3686 scan_type = (DNBProfileDataScanType)int_value;
3696 DNBProcessSetEnableAsyncProfiling(pid, enable, interval_usec, scan_type);
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp345 MachProcess::SetEnableAsyncProfiling(bool enable, uint64_t interval_usec, DNBProfileDataScanType scan_type) argument
349 m_profile_scan_type = scan_type;
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h536 /* struct iw_scan_req scan_type */
770 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ member in struct:iw_scan_req

Completed in 1686 milliseconds