Searched defs:include (Results 51 - 62 of 62) sorted by path

123

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp3 #include "StdAfx.h"
7 #include <io.h>
10 #include <stdio.h>
12 #include "Common/ListFileUtils.h"
13 #include "Common/StringConvert.h"
14 #include "Common/StringToInt.h"
16 #include "Windows/FileDir.h"
17 #include "Windows/FileName.h"
19 #include "Windows/FileMapping.h"
20 #include "Window
265 AddNameToCensor(NWildcard::CCensor &wildcardCensor, const UString &name, bool include, NRecursedType::EEnum type) argument
282 AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, LPCWSTR fileName, bool include, NRecursedType::EEnum type, UINT codePage) argument
315 ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, const UString &switchParam, bool include, NRecursedType::EEnum commonRecursedType) argument
378 AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, const UStringVector &strings, bool include, NRecursedType::EEnum commonRecursedType, UINT codePage) argument
[all...]
/external/lzma/CPP/Common/
H A DWildcard.cpp3 #include "StdAfx.h"
5 #include "../../C/Types.h"
7 #include "Wildcard.h"
214 void CCensorNode::AddItemSimple(bool include, CItem &item) argument
216 if (include)
222 void CCensorNode::AddItem(bool include, CItem &item) argument
226 AddItemSimple(include, item);
232 AddItemSimple(include, item);
239 SubNodes[index].AddItem(include, item);
242 void CCensorNode::AddItem(bool include, cons argument
273 CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const argument
313 bool include; local
319 CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const argument
338 AddItem2(bool include, const UString &path, bool recursive) argument
374 AddItem(bool include, const UString &path, bool recursive) argument
437 bool include; local
[all...]
/external/mksh/src/
H A Dmain.c28 #include "sh.h"
31 #include <langinfo.h>
34 #include <locale.h>
593 include(MKSH_SYSTEM_PROFILE, 0, NULL, true);
596 include(substitute("$HOME/.profile", 0), 0, NULL, true);
601 include(cp, 0, NULL, true);
604 include(MKSH_SUID_PROFILE, 0, NULL, true);
651 include(const char *name, int argc, const char **argv, bool intr_ok) function
696 internal_errorf("%s %d", "include", i);
/external/oprofile/libutil++/
H A Dstring_filter.h3 * Filter strings based on exclude/include list
15 #include <string>
16 #include <vector>
19 * string_filter - filtering of a string based on include/exclude list
31 * Initialise the filter with the include and exclude list,
38 * Initialise the filter with the include and exclude list.
49 /// include patterns
50 std::vector<std::string> include; member in class:string_filter
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs-ant.jar ... String not private String withSource private String exclude private String include private String annotation private String after private String before private ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h77 OPJ_INT16 *include; member in struct:opj_pi_iterator
78 /** layer step used to localize the packet in the include vector */
80 /** resolution step used to localize the packet in the include vector */
82 /** component step used to localize the packet in the include vector */
84 /** precinct step used to localize the packet in the include vector */
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeForm.java165 * @param include true to receive the message body, false otherwise
167 public void setIncludeBody(boolean include) argument
170 setAnswer(SubscribeOptionFields.include_body.getFieldName(), include);

Completed in 421 milliseconds

123