HomeSort by relevance Sort by last modified time
    Searched defs:include (Results 1 - 25 of 545) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.asm 19 include AsmInclude.inc label
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.asm 17 include AsmInclude.inc label
  /build/make/core/
pathmap.mk 19 # them in Android.mk files. Not meant for header file include directories,
24 # have the correct header files added to their include path automatically.
34 # A mapping from shorthand names to include directories.
37 camera:system/media/camera/include \
38 frameworks-base:frameworks/base/include \
39 frameworks-native:frameworks/native/include \
40 libhardware:hardware/libhardware/include \
41 libhardware_legacy:hardware/libhardware_legacy/include \
42 libril:hardware/ril/include \
43 opengl-tests-includes:frameworks/native/opengl/tests/include \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementInclude.py 56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
94 # @throws FatalIncludeError If the function fails to include a given
98 def include(elem, loader=None): function
134 "unknown parse type in xi:include tag (%r)" % parse
138 "xi:fallback tag must be child of xi:include (%r)" % e.tag
141 include(e, loader)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementInclude.py 56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
95 # @throws FatalIncludeError If the function fails to include a given
99 def include(elem, loader=None): function
135 "unknown parse type in xi:include tag (%r)" % parse
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
142 include(e, loader)
  /external/ltp/tools/pounder21/
pounder 51 -i subtests Include previously excluded subtests in the next pounder run
100 function include() { function
183 i) include $OPTARG; exit;;
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementInclude.py 56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
95 # @throws FatalIncludeError If the function fails to include a given
99 def include(elem, loader=None): function
135 "unknown parse type in xi:include tag (%r)" % parse
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
142 include(e, loader)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementInclude.py 56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
95 # @throws FatalIncludeError If the function fails to include a given
99 def include(elem, loader=None): function
135 "unknown parse type in xi:include tag (%r)" % parse
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
142 include(e, loader)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py 56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
95 # @throws FatalIncludeError If the function fails to include a given
99 def include(elem, loader=None): function
135 "unknown parse type in xi:include tag (%r)" % parse
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
142 include(e, loader)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py 56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
95 # @throws FatalIncludeError If the function fails to include a given
99 def include(elem, loader=None): function
135 "unknown parse type in xi:include tag (%r)" % parse
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
142 include(e, loader)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IncludeRule.java 26 * An {@link IViewRule} for the special XML {@code <include>} tag.
32 // When dropping an include tag, ask the user which layout to include.
34 String include = mRulesEngine.displayIncludeSourceInput(); local
35 if (include != null) {
36 node.editXml("Include Layout",
39 include.length() > 0 ? include : null));
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/
MpFuncs.asm 24 include MpEqu.inc label
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
MpFuncs.asm 21 include MpEqu.inc label
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 54 final PatternSet.NameEntry include = createInclude (); local
55 include.setName (file.getName ());
  /external/libxml2/doc/examples/
io1.c 14 #include <stdio.h>
15 #include <string.h>
16 #include <libxml/parser.h>
17 #include <libxml/tree.h>
18 #include <libxml/xinclude.h>
19 #include <libxml/xmlIO.h>
98 const char *include = "<?xml version='1.0'?>\n\ variable
101 <xi:include href=\"sql:select_name_from_people\"/>\n\
122 * parse include into a document
124 doc = xmlReadMemory(include, strlen(include), "include.xml", NULL, 0)
    [all...]
  /libcore/
NativeCode.mk 29 # Include a submakefile, resolve its source file locations,
35 # $(1): directory containing the makefile to include
36 define include-core-native-dir
38 include $(LOCAL_PATH)/$(1)/sub.mk
40 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not include CLEAR_VARS \
50 define include-openjdk-native-dir
52 include $(LOCAL_PATH)/$(1)/openjdksub.mk
62 include $(CLEAR_VARS)
68 #Include the sub.mk for openjdk.
71 $(eval $(call include-openjdk-native-dir,$(dir)))
    [all...]
  /external/elfutils/tests/
dwarf-getmacros.c 18 #include <config.h>
19 #include ELFUTILS_HEADER(dw)
20 #include <dwarf.h>
21 #include <sys/types.h>
22 #include <sys/stat.h>
23 #include <fcntl.h>
24 #include <stdio.h>
25 #include <stdint.h>
26 #include <stdlib.h>
27 #include <assert.h
110 include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token) function
    [all...]
  /system/ca-certificates/
Android.mk 32 define include-prebuilt-with-destination-directory
33 include $$(CLEAR_VARS)
41 include $$(BUILD_PREBUILT)
47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
62 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelperTest.java 54 Set<String> include = new HashSet<>(); local
55 include.add(TEST_STRING);
58 RetryFilterHelper helper = new RetryFilterHelper(null, 0, TEST_STRING, include, exclude,
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ManagedServletPipeline.java 143 public void include(ServletRequest servletRequest, ServletResponse servletResponse) method
  /external/lzma/Asm/x86/
7zCrcOpt.asm 4 include 7zAsm.asm label
XzCrc64Opt.asm 4 include 7zAsm.asm label
  /external/testng/src/test/java/test/
SimpleBaseTest.java 87 XmlInclude include = new XmlInclude(m, index++); local
88 cls.getIncludedMethods().add(include);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 19 // It also handles #include processing (by pushing onto the input stack)
36 // include directories: look in source dir, then -I directories.
142 // We have a '#'; it must be followed by a known word (define, include, etc.).
169 case "include":
170 in.include()
404 // #include processing.
405 func (in *Input) include() { func
409 in.expectText("expected string after #include")
413 in.Error("unquoting include file name: ", err)
415 in.expectNewline("#include")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 19 // It also handles #include processing (by pushing onto the input stack)
36 // include directories: look in source dir, then -I directories.
142 // We have a '#'; it must be followed by a known word (define, include, etc.).
169 case "include":
170 in.include()
404 // #include processing.
405 func (in *Input) include() { func
409 in.expectText("expected string after #include")
413 in.Error("unquoting include file name: ", err)
415 in.expectNewline("#include")
    [all...]

Completed in 1009 milliseconds

1 2 3 4 5 6 7 8 91011>>