/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'] 89 def setprofile(func): function 92 The func will be passed to sys.setprofile() for each thread, before its 805 _sys.setprofile(_profile_hook) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 32 'Timer', 'setprofile', 'settrace', 'local', 'stack_size'] 89 def setprofile(func): function 92 The func will be passed to sys.setprofile() for each thread, before its 805 _sys.setprofile(_profile_hook) [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
antlr3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | 217 setProfile(true); 646 generator.setProfile(isProfile()); [all...] |
/system/connectivity/shill/ |
service.cc | [all...] |
service.h | 467 void SetProfile(const ProfileRefPtr& p); 469 // This is called from tests and shouldn't be called otherwise. Use SetProfile [all...] |
manager.cc | [all...] |
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 318 tool.setProfile(profile);
|
/external/opencv3/modules/videoio/src/ |
cap_intelperc.cpp | 100 m_stream->SetProfile(&m_profiles[m_profileIdx]);
|
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 572 higher, use the {@link android.media.MediaRecorder#setProfile(android.media.CamcorderProfile) 573 MediaRecorder.setProfile} method, and get a profile instance using {@link 658 mMediaRecorder.setProfile(CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH)); [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaEncoderFilter.java | 237 mMediaRecorder.setProfile(mProfile);
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 366 pref.setProfile(profile);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wmcontainer.h | 249 STDMETHOD_(HRESULT,SetProfile)(THIS_ IMFASFProfile *pIProfile) PURE; 293 #define IMFASFContentInfo_SetProfile(This,pIProfile) (This)->lpVtbl->SetProfile(This,pIProfile) [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
VideoCamera.java | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
CameraVideoActivity.java | 157 mMediaRecorder.setProfile(CamcorderProfile.get(mCurrentCameraId, mCurrentVideoSizeId));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVRecordActivity.java | 618 mRecorder.setProfile(mProfile); [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 200 public void setProfile(boolean enable) {
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2SwitchPreviewTest.java | 459 mMediaRecorder.setProfile(profile);
|
Camera2RecordingTest.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sys.py | 209 # testing sys.setprofile() is done in test_sys_setprofile.py
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sys.py | 209 # testing sys.setprofile() is done in test_sys_setprofile.py
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 209 # testing sys.setprofile() is done in test_sys_setprofile.py
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 209 # testing sys.setprofile() is done in test_sys_setprofile.py
|
/cts/tests/camera/src/android/hardware/cts/ |
CameraTest.java | [all...] |