MCPcopy Create free account

hub / github.com/dirkvranckaert/AndroidDecompiler / functions

Functions395 in github.com/dirkvranckaert/AndroidDecompiler

↓ 26 callersMethodsetFormattingStyle
* set the formatting style. * * @param mode the formatting style. */
astyle/src/ASFormatter.cpp:1526
↓ 13 callersMethodhasMoreLines
* check if there are any indented lines ready to be read by nextLine() * * @return are there any indented lines ready? */
astyle/src/ASFormatter.cpp:1508
↓ 10 callersMethodpeekReset
astyle/src/astyle_main.cpp:241
↓ 8 callersMethodsetReferenceAlignment
astyle/src/ASFormatter.cpp:1902
↓ 6 callersMethodgetOutputEOL
astyle/src/astyle_main.h:130
↓ 6 callersMethodnextLine
astyle/src/astyle_main.cpp:120
↓ 6 callersMethodpeekNextLine
astyle/src/astyle_main.cpp:205
↓ 6 callersMethodsetLineEndFormat
* set option to force all line ends to a particular style. * * @param fmt format enum value */
astyle/src/ASFormatter.cpp:1857
↓ 6 callersMethodsetPointerAlignment
* set the pointer alignment. * * @param alignment the pointer alignment. */
astyle/src/ASFormatter.cpp:1897
↓ 4 callersMethodsetObjCColonPaddingMode
* set objective-c method colon padding mode. * * @param mode objective-c colon padding mode. */
astyle/src/ASFormatter.cpp:1751
↓ 4 callersMethodsetTabIndentation
* indent using one tab per indentation */
astyle/src/ASBeautifier.cpp:479
↓ 3 callersMethodgetIsLineReady
* Return isLineReady for the final check at end of file. */
astyle/src/ASFormatter.cpp:6323
↓ 3 callersMethodgetOptionErrors
astyle/src/astyle_main.cpp:3408
↓ 3 callersMethodinit
* initialize the ASEnhancer. * * init() is called each time an ASFormatter object is initialized. */
astyle/src/ASEnhancer.cpp:52
↓ 3 callersMethodparseOptions
* parse the options vector * optionsVector can be either a fileOptionsVector (options file) or an optionsVector (command line) * * @return t
astyle/src/astyle_main.cpp:2761
↓ 3 callersMethodsetModeManuallySet
* set mode manually set flag */
astyle/src/ASBeautifier.cpp:447
↓ 2 callersFunctionAStyleMain
astyle/src/astyle_main.cpp:3587
↓ 2 callersMethodenhance
* additional formatting for line of source code. * every line of source code in a source code file should be sent * one after the other to this
astyle/src/ASEnhancer.cpp:105
↓ 2 callersMethodgetChecksumDiff
* Return the difference in checksums. * If zero all is okay. */
astyle/src/ASFormatter.cpp:6342
↓ 2 callersMethodgetLineEndFormat
for console build only
astyle/src/ASFormatter.cpp:5148
↓ 2 callersMethodimportOptions
astyle/src/astyle_main.cpp:3372
↓ 2 callersMethodsaveLastInputLine
astyle/src/astyle_main.cpp:251
↓ 2 callersMethodsetBreakBlocksMode
* set option to break unrelated blocks of code with empty lines. * * @param state true = convert, false = don't convert. */
astyle/src/ASFormatter.cpp:1867
↓ 2 callersMethodsetCStyle
* set indentation style to C/C++. */
astyle/src/ASBeautifier.cpp:423
↓ 2 callersMethodsetForceTabXIndentation
* indent using a different tab setting for indent=force-tab * * @param length number of spaces per tab. */
astyle/src/ASBeautifier.cpp:468
↓ 2 callersMethodsetJavaStyle
* set indentation style to Java. */
astyle/src/ASBeautifier.cpp:431
↓ 2 callersMethodsetMaxCodeLength
* set maximum code length * * @param max the maximum code length. */
astyle/src/ASFormatter.cpp:1624
↓ 2 callersMethodsetParensInsidePaddingMode
* set parenthesis inside padding mode. * options: * true statement parenthesis will be padded with spaces around them. * false stateme
astyle/src/ASFormatter.cpp:1663
↓ 2 callersMethodsetParensOutsidePaddingMode
* set parenthesis outside padding mode. * options: * true statement parentheses will be padded with spaces around them. * false statem
astyle/src/ASFormatter.cpp:1650
↓ 2 callersMethodsetPreprocDefineIndent
* set the state of the preprocessor indentation option. * If true, multiline #define statements will be indented. * * @param state st
astyle/src/ASBeautifier.cpp:630
↓ 2 callersMethodsetSharpStyle
* set indentation style to C#. */
astyle/src/ASBeautifier.cpp:439
↓ 2 callersMethodsetSpaceIndentation
* indent using a number of spaces per indentation. * * @param length number of spaces per indent. */
astyle/src/ASBeautifier.cpp:491
↓ 1 callersMethodcompareToInputBuffer
inline functions
astyle/src/astyle_main.h:128
↓ 1 callersMethodcomputePreprocessorIndent
* Compute indentation for a preprocessor #if statement. * This may be called for the activeBeautiferStack * instead of the active ASBeautifier objec
astyle/src/ASBeautifier.cpp:1170
↓ 1 callersMethodfileNameVectorIsEmpty
astyle/src/astyle_main.cpp:1245
↓ 1 callersMethodformatCinToCout
* If no files have been given, use cin for input and cout for output. * * This is used to format text for text editors like TextWrangler (Mac). * D
astyle/src/astyle_main.cpp:427
↓ 1 callersMethodformatUtf16
astyle/src/astyle_main.cpp:2478
↓ 1 callersMethodgetArgvOptions
build a vector of argv options the program path argv[0] is excluded
astyle/src/astyle_main.cpp:575
↓ 1 callersMethodgetLineEndChange
astyle/src/astyle_main.cpp:259
↓ 1 callersMethodgetModeManuallySet
* get mode manually set flag */
astyle/src/ASBeautifier.cpp:689
↓ 1 callersMethodnextLine
* get the next formatted line. * * @return formatted line. */
astyle/src/ASFormatter.cpp:415
↓ 1 callersMethodprocessFiles
* Process files in the fileNameVector. */
astyle/src/astyle_main.cpp:1710
↓ 1 callersMethodprocessOptions
process options from the command line and options file build the vectors fileNameVector, excludeVector, optionsVector, and fileOptionsVector
astyle/src/astyle_main.cpp:1734
↓ 1 callersMethodsetAddBracketsMode
* set the add brackets mode. * options: * true brackets added to headers for single line statements. * false brackets NOT added to hea
astyle/src/ASFormatter.cpp:1539
↓ 1 callersMethodsetAddOneLineBracketsMode
* set the add one line brackets mode. * options: * true one line brackets added to headers for single line statements. * false one lin
astyle/src/ASFormatter.cpp:1552
↓ 1 callersMethodsetAlignMethodColon
astyle/src/ASBeautifier.cpp:653
↓ 1 callersMethodsetAttachClass
* set option to attach class brackets * * @param state true = attach, false = use style default. */
astyle/src/ASFormatter.cpp:1772
↓ 1 callersMethodsetAttachExternC
* set option to attach extern "C" brackets * * @param state true = attach, false = use style default. */
astyle/src/ASFormatter.cpp:1782
↓ 1 callersMethodsetAttachInline
* set option to attach inline brackets * * @param state true = attach, false = use style default. */
astyle/src/ASFormatter.cpp:1802
↓ 1 callersMethodsetAttachNamespace
* set option to attach namespace brackets * * @param state true = attach, false = use style default. */
astyle/src/ASFormatter.cpp:1792
↓ 1 callersMethodsetBreakAfterMode
* set 'break after' mode for maximum code length * * @param state the 'break after' mode. */
astyle/src/ASFormatter.cpp:1587
↓ 1 callersMethodsetBreakClosingHeaderBlocksMode
* set option to break closing header blocks of code (such as 'else', 'catch', ...) with empty lines. * * @param state true = convert, false =
astyle/src/ASFormatter.cpp:1877
↓ 1 callersMethodsetBreakClosingHeaderBracketsMode
* set closing header bracket breaking mode * options: * true brackets just before closing headers (e.g. 'else', 'catch') * will
astyle/src/ASFormatter.cpp:1601
↓ 1 callersMethodsetBreakElseIfsMode
* set 'else if()' breaking mode * options: * true 'else' headers will be broken from their succeeding 'if' headers. * false 'else' hea
astyle/src/ASFormatter.cpp:1614
↓ 1 callersMethodsetBreakOneLineBlocksMode
* set option to break/not break one-line blocks * * @param state true = break, false = don't break. */
astyle/src/ASFormatter.cpp:1812
↓ 1 callersMethodsetCaseIndent
* set the state of the case indentation option. If true, lines of 'case' * statements will be indented one additional indent. * * @param state
astyle/src/ASBeautifier.cpp:593
↓ 1 callersMethodsetClassIndent
* set the state of the class indentation option. If true, C++ class * definitions will be indented one additional indent. * * @param state
astyle/src/ASBeautifier.cpp:560
↓ 1 callersMethodsetCloseTemplatesMode
astyle/src/ASFormatter.cpp:1817
↓ 1 callersMethodsetDeleteEmptyLinesMode
* set option to delete empty lines. * * @param state true = delete, false = don't delete. */
astyle/src/ASFormatter.cpp:1887
↓ 1 callersMethodsetEmptyLineFill
* set 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:648
↓ 1 callersMethodsetIgnoreExcludeErrors
astyle/src/astyle_main.cpp:733
↓ 1 callersMethodsetIgnoreExcludeErrorsAndDisplay
astyle/src/astyle_main.cpp:736
↓ 1 callersMethodsetIndentCol1CommentsMode
* set option to indent comments in column 1. * * @param state true = indent, false = don't indent. */
astyle/src/ASFormatter.cpp:1847
↓ 1 callersMethodsetIsFormattedOnly
astyle/src/astyle_main.cpp:739
↓ 1 callersMethodsetIsQuiet
astyle/src/astyle_main.cpp:742
↓ 1 callersMethodsetIsRecursive
astyle/src/astyle_main.cpp:745
↓ 1 callersMethodsetIsVerbose
astyle/src/astyle_main.cpp:748
↓ 1 callersMethodsetLabelIndent
* set the state of the label indentation option. * If true, labels will be indented one indent LESS than the * current indentation level. * If fals
astyle/src/ASBeautifier.cpp:619
↓ 1 callersMethodsetLanguageFromName
astyle/src/ASLocalizer.cpp:201
↓ 1 callersMethodsetMaxInStatementIndentLength
* set the maximum indentation between two lines in a multi-line statement. * * @param max maximum indentation length. */
astyle/src/ASBeautifier.cpp:502
↓ 1 callersMethodsetMethodPrefixPaddingMode
* set objective-c '-' or '+' class prefix padding mode. * options: * true class prefix will be padded a spaces after them. * false cla
astyle/src/ASFormatter.cpp:1728
↓ 1 callersMethodsetMethodPrefixUnPaddingMode
* set objective-c '-' or '+' class prefix unpadding mode. * options: * true class prefix will be unpadded with spaces after them removed. *
astyle/src/ASFormatter.cpp:1741
↓ 1 callersMethodsetMinConditionalIndentOption
* set the minimum conditional indentation option. * * @param min minimal indentation option. */
astyle/src/ASBeautifier.cpp:512
↓ 1 callersMethodsetModifierIndent
* set the state of the modifier indentation option. If true, C++ class * access modifiers will be indented one-half an indent. * * @param state
astyle/src/ASBeautifier.cpp:571
↓ 1 callersMethodsetNamespaceIndent
* set the state of the namespace indentation option. * If true, blocks of 'namespace' statements will be indented one * additional indent. Otherwise
astyle/src/ASBeautifier.cpp:605
↓ 1 callersMethodsetNoBackup
astyle/src/astyle_main.cpp:751
↓ 1 callersMethodsetOperatorPaddingMode
* set operator padding mode. * options: * true statement operators will be padded with spaces around them. * false statement operators
astyle/src/ASFormatter.cpp:1637
↓ 1 callersMethodsetOrigSuffix
astyle/src/astyle_main.cpp:757
↓ 1 callersMethodsetParensFirstPaddingMode
* set padding mode before one or more open parentheses. * options: * true first open parenthesis will be padded with a space before. * fa
astyle/src/ASFormatter.cpp:1676
↓ 1 callersMethodsetParensHeaderPaddingMode
* set header padding mode. * options: * true headers will be padded with spaces around them. * false headers will not be padded. * *
astyle/src/ASFormatter.cpp:1689
↓ 1 callersMethodsetParensUnPaddingMode
* set parenthesis unpadding mode. * options: * true statement parenthesis will be unpadded with spaces removed around them. * false st
astyle/src/ASFormatter.cpp:1702
↓ 1 callersMethodsetPreprocConditionalIndent
astyle/src/ASBeautifier.cpp:635
↓ 1 callersMethodsetPreserveDate
astyle/src/astyle_main.cpp:760
↓ 1 callersMethodsetRemoveBracketsMode
* set the remove brackets mode. * options: * true brackets removed from headers for single line statements. * false brackets NOT remov
astyle/src/ASFormatter.cpp:1566
↓ 1 callersMethodsetSingleStatementsMode
* set option to break/not break lines consisting of multiple statements. * * @param state true = break, false = don't break. */
astyle/src/ASFormatter.cpp:1827
↓ 1 callersMethodsetStripCommentPrefix
* Set strip comment prefix mode. * options: * true strip leading '*' in a comment. * false leading '*' in a comment will be left uncha
astyle/src/ASFormatter.cpp:1715
↓ 1 callersMethodsetSwitchIndent
* set the state of the switch indentation option. If true, blocks of 'switch' * statements will be indented one additional indent. * * @param sta
astyle/src/ASBeautifier.cpp:582
↓ 1 callersMethodsetTabSpaceConversionMode
* set option to convert tabs to spaces. * * @param state true = convert, false = don't convert. */
astyle/src/ASFormatter.cpp:1837
↓ 1 callersMethodupdateExcludeVector
astyle/src/astyle_main.cpp:2063
MethodASBase
astyle/src/astyle.h:278
MethodASBeautifier
* ASBeautifier's constructor * This constructor is called only once for each source file. * The cloned ASBeautifier objects are created with the cop
astyle/src/ASBeautifier.cpp:43
MethodASConsole
astyle/src/astyle_main.h:210
MethodASEnhancer
* ASEnhancer constructor */
astyle/src/ASEnhancer.cpp:36
MethodASFormatter
* Constructor of ASFormatter */
astyle/src/ASFormatter.cpp:38
MethodASLocalizer
astyle/src/ASLocalizer.cpp:80
MethodASOptions
astyle/src/astyle_main.h:142
MethodASResource
astyle/src/astyle.h:214
MethodASSourceIterator
astyle/src/astyle.h:199
MethodASStreamIterator
astyle/src/astyle_main.cpp:95
FunctionAStyleGetVersion
astyle/src/astyle_main.cpp:3665
next →1–100 of 395, ranked by callers