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

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc169 "#include \"$dependency$.pb.h\"\n",
170 "dependency", StripProto(file_->dependency(i)->name()));
548 const FileDescriptor* dependency = file_->dependency(i); local
549 // Print the namespace prefix for the dependency.
551 SplitStringUsing(dependency->package(), ".", &dependency_package_parts);
560 "name", GlobalAddDescriptorsName(dependency->name()));
/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/chromium_org/gin/modules/
H A Dmodule_registry.cc206 const std::string& dependency = pending->dependencies[i]; local
207 if (available_modules_.count(dependency))
209 unsatisfied_dependencies_.insert(dependency);
/external/chromium_org/media/cast/net/
H A Dcast_transport_config.h55 // "null" value, used to indicate whether |dependency| has been set.
88 // This frame's dependency relationship with respect to other frames.
89 Dependency dependency; member in struct:media::cast::EncodedFrame
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_list.cpp114 LibraryView* dependency = FindKnownLibrary(iter.GetName()); local
115 if (dependency && !visited_set.Has(dependency)) {
116 work_queue.PushBack(dependency);
117 visited_set.Add(dependency);
209 LibraryView* dependency = FindKnownLibrary(iter.GetName()); local
210 if (dependency)
211 UnloadLibrary(dependency);
262 // library as a dependency.
321 LibraryView* dependency local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dcctest.cc55 const char* dependency, bool enabled, bool initialize)
56 : callback_(callback), name_(name), dependency_(dependency),
122 if (current->dependency() != NULL) {
124 current->file(), current->name(), current->dependency());
54 CcTest(TestFunction* callback, const char* file, const char* name, const char* dependency, bool enabled, bool initialize) argument
H A Dcctest.h109 const char* dependency, bool enabled, bool initialize);
115 const char* dependency() { return dependency_; } function in class:CcTest
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.cc570 Feature* dependency = local
572 if (!dependency)
574 Availability dependency_availability = checker.Run(dependency);
/external/chromium_org/v8/src/compiler/
H A Dgraph-builder.h147 // Node representing the control dependency for dead code.
168 // Control dependency tracked by this environment.
170 void UpdateControlDependency(Node* dependency) { argument
171 control_dependency_ = dependency;
174 // Effect dependency tracked by this environment.
176 void UpdateEffectDependency(Node* dependency) { argument
177 effect_dependency_ = dependency;
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1544 bool Parser::ParseImport(RepeatedPtrField<string>* dependency, argument
1554 *public_dependency->Add() = dependency->size();
1560 *weak_dependency->Add() = dependency->size();
1565 dependency->size());
1566 DO(ConsumeString(dependency->Add(),
/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h905 const FileDescriptor* dependency(int index) const;
908 // The public dependency list is a subset of the dependency list.
916 // The weak dependency list is a subset of the dependency list.
1504 inline const FileDescriptor* FileDescriptor::dependency(int index) const { function in class:google::protobuf::FileDescriptor
H A Ddescriptor.cc340 // checkpoint in the stack during dependency building.
1473 proto->add_dependency(dependency(i)->name());
1715 dependency(i)->name());
1718 dependency(i)->name());
1721 dependency(i)->name());
2158 // dependency of this file, it will fail, but will set
2605 // (i.e., "missing dependency" rather than "type is not defined").
2637 // that that file is not a direct dependency of the file we are currently
2639 // dependency also defines the same package. We can't really rule out this
2644 // Note: A dependency ma
3139 const FileDescriptor* dependency = tables_->FindFile(proto.dependency(i)); local
[all...]
H A Ddescriptor.pb.h319 // repeated string dependency = 3;
323 inline const ::std::string& dependency(int index) const;
332 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& dependency() const;
2947 // repeated string dependency = 3;
2954 inline const ::std::string& FileDescriptorProto::dependency(int index) const { function in class:google::protobuf::FileDescriptorProto
2983 FileDescriptorProto::dependency() const { function in class:google::protobuf::FileDescriptorProto
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2811 // Use the object value for the dependency.
2825 // Use the object value for the dependency if NULL is passed.
6358 HValue* dependency() const { function in class:v8::FINAL::FINAL
6409 HValue* dependency,
6414 SetOperandAt(1, dependency ? dependency : object);
6443 HValue* dependency,
6453 SetOperandAt(1, dependency ? dependency : object);
6585 HValue* dependency() cons function in class:v8::FINAL::FINAL
6408 HLoadNamedField(HValue* object, HValue* dependency, HObjectAccess access) argument
6442 HLoadNamedField(HValue* object, HValue* dependency, HObjectAccess access, const UniqueSet<Map>* maps, HType type) argument
6646 HLoadKeyed(HValue* obj, HValue* key, HValue* dependency, ElementsKind elements_kind, LoadKeyedHoleMode mode = NEVER_RETURN_HOLE, int offset = kDefaultKeyedHeaderOffsetSentinel) argument
[all...]
H A Dhydrogen.cc2410 // No GVNFlag is necessary for ElementsKind if there is an explicit dependency
2413 // ElementsKind transitions. Finally, the dependency can be removed for stores
2675 HValue* dependency,
2692 elements, checked_key, dependency, elements_kind, load_mode);
2703 HValue* dependency) {
2704 return Add<HLoadNamedField>(object, dependency, HObjectAccess::ForMap());
2709 HValue* dependency) {
2711 object, dependency, HObjectAccess::ForElementsPointer());
2717 HValue* dependency) {
2719 array, dependency, HObjectAcces
2671 AddElementAccess( HValue* elements, HValue* checked_key, HValue* val, HValue* dependency, ElementsKind elements_kind, PropertyAccessType access_type, LoadKeyedHoleMode load_mode) argument
2702 AddLoadMap(HValue* object, HValue* dependency) argument
2708 AddLoadElements(HValue* object, HValue* dependency) argument
2715 AddLoadFixedArrayLength( HValue* array, HValue* dependency) argument
2723 AddLoadArrayLength(HValue* array, ElementsKind kind, HValue* dependency) argument
6320 HValue* dependency; local
6888 BuildMonomorphicElementAccess( HValue* object, HValue* key, HValue* val, HValue* dependency, Handle<Map> map, PropertyAccessType access_type, KeyedAccessStoreMode store_mode) argument
[all...]
/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 ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 5201 milliseconds

12