HomeSort by relevance Sort by last modified time
    Searched refs:INCLUDE (Results 101 - 119 of 119) sorted by null

1 2 3 45

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.y 34 #include "xkbcomp-priv.h"
35 #include "ast-build.h"
36 #include "parser-priv.h"
37 #include "scanner-utils.h"
100 INCLUDE 10
607 MergeMode : INCLUDE { $$ = MERGE_DEFAULT; }
821 "No map in include statement, but \"%s\" contains several; "
parser.c 39 There are some unavoidable exceptions within include files to
73 #include "xkbcomp-priv.h"
74 #include "ast-build.h"
75 #include "parser-priv.h"
76 #include "scanner-utils.h"
142 by #include "y.tab.h". */
168 INCLUDE = 10,
234 #define INCLUDE 10
369 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
381 # include <libintl.h> /* INFRINGES ON USER NAME SPACE *
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 253 INCLUDE /etc/radiusclient/dictionary.microsoft
  /external/curl/packages/vms/
build_vms.com 6 $! SSL support is controlled by logical names. If SSL$INCLUDE is
8 $! If OPENSSL is defined, but SSL$INCLUDE is not, then OpenSSL will be
553 $ if ((f$trnlnm("SSL$INCLUDE") .nes. "") .and. (.not. nohpssl))
631 $ curl_sys_krbinc = "sys$sysroot:[kerberos.include]"
754 $! Define the "curl" (process) logical name for "#include <curl/xxx.h>".
771 $ curl_logical = top_dev_dir + ".include.curl" + delim
773 $ curl_sys_inc1 = top_dev_dir + ".include" + delim
774 $! define curl 'top_dev_dir'.include.curl'delim'
823 $ cc_include = "/include=([-.lib],[-.lib.vtls],[-.packages.vms]"
828 $ cc_include = "/include=([--.lib.vtls],[--.lib],[--.src]
    [all...]
generate_config_vms_h_curl.com 82 $! HP defines OPENSSL as SSL$INCLUDE as a convenience for linking.
88 $ if (openssl_lnm .nes. "SYS$INCLUDE")
397 $ ssl_include = f$trnlnm("ssl$include")
411 $ search/output=nla0: ssl$include:*.h CONF_MFLAGS_IGNORE_MISSING_FILE
config_h.com 46 $! 29-Apr-2001 J. Malmberg Also look for config.*in* in a [.include]
105 $ ssl_header_dir = "SSL$INCLUDE:"
1042 $ header_dir = "sys$sysroot:[kerberos.include]"
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 19 INCLUDE SaveRestoreSse.inc
20 INCLUDE MicrocodeLoad.inc
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
uldiv.asm 18 INCLUDE AsmMacroExport.inc
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 22 INCLUDE Fsp.inc
  /external/cldr/tools/java/org/unicode/cldr/icu/
ICUResourceWriter.java 38 private static final String INCLUDE = "include";
    [all...]
  /external/icu/icu4c/source/test/testdata/
testdata.mak 29 !INCLUDE "$(TESTDATA)\tstfiles.mk"
  /build/soong/cc/
cmakelists.go 53 // Instruct generator to trace how header include path and flags were generated.
181 f.WriteString("\n# SYSTEM INCLUDE FLAGS:\n")
206 f.WriteString(fmt.Sprintf("include_directories(SYSTEM \"%s\")\n", buildCMakePath(path.Join(c.sysroot, "usr", "include"))))
230 for _, include := range includes {
231 f.WriteString(fmt.Sprintf(" \"%s\"\n", buildCMakePath(include)))
237 for _, include := range includes {
238 f.WriteString(fmt.Sprintf(" \"%s/**/*.h\"\n", buildCMakePath(include)))
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
ArmV7Support.asm 17 INCLUDE AsmMacroExport.inc
  /external/ipsec-tools/src/racoon/
cfparse.y 35 #include "config.h"
37 #include <sys/types.h>
38 #include <sys/param.h>
39 #include <sys/queue.h>
40 #include <sys/socket.h>
42 #include <netinet/in.h>
43 #include PATH_IPSEC_H
46 #include <arpa/inet.h>
49 #include <stdlib.h>
50 #include <stdio.h
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 33 ; Include processor definitions
36 INCLUDE Platform.inc
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/libxml2/
parser.c 39 #include "libxml.h"
47 #include <stdlib.h>
48 #include <limits.h>
49 #include <string.h>
50 #include <stdarg.h>
51 #include <stddef.h>
52 #include <libxml/xmlmemory.h>
53 #include <libxml/threads.h>
54 #include <libxml/globals.h>
55 #include <libxml/tree.h
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 2836 milliseconds

1 2 3 45