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

1 2

  /external/oprofile/libutil++/
string_filter.h 3 * Filter strings based on exclude/include list
15 #include <string>
16 #include <vector>
19 * string_filter - filtering of a string based on include/exclude list
31 * Initialise the filter with the include and exclude list,
38 * Initialise the filter with the include and exclude list.
49 /// include patterns
50 std::vector<std::string> include; member in class:string_filter
  /build/core/
pathmap.mk 27 # A mapping from shorthand names to include directories.
30 bluedroid:system/bluetooth/bluedroid/include \
33 bootloader:bootable/bootloader/legacy/include \
34 corecg:external/skia/include/core \
36 frameworks-base:frameworks/base/include \
37 graphics:external/skia/include/core \
38 libc:bionic/libc/include \
39 libdrm1:frameworks/base/media/libdrm/mobile1/include \
40 libhardware:hardware/libhardware/include \
41 libhardware_legacy:hardware/libhardware_legacy/include \
    [all...]
definitions.mk 365 $(eval $(include-prebuilt))
368 define include-prebuilt
369 include $$(CLEAR_VARS)
375 include $$(BUILD_PREBUILT)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IncludeRule.java 25 * An {@link IViewRule} for the special XML {@code <include>} tag.
30 // When dropping an include tag, ask the user which layout to include.
32 String include = mRulesEngine.displayIncludeSourceInput(); local
33 if (include != null) {
34 node.editXml("Include Layout",
37 include.length() > 0 ? include : null));
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 54 final PatternSet.NameEntry include = createInclude (); local
55 include.setName (file.getName ());
  /libcore/
