/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3ext.h | 105 void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); member in struct:sqlite3_api_routines 240 #define sqlite3_profile sqlite3_api->profile
|
/external/v8/tools/ |
profile.js | 35 * Creates a profile object for processing profiling-related events 40 devtools.profiler.Profile = function() { 49 devtools.profiler.Profile.VERSION = 2; 58 devtools.profiler.Profile.prototype.skipThisFunction = function(name) { 69 devtools.profiler.Profile.Operation = { 79 * See the devtools.profiler.Profile.Operation enum for the list of 88 devtools.profiler.Profile.prototype.handleUnknownCode = function( 100 devtools.profiler.Profile.prototype.addLibrary = function( 116 devtools.profiler.Profile.prototype.addStaticCode = function( 133 devtools.profiler.Profile.prototype.addCode = function [all...] |
/external/v8/test/mjsunit/tools/ |
profile_view.js | 29 // Files: tools/consarray.js tools/profile.js tools/profile_view.js
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
VpnService.java | 58 // FIXME: profile is only needed in connecting phase, so we can just save 59 // the profile name and service class name for recovery 95 * Returns the VPN profile associated with the connection. 108 void setContext(VpnServiceBinder context, E profile) { 109 mProfile = profile;
|
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | [all...] |
/build/core/combo/ |
TARGET_linux-arm.mk | 153 # The profile will be generated on /data/local/tmp/profile on the device. 154 TARGET_FDO_CFLAGS := -fprofile-generate=/data/local/tmp/profile -DANDROID_FDO 158 # Set TARGET_FDO_PROFILE_PATH to set a custom profile directory for your build. 167 # If the FDO profile directory can't be found, then FDO is off.
|
/dalvik/vm/ |
Dvm.mk | 59 # "Debug" profile: 82 # "Performance" profile: 119 Profile.c \
|
Globals.h | 696 /* Array of profile threshold counters */ 785 bool profile; member in struct:DvmJitGlobals
|
/external/bluetooth/bluez/serial/ |
proxy.c | 180 sdp_profile_desc_t profile; local 199 sdp_uuid16_create(&profile.uuid, SERIAL_PORT_PROFILE_ID); 200 profile.version = 0x0100; 201 profiles = sdp_list_append(NULL, &profile);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pvt_common.h | 1214 int profile; member in class:CPV2WayH263ConfigInfo [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
function.h | 191 (set only when profile feedback is available or via function attribute). */ 196 (set only when profile feedback is available or via function attribute). */ 394 bool profile; 393 bool profile; local
|
/external/bluetooth/hcidump/parser/ |
capi.c | 232 static void profile(int level, struct frame *frm) function 548 profile(level + 1, frm);
|
/external/libpng/ |
pngrutil.c | 1048 png_charp profile; local 1097 for (profile = png_ptr->chunkdata; *profile; profile++) 1100 ++profile; 1105 if ( profile >= png_ptr->chunkdata + slength - 1) [all...] |
pngget.c | 526 png_charpp profile, png_uint_32 *proflen) 531 && name != NULL && profile != NULL && proflen != NULL) 534 *profile = info_ptr->iccp_profile;
|
pngset.c | 596 png_charp profile, png_uint_32 proflen) 604 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL) 620 "Insufficient memory to process iCCP profile."); 623 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen); [all...] |
pngwutil.c | 770 png_charp profile, int profile_len) 795 if (profile == NULL) 800 ((*( (png_bytep)profile ))<<24) | 801 ((*( (png_bytep)profile + 1))<<16) | 802 ((*( (png_bytep)profile + 2))<< 8) | 803 ((*( (png_bytep)profile + 3)) ); 808 "Embedded profile length in iCCP chunk is negative"); 816 "Embedded profile length too large in iCCP chunk"); 824 "Truncating profile to actual length in iCCP chunk"); 829 profile_len = png_text_compress(png_ptr, profile, [all...] |
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_par_com_outgoing_message.cpp | 869 if (rtspTrans->profile == RtspTransport::AVP_PROFILE) 873 else if (rtspTrans->profile == RtspTransport::TCP_PROFILE)
|
rtsp_par_com_incoming_message.cpp | 1026 rtspTrans->profile = RtspTransport::UNKNOWN_PROFILE; 1030 rtspTrans->profile = RtspTransport::AVP_PROFILE; 1034 rtspTrans->profile = RtspTransport::TCP_PROFILE; [all...] |
/external/v8/src/ |
heap-profiler.cc | 137 RetainerHeapProfile* profile) 139 profile_(profile), 167 // A printer interface implementation for the Retainers profile.
|
/external/bluetooth/bluez/audio/ |
a2dp.c | 948 sdp_profile_desc_t profile[1]; local 969 sdp_uuid16_create(&profile[0].uuid, ADVANCED_AUDIO_PROFILE_ID); 970 profile[0].version = 0x0100; 971 pfseq = sdp_list_append(0, &profile[0]); [all...] |
/external/webkit/WebCore/inspector/ |
InspectorController.h | 281 ScriptObject createProfileHeader(const ScriptProfile& profile);
|
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | 430 function(typeOrProfile, profile) { 431 if (!profile) 432 profile = typeOrProfile; 434 panel.showProfile(profile); [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngget.c | 491 png_charpp profile, png_uint_32 *proflen) 494 && name != NULL && profile != NULL && proflen != NULL) 498 *profile = info_ptr->iccp_profile;
|
pngwutil.c | 729 png_charp profile, int profile_len) 757 if (profile == NULL) 762 ((*( (png_bytep)profile ))<<24) | 763 ((*( (png_bytep)profile+1))<<16) | 764 ((*( (png_bytep)profile+2))<< 8) | 765 ((*( (png_bytep)profile+3)) ); 770 "Embedded profile length too large in iCCP chunk"); 777 "Truncating profile to actual length in iCCP chunk"); 782 profile_len = png_text_compress(png_ptr, profile, (png_size_t)profile_len, [all...] |