/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 | 41 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 48 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 58 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 71 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 94 operandStack.push(opd); in eval() 98 operandStack.push(opd); in eval()
|
/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 | 32 // -> push current into stack 48 slash_stack.push(-1); 61 slash_stack.push(handler); 83 slash_stack.push(-1); 93 slash_stack.push(handler); 101 slash_stack.push(handler); 109 slash_stack.push(handler);
|
/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/system/bin/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/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/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/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 37 m_Stack.push(m_pNode->right); in DFSIterator() 39 m_Stack.push(m_pNode->left); in DFSIterator() 53 m_Stack.push(m_pNode->right); in advance() 55 m_Stack.push(m_pNode->left); in advance() 72 m_Queue.push(m_pNode->right); in BFSIterator() 74 m_Queue.push(m_pNode->left); in BFSIterator() 88 m_Queue.push(m_pNode->right); in advance() 90 m_Queue.push(m_pNode->left); in advance()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSInfoExtractor.cpp | 189 result->mPragmas.push(std::make_pair( in ExtractFromSource() 207 result->mExportVarNames.push( in ExtractFromSource() 224 result->mExportFuncNames.push( in ExtractFromSource() 282 result->mExportForeachFuncs.push(std::make_pair( in ExtractFromSource() 304 result->mExportForeachFuncs.push(std::make_pair( in ExtractFromSource() 315 result->mObjectSlots.push(0); in ExtractFromSource()
|
D | RSInfoReader.cpp | 59 pResult.push(std::make_pair(key, value)); in helper_read_list_item() 70 pResult.push(pItem.slot); in helper_read_list_item() 88 pResult.push(name); in helper_read_list_item() 106 pResult.push(name); in helper_read_list_item() 124 pResult.push(std::make_pair(name, pItem.signature)); in helper_read_list_item()
|
/frameworks/base/libs/hwui/utils/ |
D | SortedListImpl.h | 50 void push(); 51 void push(const void* item);
|
/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/av/media/libstagefright/rtsp/ |
D | ASessionDescription.cpp | 52 mTracks.push(Attribs()); in parse() 53 mFormats.push(AString("[root]")); in parse() 134 mTracks.push(Attribs()); in parse() 135 mFormats.push(AString(line, 2, line.size() - 2)); in parse()
|
/frameworks/av/media/libstagefright/foundation/ |
D | AHierarchicalStateMachine.cpp | 83 A.push(cur); in changeState() 93 B.push(cur); in changeState()
|
/frameworks/av/media/libmedia/ |
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 | 269 mSampleEventTimes.push(other->getEventTime()); in copyFrom() 281 mSampleEventTimes.push(eventTime); in addSample() 449 mPointerProperties.push(); in readFromParcel() 456 mSampleEventTimes.push(parcel->readInt64()); in readFromParcel() 458 mSamplePointerCoords.push(); in readFromParcel() 571 mKeyEventPool.push(static_cast<KeyEvent*>(event)); in recycle() 577 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/av/drm/mediadrm/plugins/clearkey/ |
D | InitDataParser.cpp | 58 keyIds.push(initData.array()); in parse() 120 keyIds->push(&initData[keyIdPosition]); in parsePssh()
|
/frameworks/opt/emoji/ |
D | EmojiFactory.cpp | 117 g_factories->push(factory); in TryRegisterEmojiFactory() 120 g_handles->push(handle); in TryRegisterEmojiFactory()
|
/frameworks/av/drm/common/ |
D | DrmSupportInfo.cpp | 87 mMimeTypeVector.push(mimeType); in addMimeType() 92 mFileSuffixVector.push(fileSuffix); in addFileSuffix()
|
/frameworks/wilhelm/src/ |
D | assert.c | 22 #pragma GCC visibility push(default)
|
/frameworks/base/tools/aidl/ |
D | generate_java_rpc.cpp | 849 Method* push = new Method; in generate_event_method() local 850 push->modifiers = PUBLIC; in generate_event_method() 851 push->name = push_method_name(method->name.data); in generate_event_method() 852 push->statements = new StatementBlock; in generate_event_method() 853 push->returnType = VOID_TYPE; in generate_event_method() 854 serviceBaseClass->elements.push_back(push); in generate_event_method() 858 push->statements->Add(new VariableDeclaration(_data, new NewExpression(RPC_DATA_TYPE))); in generate_event_method() 866 push->parameters.push_back(v); in generate_event_method() 869 generate_write_to_data(t, push->statements, in generate_event_method() 876 push->statements->Add(new MethodCall("pushEvent", 2, in generate_event_method()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Stack.java | 43 public void push(T object) { in push() method in Stack
|