CaCerts.mk 30 define include-prebuilt-with-destination-directory
31 include $$(CLEAR_VARS)
38 include $$(BUILD_PREBUILT)
44 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
NativeCode.mk 36 # Include a submakefile, resolve its source file locations,
42 # $(1): directory containing the makefile to include
43 define include-core-native-dir
45 include $(LOCAL_PATH)/$(1)/sub.mk
47 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not include CLEAR_VARS \
67 include $(CLEAR_VARS)
71 # Include the sub.mk files.
74 $(eval $(call include-core-native-dir,$(dir))))
78 core_c_includes := $(sort libcore/include $(LOCAL_C_INCLUDES) $(JNI_H_INCLUDE))
89 include $(CLEAR_VARS
    [all...]
  /external/libxslt/libxslt/
imports.c 13 #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 <libxml/tree.h
191 xsltDocumentPtr include; local
    [all...]
xslt.c 17 #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 <libxml/parserInternals.h
5610 xsltDocumentPtr include; local
    [all...]
xsltInternals.h 16 #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 "numbersInternals.h
1101 xsltDocumentPtr include; member in struct:_xsltStyleItemInclude
    [all...]
  /sdk/traceview/src/com/android/traceview/
Selection.java 35 public static Selection include(String name, Object value) { method in class:Selection
36 return new Selection(Action.Include, name, value);
68 Highlight, Include, Exclude, Aggregate
  /external/bison/src/
getargs.c 23 #include <config.h>
24 #include "system.h"
26 #include <argmatch.h>
27 #include <error.h>
35 #include <getopt.h>
42 #include "complain.h"
43 #include "files.h"
44 #include "getargs.h"
45 #include "uniqstr.h"
66 const char *include = NULL variable
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 305 * Code common to all three include commands.
307 * @param templateName String representing name of file to include.
312 protected void include(String templateName, boolean ignoreMissingFile, RenderingContext context) { method in class:BaseCompiledTemplate
321 // Include stack trace is corrupted
322 throw new IllegalStateException("Unable to find on include stack: " + templateName);
326 // This method should ONLY be called from include()
354 message.append(" Include stack:");
  /sdk/anttasks/src/com/android/ant/
MultiFilesTask.java 165 NameEntry include = fs.createInclude(); local
166 include.setName(filter);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 67 // TODO this is probably a bug. a new include path should trigger
141 for (IPath include : mIncludePaths) {
143 out.print(include.toPortableString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 96 * include to that new layout file. Interactively asks the user for a new name for the
153 // Disable if you've selected a single include tag
159 status.addWarning("No point in refactoring a single include tag");
205 return "Extract as Include";
216 // ---- Actual implementation of Extract as Include modification computation ----
238 // Replace extracted elements by <include> tag
314 // place the extracted include in the base layout folder (if not it goes next to
345 // Replace existing elements in the source file and insert <include>
347 String include = computeIncludeString(primary, mLayoutName, androidNsPrefix, referenceId); local
349 ReplaceEdit replace = new ReplaceEdit(begin, length, include);
    [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/mksh/src/
main.c 27 #include "sh.h"
30 #include <langinfo.h>
33 #include <locale.h>
429 include(KSH_SYSTEM_PROFILE, 0, NULL, 1);
431 include(substitute("$HOME/.profile", 0), 0,
435 include("/etc/suid_profile", 0, NULL, 1);
439 /* include $ENV */
443 include(env_file, 0, NULL, 1);
484 include(const char *name, int argc, const char **argv, int intr_ok) function
528 internal_errorf("include: %d", i)
    [all...]
  /external/dbus/bus/
config-parser.c 24 #include <config.h>
25 #include "config-parser-common.h"
26 #include "config-parser.h"
27 #include "test.h"
28 #include "utils.h"
29 #include "policy.h"
30 #include "selinux.h"
31 #include <dbus/dbus-list.h>
32 #include <dbus/dbus-internals.h>
33 #include <string.h
61 } include; member in union:__anon5395::__anon5396
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 27 #include <sys/types.h>
28 #include "symtab.h"
29 #include "line-map.h"
135 TK(HEADER_NAME, LITERAL) /* <stdio.h> in #include */ \
272 /* Nonzero means use extra default include directories for C++. */
324 /* Nonzero means warn if a user-supplied include directory does not
466 that are not otherwise found during the normal include processing.
485 void (*include) (cpp_reader *, unsigned int, const unsigned char *, member in struct:cpp_callbacks
513 /* Chain of directories to look for include files in. */
668 /* Set the include paths. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 27 #include <sys/types.h>
28 #include "symtab.h"
29 #include "line-map.h"
135 TK(HEADER_NAME, LITERAL) /* <stdio.h> in #include */ \
272 /* Nonzero means use extra default include directories for C++. */
324 /* Nonzero means warn if a user-supplied include directory does not
466 that are not otherwise found during the normal include processing.
485 void (*include) (cpp_reader *, unsigned int, const unsigned char *, member in struct:cpp_callbacks
513 /* Chain of directories to look for include files in. */
668 /* Set the include paths. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 27 #include <sys/types.h>
28 #include "symtab.h"
29 #include "line-map.h"
135 TK(HEADER_NAME, LITERAL) /* <stdio.h> in #include */ \
272 /* Nonzero means use extra default include directories for C++. */
324 /* Nonzero means warn if a user-supplied include directory does not
466 that are not otherwise found during the normal include processing.
485 void (*include) (cpp_reader *, unsigned int, const unsigned char *, member in struct:cpp_callbacks
513 /* Chain of directories to look for include files in. */
668 /* Set the include paths. *
    [all...]
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 1215 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1239 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1240 include(arcs, key, size, true); method
1310 include(result, key, links.values[i], false); method
1327 include(mins, new Interval(i, i + 1), new MutableInt(0)); method
1334 include(mins, new Interval(0, N), parentMin, false); method
1335 include(maxs, new Interval(N, 0), parentMax, false); method
2058 protected void include(int before, int after) { method in class:Bounds
2076 protected final void include(View c, Spec spec, GridLayout gridLayout, Axis axis) { method in class:Bounds
2082 include(before, size - before); method
    [all...]
  /external/emma/lib/
emma_ant.jar 

Completed in 1186 milliseconds

1 2