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

  /frameworks/base/tools/aapt/
SourcePos.cpp 9 // ErrorPos
11 struct ErrorPos
18 ErrorPos();
19 ErrorPos(const ErrorPos& that);
20 ErrorPos(const String8& file, int line, const String8& error, bool fatal);
21 ~ErrorPos();
22 bool operator<(const ErrorPos& rhs) const;
23 bool operator==(const ErrorPos& rhs) const;
24 ErrorPos& operator=(const ErrorPos& rhs)
    [all...]
  /frameworks/base/tools/localize/
SourcePos.cpp 12 // ErrorPos
14 struct ErrorPos
20 ErrorPos();
21 ErrorPos(const ErrorPos& that);
22 ErrorPos(const string& file, int line, const string& error);
23 ~ErrorPos();
24 bool operator<(const ErrorPos& rhs) const;
25 bool operator==(const ErrorPos& rhs) const;
26 ErrorPos& operator=(const ErrorPos& rhs)
    [all...]
  /external/pcre/
pcregexp.pas 46 13-11-04 - removed the ErrorPos = 0 check -> always print erroroffset
75 ErrorPos : integer;
474 ErrorPos:=0;
488 ErrorMsg, ErrorPos, ALocale);
821 { if P^.ErrorPos = 0 then
825 @P^.ErrorPos,mfConfirmation+mfOkButton);
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 177 milliseconds