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

123

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/bison/src/
H A Dgetargs.c21 #include <config.h>
22 #include "system.h"
23 #include "output.h"
25 #include <argmatch.h>
26 #include <c-strcase.h>
27 #include <configmake.h>
28 #include <error.h>
36 #include <getopt.h>
43 #include <progname.h>
45 #include "complai
83 const char *include = NULL; variable
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js148 function include(path) { function
/external/chromium_org/extensions/browser/
H A Dextension_function.h8 #include <list>
9 #include <string>
11 #include "base/callback.h"
12 #include "base/compiler_specific.h"
13 #include "base/memory/ref_counted.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/memory/weak_ptr.h"
16 #include "base/process/process.h"
17 #include "base/sequenced_task_runner_helpers.h"
18 #include "conten
232 set_include_incognito(bool include) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcmdline.py35 include = optparse.make_option( variable in class:Opts
36 '', '--include', action='store',
116 include=None,
240 Opts.include,
278 Opts.include,
290 Opts.include,
307 Opts.include,
319 Opts.include,
458 include = unshell_list(options.include)
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libxslt/libxslt/
H A Dimports.c13 #include "libxslt.h"
15 #include <string.h>
18 #include <sys/types.h>
21 #include <math.h>
24 #include <float.h>
27 #include <ieeefp.h>
30 #include <nan.h>
33 #include <ctype.h>
36 #include <libxml/xmlmemory.h>
37 #include <libxm
191 xsltDocumentPtr include; local
[all...]
H A Dxslt.c17 #include "libxslt.h"
19 #include <string.h>
21 #include <libxml/xmlmemory.h>
22 #include <libxml/parser.h>
23 #include <libxml/tree.h>
24 #include <libxml/valid.h>
25 #include <libxml/hash.h>
26 #include <libxml/uri.h>
27 #include <libxml/xmlerror.h>
28 #include <libxm
5610 xsltDocumentPtr include; local
[all...]
H A DxsltInternals.h16 #include <libxml/tree.h>
17 #include <libxml/hash.h>
18 #include <libxml/xpath.h>
19 #include <libxml/xmlerror.h>
20 #include <libxml/dict.h>
21 #include <libxml/xmlstring.h>
22 #include <libxslt/xslt.h>
23 #include "xsltexports.h"
24 #include "xsltlocale.h"
25 #include "numbersInternal
1101 xsltDocumentPtr include; member in struct:_xsltStyleItemInclude
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c4 ** single file to make it easy to include LEMON in the source tree
9 #include <stdio.h>
10 #include <stdarg.h>
11 #include <string.h>
12 #include <ctype.h>
13 #include <stdlib.h>
14 #include <assert.h>
31 #include <unistd.h>
294 char *include; /* Code to put at the start of the C file */ member in struct:lemon
2224 }else if( strcmp(x,"include")
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc11 #include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h"
13 #include <assert.h> // assert
14 #include <stdlib.h> // rand
15 #include <string.h> // memcpy
17 #include <algorithm> // min
19 #include "webrtc/common_types.h"
20 #include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h"
21 #include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
22 #include "webrtc/system_wrappers/interface/logging.h"
23 #include "webrt
2026 SetCSRCStatus(const bool include) argument
[all...]
H A Drtp_rtcp_impl.cc11 #include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h"
13 #include <assert.h>
14 #include <string.h>
16 #include "webrtc/common_types.h"
17 #include "webrtc/system_wrappers/interface/logging.h"
18 #include "webrtc/system_wrappers/interface/trace.h"
387 int32_t ModuleRtpRtcpImpl::SetCSRCStatus(const bool include) { argument
388 rtcp_sender_.SetCSRCStatus(include);
389 rtp_sender_.SetCSRCStatus(include);
H A Drtp_sender.cc11 #include "webrtc/modules/rtp_rtcp/source/rtp_sender.h"
13 #include <stdlib.h> // srand
15 #include "webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h"
16 #include "webrtc/modules/rtp_rtcp/source/rtp_sender_video.h"
17 #include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
18 #include "webrtc/system_wrappers/interface/logging.h"
19 #include "webrtc/system_wrappers/interface/tick_util.h"
20 #include "webrtc/system_wrappers/interface/trace_event.h"
1212 // Note that we always include 2 pad bytes, which will result in legal and
1489 void RTPSender::SetCSRCStatus(const bool include) { argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dgenmodule.c28 #include <stdio.h>
29 #include <stdlib.h>
30 #include <string.h>
31 #include <ctype.h>
33 #include "compat-queue.h"
40 typedef struct include { struct
41 STAILQ_ENTRY(include) link;
43 } include; typedef in typeref:struct:include
55 STAILQ_HEAD(includehead, include) includes =
57 include *in
[all...]
/external/chromium_org/tools/gn/
H A Dheader_checker.cc5 #include "tools/gn/header_checker.h"
7 #include <algorithm>
9 #include "base/bind.h"
10 #include "base/files/file_util.h"
11 #include "base/message_loop/message_loop.h"
12 #include "base/strings/string_util.h"
13 #include "base/threading/sequenced_worker_pool.h"
14 #include "tools/gn/build_settings.h"
15 #include "tools/gn/builder.h"
16 #include "tool
302 SourceFile include = SourceFileForInclude(current_include); local
[all...]
/external/chromium_org/tools/grit/grit/format/
H A Ddata_pack.py19 from grit.node import include namespace
43 if isinstance(node, (include.IncludeNode, message.MessageNode,
119 that should be kept in the output file or None to include
141 or None to include all resources.
H A Drc.py19 from grit.node import empty, include, message, structure namespace
33 elif isinstance(item, include.IncludeNode):
327 # Find the location of the resource header file, so that we can include
351 #include "%s"
352 #include <winresrc.h>
415 from grit.node import include namespace
416 assert isinstance(item, (structure.StructureNode, include.IncludeNode))
418 if isinstance(item, include.IncludeNode):
434 # if needed (e.g. if it is an HTML file include).
H A Drc_header.py23 default_includes = ['#include <atlres.h>', '']
97 from grit.node import empty, include, message, misc, structure namespace
114 (include.IncludeNode, message.MessageNode,
H A Dresource_map.py54 #include <stddef.h>
84 #include "%(map_header_file)s"
86 #include "base/basictypes.h"
87 #include "%(rc_header_file)s"
107 from grit.node import include, structure, message namespace
/external/chromium_org/tools/grit/grit/node/
H A Dempty.py11 from grit.node import include namespace
33 return isinstance(child, (include.IncludeNode, misc.IfNode, misc.PartNode))
H A Dinclude_unittest.py6 '''Unit tests for include.IncludeNode'''
18 from grit.node import include namespace
38 include_node = include.IncludeNode()
39 include_node.StartParsing(u'include', includes)
61 include_node = include.IncludeNode()
62 include_node.StartParsing(u'include', includes)
H A Dmapping.py18 from grit.node import include namespace
29 'include' : include.IncludeNode,
H A Dmisc.py313 from grit.node import include namespace
325 if isinstance(node, (io.FileNode, include.IncludeNode, misc.PartNode,
376 They include messages designated as variables, and language codes for html
456 print ('Please update %s to include an entry for %s. See the '

Completed in 2924 milliseconds

123