Searched refs:push (Results 1 - 25 of 136) sorted by relevance

123456

/frameworks/base/tools/aapt/tests/
H A DFileFinder_test.cpp34 data.push( pair<String8,time_t>(String8("hello.png"),3) );
35 data.push( pair<String8,time_t>(String8("world.PNG"),3) );
36 data.push( pair<String8,time_t>(String8("foo.pNg"),3) );
38 data.push( pair<String8,time_t>(String8("hello.jpg"),3) );
39 data.push( pair<String8,time_t>(String8(".hidden.png"),3));
45 exts.push(String8(".png"));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java41 * @param object the object to push
43 public void push(T object) { method in class:Stack
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc40 // -> push current into stack
56 slash_stack.push(-1);
69 slash_stack.push(handler);
91 slash_stack.push(-1);
101 slash_stack.push(handler);
109 slash_stack.push(handler);
117 slash_stack.push(handler);
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAMRWB.h29 #pragma pack(push, 4)
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.h50 void push();
51 void push(const void* item);
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp33 mAtoms.push(List<AString>());
H A DAHierarchicalStateMachine.cpp79 A.push(cur);
89 B.push(cur);
/frameworks/rs/
H A DrsDevice.cpp31 mContexts.push(rsc);
/frameworks/support/renderscript/v8/rs_support/
H A DrsDevice.cpp31 mContexts.push(rsc);
/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp33 mMsgQueue.push(msg);
54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0));
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp119 pDepTable.push(std::make_pair(source_name, sha1));
216 result->mPragmas.push(std::make_pair(
234 result->mExportVarNames.push(
251 result->mExportFuncNames.push(
309 result->mExportForeachFuncs.push(std::make_pair(
331 result->mExportForeachFuncs.push(std::make_pair(
342 result->mObjectSlots.push(0);
H A DRSInfoReader.cpp62 pResult.push(std::make_pair(id, sha1));
86 pResult.push(std::make_pair(key, value));
97 pResult.push(pItem.slot);
115 pResult.push(name);
133 pResult.push(name);
151 pResult.push(std::make_pair(name, pItem.signature));
/frameworks/base/services/input/
H A DInputListener.cpp152 mArgsQueue.push(new NotifyConfigurationChangedArgs(*args));
156 mArgsQueue.push(new NotifyKeyArgs(*args));
160 mArgsQueue.push(new NotifyMotionArgs(*args));
164 mArgsQueue.push(new NotifySwitchArgs(*args));
168 mArgsQueue.push(new NotifyDeviceResetArgs(*args));
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java123 mUris.push(uri);
148 mUris.push(nextUri);
155 mUris.push(mUris.lastElement());
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp87 mMimeTypeVector.push(mimeType);
92 mFileSuffixVector.push(fileSuffix);
/frameworks/base/libs/hwui/
H A DPathCache.cpp62 pathsToRemove.push(i);
78 mGarbage.push(path);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h40 m_Stack.push(m_pNode->right);
42 m_Stack.push(m_pNode->left);
56 m_Stack.push(m_pNode->right);
58 m_Stack.push(m_pNode->left);
75 m_Queue.push(m_pNode->right);
77 m_Queue.push(m_pNode->left);
91 m_Queue.push(m_pNode->right);
93 m_Queue.push(m_pNode->left);
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp52 mTracks.push(Attribs());
53 mFormats.push(AString("[root]"));
134 mTracks.push(Attribs());
135 mFormats.push(AString(line, 2, line.size() - 2));
/frameworks/av/services/audioflinger/
H A DStateQueue.h41 unsigned mPushDirty; // incremented each time push() is called with a dirty state
42 unsigned mPushAck; // incremented each time push(BLOCK_UNTIL_ACKED) is called
43 unsigned mBlockedSequence; // incremented before and after each time that push()
45 // if odd, then mutator is currently blocked inside push()
79 // Does not automatically push the new state onto the state queue.
88 // for BLOCK_UNTIL_ACKED it will wait until a prior push has been acknowledged.
92 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push
93 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer
95 bool push(block_t block = BLOCK_NEVER);
125 bool mIsDirty; // whether mutating state has been modified since last push
[all...]
/frameworks/base/tools/aapt/
H A DCrunchCache.cpp25 mExtensions.push(String8(".png"));
/frameworks/native/include/utils/
H A DVectorImpl.h78 void push();
79 void push(const void* item);
185 void push();
186 void push(const void* item);
H A DVector.h140 inline void push();
142 void push(const TYPE& item);
143 //! same as push() but returns the index the item was added at (or an error)
145 //! same as push() but returns the index the item was added at (or an error)
325 void Vector<TYPE>::push(const TYPE& item) { function in class:android::Vector
326 return VectorImpl::push(&item);
350 void Vector<TYPE>::push() { function in class:android::Vector
351 VectorImpl::push();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp106 mReleaseBuffers.push(buffer);
140 mBuffers.push(pBuffer);
/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp95 result->push(getInt8());
103 result->push(getUInt8());
111 result->push(getInt16());
119 result->push(getUInt16());
127 result->push(getInt32());
135 result->push(getUInt32());
143 result->push(getInt64());
151 result->push(getUInt64());
/frameworks/opt/emoji/
H A DEmojiFactory.cpp117 g_factories->push(factory);
120 g_handles->push(handle);

Completed in 463 milliseconds

123456