MCPcopy Create free account

hub / github.com/dirkvranckaert/AndroidDecompiler / functions

Functions395 in github.com/dirkvranckaert/AndroidDecompiler

MethodisLegalNameChar
check if a specific character can be used in a legal variable/method/class name
astyle/src/astyle.h:298
MethodisLineBreakBeforeClosingHeader
* 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
MethodisLineEndComment
* check if current comment is a line-end comment * * @return is before a line-end comment. */
astyle/src/ASBeautifier.cpp:1567
MethodisNextCharOpeningBracket
* 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
MethodisNextWordSharpNonParenHeader
* 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
MethodisNonInStatementArrayBracket
* check if an array bracket should NOT have an in-statement indent * * @return the array is non in-statement */
astyle/src/ASFormatter.cpp:2886
MethodisOkToBreakBlock
* is it ok to break this block? */
astyle/src/ASFormatter.cpp:4514
MethodisOkToSplitFormattedLine
astyle/src/ASFormatter.cpp:6073
MethodisOneLineBlockReached
* 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
MethodisOneLineBlockReached
* 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
MethodisOption
astyle/src/astyle_main.cpp:1250
MethodisOptionError
astyle/src/astyle_main.cpp:3433
MethodisParamOption
astyle/src/astyle_main.cpp:1260
MethodisPathExclued
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
MethodisPointerOrReference
* 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
MethodisPointerOrReferenceCentered
* 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
MethodisPointerOrReferenceVariable
* 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
MethodisPreprocessorConditionalCplusplus
* Check if a preprocessor directive is checking for __cplusplus defined. * * @return is true or false. */
astyle/src/ASBeautifier.cpp:1722
MethodisSequenceReached
check if a specific sequence exists in the current placement of the current line
astyle/src/astyle.h:975
MethodisSharpStyle
astyle/src/astyle.h:289
MethodisSharpStyleWithParen
* check if a sharp header is a paren or nonparen header */
astyle/src/ASFormatter.cpp:4532
MethodisStructAccessModified
* 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
MethodisUnaryOperator
* 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
MethodisWhiteSpace
check if a specific character is a whitespace character
astyle/src/astyle.h:331
FunctionjavaErrorHandler
Call the Java error handler
astyle/src/astyle_main.cpp:3519
FunctionjavaMemoryAlloc
Allocate memory for the formatted text
astyle/src/astyle_main.cpp:3526
Functionmain
astyle/src/astyle_main.cpp:3677
MethodpadObjCMethodColon
pad an Objective-C method colon
astyle/src/ASFormatter.cpp:6442
MethodpadOperators
* 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
MethodpadParens
* 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
MethodparseCurrentLine
* parse characters in the current line to determine if an indent * or unindent is needed. */
astyle/src/ASEnhancer.cpp:457
MethodparseCurrentLine
* Parse the current line to update indentCount and spaceIndentCount. */
astyle/src/ASBeautifier.cpp:2135
MethodparseOption
astyle/src/astyle_main.cpp:2805
MethodpeekNextChar
peek at the next unread character.
astyle/src/astyle.h:334
MethodpeekNextChar
* peek at the next unread character. * * @return the next unread character. */
astyle/src/ASFormatter.cpp:1923
MethodpeekNextText
* 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
MethodpointerSymbolFollows
* Check if a pointer symbol (->) follows on the currentLine. */
astyle/src/ASFormatter.cpp:6268
MethodpopLastInStatementIndent
astyle/src/ASBeautifier.cpp:1772
MethodpreLineWS
astyle/src/ASBeautifier.cpp:1075
MethodprintHelp
astyle/src/astyle_main.cpp:1315
MethodprintMsg
astyle/src/astyle_main.cpp:1953
MethodprintSeparatingLine
astyle/src/astyle_main.cpp:1960
MethodprintVerboseHeader
astyle/src/astyle_main.cpp:1968
MethodprintVerboseStats
astyle/src/astyle_main.cpp:1987
MethodprocessPreprocessor
* 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
MethodprocessPreprocessor
* Process preprocessor statements and update the beautifier stacks. */
astyle/src/ASBeautifier.cpp:1789
MethodprocessSwitchBlock
* 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
MethodreadFile
astyle/src/astyle_main.cpp:689
MethodregisterInStatementIndent
* register an in-statement indent. */
astyle/src/ASBeautifier.cpp:1105
MethodremoveBracketsFromStatement
* 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
MethodremoveFile
remove a file and check for an error
astyle/src/astyle_main.cpp:1850
MethodrenameFile
rename a file and check for an error
astyle/src/astyle_main.cpp:1865
MethodresetEndOfStatement
Reset the flags that indicate various statement information.
astyle/src/ASFormatter.cpp:6416
Methodrtrim
* 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
MethodsetAttachClosingBracket
* set option to attach closing brackets * * @param state true = attach, false = don't attach. */
astyle/src/ASFormatter.cpp:1762
MethodsetBlockIndent
* 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
MethodsetBracketFormatMode
* set the bracket formatting mode. * options: * * @param mode the bracket formatting mode. */
astyle/src/ASFormatter.cpp:1577
MethodsetBracketIndent
* 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
MethodsetDefaultTabLength
* set tabLength equal to indentLength. * This is done when tabLength is not explicitely set by * "indent=force-tab-x" * */
astyle/src/ASBeautifier.cpp:458
MethodsetLanguageFromLCID
astyle/src/ASLocalizer.cpp:155
MethodsetMinConditionalIndentLength
* set minConditionalIndent from the minConditionalOption. */
astyle/src/ASBeautifier.cpp:520
MethodsetOptionsFileName
astyle/src/astyle_main.cpp:754
MethodsetOutputEOL
set outputEOL variable
astyle/src/astyle_main.cpp:764
MethodsetTranslationClass
astyle/src/ASLocalizer.cpp:248
Methodsettext
astyle/src/ASLocalizer.cpp:240
Methodsleep
astyle/src/astyle_main.cpp:2024
FunctionsortOnLength
* 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
FunctionsortOnName
* Sort comparison function. * Compares the value of pointers in the vectors. * * @params the string pointers to be compared. */
astyle/src/ASResource.cpp:182
MethodstandardizePath
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
MethodstatementEndsWithComma
* 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
MethodstringEndsWith
astyle/src/astyle_main.cpp:2031
MethodstripCommentPrefix
Remove the leading '*' from a comment line and indent to the next tab.
astyle/src/ASFormatter.cpp:6485
Methodswap16bit
Swap the two low order bytes of a 16 bit integer value.
astyle/src/astyle_main.cpp:2058
Methodswap8to16bit
Swap the two low order bytes of an integer value and convert 8 bit encoding to 16 bit.
astyle/src/astyle_main.cpp:2052
MethodtempMemoryAllocation
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
MethodtestForTimeToSplitFormattedLine
This is called if the option maxCodeLength is set. */
astyle/src/ASFormatter.cpp:6106
Methodtrim
* trim removes the white space surrounding a line. * * @return the trimmed line. * @param str the line to trim. */
astyle/src/ASBeautifier.cpp:1320
MethodtrimContinuationLine
* 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
MethodunindentLine
* 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
MethodupdateFormattedLineSplitPoints
astyle/src/ASFormatter.cpp:5856
MethodupdateFormattedLineSplitPointsOperator
astyle/src/ASFormatter.cpp:5960
MethodupdateFormattedLineSplitPointsPointerOrReference
* 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
Methodutf16len
LINUX function to return the length of a utf-16 C string.
astyle/src/astyle_main.cpp:2739
MethodwaitForRemove
astyle/src/astyle_main.cpp:2338
Methodwildcmp
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
MethodwriteFile
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
← previous301–395 of 395, ranked by callers