Searched defs:dependency (Results 1 - 25 of 36) sorted by last modified time

12

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/protobuf/src/google/protobuf/
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.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.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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.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/ ...
/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/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.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.jdt.core_3.6.2.v_A76_R36x.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 ...
/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/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/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/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/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 398 milliseconds

12