Home
last modified time | relevance | path

Searched refs:GetFilename (Results 1 – 12 of 12) sorted by relevance

/external/v8/tools/clang/plugins/
DChromeClassTester.cpp80 if (!GetFilename(loc, &filename)) { in ClassifyLocation()
147 if (GetFilename(record_location, &filename)) { in InImplementationFile()
213 bool ChromeClassTester::GetFilename(SourceLocation loc, in GetFilename() function in ChromeClassTester
DChromeClassTester.h74 bool GetFilename(clang::SourceLocation loc, std::string* filename);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMemoryFileSystem.h66 static const char* GetFilename(int i32Index);
DPVRTResourceFile.cpp332 const char* CPVRTMemoryFileSystem::GetFilename(int i32Index) in GetFilename() function in CPVRTMemoryFileSystem
/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_defines.h73 const char* GetFilename(const char* filename);
Daudio_device_test_api.cc32 const char* GetFilename(const char* filename) in GetFilename() function
39 const char* GetFilename(const char* filename) { in GetFilename() function
1640 GetFilename("raw_output_not_playing.pcm"))); in TEST_F()
1652 GetFilename("raw_output_playing.pcm"))); in TEST_F()
1657 GetFilename("raw_output_not_playing.pcm"))); in TEST_F()
1676 GetFilename("raw_input_not_recording.pcm"))); in TEST_F()
1686 GetFilename("raw_input_recording.pcm"))); in TEST_F()
1691 GetFilename("raw_input_not_recording.pcm"))); in TEST_F()
Dfunc_test_manager.cc63 char* GetFilename(char* filename) in GetFilename() function
67 const char* GetFilename(const char* filename) in GetFilename() function
1307 GetFilename(RecordedMicrophoneFile)) == 0); in TestAudioTransport()
1346 GetFilename(RecordedMicrophoneFile)); in TestAudioTransport()
/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.h84 bool GetFilename(clang::SourceLocation loc, std::string* filename);
DBlinkGCPluginConsumer.cpp684 if (!GetFilename(info->record()->getLocStart(), &filename)) in InIgnoredDirectory()
713 bool BlinkGCPluginConsumer::GetFilename(SourceLocation loc, in GetFilename() function in BlinkGCPluginConsumer
/external/v8/tools/
Dlldb_commands.py88 sourceFile = frame.GetLineEntry().GetFileSpec().GetFilename()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc68 string GetFilename(const string& path) { in GetFilename() function
1051 const string filename = GetFilename(dot_h_fname); in StartFiles()
/external/v8/src/
Dgdb-jit.cc1015 std::unique_ptr<char[]> GetFilename() { in GetFilename() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1127 w->WriteString(desc_->GetFilename().get()); in WriteBodyInternal()
1464 w->WriteString(desc_->GetFilename().get()); // File name. in WriteBodyInternal()