Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 51) sorted by relevance

123

/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardService.java160 public static byte[] ConcatArrays(byte[] first, byte[]... rest) { in ConcatArrays() argument
161 int totalLength = first.length; in ConcatArrays()
165 byte[] result = Arrays.copyOf(first, totalLength); in ConcatArrays()
166 int offset = first.length; in ConcatArrays()
/development/vndk/tools/header-checker/src/utils/
Dheader_abi_util.h54 auto element_key = map_element.first; in FindRemovedElements()
90 if (old_element->first == new_element->first) { in FindCommonElements()
97 if (old_element->first < new_element->first) { in FindCommonElements()
Dcommand_line_utils.cpp43 if (p.first().startswith("help")) { in HideIrrelevantCommandLineOptions()
/development/vndk/tools/header-checker/src/repr/
Dir_representation_internal.h77 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph()
78 return it.first; in AddToMapAndTypeGraph()
Dabi_diff_helpers.cpp189 if (common_fields.first->GetValue() != common_fields.second->GetValue()) { in CompareEnumFields()
190 EnumFieldDiffIR enum_field_diff_ir(common_fields.first, in CompareEnumFields()
392 common_fields.first, common_fields.second, type_queue, diff_kind); in CompareRecordFields()
394 (diffed_field_ptr.first & in CompareRecordFields()
470 cptr_vec.emplace_back(&e.first, &e.second); in ConvertToDiffContainerVector()
507 RecordFieldIR &old_field = it.first; in FixupDiffedFieldTypeIds()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DElizaResponder.java142 String first = WORDS_TO_REPLACE[i * 2]; in elzTalk() local
145 if (parts[j].equals(first)) { in elzTalk()
148 parts[j] = first; in elzTalk()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DMediaContentJob.java88 boolean first = true; in onStartJob()
90 if (first) { in onStartJob()
91 first = false; in onStartJob()
/development/samples/UiAutomator/
DREADME8 To run this demo you must build it first and push it on your device:
20 To run this demo you must build it first and push it on your device:
29 To run this demo you must build it first and push it on your device:
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp156 old_enums_and_records_extracted.first, in CollectUserDefinedTypes()
157 new_enums_and_records_extracted.first, in CollectUserDefinedTypes()
191 [](auto e) { return e->first;}, in CollectDynsymExportables()
194 [](auto e) { return e->first;}, in CollectDynsymExportables()
198 [](auto e) { return e->first;}, in CollectDynsymExportables()
201 [](auto e) { return e->first;}, in CollectDynsymExportables()
380 const T *old_element = pair.first; in DumpDiffElements()
/development/tools/templates/
Djava_file.template8 /** Called when the activity is first created. */
/development/samples/browseable/ElevationBasic/
D_index.jd9 first view has a fixed elevation using XML and the second one is raised when the user
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList13.java143 int first = view.getFirstVisiblePosition(); in onScrollStateChanged() local
148 t.setText(mStrings[first + i]); in onScrollStateChanged()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp42 old_type_info_protobuf->set_size(sizes.first); in AddTypeInfoDiff()
45 old_type_info_protobuf->set_alignment(alignments.first); in AddTypeInfoDiff()
194 underlying_type_diff_protobuf->set_old_type(underlying_type_diff_ir->first); in AddEnumUnderlyingTypeDiff()
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd13 must request permission first, before it can be used.
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java193 boolean first = true; in updateItems()
198 if (first) { in updateItems()
199 first = false; in updateItems()
/development/samples/JetBoy/
DJETBOY_content_README.txt11 4. After importing the first time, you can use the OPEN command to open the .jtc file in the folder…
/development/samples/browseable/Quiz/
D_index.jd11 …displays them as notifications. Each notification contains the question as the first page, followed
/development/tools/idegen/
DREADME7 If this is your first time using IDEGen...
36 If this is your first time using IDEGen...
79 For example, if you want your applications's source root to come first,
/development/samples/browseable/BatchStepSensor/
D_index.jd14 steps since a listener was first registered for this sensor.
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java151 Task first = mTaskOrdering.removeFirst(); in putBehindFront() local
153 mTaskOrdering.addFirst(first); in putBehindFront()
DFlagUtils.java336 String first = s.substring(0,1).toUpperCase();
338 output.append(first).append(rest);
/development/apps/Development/src/com/android/development/
DMediaScannerActivity.java235 String first = getRandomWord(longfirst ? 3 : 2); in getRandomName()
250 return first + " " + last; in getRandomName()
/development/vndk/tools/definition-tool/templates/
Dvndk.txt33 LOCAL_MULTILIB := first
/development/vndk/tools/header-checker/src/linker/
Dmodule_merger.cpp40 module_->type_graph_.emplace(type_id, &p.first->second); in MergeBuiltinType()
241 return p.first; in MergeRecordAndDependencies()
271 return p.first; in MergeEnumType()
283 return p.first; in MergeFunctionType()
/development/scripts/
Dsymbol.py289 first = True
296 if first:
302 first = False

123