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
isLegalNameChar
check if a specific character can be used in a legal variable/method/class name
astyle/src/astyle.h:298
Method
isLineBreakBeforeClosingHeader
* check if a line break is needed when a closing bracket * is followed by a closing header. * the break depends on the bracketFormatMode and other f
astyle/src/ASFormatter.cpp:5203
Method
isLineEndComment
* check if current comment is a line-end comment * * @return is before a line-end comment. */
astyle/src/ASBeautifier.cpp:1567
Method
isNextCharOpeningBracket
* peek at the next char to determine if it is an opening bracket. * will look ahead in the input file if necessary. * this determines a java static
astyle/src/ASFormatter.cpp:3027
Method
isNextWordSharpNonParenHeader
* peek at the next word to determine if it is a C# non-paren header. * will look ahead in the input file if necessary. * * @param char positi
astyle/src/ASFormatter.cpp:3003
Method
isNonInStatementArrayBracket
* check if an array bracket should NOT have an in-statement indent * * @return the array is non in-statement */
astyle/src/ASFormatter.cpp:2886
Method
isOkToBreakBlock
* is it ok to break this block? */
astyle/src/ASFormatter.cpp:4514
Method
isOkToSplitFormattedLine
astyle/src/ASFormatter.cpp:6073
Method
isOneLineBlockReached
* check if a one-line bracket has been reached, * i.e. if the currently reached '{' character is closed * with a complimentry '}' elsewhere on the c
astyle/src/ASEnhancer.cpp:386
Method
isOneLineBlockReached
* check if a one-line bracket has been reached, * i.e. if the currently reached '{' character is closed * with a complimentary '}' elsewhere on the
astyle/src/ASFormatter.cpp:2917
Method
isOption
astyle/src/astyle_main.cpp:1250
Method
isOptionError
astyle/src/astyle_main.cpp:3433
Method
isParamOption
astyle/src/astyle_main.cpp:1260
Method
isPathExclued
compare a path to the exclude vector used for both directories and filenames updates the g_excludeHitsVector return true if a match
astyle/src/astyle_main.cpp:1274
Method
isPointerOrReference
* Check if the currently reached '*', '&' or '^' character is * a pointer-or-reference symbol, or another operator. * A pointer dereference (*) or a
astyle/src/ASFormatter.cpp:2554
Method
isPointerOrReferenceCentered
* Check if the currently reached '*' or '&' character is * centered with one space on each side. * Only spaces are checked, not tabs. * If true th
astyle/src/ASFormatter.cpp:2767
Method
isPointerOrReferenceVariable
* Check if a word is a pointer or reference variable type. * * @return whether word is a pointer or reference variable. */
astyle/src/ASFormatter.cpp:2811
Method
isPreprocessorConditionalCplusplus
* Check if a preprocessor directive is checking for __cplusplus defined. * * @return is true or false. */
astyle/src/ASBeautifier.cpp:1722
Method
isSequenceReached
check if a specific sequence exists in the current placement of the current line
astyle/src/astyle.h:975
Method
isSharpStyle
astyle/src/astyle.h:289
Method
isSharpStyleWithParen
* check if a sharp header is a paren or nonparen header */
astyle/src/ASFormatter.cpp:4532
Method
isStructAccessModified
* Look ahead in the file to see if a struct has access modifiers. * * @param line a reference to the line to indent. * @param index
astyle/src/ASFormatter.cpp:5478
Method
isUnaryOperator
* check if the currently reached '+' or '-' character is a unary operator * this method takes for granted that the current character * is a '+' or '
astyle/src/ASFormatter.cpp:2831
Method
isWhiteSpace
check if a specific character is a whitespace character
astyle/src/astyle.h:331
Function
javaErrorHandler
Call the Java error handler
astyle/src/astyle_main.cpp:3519
Function
javaMemoryAlloc
Allocate memory for the formatted text
astyle/src/astyle_main.cpp:3526
Function
main
astyle/src/astyle_main.cpp:3677
Method
padObjCMethodColon
pad an Objective-C method colon
astyle/src/ASFormatter.cpp:6442
Method
padOperators
* add or remove space padding to operators * currentChar contains the paren * the operators and necessary padding will be appended to formattedLine
astyle/src/ASFormatter.cpp:3200
Method
padParens
* add or remove space padding to parens * currentChar contains the paren * the parens and necessary padding will be appended to formattedLine * the
astyle/src/ASFormatter.cpp:3709
Method
parseCurrentLine
* parse characters in the current line to determine if an indent * or unindent is needed. */
astyle/src/ASEnhancer.cpp:457
Method
parseCurrentLine
* Parse the current line to update indentCount and spaceIndentCount. */
astyle/src/ASBeautifier.cpp:2135
Method
parseOption
astyle/src/astyle_main.cpp:2805
Method
peekNextChar
peek at the next unread character.
astyle/src/astyle.h:334
Method
peekNextChar
* peek at the next unread character. * * @return the next unread character. */
astyle/src/ASFormatter.cpp:1923
Method
peekNextText
* get the next non-whitespace substring on following lines, bypassing all comments. * * @param the first line to check * @return the next non-wh
astyle/src/ASFormatter.cpp:3043
Method
pointerSymbolFollows
* Check if a pointer symbol (->) follows on the currentLine. */
astyle/src/ASFormatter.cpp:6268
Method
popLastInStatementIndent
astyle/src/ASBeautifier.cpp:1772
Method
preLineWS
astyle/src/ASBeautifier.cpp:1075
Method
printHelp
astyle/src/astyle_main.cpp:1315
Method
printMsg
astyle/src/astyle_main.cpp:1953
Method
printSeparatingLine
astyle/src/astyle_main.cpp:1960
Method
printVerboseHeader
astyle/src/astyle_main.cpp:1968
Method
printVerboseStats
astyle/src/astyle_main.cpp:1987
Method
processPreprocessor
* process preprocessor statements. * charNum should be the index of the #. * * delete bracketTypeStack entries added by #if if a #else is found. *
astyle/src/ASFormatter.cpp:4569
Method
processPreprocessor
* Process preprocessor statements and update the beautifier stacks. */
astyle/src/ASBeautifier.cpp:1789
Method
processSwitchBlock
* process the character at the current index in a switch block. * * @param line a reference to the line to indent. * @param index
astyle/src/ASEnhancer.cpp:638
Method
readFile
astyle/src/astyle_main.cpp:689
Method
registerInStatementIndent
* register an in-statement indent. */
astyle/src/ASBeautifier.cpp:1105
Method
removeBracketsFromStatement
* Remove brackets from a single line statement following a header. * Brackets are not removed if the proper conditions are not met. * The first brac
astyle/src/ASFormatter.cpp:5322
Method
removeFile
remove a file and check for an error
astyle/src/astyle_main.cpp:1850
Method
renameFile
rename a file and check for an error
astyle/src/astyle_main.cpp:1865
Method
resetEndOfStatement
Reset the flags that indicate various statement information.
astyle/src/ASFormatter.cpp:6416
Method
rtrim
* rtrim removes the white space from the end of a line. * * @return the trimmed line. * @param str the line to trim. */
astyle/src/ASBeautifier.cpp:1346
Method
setAttachClosingBracket
* set option to attach closing brackets * * @param state true = attach, false = don't attach. */
astyle/src/ASFormatter.cpp:1762
Method
setBlockIndent
* set the state of the block indentation option. If true, entire blocks * will be indented one additional indent, similar to the GNU indent style. *
astyle/src/ASBeautifier.cpp:549
Method
setBracketFormatMode
* set the bracket formatting mode. * options: * * @param mode the bracket formatting mode. */
astyle/src/ASFormatter.cpp:1577
Method
setBracketIndent
* set the state of the bracket indentation option. If true, brackets will * be indented one additional indent. * * @param state state
astyle/src/ASBeautifier.cpp:538
Method
setDefaultTabLength
* set tabLength equal to indentLength. * This is done when tabLength is not explicitely set by * "indent=force-tab-x" * */
astyle/src/ASBeautifier.cpp:458
Method
setLanguageFromLCID
astyle/src/ASLocalizer.cpp:155
Method
setMinConditionalIndentLength
* set minConditionalIndent from the minConditionalOption. */
astyle/src/ASBeautifier.cpp:520
Method
setOptionsFileName
astyle/src/astyle_main.cpp:754
Method
setOutputEOL
set outputEOL variable
astyle/src/astyle_main.cpp:764
Method
setTranslationClass
astyle/src/ASLocalizer.cpp:248
Method
settext
astyle/src/ASLocalizer.cpp:240
Method
sleep
astyle/src/astyle_main.cpp:2024
Function
sortOnLength
* Sort comparison function. * Compares the length of the value of pointers in the vectors. * The LONGEST strings will be first in the vector. * *
astyle/src/ASResource.cpp:171
Function
sortOnName
* Sort comparison function. * Compares the value of pointers in the vectors. * * @params the string pointers to be compared. */
astyle/src/ASResource.cpp:182
Method
standardizePath
make sure file separators are correct type (Windows or Linux) remove ending file separator remove beginning file separator if requested and NOT a comp
astyle/src/astyle_main.cpp:1888
Method
statementEndsWithComma
* Determine if an assignment statement ends with a comma * that is not in a function argument. It ends with a * comma if a comma is the last
astyle/src/ASBeautifier.cpp:1484
Method
stringEndsWith
astyle/src/astyle_main.cpp:2031
Method
stripCommentPrefix
Remove the leading '*' from a comment line and indent to the next tab.
astyle/src/ASFormatter.cpp:6485
Method
swap16bit
Swap the two low order bytes of a 16 bit integer value.
astyle/src/astyle_main.cpp:2058
Method
swap8to16bit
Swap the two low order bytes of an integer value and convert 8 bit encoding to 16 bit.
astyle/src/astyle_main.cpp:2052
Method
tempMemoryAllocation
STATIC method to allocate temporary memory for AStyle formatting. The data will be converted before being returned to the calling program.
astyle/src/astyle_main.cpp:2537
Method
testForTimeToSplitFormattedLine
This is called if the option maxCodeLength is set. */
astyle/src/ASFormatter.cpp:6106
Method
trim
* trim removes the white space surrounding a line. * * @return the trimmed line. * @param str the line to trim. */
astyle/src/ASBeautifier.cpp:1320
Method
trimContinuationLine
* The continuation lines must be adjusted so the leading spaces * is equivalent to the text on the opening line. * * Updates currentLine and ch
astyle/src/ASFormatter.cpp:5612
Method
unindentLine
* unindent a line by a given number of tabsets * by erasing the leading whitespace from the line argument. * * @param line a reference
astyle/src/ASEnhancer.cpp:727
Method
updateFormattedLineSplitPoints
astyle/src/ASFormatter.cpp:5856
Method
updateFormattedLineSplitPointsOperator
astyle/src/ASFormatter.cpp:5960
Method
updateFormattedLineSplitPointsPointerOrReference
* Update the split point when a pointer or reference is formatted. * The argument is the maximum index of the last whitespace character. */
astyle/src/ASFormatter.cpp:6055
Method
utf16len
LINUX function to return the length of a utf-16 C string.
astyle/src/astyle_main.cpp:2739
Method
waitForRemove
astyle/src/astyle_main.cpp:2338
Method
wildcmp
From The Code Project http://www.codeproject.com/string/wildcmp.asp Written by Jack Handy - jakkhandy@hotmail.com Modified to compare case insensitive
astyle/src/astyle_main.cpp:2356
Method
writeFile
astyle/src/astyle_main.cpp:2414
Method
~ASBase
astyle/src/astyle.h:279
Method
~ASBeautifier
* ASBeautifier's destructor */
astyle/src/ASBeautifier.cpp:260
Method
~ASEnhancer
* Destructor of ASEnhancer */
astyle/src/ASEnhancer.cpp:43
Method
~ASFormatter
* Destructor of ASFormatter */
astyle/src/ASFormatter.cpp:99
Method
~ASLocalizer
astyle/src/ASLocalizer.cpp:112
Method
~ASResource
astyle/src/astyle.h:215
Method
~ASSourceIterator
astyle/src/astyle.h:200
Method
~ASStreamIterator
astyle/src/astyle_main.cpp:109
Method
~Translation
astyle/src/ASLocalizer.h:85
← previous
301–395 of 395, ranked by callers