MCPcopy Create free account

hub / github.com/dirkvranckaert/AndroidDecompiler / functions

Functions395 in github.com/dirkvranckaert/AndroidDecompiler

MethodformatPointerOrReferenceToMiddle
* format pointer or reference with align in the middle */
astyle/src/ASFormatter.cpp:3409
MethodformatPointerOrReferenceToName
* format pointer or reference with align to name */
astyle/src/ASFormatter.cpp:3528
MethodformatPointerOrReferenceToType
* format pointer or reference with align to type */
astyle/src/ASFormatter.cpp:3353
MethodformatQuoteBody
* format quote body * the calling function should have a continue statement after calling this method */
astyle/src/ASFormatter.cpp:5035
MethodformatQuoteOpener
* format a quote opener * the quote opener will be appended to the current formattedLine or a new formattedLine as necessary * the calling function
astyle/src/ASFormatter.cpp:5090
MethodformatRunIn
* determine if a run-in can be attached. * if it can insert the indents in formattedLine and reset the current line break. */
astyle/src/ASFormatter.cpp:4294
MethodgetBeautifierFileType
for unit testing
astyle/src/ASBeautifier.cpp:1783
MethodgetBigEndian
astyle/src/astyle_main.cpp:2522
MethodgetBlockIndent
* get the state of the block indentation option. * * @return state of blockIndent option. */
astyle/src/ASBeautifier.cpp:709
MethodgetBracketIndent
* get the state of the bracket indentation option. * * @return state of bracketIndent option. */
astyle/src/ASBeautifier.cpp:719
MethodgetBracketType
* check if the currently reached open-bracket (i.e. '{') * opens a: * - a definition type block (such as a class or namespace), * - a command block
astyle/src/ASFormatter.cpp:2445
MethodgetCaseIndent
* get the state of the case indentation option. If true, lines of 'case' * statements will be indented one additional indent. * * @return state o
astyle/src/ASBeautifier.cpp:752
MethodgetChecksumIn
* get the value of checksumIn for unit testing * * @return checksumIn. */
astyle/src/ASFormatter.cpp:6303
MethodgetChecksumOut
* get the value of checksumOut for unit testing * * @return checksumOut. */
astyle/src/ASFormatter.cpp:6333
MethodgetClassIndent
* get the state of the class indentation option. If true, blocks of * the 'class' statement will be indented one additional indent. * * @return s
astyle/src/ASBeautifier.cpp:730
MethodgetCurrentDirectory
* WINDOWS function to get the current directory. * NOTE: getenv("CD") does not work for Windows Vista. * The Windows function GetCurrentDirec
astyle/src/astyle_main.cpp:817
MethodgetCurrentLineCommentAdjustment
* get the current line comment adjustment that results from attaching * a closing header to a closing bracket. * the bracket must be on the line pre
astyle/src/ASFormatter.cpp:5160
MethodgetCurrentWord
get the current word on a line index must point to the beginning of the word
astyle/src/ASResource.cpp:557
MethodgetEmptyLineFill
* get the state of the empty line fill option. * If true, empty lines will be filled with the whitespace. * of their previous lines. * If false, th
astyle/src/ASBeautifier.cpp:765
MethodgetExcludeHitsVector
for unit testing
astyle/src/astyle_main.cpp:586
MethodgetExcludeVector
for unit testing
astyle/src/astyle_main.cpp:590
MethodgetFileName
for unit testing
astyle/src/astyle_main.cpp:594
MethodgetFileNameVector
for unit testing
astyle/src/astyle_main.cpp:598
MethodgetFileNames
* WINDOWS function to resolve wildcards and recurse into sub directories. * The fileName vector is filled with the path and names of files to process
astyle/src/astyle_main.cpp:833
MethodgetFileOptionsVector
for unit testing
astyle/src/astyle_main.cpp:602
MethodgetFilePaths
get individual file names from the command-line file path
astyle/src/astyle_main.cpp:1136
MethodgetFileType
* get the file type. */
astyle/src/ASBeautifier.cpp:661
MethodgetFilesFormatted
for unit testing
astyle/src/astyle_main.cpp:606
MethodgetFollowingOperator
Check if an operator follows the next word. The next word must be a legal name.
astyle/src/ASFormatter.cpp:6355
MethodgetForceTabIndentation
* get the state of the force tab indentation option. * * @return state of force tab indentation. */
astyle/src/ASBeautifier.cpp:699
MethodgetFormatterFileType
for unit testing
astyle/src/ASFormatter.cpp:6348
MethodgetIgnoreExcludeErrors
for unit testing
astyle/src/astyle_main.cpp:610
MethodgetIgnoreExcludeErrorsDisplay
for unit testing
astyle/src/astyle_main.cpp:614
MethodgetInStatementIndentAssign
* get the previous word index for an assignment operator * * @return is the index to the previous word (the in statement indent). */
astyle/src/ASBeautifier.cpp:1587
MethodgetInStatementIndentComma
* get the instatement indent for a comma * * @return is the indent to the second word on the line (the in statement indent). */
astyle/src/ASBeautifier.cpp:1615
MethodgetIndentLength
* get the number of spaces per indent * * @return value of indentLength option. */
astyle/src/ASBeautifier.cpp:671
MethodgetIndentString
* get the char used for indentation, space or tab * * @return the char used for indentation. */
astyle/src/ASBeautifier.cpp:681
MethodgetIsFormattedOnly
for unit testing
astyle/src/astyle_main.cpp:618
MethodgetIsQuiet
for unit testing
astyle/src/astyle_main.cpp:626
MethodgetIsRecursive
for unit testing
astyle/src/astyle_main.cpp:630
MethodgetIsVerbose
for unit testing
astyle/src/astyle_main.cpp:634
MethodgetLanguageID
astyle/src/ASLocalizer.cpp:188
MethodgetLanguageID
for unit testing
astyle/src/astyle_main.cpp:622
MethodgetLineEndsMixed
for unit testing
astyle/src/astyle_main.cpp:638
MethodgetNextChar
* get the next character, increasing the current placement in the process. * the new character is inserted into the variable currentChar. * * @retu
astyle/src/ASFormatter.cpp:2038
MethodgetNextLine
* get the next line of input, increasing the current placement in the process. * * @param sequence the sequence to append. * @return whet
astyle/src/ASFormatter.cpp:2076
MethodgetNextLineCommentAdjustment
* get the next line comment adjustment that results from breaking a closing bracket. * the bracket must be on the same line as the closing header. *
astyle/src/ASFormatter.cpp:5136
MethodgetNextProgramCharDistance
* get distance to the next non-white space, non-comment character in the line. * if no such character exists, return the length remaining to the end
astyle/src/ASBeautifier.cpp:1188
MethodgetNextWord
* get the next word on a line * the argument 'currPos' must point to the current position. * * @return is the next word or an empty string if none
astyle/src/ASBeautifier.cpp:1648
MethodgetNoBackup
for unit testing
astyle/src/astyle_main.cpp:642
MethodgetNumberFormat
* WINDOWS function to format a number according to the current locale. * This formats positive integers only, no float. * * @param num The number
astyle/src/astyle_main.cpp:912
MethodgetOptionsFileName
for unit testing
astyle/src/astyle_main.cpp:646
MethodgetOptionsVector
for unit testing
astyle/src/astyle_main.cpp:650
MethodgetOrigSuffix
for unit testing
astyle/src/astyle_main.cpp:654
MethodgetParam
astyle/src/astyle_main.cpp:661
MethodgetPreprocDefineIndent
* get the state of the preprocessor indentation option. * If true, preprocessor "define" lines will be indented. * If false, preprocessor "define" l
astyle/src/ASBeautifier.cpp:777
MethodgetPreserveDate
for unit testing
astyle/src/astyle_main.cpp:658
MethodgetPreviousWord
* get the previous word on a line * the argument 'currPos' must point to the current position. * * @return is the previous word or an empty string
astyle/src/ASFormatter.cpp:5177
MethodgetSwitchIndent
* get the state of the switch indentation option. If true, blocks of * the 'switch' statement will be indented one additional indent. * * @return
astyle/src/ASBeautifier.cpp:741
MethodgetTabLength
* get the length of the tab indentation option. * * @return length of tab indent option. */
astyle/src/ASBeautifier.cpp:787
MethodgetTranslationClass
astyle/src/ASLocalizer.cpp:194
MethodgetTranslationVectorSize
astyle/src/ASLocalizer.cpp:343
MethodgetWideTranslation
astyle/src/ASLocalizer.cpp:349
MethodgoForward
* jump over several characters. * * @param i the number of characters to jump over. */
astyle/src/ASFormatter.cpp:1912
MethodhasMoreLines
astyle/src/astyle_main.h:131
MethodindentLine
* indent a line by a given number of tabsets * by inserting leading whitespace to the line argument. * * @param line a reference to the
astyle/src/ASEnhancer.cpp:248
MethodindexOf
* find the index number of a string element in a container of strings * * @return the index number of element in the container. -1 if e
astyle/src/ASBeautifier.cpp:1291
Methodinit
astyle/src/astyle.h:286
Methodinit
* initialize the ASFormatter. * * init() should be called every time a ASFormatter object is to start * formatting a NEW source file. * init() rec
astyle/src/ASFormatter.cpp:135
Methodinit
* initialize the ASBeautifier. * * This init() should be called every time a ABeautifier object is to start * beautifying a NEW source file. * It
astyle/src/ASBeautifier.cpp:289
MethodinitContainer
* initialize a BracketType vector object * BracketType did not work with the DeleteContainer template */
astyle/src/ASFormatter.cpp:4467
MethodinitContainer
astyle/src/ASBeautifier.cpp:1455
MethodinitNewLine
* jump over the leading white space in the current line, * IF the line does not begin a comment or is in a preprocessor definition. */
astyle/src/ASFormatter.cpp:2186
MethodinitTempStacksContainer
* Initialize the tempStacks vector object. * The tempStacks is a vector of pointers to strings allocated with the 'new' operator. * Any residual ent
astyle/src/ASBeautifier.cpp:1469
MethodinitVectors
* initialize the vectors */
astyle/src/ASBeautifier.cpp:396
MethodinitializeOutputEOL
initialize output end of line
astyle/src/astyle_main.cpp:667
MethodisArrayOperator
Check following data to determine if the current character is an array operator.
astyle/src/ASFormatter.cpp:6384
MethodisBeforeAnyComment
* check if current placement is before a comment or line-comment * * @return is before a comment or line-comment. */
astyle/src/ASFormatter.cpp:1959
MethodisBeforeAnyLineEndComment
* check if current placement is before a comment or line-comment * if a block comment it must be at the end of the line * * @return is before a
astyle/src/ASFormatter.cpp:1979
MethodisBeforeComment
* check if current placement is before a comment * * @return is before a comment. */
astyle/src/ASFormatter.cpp:1941
MethodisBeforeMultipleLineEndComments
* check if current placement is before a comment followed by a line-comment * * @return is before a multiple line-end comment. */
astyle/src/ASFormatter.cpp:2008
MethodisBeginDeclareSectionSQL
* check for SQL "BEGIN DECLARE SECTION". * must compare case insensitive and allow any spacing between words. * * @param line a reference
astyle/src/ASEnhancer.cpp:288
MethodisBracketType
* comparison function for BracketType enum */
astyle/src/ASFormatter.cpp:1516
MethodisCStyle
astyle/src/astyle.h:287
MethodisCharPotentialHeader
check if a specific character can be part of a header
astyle/src/astyle.h:308
MethodisCharPotentialOperator
check if a specific character can be part of an operator
astyle/src/astyle.h:318
MethodisClosingHeader
* Determine if a header is a closing header * * @return true if the header is a closing header. */
astyle/src/ASFormatter.cpp:5662
MethodisCurrentBracketBroken
* determine if a bracket should be attached or broken * uses brackets in the bracketTypeStack * the last bracket in the bracketTypeStack is the one
astyle/src/ASFormatter.cpp:4643
MethodisDereferenceOrAddressOf
* Check if the currently reached '*' or '&' character is * a dereferenced pointer or "address of" symbol. * NOTE: this MUST be a pointer or referen
astyle/src/ASFormatter.cpp:2686
MethodisDigit
check if a specific character is a digit NOTE: Visual C isdigit() gives assert error if char > 256
astyle/src/astyle.h:293
MethodisEmptyLine
* check if a line is empty * * @return whether line is empty */
astyle/src/ASFormatter.cpp:2520
MethodisEndDeclareSectionSQL
* check for SQL "END DECLARE SECTION". * must compare case insensitive and allow any spacing between words. * * @param line a reference to
astyle/src/ASEnhancer.cpp:337
MethodisExecSQL
* Check to see if this is an EXEC SQL statement. * * @param line a reference to the line to indent. * @param index the current lin
astyle/src/ASFormatter.cpp:5581
MethodisExternC
* Check if the following text is "C" as in extern "C". * * @return whether the statement is extern "C" */
astyle/src/ASFormatter.cpp:2530
MethodisImmediatelyPostCast
* Determine if a * following a closing paren is immediately. * after a cast. If so it is a deference and not a multiply. * e.g. "(int*) *ptr" is a d
astyle/src/ASFormatter.cpp:5674
MethodisInExponent
* check if the currently reached '+' or '-' character is * part of an exponent, i.e. 0.2E-5. * * @return whether the current '+' or '-' is i
astyle/src/ASFormatter.cpp:2864
MethodisInPreprocessorUnterminatedComment
* Check if a preprocessor definition contains an unterminated comment. * Comments within a preprocessor definition can be continued without the backs
astyle/src/ASBeautifier.cpp:1754
MethodisInSwitchStatement
* check if the currently reached comment is in a 'switch' statement * * @return whether the current '+' or '-' is in an exponent. */
astyle/src/ASFormatter.cpp:2848
MethodisIndentedPreprocessor
* Check if a preprocessor directive is always indented. * C# "region" and "endregion" are always indented. * C/C++ "pragma omp" is always indented.
astyle/src/ASBeautifier.cpp:1676
MethodisJavaStyle
astyle/src/astyle.h:288
← previousnext →201–300 of 395, ranked by callers