HomeSort by relevance Sort by last modified time
    Searched defs:prof (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/signin/
local_auth_unittest.cc 25 Profile* prof = testing_profile_manager.CreateTestingProfile("p1"); local
36 EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password));
38 SetLocalAuthCredentials(prof, password);
54 EXPECT_TRUE(ValidateLocalAuthCredentials(prof, password));
55 EXPECT_FALSE(ValidateLocalAuthCredentials(prof, password + "1"));
57 SetLocalAuthCredentials(prof, password); // makes different salt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 273 SRTP_PROTECTION_PROFILE *prof; local
296 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i);
297 s2n(prof->id,p);
411 SRTP_PROTECTION_PROFILE *prof; local
453 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i);
455 if(prof->id == profile_id)
457 s->srtp_profile=prof;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
query.c 503 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
515 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
519 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
mixer.c 53 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
135 max_width = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 503 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
515 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
519 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
mixer.c 53 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
135 max_width = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
  /external/openssl/ssl/
d1_srtp.c 258 SRTP_PROTECTION_PROFILE *prof; local
281 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i);
282 s2n(prof->id,p);
407 SRTP_PROTECTION_PROFILE *prof; local
447 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i);
449 if(prof->id == id)
451 s->srtp_profile=prof;
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 141 TF_INPUTPROCESSORPROFILE prof; local
143 SUCCEEDED(prof_mgr->GetActiveProfile(GUID_TFCAT_TIP_KEYBOARD, &prof)) &&
144 prof.hkl == NULL &&
145 prof.dwProfileType == TF_PROFILETYPE_INPUTPROCESSOR) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 209 LocalBluetoothProfile prof = getProfileOf(preference); local
210 onProfileClicked(prof, (CheckBoxPreference) preference);
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 1715 long prof; \/* the current profiled value *\/ member in struct:_xsltTransformContext
    [all...]

Completed in 396 milliseconds