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

1234567

/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/av/services/audioflinger/tests/
H A 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
H A 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/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/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp41 operandStack.push(op->eval(m_Module, m_Backend));
48 operandStack.push(op->eval(m_Module, m_Backend));
58 operandStack.push(op->eval(m_Module, m_Backend));
71 operandStack.push(op->eval(m_Module, m_Backend));
94 operandStack.push(opd);
98 operandStack.push(opd);
/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/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/webview/chromium/tools/WebViewShell/
H A Drun_startup_time_test.sh10 adb push $TMPFILE /data/local/tmp/file.html
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp59 pResult.push(std::make_pair(key, value));
70 pResult.push(pItem.slot);
88 pResult.push(name);
106 pResult.push(name);
124 pResult.push(std::make_pair(name, pItem.signature));
H A DRSInfoExtractor.cpp189 result->mPragmas.push(std::make_pair(
207 result->mExportVarNames.push(
224 result->mExportFuncNames.push(
282 result->mExportForeachFuncs.push(std::make_pair(
304 result->mExportForeachFuncs.push(std::make_pair(
315 result->mObjectSlots.push(0);
/frameworks/native/services/inputflinger/
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/av/drm/mediadrm/plugins/clearkey/
H A DInitDataParser.cpp58 keyIds.push(initData.array());
120 keyIds->push(&initData[keyIdPosition]);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h37 m_Stack.push(m_pNode->right);
39 m_Stack.push(m_pNode->left);
53 m_Stack.push(m_pNode->right);
55 m_Stack.push(m_pNode->left);
72 m_Queue.push(m_pNode->right);
74 m_Queue.push(m_pNode->left);
88 m_Queue.push(m_pNode->right);
90 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));

Completed in 571 milliseconds

1234567