/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
macros.h | 42 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ 46 __gnu_debug::_Error_formatter::_M_at(_File, _Line) \
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
macros.h | 42 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ 46 __gnu_debug::_Error_formatter::_M_at(_File, _Line) \
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
text_format.py | 317 self._line = -1 341 self._line += 1 564 self._line + 1, self._column + 1, message)) 571 self._previous_line = self._line
|
/external/llvm/test/Transforms/MergeFunc/ |
2011-02-08-RemoveEqual.ll | 25 define void @_ZN2kc22impl_fileline_FileLineC2EPNS_20impl_casestring__StrEi(%"struct.kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align 2 { 38 store i32 %_line, i32* %_line_addr 151 define void @_ZN2kc22impl_fileline_FileLineC1EPNS_20impl_casestring__StrEi(%"struct.kc::impl_fileline_FileLine"* %this, %"struct.kc::impl_casestring__Str"* %_file, i32 %_line) align 2 { 164 store i32 %_line, i32* %_line_addr
|
/external/protobuf/python/google/protobuf/ |
text_format.py | 320 self._line = -1 344 self._line += 1 612 self._line + 1, self._column + 1, message)) 622 self._previous_line = self._line
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
macros.h | 41 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ 45 __gnu_debug::_Error_formatter::_M_at(_File, _Line) \
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 444 p_hdr->_line = _line_; 469 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line); 558 p_hdr->_line = _line_; 602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line); [all...] |
gki_common.h | 75 int _line; member in struct:_buffer_hdr
|
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 444 p_hdr->_line = _line_; 469 LOGD("pool:%d, buf[%d]:%x, hdr:%x status=%d func:%s(line=%d)", i, x, (UINT8*)p_hdr + BUFFER_HDR_SIZE, p_hdr, p_hdr->status, p_hdr->_function, p_hdr->_line); 558 p_hdr->_line = _line_; 602 LOGD("GKI_freebuf() freeing, %x, %x, func:%s(line=%d)", p_buf, p_hdr, p_hdr->_function, p_hdr->_line); [all...] |
gki_common.h | 75 int _line; member in struct:_buffer_hdr
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | [all...] |
pyclbr.py | 155 for tokentype, token, start, _end, _line in g:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | [all...] |
pyclbr.py | 155 for tokentype, token, start, _end, _line in g:
|
/external/chromium_org/third_party/handlebar/ |
handlebar.py | 294 class _Line(object): 741 self.next_line = _Line(1) 752 self.next_line = _Line(self.next_line.number + 1)
|
/external/skia/bench/ |
bench_graph_svg.py | 706 var svgLine = document.getElementById(line+'_line'); [all...] |
/bionic/libc/kernel/arch-mips/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/development/ndk/platforms/android-9/arch-mips/include/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/external/kernel-headers/original/asm-mips/pci/ |
bridge.h | 619 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/pci/ |
bridge.h | 506 #define BRIDGE_INT_DEV_SET(_dev, _line) (_dev << BRIDGE_INT_DEV_SHFT(_line))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SourceCSSTokenizer.re2js | 295 var token = this._line.substring(cursorOnEnter, cursor);
|