/external/libvorbis/ |
D | configure.ac | 114 PROFILE="-p -g3 -O2 -signed" ;; 118 PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;; 122 PROFILE="-g -p" ;; 133 # PROFILE="-Wall -Wextra -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -fno-inli… 134 …PROFILE="-Wall -Wextra -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline" 173 PROFILE=${PROFILE}" -D__NO_MATH_INLINES" 178 PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";; 182 PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";; 186 PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";; 199 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char $sparc_cpu" ;; [all …]
|
/external/libogg/ |
D | configure.in | 32 PROFILE="-p -g3 -O2 -signed" 37 PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" 42 PROFILE="-g -p" 50 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" 64 PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu" 69 PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" 74 PROFILE="-O20 -g -pg -fsigned-char" 80 PROFILE="$PROFILE $cflags_save" 300 AC_SUBST(PROFILE) subst
|
/external/jemalloc/bin/ |
D | jeprof.in | 3671 local *PROFILE = shift; 3674 read(PROFILE, $firstchar, 1); 3675 seek(PROFILE, -1, 1); # unread the firstchar 3679 while (defined($line = <PROFILE>)) { 3738 open(PROFILE, "<$fname") || error("$fname: $!\n"); 3739 binmode PROFILE; # New perls do UTF-8 processing 3740 my $header = ReadProfileHeader(*PROFILE); 3754 $symbols = ReadSymbols(*PROFILE{IO}); 3756 $header = ReadProfileHeader(*PROFILE) || ""; 3762 $result = ReadHeapProfile($prog, *PROFILE, $header); [all …]
|
/external/v8/src/ic/ |
D | ic-compiler.cc | 311 PROFILE(isolate(), CodeCreateEvent(Logger::LOAD_INITIALIZE_TAG, *code, 0)); in CompileLoadInitialize() 319 PROFILE(isolate(), in CompileLoadPreMonomorphic() 328 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_INITIALIZE_TAG, *code, 0)); in CompileStoreInitialize() 336 PROFILE(isolate(), in CompileStorePreMonomorphic() 347 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_GENERIC_TAG, *code, 0)); in CompileStoreGeneric() 355 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_MEGAMORPHIC_TAG, *code, 0)); in CompileStoreMegamorphic() 367 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); in GetCode() 415 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, 0)); in CompileKeyedStorePolymorphic()
|
/external/vogar/src/vogar/ |
D | TestProperties.java | 55 public static final String PROFILE = "profile"; field in TestProperties
|
/external/llvm/docs/CommandGuide/ |
D | llvm-cov.rst | 169 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 175 *BIN* using the profile data *PROFILE*. It can optionally be filtered to only 189 is suitable for the *PROFILE* argument using the :program:`llvm-profdata merge` 269 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 275 binary *BIN* using the profile data *PROFILE*. It can optionally be filtered to
|
/external/libogg/win32/ |
D | Makefile.in | 96 PROFILE = @PROFILE@
|
/external/v8/src/ |
D | log.cc | 1681 PROFILE(isolate_, CodeCreateEvent(tag, code_object, description)); in LogCodeObject() 1708 PROFILE(isolate_, in LogExistingFunction() 1715 PROFILE(isolate_, in LogExistingFunction() 1721 PROFILE(isolate_, in LogExistingFunction() 1735 PROFILE(isolate_, CallbackEvent(*func_name, entry_point)); in LogExistingFunction() 1738 PROFILE(isolate_, in LogExistingFunction() 1778 PROFILE(isolate_, GetterCallbackEvent(name, getter_entry)); in LogAccessorCallbacks() 1782 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 119 #if defined(DEBUG) || defined(PROFILE) in lp_set_target_options()
|
D | lp_bld_debug.cpp | 275 #if defined(DEBUG) || defined(PROFILE)
|
/external/libvorbis/lib/books/coupled/ |
D | Makefile.in | 114 PROFILE = @PROFILE@
|
/external/libvorbis/lib/books/uncoupled/ |
D | Makefile.in | 114 PROFILE = @PROFILE@
|
/external/libvorbis/lib/books/floor/ |
D | Makefile.in | 114 PROFILE = @PROFILE@
|
/external/libvorbis/m4/ |
D | Makefile.in | 114 PROFILE = @PROFILE@
|
/external/libvorbis/lib/modes/ |
D | Makefile.in | 114 PROFILE = @PROFILE@
|
/external/libvorbis/doc/vorbisenc/ |
D | Makefile.in | 124 PROFILE = @PROFILE@
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 121 PROFILE = @PROFILE@
|
/external/vogar/src/vogar/tasks/ |
D | BuildActionTask.java | 134 properties.setProperty(TestProperties.PROFILE, Boolean.toString(run.profile)); in fillInProperties()
|
/external/libvorbis/include/vorbis/ |
D | Makefile.in | 127 PROFILE = @PROFILE@
|
/external/libogg/include/ogg/ |
D | Makefile.in | 126 PROFILE = @PROFILE@
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.in | 124 PROFILE = @PROFILE@
|
/external/libogg/include/ |
D | Makefile.in | 120 PROFILE = @PROFILE@
|
/external/libogg/doc/ |
D | Makefile.in | 130 PROFILE = @PROFILE@
|
/external/libvorbis/lib/books/ |
D | Makefile.in | 126 PROFILE = @PROFILE@
|
/external/libvorbis/test/ |
D | Makefile.in | 132 PROFILE = @PROFILE@
|