HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 151 - 175 of 193) sorted by null

1 2 3 4 5 67 8

  /external/freetype/src/raster/
ftraster.c 78 /* profile is simply an array of scanline intersections on a given */
79 /* dimension. A profile's main attributes are */
97 /* following graphics shows the profile list under construction: */
101 /* | profile | coordinates for | profile | coordinates for |--> */
102 /* | 1 | profile 1 | 2 | profile 2 |--> */
109 /* The top of the profile stack is kept in the `top' variable. */
111 /* As you can see, a profile record is pushed on top of the render */
113 /* a change of direction is detected in the outline, a new profile is *
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
mpeg4file.cpp 442 uint8 profile,
509 1, profile, profileComp, level),
562 1, profile, profileComp, level),
598 profile, profileComp, level),
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 269 profile_get_boolean(ctx->profile, "options",
784 profile_init(config_fn, &ctx->profile);
    [all...]
e2fsck.h 39 #include "profile.h"
334 profile_t profile; member in struct:e2fsck_struct
problem.c     [all...]
pass1.c 446 profile_get_string(ctx->profile, "scratch_files", "directory", 0, 0,
448 profile_get_uint(ctx->profile, "scratch_files",
450 profile_get_boolean(ctx->profile, "scratch_files",
    [all...]
super.c 733 profile_get_boolean(ctx->profile, "options", "buggy_init_scripts",
  /external/libpng/
pngtest.c 968 png_charp profile; local
973 &profile, &proflen))
976 profile, proflen);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 678 png_charp profile, png_uint_32 proflen)
684 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL)
698 png_warning(png_ptr, "Insufficient memory to process iCCP profile.");
701 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
    [all...]
pngrutil.c 993 png_charp profile; local
1040 for (profile = chunkdata; *profile; profile++)
1043 ++profile;
1047 if ( profile >= chunkdata + slength - 1)
1055 compression_type = *profile++;
1063 prefix_length = profile - chunkdata;
1072 png_warning(png_ptr, "Profile size field missing from iCCP chunk");
1076 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
    [all...]
png.h     [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 103 uint8_t profile = ptr[1]; local
  /dalvik/vm/compiler/
Frontend.c 325 /* Initialize the profile flag */
326 cUnit.executionCount = gDvmJit.profile;
545 if (gDvmJit.profile) {
  /external/bluetooth/bluez/lib/
sdp.c 212 #define Profile ServiceClass
289 return uuid2str(Profile, uuid, str, n);
2466 sdp_profile_desc_t *profile = (sdp_profile_desc_t *)p->data; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 20 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
94 * If disconnected unexpectedly, reconnect up to 6 times. Each profile counts
114 private Profile[] mProfiles;
184 handleUnexpectedDisconnect(disconnectedDevice, Profile.HEADSET, startId);
194 handleUnexpectedDisconnect(disconnectedDevice, Profile.A2DP, startId);
495 mProfiles = new Profile[numOfProfiles];
503 mProfiles[0] = Profile.HEADSET;
504 mProfiles[1] = Profile.A2DP;
511 Profile.HEADSET).isPreferred(device);
513 Profile.A2DP).isPreferred(device)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java 1260 String profile = ""; \/\/profile number, NULL for GSM\/UMTS local
1267 setupDataCall(Integer.toString(radioTechnology), profile, apn, user, local
    [all...]
  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp 1379 uint8 profile = (uint8)(iAACHeaderBuffer[2] >> 6); \/\/ 2 bits long local
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 101 # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /machine:I386
104 odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /machine:I386\
258 # ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /map /debug /machine:I386
261 odbc32.lib odbccp32.lib /nologo /subsystem:console /profile\
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 350 private static final String REMOTE_PROFILE = "PROFILE";
867 profile(view, clientStream, params[0]); method
910 private static void profile(View root, OutputStream clientStream, String parameter) method in class:ViewDebug
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 30 // Files: tools/consarray.js tools/profile.js tools/profile_view.js
  /external/webkit/WebCore/inspector/front-end/
inspector.js     [all...]
  /dalvik/vm/
Init.c 926 gDvmJit.profile = true;
    [all...]
  /dalvik/vm/interp/
Jit.c 480 if (gDvmJit.profile) {
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
init.cpp 536 seqParam->profile_idc = encParam->profile;
569 /* verify the profile setting */
575 if (seqParam->profile_idc == 0) /* find profile for this setting */
577 /* find the right profile for it */
614 /* check the list of supported profile by this library */
    [all...]

Completed in 1799 milliseconds

1 2 3 4 5 67 8