/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
D | CardService.java | 160 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/ |
D | header_abi_util.h | 54 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()
|
D | command_line_utils.cpp | 43 if (p.first().startswith("help")) { in HideIrrelevantCommandLineOptions()
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation_internal.h | 77 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph() 78 return it.first; in AddToMapAndTypeGraph()
|
D | abi_diff_helpers.cpp | 189 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/ |
D | ElizaResponder.java | 142 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/ |
D | MediaContentJob.java | 88 boolean first = true; in onStartJob() 90 if (first) { in onStartJob() 91 first = false; in onStartJob()
|
/development/samples/UiAutomator/ |
D | README | 8 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/ |
D | abi_diff.cpp | 156 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/ |
D | java_file.template | 8 /** Called when the activity is first created. */
|
/development/samples/browseable/ElevationBasic/ |
D | _index.jd | 9 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/ |
D | List13.java | 143 int first = view.getFirstVisiblePosition(); in onScrollStateChanged() local 148 t.setText(mStrings[first + i]); in onScrollStateChanged()
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.cpp | 42 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.jd | 13 must request permission first, before it can be used.
|
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/ |
D | AppRestrictionSchemaFragment.java | 193 boolean first = true; in updateItems() 198 if (first) { in updateItems() 199 first = false; in updateItems()
|
/development/samples/JetBoy/ |
D | JETBOY_content_README.txt | 11 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.jd | 11 …displays them as notifications. Each notification contains the question as the first page, followed
|
/development/tools/idegen/ |
D | README | 7 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.jd | 14 steps since a listener was first registered for this sensor.
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | Tracking.java | 151 Task first = mTaskOrdering.removeFirst(); in putBehindFront() local 153 mTaskOrdering.addFirst(first); in putBehindFront()
|
D | FlagUtils.java | 336 String first = s.substring(0,1).toUpperCase(); 338 output.append(first).append(rest);
|
/development/apps/Development/src/com/android/development/ |
D | MediaScannerActivity.java | 235 String first = getRandomWord(longfirst ? 3 : 2); in getRandomName() 250 return first + " " + last; in getRandomName()
|
/development/vndk/tools/definition-tool/templates/ |
D | vndk.txt | 33 LOCAL_MULTILIB := first
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 40 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/ |
D | symbol.py | 289 first = True 296 if first: 302 first = False
|