/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
solution.mk | 14 $(filter-out $(VPX_NONDEPS),$^), --dep=$(vcp:.$(VCPROJ_SFX)=):vpx) 20 --dep=vpx:obj_int_extract \ 21 --dep=test_libvpx:gtest \
|
/external/e2fsprogs/lib/e2p/ |
iod.c | 31 struct dirent *de, *dep; local 60 while ((dep = readdir (dir))) { 62 len = dep->d_reclen; 68 memcpy(de, dep, len);
|
/external/guice/core/src/com/google/inject/spi/ |
DependencyAndSource.java | 71 Dependency<?> dep = getDependency(); local 73 if (dep != null) { 74 return "Dependency: " + dep + ", source: " + source;
|
/external/skia/bench/ |
TopoSortBench.cpp | 40 int dep = fRand.nextU() % i; variable 42 fGraph[i]->dependsOn(fGraph[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;
|
/ndk/sources/host-tools/make-3.81/ |
dep.h | 21 `struct dep' in the chain returned by `read_all_makefiles'. */ 32 dep line of static pattern rule or NULL. 36 struct dep struct 38 struct dep *next; 77 extern struct dep *alloc_dep PARAMS ((void)); 78 extern void free_dep PARAMS ((struct dep *d)); 79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d)); 80 extern void free_dep_chain PARAMS ((struct dep *d)); 82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles)) [all...] |
rule.h | 27 struct dep *deps; /* Dependencies of the rule. */ 36 char *target, *dep, *commands; member in struct:pspec 58 struct dep *deps,
|
implicit.c | 22 #include "dep.h" 73 struct idep *next; /* struct dep -compatible interface */ 265 struct dep *dep, *expl_d; 271 struct dep **d_ptr; 490 for (dep = rule->deps; dep != 0; dep = dep->next) 505 p = get_next_word (dep->name, &len) 263 struct dep *dep, *expl_d; local [all...] |
rule.c | 20 #include "dep.h" 86 register struct dep *dep; 99 for (dep = rule->deps; dep != 0; dep = dep->next) 101 unsigned int len = strlen (dep->name); 104 char *p = strrchr (dep->name, ']'); 107 p = strrchr (dep->name, ':') 84 register struct dep *dep; local 414 register struct dep *dep; local [all...] |
read.c | 25 #include "dep.h" 124 static struct dep *read_makefiles = 0; 135 struct dep *deps, unsigned int cmds_started, char *commands, 151 struct dep * 201 struct dep *tail = read_makefiles; 202 register struct dep *d; 246 struct dep *tail = read_makefiles; 252 struct dep *d = alloc_dep (); 305 struct dep *deps; 469 struct dep *deps = 0 1733 struct dep *dep = *depp; local [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
depend.c | 60 struct dependency *dep; 65 for (dep = dep_chain; dep != NULL; dep = dep->next) 67 if (!filename_cmp (filename, dep->file)) 71 dep = (struct dependency *) xmalloc (sizeof (struct dependency)); 72 dep->file = xstrdup (filename); 73 dep->next = dep_chain; 74 dep_chain = dep; 59 struct dependency *dep; local 186 struct dependency *dep; local [all...] |
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/ |
ExpressionVisitorTest.java | 154 final Dependency dep = parsed.getDependencies().get(0); local 155 assertSame(id, dep.getOther()); 156 assertFalse(dep.isConditional()); 170 final Dependency dep = parsed.getDependencies().get(0); local 171 assertSame(id, dep.getOther()); 172 assertFalse(dep.isConditional()); 182 final Dependency dep = parsed.getDependencies().get(0); local 183 assertSame(mParser.parse("user", null), dep.getOther()); 184 assertFalse(dep.isConditional());
|
/external/autotest/client/site_tests/desktopui_SonicExtension/ |
desktopui_SonicExtension.py | 27 dep = 'sonic_extension' variable in class:desktopui_SonicExtension 30 dep_dir = os.path.join(self.autodir, 'deps', self.dep) 32 self.job.install_pkg(self.dep, 'dep', dep_dir)
|
/external/libdrm/amdgpu/ |
amdgpu_cs.c | 225 struct drm_amdgpu_cs_chunk_dep *dep = &dependencies[i]; local 226 dep->ip_type = info->ip_type; 227 dep->ip_instance = info->ip_instance; 228 dep->ring = info->ring; 229 dep->ctx_id = info->context->id; 230 dep->handle = info->fence;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/ |
Android.mk | 90 libmm-vdec-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr 113 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep) 146 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep) 185 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/ |
Android.mk | 74 libmm-venc-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr 87 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep) 114 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep) 140 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
|
/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();
|
/external/libhevc/common/ |
ihevc_deblk_edge_filter.c | 112 WORD32 de, dep, deq; local 153 dep = 0; 179 dep = (dp < (beta + (beta >> 1)) >> 3) ? 1 : 0; 183 dep = 0; 247 if(dep == 1) 349 WORD32 de, dep, deq; local 395 dep = 0; 425 dep = (dp < ((beta + (beta >> 1)) >> 3)) ? 1 : 0; 429 dep = 0; 505 if(dep == 1 [all...] |
/external/toybox/kconfig/ |
menu.c | 102 void menu_add_dep(struct expr *dep) 104 current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep)); 122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) 128 prop->visible.expr = menu_check_dep(dep); 145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) 147 return menu_add_prop(type, prompt, NULL, dep); 150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) 152 menu_add_prop(type, NULL, expr, dep); 233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; local [all...] |
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/toybox/toys/pending/ |
modprobe.c | 61 struct arg_list *rnames, *dep; member in struct:module_s 291 FILE *fe = xfopen("modules.dep", "r"); 314 // Finds dependencies for modules from the modules.dep file. 319 FILE *fe = xfopen("modules.dep", "r"); 332 if ((mod->flags & MOD_NDDEPS) && (!mod->dep)) { 334 llist_add(&mod->dep, xstrdup(line)); 341 llist_add_tail(&mod->dep, xstrdup(tok)); 430 error_msg("module %s not found in modules.dep", m->name); 434 if (!(toys.optflags & FLAG_r)) m->dep = llist_rev(m->dep); [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
LayoutBinder.java | 254 for (Dependency dep : e.getDependencies()) { 255 if (!dep.getOther().isUsed()) { 256 used.add(dep.getOther()); 257 dep.getOther().setIsUsed(true);
|
/external/libhevc/common/x86/ |
ihevc_deblk_ssse3_intr.c | 115 WORD32 de, dep, deq; local 205 dep = 0; 226 dep = (dp < (beta + (beta >> 1)) >> 3) ? 1 : 0; 230 dep = 0; 393 mask1 = (((LWORD64)(filter_flag_q & deq)) << 63) | (((LWORD64)filter_flag_q) << 47) | (((LWORD64)filter_flag_p) << 31) | (((LWORD64)(filter_flag_p & dep)) << 15); 499 //masking of the delta values dep, deq , filter_p ,filter_q 552 WORD32 de, dep, deq; local 665 dep = 0; 686 dep = (dp < (beta + (beta >> 1)) >> 3) ? 1 : 0; 690 dep = 0 [all...] |
/system/bt/stack/mcap/ |
mca_int.h | 187 tMCA_CS dep[MCA_NUM_DEPS]; /* the registration info for each MDEP */ member in struct:__anon72835 288 extern tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep); 289 extern UINT8 mca_dep_free_mdl(tMCA_CCB*p_ccb, tMCA_DEP dep); 320 extern BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | 447 BuildDependencyGenerator dep = local 450 List outputFiles = dep.getGeneratedFileList(); 451 List dependents = dep.getDependenciesFileList(); 455 System.out.println(dep.getDependencies().render()); [all...] |