HomeSort by relevance Sort by last modified time
    Searched defs:include (Results 51 - 75 of 616) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/experimental/categories/
Categories.java 119 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { method in class:Categories.CategoryFilter
126 public static CategoryFilter include(Class<?> category) { method in class:Categories.CategoryFilter
127 return include(true, category);
130 public static CategoryFilter include(Class<?>... categories) { method in class:Categories.CategoryFilter
131 return include(true, categories);
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 12 #include "HexagonBlockRanges.h"
13 #include "HexagonInstrInfo.h"
14 #include "HexagonSubtarget.h"
16 #include "llvm/ADT/BitVector.h"
17 #include "llvm/CodeGen/MachineBasicBlock.h"
18 #include "llvm/CodeGen/MachineInstr.h"
19 #include "llvm/CodeGen/MachineRegisterInfo.h"
20 #include "llvm/Support/Compiler.h"
21 #include "llvm/Support/Debug.h"
22 #include "llvm/Support/raw_ostream.h
74 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { function in class:HexagonBlockRanges::RangeList
    [all...]
  /external/ply/ply/ply/
cpp.py 156 # include directories, and other information
655 elif name == 'include':
661 for tok in self.include(args):
739 # include()
744 def include(self,tokens): member in class:Preprocessor
745 # Try to extract the filename and then process an include file
753 # Include <...>
760 print("Malformed #include <...>")
768 print("Malformed #include statement")
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyDescriptor.java 49 @JRubyClass(name = "Descriptor", include = "Enumerable")
252 klass.include(new IRubyObject[] {messageExts});
  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 60 "<include path=\"onlyInclude.txt\" domain=\"file\"/>" +
67 assertEquals("Unexpected number of <include/>s", 1, includeMap.size());
70 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
71 PathWithRequiredFlags include = fileDomainIncludes.iterator().next(); local
72 assertEquals("Invalid path parsed for <include/>",
74 include.getPath());
75 assertEquals("Invalid requireFlags parsed for <include/>", 0, include.getRequiredFlags());
81 "<include path=\"onlyInclude.txt\" domain=\"file\""
89 assertEquals("Unexpected number of <include/>s", 1, includeMap.size())
93 PathWithRequiredFlags include = fileDomainIncludes.iterator().next(); local
115 PathWithRequiredFlags include = fileDomainIncludes.iterator().next(); local
139 PathWithRequiredFlags include = fileDomainIncludes.iterator().next(); local
164 PathWithRequiredFlags include = fileDomainIncludes.iterator().next(); local
190 PathWithRequiredFlags include = fileDomainIncludes.iterator().next(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 69 // TODO this is probably a bug. a new include path should trigger
145 for (IPath include : mIncludePaths) {
147 out.print(include.toPortableString());
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/
maven-common-artifact-filters-1.4.jar 
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
ast-build.c 54 #include "xkbcomp-priv.h"
55 #include "ast-build.h"
56 #include "include.h"
478 "Using only part of the include\n");
505 log_err(ctx, "Illegal include statement \"%s\"; Ignored\n", stmt);
540 IncludeStmt *include = NULL; local
545 include = IncludeCreate(ctx, components[type], MERGE_DEFAULT);
546 if (!include)
549 file = XkbFileCreate(type, NULL, (ParseCommon *) include, 0)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 213 public void include(MatrixCursor result) { method in class:MyDocumentsProvider.Doc
340 mDocs.get(documentId).include(result);
349 doc.include(result);
  /frameworks/support/leanback/src/main/java/androidx/leanback/transition/
TransitionHelper.java 252 public static void include(Object transition, int targetId) { method in class:TransitionHelper
258 public static void include(Object transition, View targetView) { method in class:TransitionHelper
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 81 #include <stack>
82 #include <unordered_map>
84 #include "../ParseHelper.h"
377 // Used to obtain #include content.
604 TShader::Includer::IncludeResult* include = includeStack.top(); local
606 includer.releaseInclude(include);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 97 * include to that new layout file. Interactively asks the user for a new name for the
157 // Disable if you've selected a single include tag
163 status.addWarning("No point in refactoring a single include tag");
209 return "Extract as Include";
220 // ---- Actual implementation of Extract as Include modification computation ----
245 // Replace extracted elements by <include> tag
321 // place the extracted include in the base layout folder (if not it goes next to
353 // Replace existing elements in the source file and insert <include>
355 String include = computeIncludeString(primary, mLayoutName, androidNsPrefix, referenceId); local
357 ReplaceEdit replace = new ReplaceEdit(begin, length, include);
    [all...]
  /build/make/core/
definitions.mk     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 168 include(node.getExpression(), false);
178 include(node.getExpression(), true);
182 * &lt;?cs include!'somefile.cs' &gt; command. Throw an error if file does not exist.
187 include(node.getExpression(), false);
191 * &lt;?cs include:'somefile.cs' &gt; command. Silently ignore if the included file does not
197 include(node.getExpression(), true);
270 * AutoEscaper determines the html context in which an include or lvar or evar command is called
558 * Code common to all three include commands.
560 * @param expression expression representing name of file to include.
564 private void include(PExpression expression, boolean ignoreMissingFile) method in class:TemplateInterpreter
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 3 #include "StdAfx.h"
8 #include "../../../../C/Alloc.h"
10 #include "../../../Common/ComTry.h"
11 #include "../../../Common/IntToString.h"
12 #include "../../../Common/StringConvert.h"
13 #include "../../../Common/Wildcard.h"
15 #include "../../../Windows/ErrorMsg.h"
16 #include "../../../Windows/FileDir.h"
17 #include "../../../Windows/FileFind.h"
18 #include "../../../Windows/FileName.h"
536 bool include; local
    [all...]
Update.cpp 3 #include "StdAfx.h"
5 #include "Update.h"
7 #include "../../../Common/IntToString.h"
8 #include "../../../Common/StringConvert.h"
10 #include "../../../Windows/DLL.h"
11 #include "../../../Windows/FileDir.h"
12 #include "../../../Windows/FileFind.h"
13 #include "../../../Windows/FileName.h"
14 #include "../../../Windows/PropVariant.h"
15 #include "../../../Windows/PropVariantConv.h"
873 bool include; local
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 3 #include "StdAfx.h"
5 #include "../../../Common/IntToString.h"
6 #include "../../../Common/MyCom.h"
7 #include "../../../Common/StdOutStream.h"
8 #include "../../../Common/StringConvert.h"
9 #include "../../../Common/UTFConvert.h"
11 #include "../../../Windows/ErrorMsg.h"
12 #include "../../../Windows/FileDir.h"
13 #include "../../../Windows/PropVariant.h"
14 #include "../../../Windows/PropVariantConv.h"
1212 bool include; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 31 #include "main/mtypes.h"
32 #include "pipe/p_state.h"
33 #include "state_tracker/st_api.h"
34 #include "main/fbobject.h"
35 #include "state_tracker/st_atom.h"
128 boolean include; member in struct:st_context::__anon30614::__anon30616
  /external/mksh/src/
main.c 28 #include "sh.h"
31 #include <langinfo.h>
34 #include <locale.h>
657 include(MKSH_SYSTEM_PROFILE, 0, NULL, true);
660 include(substitute("$HOME/.profile", 0), 0, NULL, true);
664 include(cp, 0, NULL, true);
667 include(MKSH_SUID_PROFILE, 0, NULL, true);
714 include(const char *name, int argc, const char **argv, bool intr_ok) function
    [all...]
  /external/testng/src/main/java/org/testng/internal/
BaseTestMethod.java 779 for (XmlInclude include : xmlClass.getIncludedMethods()) {
780 if (include.getName().equals(getMethodName())) {
781 result.putAll(include.getLocalParameters());
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 47 private Include m_currentInclude;
55 INCLUDE,
586 else if ("include".equals(qName)) {
604 case INCLUDE:
611 private static class Include {
617 public Include(String name, String numbers) {
625 m_locations.push(Location.INCLUDE);
626 m_currentInclude = new Include(attributes.getValue("name"),
632 XmlInclude include; local
634 include = new XmlInclude(name, stringToList(in), m_currentIncludeIndex++)
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 27 #include <cctype>
29 #include "macro-assembler-aarch64.h"
2791 RegList include = local
2804 RegList include = local
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 249 String include = includes.get(viewType.getKey()); local
250 if (include == null) {
760 @XmlAttribute(name="include")
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
GuidedStepFragment.java     [all...]
GuidedStepSupportFragment.java     [all...]

Completed in 753 milliseconds

1 23 4 5 6 7 8 91011>>