HomeSort by relevance Sort by last modified time
    Searched defs:dep (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/e2p/
iod.c 29 struct dirent *de, *dep; local
58 while ((dep = readdir (dir))) {
60 len = dep->d_reclen;
66 memcpy(de, dep, len);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 97 DeclareStyleableInfo dep = mParser.getDeclareStyleableList().get("DeprecatedTest"); local
98 assertNotNull(dep);
100 AttributeInfo[] attrs = dep.getAttributes();
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 291 map<string, pair<uint32_t, unsigned char const *> >::iterator dep; local
293 dep = mDependencies.begin();
294 for (size_t i = 0; i < mpCachedDependTable->count; ++i, ++dep) {
295 string const &depName = dep->first;
296 uint32_t depType = dep->second.first;
297 unsigned char const *depSHA1 = dep->second.second;
MCCacheWriter.cpp 127 OBCC_Dependency *dep = &tab->table[i]; local
129 dep->res_name_strp_index = addString(I->first.c_str(), I->first.size());
130 dep->res_type = I->second.first;
131 memcpy(dep->sha1, I->second.second, 20);
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp 304 map<string, pair<uint32_t, unsigned char const *> >::iterator dep; local
306 dep = mDependencies.begin();
307 for (size_t i = 0; i < mpCachedDependTable->count; ++i, ++dep) {
308 string const &depName = dep->first;
309 uint32_t depType = dep->second.first;
310 unsigned char const *depSHA1 = dep->second.second;
CacheWriter.cpp 138 OBCC_Dependency *dep = &tab->table[i]; local
140 dep->res_name_strp_index = addString(I->first.c_str(), I->first.size());
141 dep->res_type = I->second.first;
142 memcpy(dep->sha1, I->second.second, 20);
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 325 const SDep& dep = SDep(SU, SDep::Data, LDataLatency, Reg); local
327 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep));
328 ST.adjustSchedDependency(SU, UseSU, const_cast<SDep &>(dep));
330 UseSU->addPred(dep);
338 const SDep& dep = SDep(SU, SDep::Data, DataLatency, *Alias); local
340 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep));
341 ST.adjustSchedDependency(SU, UseSU, const_cast<SDep &>(dep));
343 UseSU->addPred(dep);
467 // Record the def in MemDefs, first adding a dep if there is
586 SDep& dep) const
    [all...]
  /external/oprofile/daemon/liblegacy/
p_module.h 128 unsigned tgt_long dep; /* kernel addresses */ member in struct:module_ref
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 442 // If this is a ctrl dep, latency is 1.
448 const SDep &dep = SDep(OpSU, isChain ? SDep::Order : SDep::Data, local
451 ComputeOperandLatency(OpN, N, i, const_cast<SDep &>(dep));
452 ST.adjustSchedDependency(OpSU, SU, const_cast<SDep &>(dep));
455 if (!SU->addPred(dep) && !dep.isCtrl() && OpSU->NumRegDefsLeft > 1) {
579 unsigned OpIdx, SDep& dep) const{
584 if (dep.getKind() != SDep::Data)
602 dep.setLatency(Latency);
  /external/oprofile/libpp/
arrange_profiles.cpp 249 profile_dep_set const & dep = *(profile.deps.begin()); local
250 list<profile_sample_files> const & files = dep.files;
584 * a dependent image, it gets added to the dep list, or just placed
  /build/core/
definitions.mk 528 define _java-lib-full-dep
535 $(foreach lib,$(1),$(call _java-lib-full-dep,$(lib),$(2)))
    [all...]
  /external/v8/test/cctest/
test-api.cc 12012 v8::Handle<v8::Script> dep = v8::Script::Compile(v8::String::New(source)); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 410 milliseconds