Searched refs:first (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java92 boolean first = true;
96 if (!first) {
100 first = false;
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp488 bool first = true; local
517 if (first || score > bestScore) {
522 first = false;
527 if (first) {
/frameworks/base/core/java/android/net/
H A DIpPrefix.java33 * <li>A starting IP address (IPv4 or IPv6). This is the first IP address of the prefix.
102 // first statement in constructor". We could factor out setting the member variables to an
106 this.address = ipAndMask.first.getAddress();
138 * Returns a copy of the first IP address in the prefix. Modifying the returned object does not
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h119 // the default surface (0) first. You cannot release the default surface.
133 return surfaces_.find(surface_id_)->second.first;
149 // the default context (0) first. You cannot release the default context.
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h278 #define __android_rest(first, ...) , ## __VA_ARGS__
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java232 boolean first = true;
250 if (first) {
252 first = false;
256 first = true;
369 * "sorted first by country, then an order within the country that (1)
371 * first, where that does not contradict (1)."
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java144 * Activity. The position of the first element in sharedElements
167 views[i] = sharedElements[i].first;
/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk107 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/base/core/tests/coretests/
H A DAndroid.mk6 # We have to include the subdir makefiles first
/frameworks/base/libs/androidfw/
H A DAndroid.mk86 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncQueue.java81 backoff != null ? backoff.first : 0L,
100 backoff != null ? backoff.first : 0,
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java75 // The first check for all devices will be initiated 15 seconds later.
154 // At first, check removed devices.
209 private static BitSet complement(BitSet first, BitSet second) { argument
211 BitSet clone = (BitSet) first.clone();
/frameworks/base/tools/aapt2/
H A DDebug.cpp170 names.push_back(entry.first);
180 const ResourceName& styleName = entry.first;
H A DProguardRules.cpp227 *out << "-keep class " << entry.first << " { <init>(...); }\n" << std::endl;
234 *out << "-keepclassmembers class * { *** " << entry.first << "(...); }\n" << std::endl;
H A DTableFlattener.cpp453 typeHeader->config = entry.first;
468 << entry.first
501 entry.first.package.toString() + u":" +
502 toString(entry.first.type).toString() + u"/" +
503 entry.first.entry.toString());
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc67 // handler is the first '/'
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc61 // handler is the first '/'
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DLayoutBinder.java47 public int compare(BindingTarget first, BindingTarget second) {
48 final String fieldName1 = WriterPackage.getFieldName(first);
/frameworks/native/libs/input/
H A DAndroid.mk78 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/native/libs/ui/
H A DAndroid.mk70 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java54 * @param dtstart the time of the first occurrence
75 * @param dtstart the time of the first occurrence
87 // first see if there are any "until"s specified. if so, use the latest
321 * Compute the day of the week for the first day of the month. "instance" has a
501 int first; // Time.SUNDAY, etc
509 // calculate the day of week for the first of this month (first)
514 first = generated.weekDay;
515 if (first >= j) {
516 first
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSmsCbMessage.java75 language = p.first;
209 language = p.first;
228 * @param offset Position of the first byte to unpack
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java205 * <li>A MediaPlayer object must first enter the <em>Prepared</em> state
213 * first transfers the object to the <em>Preparing</em> state after the
1036 * As an alternative, the application could first open the file for reading,
2050 // We would like domain specific classes with more informative names than the `first` and `second`
2052 // we document the meanings of `first` and `second` here:
2054 // Pair.first - inband track index; non-null iff representing an inband track.
2075 if (p.first != null) {
2077 allTrackInfo[i] = trackInfo[p.first];
2189 if (p.first != null && p.first
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java390 final Node first = commentElementNodes.item(0);
391 String actualFilePath = first.getNodeValue().substring(" From:".length()).trim();
466 char first = textWithQuotes.charAt(0);
468 if (first == '"' || first == '\'') {
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp143 if (p1.first == 0 && p1.second.get() == nullptr) {
145 // value (fieldId being nullptr) for its first argument (argument 0)
507 const void* value = p.second.first;
516 rsAssert(p.first != nullptr);
517 Script* script = p.first->mScript;
521 int slot = p.first->mSlot;

Completed in 1099 milliseconds

1234567891011>>