Searched defs:dependency (Results 1 - 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc148 "#include \"$dependency$.pb.h\"\n",
149 "dependency", StripProto(file_->dependency(i)->name()));
510 const FileDescriptor* dependency = file_->dependency(i); local
511 // Print the namespace prefix for the dependency.
513 SplitStringUsing(dependency->package(), ".", &dependency_package_parts);
522 "name", GlobalAddDescriptorsName(dependency->name()));
/external/v8/test/cctest/
H A Dcctest.cc37 const char* dependency, bool enabled)
38 : callback_(callback), name_(name), dependency_(dependency), prev_(last_) {
63 if (current->dependency() != NULL) {
65 current->file(), current->name(), current->dependency());
36 CcTest(TestFunction* callback, const char* file, const char* name, const char* dependency, bool enabled) argument
H A Dcctest.h58 const char* dependency, bool enabled);
65 const char* dependency() { return dependency_; } function in class:CcTest
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c116 static void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
2316 addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency) argument
2322 if (edge>dependency)
2328 maxEdge = dependency;
2331 // dependent on the node indexed by 'dependency'
2376 if (edge == dependency)
2398 // dependency.
2400 edgeDeps->add(edgeDeps, dependency);
2412 * the nodes in order from the bottom, which gives us the dependency order.
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h814 const FileDescriptor* dependency(int index) const;
1360 inline const FileDescriptor* FileDescriptor::dependency(int index) const { function in class:google::protobuf::FileDescriptor
H A Ddescriptor.cc1343 proto->add_dependency(dependency(i)->name());
1547 dependency(i)->name());
1862 // dependency of this file, it will fail, but will set
2293 if (file == file_->dependency(i)) return result;
2300 // that that file is not a direct dependency of the file we are currently
2302 // dependency also defines the same package. We can't really rule out this
2306 // Note: A dependency may be NULL if it was not found or had errors.
2307 if (file_->dependency(i) != NULL &&
2308 IsInPackage(file_->dependency(i), name)) {
2729 if (tables_->FindFile(proto.dependency(
2790 const FileDescriptor* dependency = tables_->FindFile(proto.dependency(i)); local
[all...]
H A Ddescriptor.pb.h320 // repeated string dependency = 3;
324 inline const ::std::string& dependency(int index) const;
333 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& dependency() const;
2582 // repeated string dependency = 3;
2589 inline const ::std::string& FileDescriptorProto::dependency(int index) const { function in class:google::protobuf::FileDescriptorProto
2618 FileDescriptorProto::dependency() const { function in class:google::protobuf::FileDescriptorProto
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.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.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 201 milliseconds