Searched refs:to (Results 176 - 200 of 284) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/lib/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp10 * Unless required by applicable law or agreed to in writing, software
31 * A simple formatter class to automatically add the endl and
63 friend inline Formatter& operator<<(Formatter& to, FormaterManipFunc func) { argument
64 return (*func)(to);
/frameworks/opt/calendar/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/colorpicker/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/datetimepicker/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/emoji/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/inputmethodcommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/mailcommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/net/voip/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/telephony/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/timezonepicker/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/vcard/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/vcard/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/testing/androidtestlib/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/testing/uiautomator/samples/SkeletonTest/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s10 ; Unless required by applicable law or agreed to in writing, software
H A Dh264bsdFlushBits.s10 ; Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S10 @ Unless required by applicable law or agreed to in writing, software
H A Dh264bsdFlushBits.S10 @ Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp10 * Unless required by applicable law or agreed to in writing, software
266 float from, to; local
267 if (!parseNTPRange(value.c_str() + 4, &from, &to)) {
271 *durationUs = (int64_t)((to - from) * 1E6);
316 // Failed to parse float or trailing "dash".
/frameworks/base/services/java/com/android/server/
H A DTwilightService.java10 * Unless required by applicable law or agreed to in writing, software
47 * Used by the UI mode manager and other components to adjust night mode
111 * @param handler The handler on which to post calls into the listener.
140 private static boolean hasMoved(Location from, Location to) { argument
141 if (to == null) {
150 if (to.getElapsedRealtimeNanos() < from.getElapsedRealtimeNanos()) {
155 float distance = from.distanceTo(to);
158 float totalAccuracy = from.getAccuracy() + to.getAccuracy();
344 // Don't do anything -- we are still trying to get a
356 // register a new one for it to ge
[all...]
/frameworks/base/tools/aidl/
H A Daidl.cpp362 fprintf(stderr, "%s:%d attempt to redefine built in class %s\n",
371 fprintf(stderr, "%s:%d attempt to redefine %s as %s,\n",
553 // (nothing to check for USER_DATA_TYPE)
570 fprintf(stderr,"%s:%d attempt to redefine method %s,\n",
599 // Allow parcelables to skip the "one-only" rule.
635 /* we open the file in binary mode to ensure that the same output is
638 FILE* to = NULL; local
641 to = fopen(fileName.c_str(), "wb");
643 to = fopen(options.depFileName.c_str(), "wb");
646 if (to
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp27 : from(pFrom), to(pTo) {
/frameworks/native/include/binder/
H A DParcel.h10 * Unless required by applicable law or agreed to in writing, software
115 // descriptors are dup'ed, so it is safe to delete the native_handle
122 // The Parcel does not take ownership of the given fd unless you ask it to.
129 // Writes a blob to the parcel.
173 // response headers. Callers should use this to read & parse the
185 // in the parcel, which you do not own -- use dup() to get your own copy.
210 void print(TextOutput& to, uint32_t flags = 0) const;
370 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel) argument
372 parcel.print(to);
373 return to;
[all...]

Completed in 478 milliseconds

1234567891011>>