HomeSort by relevance Sort by last modified time
    Searched refs:dep (Results 51 - 75 of 625) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/sys/module/
common.h 66 extern int enforce_dependency(struct elf_module *req, struct elf_module *dep);
67 extern int clear_dependency(struct elf_module *req, struct elf_module *dep);
elf_module.c 233 char *dep, *p; local
236 dep = module->str_table + module->needed[i];
239 if (!strlen(dep))
242 if (strchr(dep, '/')) {
243 p = strrchr(dep, '/');
246 p = dep;
  /external/syslinux/core/elflink/
common.h 57 extern int enforce_dependency(struct elf_module *req, struct elf_module *dep);
58 extern int clear_dependency(struct elf_module *req, struct elf_module *dep);
  /frameworks/rs/
rsClosure.cpp 86 const Closure* dep = depClosures[i]; local
87 if (dep != nullptr) {
88 auto mapping = mArgDeps[dep];
91 mArgDeps[dep] = mapping;
98 const Closure* dep = depClosures[i]; local
99 if (dep != nullptr) {
100 auto mapping = mGlobalDeps[dep];
104 mGlobalDeps[dep] = mapping;
  /system/bt/stack/mcap/
mca_dsm.cc 144 tMCA_DCB* mca_dcb_alloc(tMCA_CCB* p_ccb, tMCA_DEP dep) {
150 if (dep < MCA_NUM_DEPS) {
151 p_cs = &p_rcb->dep[dep];
175 * the given dep.
177 * Returns the number of free mdl for the given dep
180 uint8_t mca_dep_free_mdl(tMCA_CCB* p_ccb, tMCA_DEP dep) {
188 if (dep < MCA_NUM_DEPS) {
189 p_cs = &p_rcb->dep[dep];
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
regval.s 36 dep.z r1 = 1, 61, 3
43 dep.z r1 = -1, 0, 61
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
export-class.exp 72 # from the auxiliary shared object and is as follows: ref, lib, dep, def.
79 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
export-class.exp 73 # from the auxiliary shared object and is as follows: ref, lib, dep, def.
80 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/
export-class.exp 66 # from the auxiliary shared object and is as follows: ref, lib, dep, def.
73 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /build/soong/java/
java_test.go 172 check := func(module, dep string, depType depType) {
173 if dep != "" {
174 dep = filepath.Join(buildDir, ".intermediates", dep, "classes-full-debug.jar")
181 if got != dep {
182 t.Errorf("module %q bootclasspath %q != %q", module, got, dep)
186 if got != dep {
187 t.Errorf("module %q classpath %q != %q", module, got, dep)
191 if len(javac.Implicits) != 1 || javac.Implicits[0].String() != dep {
192 t.Errorf("module %q implicits != [%q]", dep)
    [all...]
  /external/autotest/client/site_tests/graphics_Sanity/
graphics_Sanity.py 60 dep = 'glbench'
61 dep_dir = os.path.join(self.autodir, 'deps', dep)
62 self.job.install_pkg(dep, 'dep', dep_dir)
  /external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 57 dep = 'page_cycler_dep'
58 dep_dir = os.path.join(self.autodir, 'deps', dep)
59 self.job.install_pkg(dep, 'dep', dep_dir)
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
palproc.S 67 (p7)dep r2 = loc6,r2,13,1;; // psr.ic = 1
72 // (p6)dep r2 = r0,r2,13,1;; // psr.ic = 0
73 dep r2 = r0,r2,14,1;; // psr.i = 0
135 dep r2 = r0,r2,14,1;; // psr.i = 0
  /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();
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.s 76 dep sp = 0,sp,0,4;; // align 16
110 dep sp = 0,sp,0,3;; // align 8
112 (p6) dep sp = -1,sp,16,1;;
128 (p6) dep sp = -1,sp,16,1;;
143 (p7) dep r18 = in0,r18,8,8;;
152 dep r2 = 0,r2,0,5;; // align to 32
180 dep r27 = r16,r27,4,16;; // r27 = DSD
183 dep r16 = r19,r16,16,16;;
185 dep r24 = r19,r24,4,16;; // r24 = ESD
188 dep r16 = r19,r16,32,16;;
    [all...]
  /build/blueprint/deptools/
depfile.go 44 for _, dep := range deps {
45 escapedDeps = append(escapedDeps, pathEscaper.Replace(dep))
  /external/v8/src/
compilation-dependencies.cc 30 Handle<DependentCode> dep) {
32 Handle<Map>::cast(object)->set_dependent_code(*dep);
34 Handle<PropertyCell>::cast(object)->set_dependent_code(*dep);
36 Handle<AllocationSite>::cast(object)->set_dependent_code(*dep);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
PythonVirtualenvPreparer.java 54 @Option(name = "dep-module", description = "modules which need to be installed by pip")
88 for (String dep : mDepModules) {
89 CLog.i("Attempting installation of %s", dep);
91 "install", dep);
93 CLog.e("Installing %s failed", dep);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 101 SDep& dep) const { }
104 unsigned OpIdx, SDep& dep) const;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
export-class.exp 73 # from the auxiliary shared object and is as follows: ref, lib, dep, def.
80 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
export-class.exp 71 # from the auxiliary shared object and is as follows: ref, lib, dep, def.
78 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
export-class.exp 73 # from the auxiliary shared object and is as follows: ref, lib, dep, def.
80 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_50.c 82 unsigned dep, bs_idx = enc->bs_idx++; local
87 dep = 1;
89 dep = 0;
91 dep = 2;
93 dep = 0;
95 enc->task_info(enc, 0x00000003, dep, 0, bs_idx);
  /external/toybox/kconfig/
expr.h 50 #define E_NOT(dep) (2-(dep))
81 struct expr *dep, *dep2; member in struct:symbol
140 struct expr *dep; member in struct:menu
176 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
177 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 355 self.component_info_map[dep].get_llvmconfig_component_name()
356 for dep in c.required_libraries]
359 for dep in c.add_to_library_groups:
360 entries[dep][2].append(llvmconfig_component_name)
423 ', '.join('"%s"' % dep
424 for dep in required_names)))
450 dep = self.component_info_map[name]
453 if dep.type_name == 'Library' or dep.type_name == 'OptionalLibrary':
454 yield dep
    [all...]

Completed in 787 milliseconds

1 23 4 5 6 7 8 91011>>