Searched refs:push (Results 1 - 25 of 146) 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/wilhelm/src/
H A Dassert.c22 #pragma GCC visibility push(default)
/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.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/lib/Support/Windows/
H A 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/media/libstagefright/codecs/common/include/
H A DvoAMRWB.h29 #pragma pack(push, 4)
/frameworks/compile/mclinker/lib/Support/
H A DDefSymParser.cpp55 // An operator encountered means a token ended, push it to
61 operatorStack.push(si);
78 operatorStack.push(si);
102 // operand stack, use them in evaluate expression and push result
117 operandStack.push(result);
135 operandStack.push(result);
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.h50 void push();
51 void push(const void* item);
/frameworks/base/packages/Keyguard/scripts/
H A Dcopy_profile_icons.sh12 adb push photo.png /data/user/${user}/users/${photo}
/frameworks/av/include/media/
H A DSingleStateQueue.h57 // push new value onto state queue, overwriting previous value;
59 int32_t push(const T& value);
61 // return true if most recent push has been observed
64 // return true if a push with specified sequence number or later has been observed
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp33 mAtoms.push(List<AString>());
H A DAHierarchicalStateMachine.cpp83 A.push(cur);
93 B.push(cur);
/frameworks/rs/
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));
218 result->mPragmas.push(std::make_pair(
236 result->mExportVarNames.push(
253 result->mExportFuncNames.push(
311 result->mExportForeachFuncs.push(std::make_pair(
333 result->mExportForeachFuncs.push(std::make_pair(
344 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/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.h113 unsigned mPushDirty; // incremented each time push() is called with a dirty state
114 unsigned mPushAck; // incremented each time push(BLOCK_UNTIL_ACKED) is called
115 unsigned mBlockedSequence; // incremented before and after each time that push()
117 // if odd, then mutator is currently blocked inside push()
151 // Does not automatically push the new state onto the state queue.
160 // for BLOCK_UNTIL_ACKED it will wait until a prior push has been acknowledged.
164 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push
165 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer
167 bool push(block_t block = BLOCK_NEVER);
197 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/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());

Completed in 969 milliseconds

123456