Searched defs:package (Results 26 - 50 of 51) sorted by relevance

123

/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp293 xe::TestGroup* package = root.createGroup(packageName.c_str(), ""); local
295 readCaseList(package, item.getPath());
/external/e2fsprogs/debian/
H A Drules5 # invoked with the package root as the current directory.
43 dh_strip_args = -p$(1) --dbg-package=$(1)-dbg
44 dh_strip_args2 = -p$(1) --dbg-package=$(2)-dbg
46 # find the version for the main package, from changelog file
66 package ?= e2fsprogs macro
101 # docdir ?= ${maindir}/usr/share/doc/${package}
105 UDEB_NAME ?= $(package)-udeb_$(MAIN_VERSION)_$(DEB_HOST_ARCH).udeb
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc458 string QualifiedFileLevelSymbol(const string& package, const string& name) { argument
459 if (package.empty()) {
462 return StrCat("::", DotsToColons(package), "::", name);
/external/selinux/checkpolicy/test/
H A Ddismod.c717 package use the package reader, otherwise use the normal
725 sepol_module_package_t *package; local
726 if (sepol_module_package_create(&package)) {
730 package->policy = (sepol_policydb_t *) policy;
731 package->file_contexts = NULL;
733 sepol_module_package_read(package,
735 free(package->file_contexts);
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dmodulegraph.py60 # package, and it will be honored.
79 Return the __path__ for the python package in *fqname*.
320 # way the _xmlplus package injects itself under the name "xml" into
809 edges to/from modules in package. The module nodes
893 # namespace package (setuptools/distribute)
961 Determine the package containing a node
986 Given a calling parent package and an import name determine the containing
987 package for the name
1009 self.msg(2, "Relative import outside of package") namespace
1010 raise ImportError("Relative import outside of package (nam namespace
1014 self.msg(2, "Relative import outside of package") namespace
1015 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
1020 self.msg(2, "Relative import outside of package") namespace
1021 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
[all...]
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc62 // Default is the value of the env for the package prefixes.
836 // Internal helper class that parses the expected package to prefix mappings
936 StringPiece package(line, 0, offset);
938 TrimWhitespace(&package);
940 // Don't really worry about error checking the package/prefix for
942 (*prefix_map_)[package.ToString()] = prefix.ToString();
992 const string package = file->package(); local
997 // Load any expected package prefixes to validate against those.
1005 // Check: Error - See if there was an expected prefix for the package an
[all...]
/external/bison/
H A Dmaint.mk106 tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]')
108 this-vc-tag = $(tag-package)-$(tag-this-version)
436 # via inclusion of a package-specific header, if cfg.mk specified one.
446 # This can possibly be via a package-specific header, if given by cfg.mk.
1087 # Allow the package to add exceptions via a hook in cfg.mk;
1322 --package=$(PACKAGE) \
/external/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc99 "package",
191 // file descriptor's package.
196 } else if (!file->package().empty()) {
197 return "proto." + file->package();
1054 string package = field->file()->package(); local
1059 // |prefix| is advanced as we find separators '.' past the common package
1067 if (type[i] == '.' && i >= package.size()) {
2876 printer->Print("goog.object.extend(exports, $package$);\n",
2877 "package", GetPat
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dannotations.jar ... umd/cs/findbugs/annotations/CheckForNull.class CheckForNull.java package edu.umd.cs.findbugs.annotations public ...
H A Dfindbugs.jar ... edu/umd/cs/findbugs/AWTEventQueueExecutor.class AWTEventQueueExecutor.java package edu.umd.cs.findbugs public edu. ...
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc688 "(\t\022\017\n\007package\030\002 \001(\t\022\022\n\ndependency\030\003 \003(\t\022"
1305 // optional string package = 2;
1312 this->package().data(), this->package().length(),
1314 "google.protobuf.FileDescriptorProto.package");
1522 // optional string package = 2;
1525 this->package().data(), this->package().length(),
1527 "google.protobuf.FileDescriptorProto.package");
1529 2, this->package(), outpu
2007 const ::std::string& FileDescriptorProto::package() const { function in class:google::protobuf::FileDescriptorProto
2037 set_allocated_package(::std::string* package) argument
2043 package_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), package); local
[all...]
H A Ddescriptor.pb.h351 // optional string package = 2;
355 const ::std::string& package() const;
361 void set_allocated_package(::std::string* package);
3733 // optional string package = 2;
3747 inline const ::std::string& FileDescriptorProto::package() const { function in class:google::protobuf::FileDescriptorProto
3748 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.package)
3754 // @@protoc_insertion_point(field_set:google.protobuf.FileDescriptorProto.package)
3759 // @@protoc_insertion_point(field_set_char:google.protobuf.FileDescriptorProto.package)
3765 // @@protoc_insertion_point(field_set_pointer:google.protobuf.FileDescriptorProto.package)
3769 // @@protoc_insertion_point(field_mutable:google.protobuf.FileDescriptorProto.package)
3777 set_allocated_package(::std::string* package) argument
3783 package_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), package); local
[all...]
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jar ... throws java.io.IOException } org/robolectric/shadows/httpclient/package-info.class package-info.java package ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jar ... packageinfo org/osgi/service/condpermadmin/packageinfo org/osgi/resource/dto/package-info.class package-info.java package ...
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1534 * top-level extension (ie. one not in any package) to have the same name as a
1948 upb_gfree((void*)f->package);
1961 f->package = NULL;
1994 return f->package;
2040 bool upb_filedef_setpackage(upb_filedef *f, const char *package, argument
2042 if (!upb_isident(package, strlen(package), true, s)) return false;
2043 package = upb_gstrdup(package);
2044 if (!package) {
6580 char *package; local
[all...]
H A Dupb.h2951 const char* package() const;
2952 bool set_package(const char* package, Status* s);
3015 bool upb_filedef_setpackage(upb_filedef *f, const char *package, upb_status *s);
3633 inline const char* FileDef::package() const { function in class:upb::FileDef
3636 inline bool FileDef::set_package(const char* package, Status* s) { argument
3637 return upb_filedef_setpackage(this, package, s);
3851 const char *package; member in struct:upb_filedef
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h6880 inline upb::reffed_ptr<const upb::FieldDef> package() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_FileDescriptorProto_package) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::FileDescriptorProto
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... html/ org/owasp/html/AbstractTokenStream.class HtmlLexer.java package org.owasp.html abstract org.owasp. ...
H A Dguava.jar ... common/annotations/ com/google/common/eventbus/ com/google/common/collect/package-info.class package-info.java package ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jar ... common/annotations/ com/google/common/eventbus/ com/google/common/collect/package-info.class package-info.java package ...
/external/guice/lib/
H A Dguava-16.0.1.jar ... com/google/common/annotations/Beta.class Beta.java package com.google.common.annotations public abstract annotation ...
/external/dagger2/lib/
H A Dauto-value-1.0.jar ... com/google/auto/value/AutoValue.class AutoValue.java package com.google.auto.value public abstract annotation ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jar ... googlejavaformat/ com/google/googlejavaformat/CloseOp.class CloseOp.java package com.google.googlejavaformat public final enum com. ...
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jar ... google/common/collect/testing/AnEnum.class AnEnum.java package com.google.common.collect.testing public ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jar ... com/google/debugging/sourcemap/SourceMapSupplier.class SourceMapSupplier.java package com.google.debugging.sourcemap public abstract com ...

Completed in 631 milliseconds

123