Home
last modified time | relevance | path

Searched defs:fields (Results 1 – 25 of 184) sorted by relevance

12345678

/aosp12/system/bt/gd/packet/parser/
H A Dstruct_def.cc22 StructDef::StructDef(std::string name, FieldList fields) : StructDef(name, fields, nullptr) {} in StructDef()
23 StructDef::StructDef(std::string name, FieldList fields, StructDef* parent) in StructDef()
314 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustFieldNameAndType() local
331 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustFieldNames() local
349 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustDeclarations() local
373 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustImpls() local
H A Dpacket_def.cc26 PacketDef::PacketDef(std::string name, FieldList fields) : ParentDef(name, fields, nullptr) {} in PacketDef()
27 PacketDef::PacketDef(std::string name, FieldList fields, PacketDef* parent) : ParentDef(name, field… in PacketDef()
850 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustStructFieldNameAndType() local
870 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustStructFieldNames() local
892 auto fields = fields_.GetFieldsWithTypes({ in GenRustStructImpls() local
1133 auto fields = def->fields_.GetFieldsWithoutTypes({ in GenRustAccessStructImpls() local
1191 auto fields = ancestor->fields_.GetFieldsWithoutTypes({ in GenRustBuilderStructImpls() local
H A Dparent_def.cc22 ParentDef::ParentDef(std::string name, FieldList fields) : ParentDef(name, fields, nullptr) {} in ParentDef()
23 ParentDef::ParentDef(std::string name, FieldList fields, ParentDef* parent) in ParentDef()
612 auto fields = fields_.GetFieldsWithTypes({ in GenRustConformanceCheck() local
629 auto fields = fields_.GetFieldsWithoutTypes({ in GenRustWriteToFields() local
688 auto fields = fields_.GetFieldsWithoutTypes({ in GenSizeRetVal() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DVisualVoicemailSmsParser.java35 public final Bundle fields; field in VisualVoicemailSmsParser.WrappedMessageData
67 Bundle fields = parseSmsBody(smsBody.substring(eventTypeEnd + 1)); in parse() local
135 Bundle fields = parseSmsBody(smsBody.substring(eventTypeEnd + 1)); in parseAlternativeFormat() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/usage/
H A DUsageStatsPersistenceTest.java58 final Field[] fields = stats.getClass().getDeclaredFields(); in testUsageStatsFields() local
95 final Field[] fields = event.getClass().getDeclaredFields(); in testUsageEventsFields() local
/aosp12/frameworks/base/core/java/android/net/
H A DINetworkStatsSession.aidl34 NetworkStatsHistory getHistoryForNetwork(in NetworkTemplate template, int fields); in getHistoryForNetwork()
41 …kStatsHistory getHistoryForUid(in NetworkTemplate template, int uid, int set, int tag, int fields); in getHistoryForUid()
43 …IntervalForUid(in NetworkTemplate template, int uid, int set, int tag, int fields, long start, lon… in getHistoryIntervalForUid()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_SyncParams.cpp59 void SyncParams::fillFromJobject(JNIEnv *env, const fields_t& fields, jobject params) { in fillFromJobject()
72 jobject SyncParams::asJobject(JNIEnv *env, const fields_t& fields) { in asJobject()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DChartDataLoader.java54 public static Bundle buildArgs(NetworkTemplate template, AppItem app, int fields) { in buildArgs()
78 final int fields = mArgs.getInt(KEY_FIELDS); in loadInBackground() local
89 private ChartData loadInBackground(NetworkTemplate template, AppItem app, int fields) in loadInBackground()
/aosp12/packages/modules/StatsD/framework/test/src/android/app/
H A DPullAtomMetadataTest.java63 int[] fields = {2, 4, 6}; in testSetAdditiveFields() local
75 int[] fields = {3, 2}; in testSetAllElements() local
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DCsvParser.java51 void onLine(int lineNumber, ArrayList<String> fields) throws ParseException; in onLine()
64 ArrayList<String> fields = new ArrayList<String>(); in parse() local
/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectionCompanionGenerator.java147 final Map<Property, FieldSpec> fields = generateIdFieldSpecs(properties); in generateTypeSpec() local
177 final Map<Property, FieldSpec> fields = new HashMap<>(); in generateIdFieldSpecs() local
217 @NonNull Map<Property, FieldSpec> fields) { in generateMapProperties()
427 @NonNull Map<Property, FieldSpec> fields, in generateReadProperties()
/aosp12/art/test/662-regression-alias/src/
H A DMain.java26 static void setFields(int[] fields) { in setFields()
42 int[] fields = new int[6]; in doit() local
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DProcStat.cpp43 std::vector<std::string> fields = Split(data, " "); in parseCpuStats() local
65 std::vector<std::string> fields = Split(data, " "); in parseProcsCount() local
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DDumpConfigParser.java93 final List<String> fields = line.getFields(); in parseImpl() local
125 final List<String> fields = line.getFields(); in parseImpl() local
283 final List<String> fields = line.getFields(); in matchLineType() local
H A DCsvParser.java70 Line(int lineno, List<String> fields) { in Line()
118 ArrayList<String> fields = new ArrayList(); in parse() local
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarDiagnosticConstantsTest.java71 Map<String, Integer> fields) { in fieldsOnlyInClass1()
98 Map<String, Integer> fields = new HashMap<>(); in validateMatch() local
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DMetaData.java80 Fields fields = new Fields(); in getFields() local
110 Fields fields = new Fields(); in getFieldsLocked() local
/aosp12/frameworks/base/test-runner/src/android/test/
H A DActivityTestCase.java67 final Field[] fields = getClass().getDeclaredFields(); in scrubClass() local
/aosp12/hardware/google/pixel/perfstatsd/
H A Dcpu_usage.cpp37 std::vector<std::string> fields = android::base::Split(line, " "); in CpuUsage() local
89 std::vector<std::string> fields = android::base::Split(pidStat, " "); in profileProcess() local
164 std::vector<std::string> fields = android::base::Split(line, " "); in getOverallUsage() local
/aosp12/art/test/1975-hello-structural-transformation/src/art/
H A DTest1975.java161 public static MethodHandleWrapper[] getMethodHandles(Field[] fields) throws Exception { in getMethodHandles()
261 public static native long[] getNativeFields(Field[] fields); in getNativeFields()
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DClassInfo.kt25 val fields = classAst.fields regex
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/
H A DMutationSerializer.java51 String[] fields = null; in readMutation() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DStructuredNameEditorView.java106 ViewGroup fields = (ViewGroup) mPhoneticView.findViewById(R.id.editors); in updatePhonetic() local
128 ViewGroup fields = (ViewGroup) mPhoneticView.findViewById(R.id.editors); in getPhonetic() local
/aosp12/art/test/406-fields/src/
H A DMain.java25 AllFields fields = new AllFields(); in $opt$testAll() local
/aosp12/system/core/init/test_service/
H A Dtest_service.cpp48 std::map<std::string, std::string> fields; in main() local

12345678