Searched defs:include (Results 26 - 50 of 62) sorted by relevance

123

/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/node/
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 '
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java168 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(PExpressio method in class:TemplateInterpreter
[all...]
/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/libxslt/libxslt/
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/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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jar ... .ServletException java.io.IOException public abstract void include
H A Djavax.servlet_2.5.0.v200910301333.jar ... .ServletException java.io.IOException public abstract void include (javax.servlet.ServletRequest, javax.servlet.ServletResponse ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/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/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/owasp/sanitizer/tools/findbugs/lib/
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 Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 8980 milliseconds

123