HomeSort by relevance Sort by last modified time
    Searched refs:promote (Results 1 - 25 of 2337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
pow.pass.cpp 13 // complex<promote<T, U>::type>
17 // complex<promote<T, U>::type>
21 // complex<promote<T, U>::type>
32 promote(T, typename std::enable_if<std::is_integral<T>::value>::type* = 0);
34 float promote(float);
35 double promote(double);
36 long double promote(long double);
42 typedef decltype(promote(x)+promote(real(y))) V;
51 typedef decltype(promote(real(x))+promote(y)) V
    [all...]
  /external/clang/test/Sema/
overloadable.c 41 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}}
42 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}}
43 long double promote(long double) __attribute__((__overloadable__)); // expected-note {{candidate}}
45 void promote(...) __attribute__((__overloadable__, __unavailable__)); // \
49 promote(1.0);
50 promote(sp); // expected-error{{call to unavailable function 'promote'}}
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceFactory.cpp 33 sp<CameraService> svc = sService.promote();
66 service.promote().get());
  /frameworks/av/include/media/stagefright/foundation/
AHandlerReflector.h 33 sp<T> target = mTarget.promote();
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 65 sp<AHandler> handler = info.mHandler.promote();
80 sp<ALooper> looper = info.mLooper.promote();
106 sp<ALooper> looper = info.mLooper.promote();
136 handler = info.mHandler.promote();
160 sp<ALooper> looper = mHandlers.valueAt(index).mLooper.promote();
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 98 sp<MediaPlayerBase> listener = mListener.promote();
141 sp<MediaPlayerBase> listener = mListener.promote();
271 sp<MediaPlayerBase> listener = mListener.promote();
294 sp<MediaPlayerBase> listener = mListener.promote();
303 sp<MediaPlayerBase> listener = mListener.promote();
  /external/eigen/unsupported/test/
FFTW.cpp 24 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } function
26 complex<long double> promote(float x) { return complex<long double>( x); } function
27 complex<long double> promote(double x) { return complex<long double>( x); } function
28 complex<long double> promote(long double x) { return complex<long double>( x); } function
41 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
44 complex<long double> x = promote(fftbuf[k0]);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 31 sp<StatusTracker> statusTracker = mStatusTracker.promote();
130 sp<StatusTracker> statusTracker = mStatusTracker.promote();
173 sp<StatusTracker> statusTracker = mStatusTracker.promote();
272 sp<Camera3StreamBufferListener> listener = it->promote();
291 sp<StatusTracker> oldTracker = mStatusTracker.promote();
Camera3IOStreamBase.cpp 150 sp<StatusTracker> statusTracker = mStatusTracker.promote();
230 sp<StatusTracker> statusTracker = mStatusTracker.promote();
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 84 device = mDevice.promote();
175 sp<FilteredListener> listener = item->listener.promote();
  /frameworks/native/services/surfaceflinger/
Client.cpp 46 sp<Layer> layer(mLayers.valueAt(i).promote());
81 lbc = layer.promote();
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 94 sp<IMediaDeathNotifier> notifier = list[iter].promote();
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.cpp 68 sp<Camera2Client> client = mClient.promote();
JpegProcessor.cpp 69 sp<CameraDeviceBase> device = mDevice.promote();
154 sp<CameraDeviceBase> device = mDevice.promote();
248 sp<CaptureSequencer> sequencer = mSequencer.promote();
StreamingProcessor.cpp 84 sp<CameraDeviceBase> device = mDevice.promote();
125 sp<CameraDeviceBase> device = mDevice.promote();
193 sp<CameraDeviceBase> device = mDevice.promote();
269 sp<CameraDeviceBase> device = mDevice.promote();
309 sp<CameraDeviceBase> device = mDevice.promote();
387 sp<CameraDeviceBase> device = mDevice.promote();
421 sp<CameraDeviceBase> device = mDevice.promote();
478 sp<CameraDeviceBase> device = mDevice.promote();
528 sp<CameraDeviceBase> device = mDevice.promote();
615 sp<Camera2Client> client = mClient.promote();
    [all...]
CallbackProcessor.cpp 64 sp<Camera2Client> client = mClient.promote();
92 sp<CameraDeviceBase> device = mDevice.promote();
178 device = mDevice.promote();
232 sp<Camera2Client> client = mClient.promote();
ZslProcessor3.cpp 55 sp<CaptureSequencer> captureSequencer = mSequencer.promote();
86 sp<Camera2Client> client = mClient.promote();
160 sp<Camera2Client> client = mClient.promote();
196 sp<Camera2Client> client = mClient.promote();
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 130 sp<RingBufferConsumer> consumer = mConsumer.promote();
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 208 // need to promote lower-quality matches that are prefixes of
231 // Try to promote a match as an exact/inline autocomplete match. This also
249 // Failed to promote any URLs for inline autocompletion. Use the What You
404 // Promote as an exact match.
415 // Promote the first match if it's been typed at least n times, where n == 1
514 bool promote = true; local
531 // Try to get info on the search base itself. Promote it to the top if the
534 promote = match.url_info.typed_count() <= 1;
537 // Promote or add the desired URL to the list of matches.
539 matches, promote);
    [all...]
history_url_provider.h 217 // If |promote| is true, this also ensures the entry is the first element in
219 // |promote| is false, existing matches are left in place, and newly added
225 bool promote);
  /frameworks/av/services/audioflinger/
Tracks.cpp 411 sp<ThreadBase> thread = mThread.promote();
574 sp<ThreadBase> thread = mThread.promote();
636 sp<ThreadBase> thread = mThread.promote();
664 sp<ThreadBase> thread = mThread.promote();
695 sp<ThreadBase> thread = mThread.promote();
765 sp<ThreadBase> thread = mThread.promote();
783 sp<ThreadBase> thread = mThread.promote();
811 sp<ThreadBase> thread = mThread.promote();
844 sp<EffectChain> dstChain = effect->chain().promote();
    [all...]
  /external/chromium_org/chrome/browser/resources/help/
help.css 45 #promote {
  /external/chromium_org/v8/samples/
count-hosts.js 13 // contributors may be used to endorse or promote products derived
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 13 // contributors may be used to endorse or promote products derived
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 13 // contributors may be used to endorse or promote products derived

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>