Searched refs:to (Results 201 - 225 of 286) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp27 : from(pFrom), to(pTo) {
H A DObjectBuilder.cpp42 // try to get one from output LDSection
44 std::string output_name = (pair.isNull())?pName:pair.to;
51 /// MergeSection - merge the pInput section to the pOutput section
56 std::string output_name = (pair.isNull())?pInputSection.name():pair.to;
102 /// MoveSectionData - move the fragments of pTO section data to pTo
105 assert(&pFrom != &pTo && "Cannot move section data to itself!");
114 pFrom.getSection().align() - 1 // max bytes to emit
122 // move fragments from pFrom to pTO
146 /// AppendFragment - To append pFrag to the given SectionData pSD.
162 pAlignConstraint - 1 // max bytes to emi
[all...]
/frameworks/native/include/binder/
H A DParcel.h10 * Unless required by applicable law or agreed to in writing, software
114 // descriptors are dup'ed, so it is safe to delete the native_handle
121 // The Parcel does not take ownership of the given fd unless you ask it to.
128 // Writes a blob to the parcel.
172 // response headers. Callers should use this to read & parse the
184 // in the parcel, which you do not own -- use dup() to get your own copy.
209 void print(TextOutput& to, uint32_t flags = 0) const;
369 inline TextOutput& operator<<(TextOutput& to, const Parcel& parcel) argument
371 parcel.print(to);
372 return to;
[all...]
/frameworks/support/v7/mediarouter/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
59 # in their makefiles to include the resources in their package.
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java10 * Unless required by applicable law or agreed to in writing, software
47 * WifiWatchdogStateMachine monitors the connection to a WiFi network. When WiFi
50 * to bigger packet size exchange).
53 * an indicator to decide if the link is good enough to switch to Wi-Fi as the
57 * instant packet loss, and record it as per-AP loss-to-rssi statistics. When
59 * poor link notification to avoid WiFi connection temporarily.
61 * While WiFi is being avoided, the WiFi watchdog keep watching the RSSI to
62 * bring the WiFi connection back. Once the RSSI is high enough to achiev
1173 findRssiTarget(int from, int to, double threshold) argument
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp10 * Unless required by applicable law or agreed to in writing, software
137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes);
141 // Resample to target quality
161 // Convert back to 2 channels and 16 bits
168 sp<MetaData> to = outBuffer->meta_data(); local
171 to->setInt64(kKeyTime, timeUs);
231 // At this point we cannot switch to a new AudioResampler because
255 ALOGV("setting mInitialTimeStampUs to %lld", mInitialTimeStampUs);
260 // Now copy data to the destination
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java10 * Unless required by applicable law or agreed to in writing, software
52 break; // an animator can only be attached to one object
57 public static Tweener to(Object object, long duration, Object... vars) { method in class:Tweener
63 // Iterate through arguments and discover properties to animate
136 return Tweener.to(object, duration, vars);
139 // Listener to watch for completed animations and remove them.
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java10 * Unless required by applicable law or agreed to in writing, software
164 // check columns to see if rearrangement tracked (should be swapped now)
171 * Test that you can safely construct with a null cursor *and* null to/from arrays.
181 * Test going from a null cursor to a non-null cursor *and* setting the to/from arrays
204 * Test going from one mapping to a different mapping
249 * This is simply a way to sneak a look at the protected mFrom() array. A more API-
250 * friendly way to do this would be to mock out a View and a ViewBinder and exercise
256 String[] from, int[] to) {
255 TestSimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/base/media/tests/omxjpegdecoder/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/packages/InputDevices/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSelectorView.java10 * Unless required by applicable law or agreed to in writing, software
73 Log.w(TAG, "Failed to get intent for assist activity");
217 // XXX Hack. We need to substitute the icon here but haven't formalized
235 void doTransition(View view, float to) { argument
239 mAnim = ObjectAnimator.ofFloat(view, "alpha", to);
/frameworks/ex/common/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/native/libs/binder/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/photoviewer/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/support/v13/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java10 * Unless required by applicable law or agreed to in writing, software
40 * grow to fill up any remaining space in the layout by setting the <em>weight</em> member of
91 * Note: this is orthogonal to {@link #mBaselineAligned}, which is concerned
98 * The additional offset to the child's baseline.
215 * or {@link #SHOW_DIVIDER_NONE} to show no dividers.
249 * Set a drawable to be used as a divider between items.
276 * @param padding Padding value in pixels that will be applied to each end
287 * Get the padding size used to inset dividers in pixels
413 * @param baselineAligned true to align widgets on their baseline,
428 * @return True to measur
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s10 @ ** Unless required by applicable law or agreed to in writing, software
51 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
84 STR r5, [sp, #-4] @ PUSH r5 to stack
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
55 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
84 @STR r5, [sp, #-4] @ PUSH r5 to stack
H A Dsyn_filt_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
/frameworks/base/data/fonts/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec68 // Hard to export to Java:
/frameworks/rs/cpp/util/
H A DRefBase.h10 * Unless required by applicable law or agreed to in writing, software
34 TextOutput& printWeakPointer(TextOutput& to, const void* val);
226 // promotion to sp
288 TextOutput& operator<<(TextOutput& to, const wp<T>& val);
449 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
451 return printWeakPointer(to, val.unsafe_get());
499 // sp<> and wp<> need to be handled specially, because they do not
/frameworks/rs/server/
H A DRefBase.h10 * Unless required by applicable law or agreed to in writing, software
33 TextOutput& printWeakPointer(TextOutput& to, const void* val);
225 // promotion to sp
287 TextOutput& operator<<(TextOutput& to, const wp<T>& val);
448 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
450 return printWeakPointer(to, val.unsafe_get());
498 // sp<> and wp<> need to be handled specially, because they do not
/frameworks/wilhelm/src/
H A DAndroid.mk46 # or -UUSE_TRACE to disable API logging
52 # enable assert() to do runtime checking

Completed in 1318 milliseconds

1234567891011>>