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

  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 32 static final String PROFILES_TABLE_NAME = "profiles";
36 public static final class Profiles implements BaseColumns {
37 private Profiles() { }
59 + Profiles._ID + " INTEGER PRIMARY KEY,"
60 + Profiles.FULL_NAME + " TEXT,"
61 + Profiles.EMAIL_ADDRESS + " TEXT,"
62 + Profiles.COMPANY_NAME + " TEXT,"
63 + Profiles.ADDRESS_LINE_1 + " TEXT,"
64 + Profiles.ADDRESS_LINE_2 + " TEXT,"
65 + Profiles.CITY + " TEXT,
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 15 #include "chrome/browser/profiles/profile.h"
32 typedef std::vector<Profile*> Profiles;
46 const Profiles& last_opened_profiles,
105 // For faking that no profiles have been launched yet.
130 const Profiles& last_opened_profiles,
startup_browser_creator.cc 41 #include "chrome/browser/profiles/profile.h"
42 #include "chrome/browser/profiles/profile_manager.h"
43 #include "chrome/browser/profiles/profiles_state.h"
77 #include "chrome/browser/chromeos/profiles/profile_helper.h"
102 // Keeps track on which profiles have been launched.
174 // Check that browsers have been opened for all the launched profiles.
175 // Note that browsers opened for profiles that were not added as launched
176 // profiles are simply ignored.
213 // These are the profiles that get launched by
216 // These are the profiles for which at least one browser window has bee
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 1 //===- SampleProfile.cpp - Incorporate sample profiles into the IR --------===//
243 : Profiles(0), Filename(F), M(M) {}
251 return Profiles[F.getName()];
265 /// to their corresponding profiles.
266 StringMap<SampleFunctionProfile> Profiles;
373 Profiles[FName].print(OS);
383 /// \brief Dump all the function profiles found.
385 for (StringMap<SampleFunctionProfile>::const_iterator I = Profiles.begin(),
386 E = Profiles.end();
443 /// FIXME: flat profiles are too imprecise to provide good optimizatio
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsps2.c 41 of each CRD, CSA the profiles are converted to Lab via a device
51 the device -> XYZ transform. These cases identifies monochrome profiles (often
61 NOTE: CLUT-based monochrome profiles are NOT supported. So, cmsFLAGS_MATRIXINPUT
62 flag is forced on such profiles.
75 On simpler profiles, the PCS is already XYZ, so no conversion is required.
868 cmsHPROFILE Profiles[2];
883 Profiles[0] = hProfile;
884 Profiles[1] = hLab;
886 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0);
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 214 StartupBrowserCreator::Profiles(), &return_code, &browser_creator);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 332 StartupBrowserCreator::Profiles(), &return_code, &browser_creator);
514 // LocalState for the BrowserProcess. Must be created before profiles are
545 // LocalState for the BrowserProcess. Must be created before profiles are
593 // LocalState for the BrowserProcess. Must be created before profiles are
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddmmc.h 141 FEATURE_DATA_PROFILE_LIST_EX Profiles[0];
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 96 # These are used for dynamic profiles
99 # These are the web pages that servers need to support for dynamic profiles
117 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
126 # 64-bit profiles. To err on the safe size, default to 64-bit here:
147 pprof [options] <program> <profiles>
148 <profiles> is a space separated list of profile names.
149 pprof [options] <symbolized-profiles>
150 <symbolized-profiles> is a list of profile files where each file contains
181 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
238 PPROF_TMPDIR Profiles directory. Defaults to \$HOME/ppro
    [all...]
  /external/jemalloc/bin/
pprof 96 # These are used for dynamic profiles
99 # These are the web pages that servers need to support for dynamic profiles
117 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
126 # 64-bit profiles. To err on the safe size, default to 64-bit here:
147 pprof [options] <program> <profiles>
148 <profiles> is a space separated list of profile names.
149 pprof [options] <symbolized-profiles>
150 <symbolized-profiles> is a list of profile files where each file contains
181 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
238 PPROF_TMPDIR Profiles directory. Defaults to \$HOME/ppro
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 96 # These are used for dynamic profiles
99 # These are the web pages that servers need to support for dynamic profiles
117 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
126 # 64-bit profiles. To err on the safe size, default to 64-bit here:
147 pprof [options] <program> <profiles>
148 <profiles> is a space separated list of profile names.
149 pprof [options] <symbolized-profiles>
150 <symbolized-profiles> is a list of profile files where each file contains
181 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
238 PPROF_TMPDIR Profiles directory. Defaults to \$HOME/ppro
    [all...]

Completed in 341 milliseconds