OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFieldName
(Results
1 - 8
of
8
) sorted by null
/dalvik/tools/dexdeps/src/com/android/dexdeps/
FieldRef.java
20
private String mDeclClass, mFieldType,
mFieldName
;
28
mFieldName
= fieldName;
49
return
mFieldName
;
/frameworks/rs/cpu_ref/
rsCpuExecutable.h
92
mFieldName
(fieldName), mExportedVarCount(varCount),
130
delete[]
mFieldName
[i];
132
delete[]
mFieldName
;
154
const char* getFieldName(int slot) const { return
mFieldName
[slot]; }
207
const char* const *
mFieldName
;
rsCpuExecutable.cpp
795
if (strcmp(name,
mFieldName
[i]) == 0) {
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
FioBenchmarkTest.java
190
public String
mFieldName
= null;
498
m.
mFieldName
= "read-bandwidth-mean";
500
m.
mFieldName
= "write-bandwidth-mean";
570
m.
mFieldName
= "read-bandwidth-mean";
572
m.
mFieldName
= "write-bandwidth-mean";
585
m.
mFieldName
= "read-clat-mean";
587
m.
mFieldName
= "write-clat-mean";
658
m.
mFieldName
= "read-bandwidth-mean";
660
m.
mFieldName
= "write-bandwidth-mean";
669
m.
mFieldName
= "read-clat-mean"
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp
687
if (strcmp (pField->
mFieldName
, FName) == 0) {
786
strcpy (pYearField->
mFieldName
, "Year");
792
strcpy (pMonthField->
mFieldName
, "Month");
798
strcpy (pDayField->
mFieldName
, "Day");
810
strcpy (pHoursField->
mFieldName
, "Hours");
816
strcpy (pMinutesField->
mFieldName
, "Minutes");
822
strcpy (pSecondsField->
mFieldName
, "Seconds");
835
strcpy (pQuestionIdField->
mFieldName
, "QuestionId");
841
strcpy (pFormIdField->
mFieldName
, "FormId");
847
strcpy (pFormSetGuidField->
mFieldName
, "FormSetGuid");
[
all
...]
VfrUtilityLib.h
101
CHAR8
mFieldName
[MAX_NAME_LEN];
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.cpp
746
if (strcmp (pField->
mFieldName
, FName) == 0) {
823
strcpy (pYearField->
mFieldName
, "Year");
829
strcpy (pMonthField->
mFieldName
, "Month");
835
strcpy (pDayField->
mFieldName
, "Day");
847
strcpy (pHoursField->
mFieldName
, "Hours");
853
strcpy (pMinutesField->
mFieldName
, "Minutes");
859
strcpy (pSecondsField->
mFieldName
, "Seconds");
1036
if (strcmp (pTmp->
mFieldName
, FieldName) == 0) {
1046
strcpy (pNewField->
mFieldName
, FieldName);
1284
printf ("\t\t\t%s\t%s\n", pFNode->mFieldType->mTypeName, pFNode->
mFieldName
);
[
all
...]
VfrUtilityLib.h
100
INT8
mFieldName
[MAX_NAME_LEN];
Completed in 955 milliseconds