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

12345678

/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/data/nativetest/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/rs/
H A DrsDevice.cpp31 mContexts.push(rsc);
/frameworks/wilhelm/src/
H A Dassert.c22 #pragma GCC visibility push(default)
/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp42 operandStack.push(op->eval(m_Module, m_Backend));
49 operandStack.push(op->eval(m_Module, m_Backend));
59 operandStack.push(op->eval(m_Module, m_Backend));
72 operandStack.push(op->eval(m_Module, m_Backend));
95 operandStack.push(opd);
99 operandStack.push(opd);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp41 controlModes.push(ANDROID_CONTROL_MODE_AUTO);
44 controlModes.push(ANDROID_CONTROL_MODE_USE_SCENE_MODE);
79 controlModes.push(ANDROID_CONTROL_MODE_OFF);
97 lscModes.push(ANDROID_SHADING_MODE_FAST);
98 lscModes.push(ANDROID_SHADING_MODE_HIGH_QUALITY);
99 lscMapModes.push(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_OFF);
101 lscModes.push(ANDROID_SHADING_MODE_OFF);
102 lscMapModes.push(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_ON);
107 derivedCharKeys.push(ANDROID_CONTROL_AE_LOCK_AVAILABLE);
108 derivedCharKeys.push(ANDROID_CONTROL_AWB_LOCK_AVAILABL
[all...]
/frameworks/av/services/audioflinger/
H A DAutoPark.h34 sq->push(sq->BLOCK_UNTIL_ACKED);
51 sq->push(sq->BLOCK_UNTIL_PUSHED);
/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.inc33 // -> push current into stack
49 slash_stack.push(-1);
62 slash_stack.push(handler);
84 slash_stack.push(-1);
94 slash_stack.push(handler);
102 slash_stack.push(handler);
110 slash_stack.push(handler);
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAMRWB.h29 #pragma pack(push, 4)
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp37 mEventQueue.push(EventData{ Event::kStartDocument, 0, mDepth++ });
57 mEventQueue.push(EventData{ Event::kBadDocument });
63 mEventQueue.push(EventData{ Event::kBadDocument });
68 mEventQueue.push(EventData{ Event::kEndDocument, 0, 0 });
208 parser->mNamespaceUris.push(namespaceUri);
209 parser->mEventQueue.push(EventData{
238 parser->mEventQueue.push(std::move(data));
244 parser->mEventQueue.push(EventData{
261 parser->mEventQueue.push(std::move(data));
267 parser->mEventQueue.push(EventDat
[all...]
/frameworks/base/packages/Keyguard/scripts/
H A Dcopy_profile_icons.sh12 adb push photo.png /data/user/${user}/users/${photo}
/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/base/media/jni/soundpool/
H A DSoundPoolThread.cpp33 mMsgQueue.push(msg);
54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 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.h33 m_Stack.push(m_pNode->right);
35 m_Stack.push(m_pNode->left);
48 m_Stack.push(m_pNode->right);
50 m_Stack.push(m_pNode->left);
63 m_Queue.push(m_pNode->right);
65 m_Queue.push(m_pNode->left);
78 m_Queue.push(m_pNode->right);
80 m_Queue.push(m_pNode->left);
/frameworks/av/media/libnbaio/
H A DMonoPipeReader.cpp77 mPipe->mTimestampMutator.push(timestamp);
/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/media/libstagefright/webm/
H A DLinkedBlockingQueue.h71 void push(T e) { function in class:android::LinkedBlockingQueue

Completed in 3036 milliseconds

12345678