Searched refs:profile (Results 1 - 25 of 260) sorted by relevance

1234567891011

/external/javasqlite/src/main/java/SQLite/
H A DProfile.java4 * Callback interface for SQLite's profile function.
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.h2 * profile_helpers.h -- Function prototypes for profile helper functions
13 (profile_t profile, const char *const *names, char ***ret_values);
19 (profile_t profile, const char **names, char ***ret_names);
22 (profile_t profile, const char **names, char ***ret_names);
H A Dprofile.h2 * profile.h
48 * Used by the profile iterator in prof_get.c
62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *name, const char *subname,
92 (profile_t profile, cons
[all...]
H A Dprofile.c2 * profile.c -- A simple configuration file parsing "library in a file"
4 * The profile library was originally written by Theodore Ts'o in 1995
72 #include "profile.h"
85 * This is the structure which stores the profile information for a
104 * The profile flags
121 * Used by the profile iterator in prof_get.c
151 /* profile parser declarations */
209 (prf_file_t profile);
211 static errcode_t profile_get_value(profile_t profile, const char *name,
305 profile_t profile; local
368 profile_release(profile_t profile) argument
389 profile_set_default(profile_t profile, const char *def_string) argument
1269 profile_t profile; member in struct:profile_iterator
1281 profile_iterator_create(profile_t profile, const char *const *names, int flags, void **ret_iter) argument
1462 profile_get_value(profile_t profile, const char *name, const char *subname, const char *subsubname, const char **ret_value) argument
1495 profile_get_string(profile_t profile, const char *name, const char *subname, const char *subsubname, const char *def_val, char **ret_string) argument
1523 profile_get_integer(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_int) argument
1564 profile_get_uint(profile_t profile, const char *name, const char *subname, const char *subsubname, unsigned int def_val, unsigned int *ret_int) argument
1605 profile_get_double(profile_t profile, const char *name, const char *subname, const char *subsubname, double def_val, double *ret_double) argument
1677 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument
1748 do_cmd(profile_t profile, char **argv) argument
1834 do_batchmode(profile_t profile) argument
1869 profile_t profile; local
[all...]
/external/vogar/src/vogar/
H A DRetrievedFilesFilter.java26 private final boolean profile; field in class:RetrievedFilesFilter
29 public RetrievedFilesFilter(boolean profile, File profileFile) { argument
30 this.profile = profile;
41 || (profile && file.getName().equals(profileFile.getName()))) {
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile) argument
39 switch (u_reduce_video_profile(profile)) {
49 enum pipe_video_profile profile,
64 profile,
71 switch (u_reduce_video_profile(profile)) {
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format,
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
H A Dvl_decoder.h35 * check if a given profile is supported with shader based decoding
38 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile);
45 enum pipe_video_profile profile,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_video.h43 u_reduce_video_profile(enum pipe_video_profile profile) argument
45 switch (profile)
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_config.c51 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, argument
59 switch (profile) {
62 VA_INFO("Using profile %08x\n",profile);
75 VA_ERROR("Unsupported profile %08x\n",profile);
85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, argument
114 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, argument
/external/v8/test/mjsunit/tools/
H A Dprofile.js29 // Files: tools/splaytree.js tools/codemap.js tools/consarray.js tools/profile.js
53 function countNodes(profile, traverseFunc) {
55 traverseFunc.call(profile, function () { count++; });
61 this.profile = new Profile();
75 this.profile.addLibrary('lib1', 0x11000, 0x12000);
76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900);
77 this.profile.addStaticCode('lib1-f2', 0x11200, 0x11500);
78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900);
80 this.profile
314 var profile = testDriver.profile.getTopDownProfile('lib2-f1'); variable
[all...]
/external/fio/
H A Dprofile.c2 #include "profile.h"
9 struct profile_ops *find_profile(const char *profile) argument
16 if (!strcmp(profile, ops->name))
25 int load_profile(const char *profile) argument
29 dprint(FD_PROFILE, "loading profile '%s'\n", profile);
31 ops = find_profile(profile);
34 log_err("fio: profile %s prep failed\n", profile);
41 log_err("fio: profile '
[all...]
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py99 def write_profile(filename, profile):
103 print '#error builtins profile', profile, 'failed to compile'
106 print 'static const char prototypes_for_' + profile + '[] ='
116 print 'static const char *functions_for_' + profile + ' [] = {'
123 for (filename, profile) in profiles:
124 write_profile(filename, profile)
271 for (filename, profile) in profiles:
272 if profile.endswith('_vert'):
274 elif profile
[all...]
/external/libpng/contrib/examples/
H A Diccfrompng.c30 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, profle
[all...]
/external/vogar/src/vogar/target/
H A DCaliperRunner.java32 private boolean profile; field in class:CaliperRunner
37 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) {
39 this.profile = profile;
47 if (profile) {
35 init(TargetMonitor monitor, String actionName, String qualification, Class<?> testClass, AtomicReference<String> skipPastReference, TestEnvironment testEnvironment, int timeoutSeconds, boolean profile) argument
/external/icu/icu4c/source/common/
H A Dusprep.cpp137 UStringPrepProfile *profile = NULL; local
156 profile = (UStringPrepProfile *) e->value.pointer;
159 if ((noRefCount== FALSE && profile->refCount == 0) ||
165 usprep_unload(profile);
175 uprv_free(profile);
222 loadData(UStringPrepProfile* profile, argument
259 if(profile->sprepData==NULL) {
260 profile->sprepData=dataMemory;
262 uprv_memcpy(&profile->indexes, p, sizeof(profile
306 UStringPrepProfile* profile = NULL; local
420 usprep_close(UStringPrepProfile* profile) argument
508 usprep_map( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) argument
640 usprep_prepare( const UStringPrepProfile* profile, const UChar* src, int32_t srcLength, UChar* dest, int32_t destCapacity, int32_t options, UParseError* parseError, UErrorCode* status ) argument
[all...]
/external/deqp/scripts/egl/
H A Dcommon.py72 def getInterface (registry, api, version=None, profile=None, **kwargs):
73 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
99 profile = check(api, version)
100 if profile is True:
101 profile = None
102 elif profile is False:
104 iface = getInterface(registry, api, version=version, profile=profile)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included
66 def profile method in class:ANTLR3.Profile.ParserEvents
67 @debug_listener.profile
188 When ANTLR is run with the <tt>-profile</tt> switch, it generates recognition
213 attr_reader :profile
219 @profile = nil
229 @profile = Profile.new
240 @profile.grammar_file = grammar_file_name
241 @profile
[all...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.h103 int profile; member in struct:__anon182
H A Dtpenc_asc.h110 * \param profile the MPEG Audio profile to be used
121 int profile,
/external/compiler-rt/lib/profile/
H A DMakefile.mk1 #===- lib/profile/Makefile.mk ------------------------------*- Makefile -*--===#
10 ModuleName := profile
/external/deqp/scripts/opengl/
H A Dsrc_util.py107 def getInterface (registry, api, version=None, profile=None, **kwargs):
108 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
109 if api == 'gl' and profile == 'core' and version < "3.2":
129 profile = check(api, version)
130 if profile is True:
131 profile = None
132 elif profile is False:
134 iface = getInterface(registry, api, version=version, profile=profile)
/external/compiler-rt/make/platform/
H A Dclang_linux.mk52 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)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h69 virtual void Profile(llvm::FoldingSetNodeID& profile) = 0;
133 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { argument
134 profile.AddInteger((unsigned) RegionValueKind);
135 profile.AddPointer(R);
138 void Profile(llvm::FoldingSetNodeID& profile) override {
139 Profile(profile, R);
177 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, argument
180 profile.AddInteger((unsigned) ConjuredKind);
181 profile.AddPointer(S);
182 profile
215 Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, const TypedValueRegion *r) argument
248 Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) argument
287 Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, const Stmt *S, QualType T, unsigned Count, const void *Tag) argument
[all...]
/external/libvorbis/test/
H A DMakefile.am18 profile:
/external/v8/test/cctest/
H A Dlog-eq-of-logging-and-traversal.js52 this.profile = new Profile();
69 this.profile.addFuncCode(type, name, start, size, funcAddr, state);
71 this.profile.addCode(type, name, start, size);
76 this.profile.moveCode(from, to);
80 this.profile.moveFunc(from, to);
98 logging_processor.profile.cleanUpFuncEntries();
100 logging_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();
110 traversal_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();

Completed in 3533 milliseconds

1234567891011