Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 195) sorted by relevance

12345678

/frameworks/base/tools/aapt/tests/
DFileFinder_test.cpp34 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/
DRpnEvaluator.cpp41 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/
DInitDataParserUnittest.cpp94 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/
DPathV3.inc32 // -> 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/
Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioresampler.so /system/lib
18 adb push $OUT/system/bin/resampler_tests /system/bin
Dmixer_to_wav_tests.sh49 adb push $OUT/system/lib/libaudioresampler.so /system/lib
50 adb push $OUT/system/bin/test-mixer /system/bin
/frameworks/native/services/inputflinger/
DInputListener.cpp152 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/
DPathV3.inc39 // -> 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/
DBinTree.h37 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/
DRSInfoExtractor.cpp189 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()
DRSInfoReader.cpp59 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/
DSortedListImpl.h50 void push();
51 void push(const void* item);
/frameworks/av/media/mtp/
DMtpDataPacket.cpp112 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/
DASessionDescription.cpp52 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/
DAHierarchicalStateMachine.cpp83 A.push(cur); in changeState()
93 B.push(cur); in changeState()
/frameworks/av/media/libmedia/
DSoundPoolThread.cpp33 mMsgQueue.push(msg); in write()
54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0)); in quit()
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java123 mUris.push(uri); in parseRow()
148 mUris.push(nextUri); in startElement()
155 mUris.push(mUris.lastElement()); in startElement()
/frameworks/native/libs/input/
DInput.cpp269 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/
DWebmFrameThread.cpp193 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/
DInitDataParser.cpp58 keyIds.push(initData.array()); in parse()
120 keyIds->push(&initData[keyIdPosition]); in parsePssh()
/frameworks/opt/emoji/
DEmojiFactory.cpp117 g_factories->push(factory); in TryRegisterEmojiFactory()
120 g_handles->push(handle); in TryRegisterEmojiFactory()
/frameworks/av/drm/common/
DDrmSupportInfo.cpp87 mMimeTypeVector.push(mimeType); in addMimeType()
92 mFileSuffixVector.push(fileSuffix); in addFileSuffix()
/frameworks/wilhelm/src/
Dassert.c22 #pragma GCC visibility push(default)
/frameworks/base/tools/aidl/
Dgenerate_java_rpc.cpp849 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/
DStack.java43 public void push(T object) { in push() method in Stack

12345678