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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
source_line_info.py 32 self.line_prefix = "line #"
38 return "%s%s%s %s%s" % (self.general_prefix, self.file_prefix, frameinfo.filename, self.line_prefix, frameinfo.lineno)
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer.h 78 SourceWriter& Prefix(const char* line_prefix) {
79 line_prefix_ = line_prefix;
  /external/flatbuffers/src/
code_generators.cpp 153 std::string line_prefix = std::string(prefix) + local
159 code += line_prefix + *it + "\n";
  /test/vts/utils/python/controllers/
android_device.py 647 line_prefix = config_name + "="
655 if line.strip().startswith(line_prefix):
657 return line.strip()[len(line_prefix):]
    [all...]
  /external/python/cpython3/Tools/clinic/
clinic_test.py 51 self.line_prefix = self.line_suffix = ''
clinic.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 53 # text using value of line_prefix string. A newline and arrow may
55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default variable
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
    [all...]
  /external/python/cpython2/Lib/
pdb.py 53 # text using value of line_prefix string. A newline and arrow may
55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default variable
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
    [all...]
  /external/python/cpython3/Lib/
pdb.py 130 # text using value of line_prefix string. A newline and arrow may
132 # command "pdb.line_prefix = '\n% '".
133 # line_prefix = ': ' # Use this to get the old situation back
134 line_prefix = '\n-> ' # Probably a better default variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 53 # text using value of line_prefix string. A newline and arrow may
55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default variable
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 53 # text using value of line_prefix string. A newline and arrow may
55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default variable
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 53 # text using value of line_prefix string. A newline and arrow may
55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default variable
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 53 # text using value of line_prefix string. A newline and arrow may
55 # command "pdb.line_prefix = '\n% '".
56 # line_prefix = ': ' # Use this to get the old situation back
57 line_prefix = '\n-> ' # Probably a better default variable
893 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 384 milliseconds