HomeSort by relevance Sort by last modified time
    Searched defs:profile (Results 1 - 25 of 495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javasqlite/src/main/java/SQLite/
Profile.java 4 * Callback interface for SQLite's profile function.
7 public interface Profile {
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
  /external/vogar/src/vogar/
RetrievedFilesFilter.java 26 private final boolean profile; field in class:RetrievedFilesFilter
29 public RetrievedFilesFilter(boolean profile, File profileFile) {
30 this.profile = profile;
41 || (profile && file.getName().equals(profileFile.getName()))) {
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitenc.h 36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
  /system/media/alsa_utils/include/
alsa_device_proxy.h 25 alsa_device_profile* profile; member in struct:__anon70098
35 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile * profile,
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
LoggingProfiler.java 31 public Profile create(String name) {
32 LoggingProfile profile = new LoggingProfile(mWriter, name); local
33 profile.start();
34 return profile;
  /external/aac/libMpegTPEnc/src/
tpenc_adif.h 103 int profile; member in struct:__anon4534
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneFactory.java 42 SipProfile profile = new SipProfile.Builder(sipUri).build(); local
43 return new SipPhone(context, phoneNotifier, profile);
  /external/compiler-rt/make/platform/
clang_linux.mk 52 Configs += builtins-i386 profile-i386
54 Arch.profile-i386 := i386
59 Configs += builtins-x86_64 profile-x86_64
61 Arch.profile-x86_64 := x86_64
74 CFLAGS.profile-i386 := $(CFLAGS) -m32
75 CFLAGS.profile-x86_64 := $(CFLAGS) -m64
79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
82 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 62 Word16 profile = 1; local
130 hAacEnc->bseInit.profile = profile;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 51 OMX_U32 profile; member in struct:__anon27512
ti_video_config_parser.h 40 uint32 profile; member in struct:_tiVideoConfigParserOutputs
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp 30 static inline void profile(const CorrectionType correctionType, DicNode *const node) { function in namespace:latinime
88 profile(correctionType, dicNode);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 3 import profile namespace
25 p = Profile()
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 3 import profile namespace
25 p = Profile()
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 72 "--profile",
74 dest="profile"
133 if options.profile:
135 import cProfile as profile namespace
137 import profile namespace
139 profile.runctx(
143 'profile.dat'
147 stats = pstats.Stats('profile.dat')
155 profiler = hotshot.Profile('hotshot.dat')
  /external/libpng/contrib/examples/
iccfrompng.c 30 static png_byte no_profile[] = "no profile";
39 /* Initialize for error or no profile: */
65 png_bytep profile; local
67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile,
72 memcpy(result, profile, *proflen);
75 png_error(png_ptr, "OOM allocating profile buffer");
95 png_bytep profile = extract(fp, &proflen); local
97 if (profile != NULL && profile != no_profile)
123 if (fwrite(profile, proflen, 1, of) == 1 &
    [all...]
  /external/srtp/test/
dtls_srtp_driver.c 128 srtp_profile_t profile; local
172 profile = srtp_profile_aes128_cm_sha1_80;
173 key_len = srtp_profile_get_master_key_length(profile);
174 salt_len = srtp_profile_get_master_salt_length(profile);
180 /* initialize SRTP policy from profile */
181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile);
183 err = crypto_policy_set_from_profile_for_rtcp(&policy.rtcp, profile);
  /external/vogar/src/vogar/target/
CaliperRunner.java 32 private boolean profile; field in class:CaliperRunner
37 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
39 this.profile = profile;
47 if (profile) {
  /hardware/intel/common/libva/test/basic/
test_06.c 87 VAProfile profile= -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
97 ASSERT( profile == profiles[i] );
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 39 static char * profile_string(VAProfile profile)
41 switch (profile) {
64 return "<unknown profile>";
92 VAProfile profile, *profile_list = NULL; local
119 printf("%s: Supported profile and entrypoints\n", name);
124 printf("Failed to allocate memory for profile list\n");
135 profile = profile_list[i];
136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,
143 profile_str = profile_string(profile);
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 58 OMX_U32 profile; member in struct:__anon26323
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.h 58 OMX_U32 profile; member in struct:__anon26325
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipPhoneAccountSettingsActivity.java 30 * translates the incoming phone account to a SIP profile and opens the corresponding
31 * PreferenceActivity for said profile.
51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); local
52 if (profile != null) {
54 settingsIntent.putExtra(SipSettings.KEY_SIP_PROFILE, (Parcelable) profile);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 1 """Test suite for the profile module."""
9 import profile namespace
15 profilerclass = profile.Profile
44 # Issue #5330: profile and cProfile wouldn't report C functions called
107 0 0.000 0.000 profile:0(profiler)
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
132 profile:0(profiler) <
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 1 """Test suite for the profile module."""
9 import profile namespace
15 profilerclass = profile.Profile
44 # Issue #5330: profile and cProfile wouldn't report C functions called
107 0 0.000 0.000 profile:0(profiler)
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
132 profile:0(profiler) <
    [all...]

Completed in 1513 milliseconds

1 2 3 4 5 6 7 8 91011>>