Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dirkvranckaert/AndroidDecompiler
/ functions
Functions
395 in github.com/dirkvranckaert/AndroidDecompiler
⨍
Functions
395
◇
Types & classes
49
Method
formatPointerOrReferenceToMiddle
* format pointer or reference with align in the middle */
astyle/src/ASFormatter.cpp:3409
Method
formatPointerOrReferenceToName
* format pointer or reference with align to name */
astyle/src/ASFormatter.cpp:3528
Method
formatPointerOrReferenceToType
* format pointer or reference with align to type */
astyle/src/ASFormatter.cpp:3353
Method
formatQuoteBody
* format quote body * the calling function should have a continue statement after calling this method */
astyle/src/ASFormatter.cpp:5035
Method
formatQuoteOpener
* 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
Method
formatRunIn
* 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
Method
getBeautifierFileType
for unit testing
astyle/src/ASBeautifier.cpp:1783
Method
getBigEndian
astyle/src/astyle_main.cpp:2522
Method
getBlockIndent
* get the state of the block indentation option. * * @return state of blockIndent option. */
astyle/src/ASBeautifier.cpp:709
Method
getBracketIndent
* get the state of the bracket indentation option. * * @return state of bracketIndent option. */
astyle/src/ASBeautifier.cpp:719
Method
getBracketType
* 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
Method
getCaseIndent
* 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
Method
getChecksumIn
* get the value of checksumIn for unit testing * * @return checksumIn. */
astyle/src/ASFormatter.cpp:6303
Method
getChecksumOut
* get the value of checksumOut for unit testing * * @return checksumOut. */
astyle/src/ASFormatter.cpp:6333
Method
getClassIndent
* 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
Method
getCurrentDirectory
* 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
Method
getCurrentLineCommentAdjustment
* 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
Method
getCurrentWord
get the current word on a line index must point to the beginning of the word
astyle/src/ASResource.cpp:557
Method
getEmptyLineFill
* 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
Method
getExcludeHitsVector
for unit testing
astyle/src/astyle_main.cpp:586
Method
getExcludeVector
for unit testing
astyle/src/astyle_main.cpp:590
Method
getFileName
for unit testing
astyle/src/astyle_main.cpp:594
Method
getFileNameVector
for unit testing
astyle/src/astyle_main.cpp:598
Method
getFileNames
* 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
Method
getFileOptionsVector
for unit testing
astyle/src/astyle_main.cpp:602
Method
getFilePaths
get individual file names from the command-line file path
astyle/src/astyle_main.cpp:1136
Method
getFileType
* get the file type. */
astyle/src/ASBeautifier.cpp:661
Method
getFilesFormatted
for unit testing
astyle/src/astyle_main.cpp:606
Method
getFollowingOperator
Check if an operator follows the next word. The next word must be a legal name.
astyle/src/ASFormatter.cpp:6355
Method
getForceTabIndentation
* get the state of the force tab indentation option. * * @return state of force tab indentation. */
astyle/src/ASBeautifier.cpp:699
Method
getFormatterFileType
for unit testing
astyle/src/ASFormatter.cpp:6348
Method
getIgnoreExcludeErrors
for unit testing
astyle/src/astyle_main.cpp:610
Method
getIgnoreExcludeErrorsDisplay
for unit testing
astyle/src/astyle_main.cpp:614
Method
getInStatementIndentAssign
* 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
Method
getInStatementIndentComma
* 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
Method
getIndentLength
* get the number of spaces per indent * * @return value of indentLength option. */
astyle/src/ASBeautifier.cpp:671
Method
getIndentString
* get the char used for indentation, space or tab * * @return the char used for indentation. */
astyle/src/ASBeautifier.cpp:681
Method
getIsFormattedOnly
for unit testing
astyle/src/astyle_main.cpp:618
Method
getIsQuiet
for unit testing
astyle/src/astyle_main.cpp:626
Method
getIsRecursive
for unit testing
astyle/src/astyle_main.cpp:630
Method
getIsVerbose
for unit testing
astyle/src/astyle_main.cpp:634
Method
getLanguageID
astyle/src/ASLocalizer.cpp:188
Method
getLanguageID
for unit testing
astyle/src/astyle_main.cpp:622
Method
getLineEndsMixed
for unit testing
astyle/src/astyle_main.cpp:638
Method
getNextChar
* 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
Method
getNextLine
* 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
Method
getNextLineCommentAdjustment
* 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
Method
getNextProgramCharDistance
* 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
Method
getNextWord
* 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
Method
getNoBackup
for unit testing
astyle/src/astyle_main.cpp:642
Method
getNumberFormat
* 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
Method
getOptionsFileName
for unit testing
astyle/src/astyle_main.cpp:646
Method
getOptionsVector
for unit testing
astyle/src/astyle_main.cpp:650
Method
getOrigSuffix
for unit testing
astyle/src/astyle_main.cpp:654
Method
getParam
astyle/src/astyle_main.cpp:661
Method
getPreprocDefineIndent
* 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
Method
getPreserveDate
for unit testing
astyle/src/astyle_main.cpp:658
Method
getPreviousWord
* 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
Method
getSwitchIndent
* 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
Method
getTabLength
* get the length of the tab indentation option. * * @return length of tab indent option. */
astyle/src/ASBeautifier.cpp:787
Method
getTranslationClass
astyle/src/ASLocalizer.cpp:194
Method
getTranslationVectorSize
astyle/src/ASLocalizer.cpp:343
Method
getWideTranslation
astyle/src/ASLocalizer.cpp:349
Method
goForward
* jump over several characters. * * @param i the number of characters to jump over. */
astyle/src/ASFormatter.cpp:1912
Method
hasMoreLines
astyle/src/astyle_main.h:131
Method
indentLine
* 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
Method
indexOf
* 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
Method
init
astyle/src/astyle.h:286
Method
init
* 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
Method
init
* 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
Method
initContainer
* initialize a BracketType vector object * BracketType did not work with the DeleteContainer template */
astyle/src/ASFormatter.cpp:4467
Method
initContainer
astyle/src/ASBeautifier.cpp:1455
Method
initNewLine
* 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
Method
initTempStacksContainer
* 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
Method
initVectors
* initialize the vectors */
astyle/src/ASBeautifier.cpp:396
Method
initializeOutputEOL
initialize output end of line
astyle/src/astyle_main.cpp:667
Method
isArrayOperator
Check following data to determine if the current character is an array operator.
astyle/src/ASFormatter.cpp:6384
Method
isBeforeAnyComment
* check if current placement is before a comment or line-comment * * @return is before a comment or line-comment. */
astyle/src/ASFormatter.cpp:1959
Method
isBeforeAnyLineEndComment
* 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
Method
isBeforeComment
* check if current placement is before a comment * * @return is before a comment. */
astyle/src/ASFormatter.cpp:1941
Method
isBeforeMultipleLineEndComments
* 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
Method
isBeginDeclareSectionSQL
* 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
Method
isBracketType
* comparison function for BracketType enum */
astyle/src/ASFormatter.cpp:1516
Method
isCStyle
astyle/src/astyle.h:287
Method
isCharPotentialHeader
check if a specific character can be part of a header
astyle/src/astyle.h:308
Method
isCharPotentialOperator
check if a specific character can be part of an operator
astyle/src/astyle.h:318
Method
isClosingHeader
* Determine if a header is a closing header * * @return true if the header is a closing header. */
astyle/src/ASFormatter.cpp:5662
Method
isCurrentBracketBroken
* 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
Method
isDereferenceOrAddressOf
* 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
Method
isDigit
check if a specific character is a digit NOTE: Visual C isdigit() gives assert error if char > 256
astyle/src/astyle.h:293
Method
isEmptyLine
* check if a line is empty * * @return whether line is empty */
astyle/src/ASFormatter.cpp:2520
Method
isEndDeclareSectionSQL
* 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
Method
isExecSQL
* 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
Method
isExternC
* Check if the following text is "C" as in extern "C". * * @return whether the statement is extern "C" */
astyle/src/ASFormatter.cpp:2530
Method
isImmediatelyPostCast
* 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
Method
isInExponent
* 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
Method
isInPreprocessorUnterminatedComment
* 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
Method
isInSwitchStatement
* 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
Method
isIndentedPreprocessor
* 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
Method
isJavaStyle
astyle/src/astyle.h:288
← previous
next →
201–300 of 395, ranked by callers