Searched refs:__FILE__ (Results 1 - 25 of 802) sorted by path

1234567891011>>

/external/aac/libSYS/src/
H A Dcmdl_parser.cpp148 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__);
161 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__);
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb105 LIBRARY_PATH = ::File.expand_path( ::File.dirname( __FILE__ ) ).freeze
152 "#{ __FILE__ }:#{ __LINE__ }: " <<
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb340 warn( <<-END.strip! % [ __FILE__, __LINE__, @output ] )
346 $stderr.puts( Util.tidy( <<-END ) % [ __FILE__, __LINE__, @output, error.class, error.message ] )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb12 this_directory = File.expand_path( File.dirname( __FILE__ ) )
979 at_exit { Lexer.main( ARGV ) } if __FILE__ == $0
H A Dgroup-file-parser.rb12 this_directory = File.expand_path( File.dirname( __FILE__ ) )
656 if __FILE__ == $0 and ARGV.first != '--'
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb118 call = call_stack.find { |call| call.file != __FILE__ }
175 call = call_stack.find { |call| call.file != __FILE__ }
H A Dgrammar.rb272 host = call_stack.find { |call| call.file != __FILE__ }
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb29 __FILE__, __LINE__, error
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb157 \$all_header_files << File.basename( __FILE__ )
162 \$all_footer_files << File.basename( __FILE__ )
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb206 path = File.join(File.dirname(__FILE__), 'sample-input/file-stream-1')
H A Dtest-template.rb12 File.dirname( __FILE__ ), 'sample-input', 'template-group'
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg34 this_directory = File.expand_path( File.dirname( __FILE__ ) )
94 if __FILE__ == $0 and ARGV.first != '--'
178 at_exit { <if(grammar.grammarIsRoot)>Parser<else><grammar.name><endif>.main( ARGV ) } if __FILE__ == $0
193 at_exit { <if(grammar.grammarIsRoot)>TreeParser<else><grammar.name><endif>.main( ARGV ) } if __FILE__ == $0
1196 at_exit { <if(grammar.delegator)><grammar.name><else>Lexer<endif>.main( ARGV ) } if __FILE__ == $0
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c67 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_common.h38 "### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_assert.h51 { if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); }
54 { OI_AssertFail(__FILE__, __LINE__, msg); }
/external/bluetooth/bluedroid/stack/include/
H A Dwcassert.h43 #define WC_ASSERT(_x) if ( !(_x) ) wc_assert("ASSERT at %s line %d\n", __FILE__, __LINE__);
44 #define WC_ASSERT_ALWAYS() wc_assert("ASSERT! at %s line %d\n", __FILE__, __LINE__);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h297 MessageLogger((char *)__FILE__, __LINE__, "native", severity).stream()
311 # define LOG(n) MessageLogger((char *)__FILE__, __LINE__, "native", n).stream() // NOLINT
312 # define VLOG(n) MessageLogger((char *)__FILE__, __LINE__, "native", n).stream() // NOLINT
313 # define LG MessageLogger((char *)__FILE__, __LINE__, "native", INFO).stream() // NOLINT
328 MessageLogger((char *)__FILE__, __LINE__, "native", severity).stream()
335 MessageLogger((char *)__FILE__, __LINE__, "native", FATAL).stream()
412 CheckNotNull(__FILE__, __LINE__, "'" #val "' Must be non NULL", (val))
417 CheckNotNull(__FILE__, __LINE__, "'" #val "' Must be non NULL", (val))
421 CheckNotNull(__FILE__, __LINE__, "'" #val "' Must be non NULL", (val))
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb21 $:.unshift File.expand_path('.', File.dirname(__FILE__))
57 Pathname.new File.expand_path('../..', File.dirname(__FILE__))
/external/chromium_org/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h389 env, SampleForTests_clazz(env), __FILE__);
/external/chromium_org/base/
H A Dlocation.h19 // Constructor should be called with a long-lived char*, such as __FILE__.
88 __FILE__, \
H A Dlogging.h245 // __FILE__).
304 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__)
306 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__)
308 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
310 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
312 logging::ClassName(__FILE__, __LINE__, logging::LOG_DFATAL , ##__VA_ARGS__)
350 ((verboselevel) <= ::logging::GetVlogLevel(__FILE__))
376 logging::LogMessage(__FILE__, __LINE__, -verbose_level).stream()
387 logging::Win32ErrorLogMessage(__FILE__, __LINE__, -verbose_level, \
391 logging::ErrnoLogMessage(__FILE__, __LINE_
[all...]
/external/chromium_org/base/mac/
H A Dmac_logging.h57 logging::OSStatusLogMessage(__FILE__, __LINE__, \
H A Dmach_logging.h61 logging::MachLogMessage(__FILE__, __LINE__, \
125 logging::BootstrapLogMessage(__FILE__, __LINE__, \
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h127 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock)
132 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL)
137 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv)
142 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignalAll)(__FILE__, __LINE__, cv)
146 DYNAMIC_ANNOTATIONS_NAME(AnnotateHappensBefore)(__FILE__, __LINE__, obj)
148 DYNAMIC_ANNOTATIONS_NAME(AnnotateHappensAfter)(__FILE__, __LINE__, obj)
152 DYNAMIC_ANNOTATIONS_NAME(AnnotatePublishMemoryRange)(__FILE__, __LINE__, \
157 DYNAMIC_ANNOTATIONS_NAME(AnnotateUnpublishMemoryRange)(__FILE__, __LINE__, \
175 DYNAMIC_ANNOTATIONS_NAME(AnnotateMutexIsUsedAsCondVar)(__FILE__, __LINE__, \
182 DYNAMIC_ANNOTATIONS_NAME(AnnotateMutexIsNotPHB)(__FILE__, __LINE_
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer.h435 (x, GLRenderer::DebugGLCall(&* context, #x, __FILE__, __LINE__))

Completed in 2278 milliseconds

1234567891011>>