OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Profiles
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/ProfileData/
SampleProfReader.h
10
// This file contains definitions needed for reading sample
profiles
.
64
:
Profiles
(0), Ctx(C), Buffer(std::move(B)) {}
71
/// \brief Read sample
profiles
from the associated file.
77
/// \brief Print all the
profiles
on stream \p OS.
82
return &
Profiles
[F.getName()];
85
/// \brief Return all the
profiles
.
86
StringMap<FunctionSamples> &getProfiles() { return
Profiles
; }
103
/// to their corresponding
profiles
.
104
StringMap<FunctionSamples>
Profiles
;
121
/// \brief Read sample
profiles
from the associated file
[
all
...]
/external/llvm/tools/llvm-profdata/
llvm-profdata.cpp
89
StringMap<FunctionSamples> &
Profiles
= Reader->getProfiles();
90
for (StringMap<FunctionSamples>::iterator I =
Profiles
.begin(),
91
E =
Profiles
.end();
/packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java
32
static final String PROFILES_TABLE_NAME = "
profiles
";
36
public static final class
Profiles
implements BaseColumns {
37
private
Profiles
() { }
59
+
Profiles
._ID + " INTEGER PRIMARY KEY,"
60
+
Profiles
.FULL_NAME + " TEXT,"
61
+
Profiles
.EMAIL_ADDRESS + " TEXT,"
62
+
Profiles
.COMPANY_NAME + " TEXT,"
63
+
Profiles
.ADDRESS_LINE_1 + " TEXT,"
64
+
Profiles
.ADDRESS_LINE_2 + " TEXT,"
65
+
Profiles
.CITY + " TEXT,
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsps2.c
41
of each CRD, CSA the
profiles
are converted to Lab via a device
51
the device -> XYZ transform. These cases identifies monochrome
profiles
(often
61
NOTE: CLUT-based monochrome
profiles
are NOT supported. So, cmsFLAGS_MATRIXINPUT
62
flag is forced on such
profiles
.
75
On simpler
profiles
, the PCS is already XYZ, so no conversion is required.
868
cmsHPROFILE
Profiles
[2];
883
Profiles
[0] = hProfile;
884
Profiles
[1] = hLab;
886
xform = cmsCreateMultiprofileTransform(
Profiles
, 2, InputFormat, TYPE_Lab_DBL, Intent, 0);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddmmc.h
141
FEATURE_DATA_PROFILE_LIST_EX
Profiles
[0];
Completed in 332 milliseconds