/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraModule.cpp | 44 controlModes.push(ANDROID_CONTROL_MODE_AUTO); in deriveCameraCharacteristicsKeys() 47 controlModes.push(ANDROID_CONTROL_MODE_USE_SCENE_MODE); in deriveCameraCharacteristicsKeys() 82 controlModes.push(ANDROID_CONTROL_MODE_OFF); in deriveCameraCharacteristicsKeys() 100 lscModes.push(ANDROID_SHADING_MODE_FAST); in deriveCameraCharacteristicsKeys() 101 lscModes.push(ANDROID_SHADING_MODE_HIGH_QUALITY); in deriveCameraCharacteristicsKeys() 102 lscMapModes.push(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_OFF); in deriveCameraCharacteristicsKeys() 104 lscModes.push(ANDROID_SHADING_MODE_OFF); in deriveCameraCharacteristicsKeys() 105 lscMapModes.push(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_ON); in deriveCameraCharacteristicsKeys() 114 availableCharsKeys.push(entry.data.i32[i]); in deriveCameraCharacteristicsKeys() 116 availableCharsKeys.push(ANDROID_CONTROL_AE_LOCK_AVAILABLE); in deriveCameraCharacteristicsKeys() [all …]
|
/frameworks/base/tools/aapt/tests/ |
D | FileFinder_test.cpp | 34 data.push( pair<String8,time_t>(String8("hello.png"),3) ); in main() 35 data.push( pair<String8,time_t>(String8("world.PNG"),3) ); in main() 36 data.push( pair<String8,time_t>(String8("foo.pNg"),3) ); in main() 38 data.push( pair<String8,time_t>(String8("hello.jpg"),3) ); in main() 39 data.push( pair<String8,time_t>(String8(".hidden.png"),3)); in main() 45 exts.push(String8(".png")); in main()
|
/frameworks/compile/mclinker/lib/Script/ |
D | RpnEvaluator.cpp | 42 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 49 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 59 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 72 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 95 operandStack.push(opd); in eval() 99 operandStack.push(opd); in eval()
|
/frameworks/base/tools/aapt2/ |
D | SourceXmlPullParser.cpp | 35 mEventQueue.push(EventData{ Event::kStartDocument, 0, mDepth++ }); in SourceXmlPullParser() 55 mEventQueue.push(EventData{ Event::kBadDocument }); in next() 61 mEventQueue.push(EventData{ Event::kBadDocument }); in next() 66 mEventQueue.push(EventData{ Event::kEndDocument, 0, 0 }); in next() 203 parser->mNamespaceUris.push(namespaceUri); in startNamespaceHandler() 204 parser->mEventQueue.push(EventData{ in startNamespaceHandler() 233 parser->mEventQueue.push(std::move(data)); in startElementHandler() 239 parser->mEventQueue.push(EventData{ in characterDataHandler() 256 parser->mEventQueue.push(std::move(data)); in endElementHandler() 262 parser->mEventQueue.push(EventData{ in endNamespaceHandler() [all …]
|
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/ |
D | InitDataParserUnittest.cpp | 94 expectedKeys.push(String8("01234567890ABCDE")); in TEST_F() 119 expectedKeys.push(String8("01234567890ABCDE")); in TEST_F() 120 expectedKeys.push(String8("ClearKeyClearKey")); in TEST_F() 121 expectedKeys.push(String8(" GOOGLE GOOGLE ")); in TEST_F() 135 expectedKeys.push(String8("01234567890ABCDE")); in TEST_F()
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 33 // -> push current into stack 49 slash_stack.push(-1); 62 slash_stack.push(handler); 84 slash_stack.push(-1); 94 slash_stack.push(handler); 102 slash_stack.push(handler); 110 slash_stack.push(handler);
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 39 // -> push current into stack 55 slash_stack.push(-1); 68 slash_stack.push(handler); 90 slash_stack.push(-1); 100 slash_stack.push(handler); 108 slash_stack.push(handler); 116 slash_stack.push(handler);
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 152 mArgsQueue.push(new NotifyConfigurationChangedArgs(*args)); in notifyConfigurationChanged() 156 mArgsQueue.push(new NotifyKeyArgs(*args)); in notifyKey() 160 mArgsQueue.push(new NotifyMotionArgs(*args)); in notifyMotion() 164 mArgsQueue.push(new NotifySwitchArgs(*args)); in notifySwitch() 168 mArgsQueue.push(new NotifyDeviceResetArgs(*args)); in notifyDeviceReset()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 33 m_Stack.push(m_pNode->right); in DFSIterator() 35 m_Stack.push(m_pNode->left); in DFSIterator() 48 m_Stack.push(m_pNode->right); in advance() 50 m_Stack.push(m_pNode->left); in advance() 63 m_Queue.push(m_pNode->right); in BFSIterator() 65 m_Queue.push(m_pNode->left); in BFSIterator() 78 m_Queue.push(m_pNode->right); in advance() 80 m_Queue.push(m_pNode->left); in advance()
|
/frameworks/av/services/audioflinger/tests/ |
D | build_and_run_all_unit_tests.sh | 17 adb push $OUT/system/lib/libaudioresampler.so /system/lib 18 adb push $OUT/data/nativetest/resampler_tests /system/bin
|
D | mixer_to_wav_tests.sh | 49 adb push $OUT/system/lib/libaudioresampler.so /system/lib 50 adb push $OUT/system/bin/test-mixer /system/bin
|
/frameworks/av/media/mtp/ |
D | MtpDataPacket.cpp | 112 result->push(value); in getAInt8() 128 result->push(value); in getAUInt8() 144 result->push(value); in getAInt16() 160 result->push(value); in getAUInt16() 176 result->push(value); in getAInt32() 192 result->push(value); in getAUInt32() 208 result->push(value); in getAInt64() 224 result->push(value); in getAUInt64()
|
/frameworks/base/libs/hwui/utils/ |
D | SortedListImpl.h | 50 void push(); 51 void push(const void* item);
|
/frameworks/av/media/libstagefright/foundation/ |
D | AHierarchicalStateMachine.cpp | 83 A.push(cur); in changeState() 93 B.push(cur); in changeState()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ASessionDescription.cpp | 53 mTracks.push(Attribs()); in parse() 54 mFormats.push(AString("[root]")); in parse() 135 mTracks.push(Attribs()); in parse() 136 mFormats.push(AString(line, 2, line.size() - 2)); in parse()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPoolThread.cpp | 33 mMsgQueue.push(msg); in write() 54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0)); in quit()
|
/frameworks/base/core/java/android/content/ |
D | DefaultDataHandler.java | 123 mUris.push(uri); in parseRow() 148 mUris.push(nextUri); in startElement() 155 mUris.push(mUris.lastElement()); in startElement()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 272 mSampleEventTimes.push(other->getEventTime()); in copyFrom() 284 mSampleEventTimes.push(eventTime); in addSample() 454 mPointerProperties.push(); in readFromParcel() 461 mSampleEventTimes.push(parcel->readInt64()); in readFromParcel() 463 mSamplePointerCoords.push(); in readFromParcel() 577 mKeyEventPool.push(static_cast<KeyEvent*>(event)); in recycle() 583 mMotionEventPool.push(static_cast<MotionEvent*>(event)); in recycle()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmFrameThread.cpp | 193 mVideoFrames.push(WebmFrame::EOS); in stop() 194 mAudioFrames.push(WebmFrame::EOS); in stop() 377 mSink.push(f); in run() 397 mSink.push(WebmFrame::EOS); in run()
|
/frameworks/base/core/jni/ |
D | android_view_DisplayListCanvas.cpp | 170 rects.push(r.fLeft); in android_view_DisplayListCanvas_drawRegionAsRects() 171 rects.push(r.fTop); in android_view_DisplayListCanvas_drawRegionAsRects() 172 rects.push(r.fRight); in android_view_DisplayListCanvas_drawRegionAsRects() 173 rects.push(r.fBottom); in android_view_DisplayListCanvas_drawRegionAsRects()
|
D | android_view_InputQueue.cpp | 72 mAppLoopers.push(looper); in attachLooper() 128 mFinishedEvents.push(key_value_pair_t<InputEvent*, bool>(event, handled)); in finishEvent() 177 mPendingEvents.push(event); in enqueueEvent()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
D | InitDataParser.cpp | 58 keyIds.push(initData.array()); in parse() 120 keyIds->push(&initData[keyIdPosition]); in parsePssh()
|
/frameworks/av/drm/common/ |
D | DrmSupportInfo.cpp | 87 mMimeTypeVector.push(mimeType); in addMimeType() 92 mFileSuffixVector.push(fileSuffix); in addFileSuffix()
|
/frameworks/opt/emoji/ |
D | EmojiFactory.cpp | 117 g_factories->push(factory); in TryRegisterEmojiFactory() 120 g_handles->push(handle); in TryRegisterEmojiFactory()
|
/frameworks/base/docs/html/distribute/engage/ |
D | easy-signin.jd | 24 <div class="col-8of12 col-push-1of12"> 36 <div class="col-8of12 col-push-1of12"> 48 <div class="col-8of12 col-push-1of12">
|