/prebuilts/go/darwin-x86/src/errors/ |
example_test.go | 12 // MyError is an error implementation that includes a time and message.
|
/prebuilts/go/darwin-x86/src/net/ |
cgo_linux.go | 16 // in the flags (it includes IPv4 results only on IPv4 systems,
|
/prebuilts/go/linux-x86/src/errors/ |
example_test.go | 12 // MyError is an error implementation that includes a time and message.
|
/prebuilts/go/linux-x86/src/net/ |
cgo_linux.go | 16 // in the flags (it includes IPv4 results only on IPv4 systems,
|
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/ |
maven-clean-plugin-2.5.jar | |
/build/soong/cc/ |
gen_test.go | 36 t.Errorf("missing aidl includes in global flags") 59 t.Errorf("missing aidl includes in global flags")
|
makevars.go | 151 panic("native helper may not have any system includes") 159 includes, systemIncludes := splitSystemIncludes(ctx, includeFlags) 160 ctx.StrictRaw("SRC_HEADERS", strings.Join(includes, " ")) 240 includes, systemIncludes := splitSystemIncludes(ctx, includeFlags) 241 ctx.StrictRaw(makePrefix+"C_INCLUDES", strings.Join(includes, " ")) 334 func splitSystemIncludes(ctx android.MakeVarsContext, val string) (includes, systemIncludes []string) { 358 flags, includes, found = extract(flags, includes, "-I") 367 return includes, systemIncludes
|
/compatibility/cdd/3_software/ |
3_1_managed-api-compatibility.md | 23 includes APIs are omitted. See [section 7](#7_hardware_compatibility) 28 Android includes the support of extending the managed APIs while keeping the
|
/external/llvm/test/MC/ARM/ |
elf-thumbfunc-reloc.s | 30 @@ make sure the relocation is with f. That is one way to make sure it includes
|
/external/ppp/pppd/plugins/radius/ |
clientid.c | 12 #include <includes.h>
|
ip_util.c | 17 #include <includes.h>
|
/external/swiftshader/third_party/subzero/pydir/ |
crosstest_generator.py | 13 def Match(desc, includes, excludes, default_match): 14 """Determines whether desc is a match against includes and excludes. 16 'desc' is a set of attributes, and 'includes' and 'excludes' are lists of sets 20 Otherwise, if 'desc' matches any element from 'includes', the result is True. 26 for include in includes: 145 # includes and excludes are both lists of sets. 146 includes = [ set(item.split(',')) for item in args.include ] 170 if Match(set(desc), includes, excludes, default_match):
|
/external/valgrind/tests/ |
check_headers_and_includes | 195 my @includes = (); 202 push @includes, $1; 205 push @includes, $1; 209 return @includes;
|
/prebuilts/go/darwin-x86/src/debug/pe/ |
string.go | 40 // string table length includes itself 57 // start includes 4 bytes of string table length
|
/prebuilts/go/linux-x86/src/debug/pe/ |
string.go | 40 // string table length includes itself 57 // start includes 4 bytes of string table length
|
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/ |
file-management-1.2.1.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 173 List<IPath> includes = new ArrayList<IPath>(); local 183 includes.add(Path.fromPortableString(line.substring(2))); 197 mIncludePaths = includes.toArray(new IPath[includes.size()]);
|
/system/tools/hidl/c2hal/ |
AST.h | 52 void setIncludes(std::vector<Include *> *includes);
|
/external/clang/soong/ |
tblgen.go | 40 Command: "${clangTblgen} ${includes} ${genopt} -d ${depfile} -o ${out} ${in}", 43 }, "includes", "depfile", "genopt") 65 includes := []string{ 82 "includes": strings.Join(includes, " "),
|
/external/llvm/soong/ |
tblgen.go | 40 Command: "${llvmTblgen} ${includes} ${genopt} -d ${depfile} -o ${out} ${in}", 43 }, "includes", "depfile", "genopt") 65 includes := []string{ 81 "includes": strings.Join(includes, " "),
|
/system/core/libziparchive/ |
unzip.cpp | 49 static std::set<std::string> includes; variable 57 if (!includes.empty() && includes.find(name) == includes.end()) return true; 319 includes.insert(optarg);
|
/external/libmojo/mojo/public/tools/chrome_ipc/ |
generate_mojom.py | 199 includes = _git_multigrep(patterns, '*.h') 200 if includes: 201 if _git_grep(r'enum[A-Z_ ]* %s {' % subname, includes): 204 logging.info('%s => public_headers = %s', fullname, includes) 205 self._public_includes.update(includes) 212 includes = _git_multigrep( 215 if includes: 216 logging.info('%s => traits_headers = %s', fullname, includes) 217 self._traits_includes.update(includes)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 84 "includes");//$NON-NLS-1$ 93 /** Project that the include finder locates includes for */ 222 // so there is no known data about includes. 238 * Create a String serialization of the includes map. The map attempts to be compact; 416 * Scan the whole project for XML layout resources that are performing includes. 435 * includes in it. 437 * @param resourceFile the {@link ResourceFile} to be scanned for includes (doesn't 441 * @return true if we updated the includes for the resource file 449 List<String> includes = Collections.emptyList(); local 463 includes = findIncludesInDocument(document) 544 List<String> includes = findIncludesInDocument(document, null); local 770 List<String> includes = mIncludes.get(from); local [all...] |
/hardware/interfaces/media/omx/1.0/vts/functional/ |
README.md | 12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests. 17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core. 26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
|
/compatibility/cdd/6_dev-tools-and-options/ |
6_2_developer_options.md | 3 Android includes support for developers to configure application
|