Searched refs:FIND (Results 1 - 11 of 11) sorted by relevance

/external/devlib/devlib/bin/scripts/
H A Dshutils.in7 FIND=${FIND:-$BUSYBOX find}
96 $FIND $CGROUP -type f -maxdepth 1 |
115 $FIND $CGMOUNT -type d -maxdepth 0 | \
126 $FIND $CGMOUNT -type d -mindepth 1 | \
133 $FIND $CGMOUNT -type d -mindepth 1 | \
/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp30 #define FIND(id, className, classEnum) \ macro
84 GrProgramObj *program = FIND(programID, GrProgramObj, kProgram_ObjTypes);
87 GrShaderObj *shader = FIND(shaderID, GrShaderObj, kShader_ObjTypes);
100 GrTextureObj *texture = FIND(textureID, GrTextureObj, kTexture_ObjTypes);
106 GrTextureObj *texture = FIND(textureID, GrTextureObj, kTexture_ObjTypes);
213 GrProgramObj *program = FIND(programID, GrProgramObj, kProgram_ObjTypes);
226 GrFrameBufferObj *frameBuffer = FIND(frameBufferID, GrFrameBufferObj,
237 GrRenderBufferObj *renderBuffer = FIND(renderBufferID, GrRenderBufferObj,
285 GrTextureObj *buffer = FIND(textures[i], GrTextureObj, kTexture_ObjTypes);
314 GrFrameBufferObj *buffer = FIND(frameBuffer
1179 #undef FIND macro
[all...]
/external/skqp/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp30 #define FIND(id, className, classEnum) \ macro
84 GrProgramObj *program = FIND(programID, GrProgramObj, kProgram_ObjTypes);
87 GrShaderObj *shader = FIND(shaderID, GrShaderObj, kShader_ObjTypes);
100 GrTextureObj *texture = FIND(textureID, GrTextureObj, kTexture_ObjTypes);
207 GrProgramObj *program = FIND(programID, GrProgramObj, kProgram_ObjTypes);
220 GrFrameBufferObj *frameBuffer = FIND(frameBufferID, GrFrameBufferObj,
231 GrRenderBufferObj *renderBuffer = FIND(renderBufferID, GrRenderBufferObj,
279 GrTextureObj *buffer = FIND(textures[i], GrTextureObj, kTexture_ObjTypes);
308 GrFrameBufferObj *buffer = FIND(frameBuffers[i], GrFrameBufferObj,
358 GrRenderBufferObj *buffer = FIND(renderBuffer
1173 #undef FIND macro
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c2476 /* What FIND does: it finds the section called _SEC_NAME. The
2527 # define FIND(_sec_name, _sec_escn) \ macro
2531 FIND( ".dynsym", dynsym_escn)
2532 FIND( ".dynstr", dynstr_escn)
2533 FIND( ".symtab", symtab_escn)
2534 FIND( ".strtab", strtab_escn)
2536 FIND( ".SUNW_ldynsym", ldynsym_escn)
2539 FIND( ".gnu_debuglink", debuglink_escn)
2540 FIND( ".gnu_debugaltlink", debugaltlink_escn)
2542 FIND( "
2595 # undef FIND macro
2766 # define FIND macro
2805 # undef FIND macro
2810 # define FIND macro
2890 # undef FIND macro
2981 # define FIND macro
3029 # undef FIND macro
[all...]
/external/swiftshader/third_party/LLVM/docs/
H A DMakefile76 $(FIND) . -type f -exec \
107 $(FIND) . -type f -exec \
126 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`
/external/elfutils/lib/
H A Ddynamicsizehash.c251 #define FIND(name) _FIND (name) macro
254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val)
/external/libpcap/
H A Dpcap-sita.c52 #define FIND 0 macro
377 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
751 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
785 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
788 close_with_IOP(chassis, geoslot, FIND);
/external/libgsm/
H A DMakefile104 FIND = find macro
424 -$(FIND) . \( -name core -o -name foo \) \
/external/cn-cbor/cmake/
H A DCoverallsGenerateGcov.cmake216 list(FIND COVERAGE_SRCS ${GCOV_SRC_PATH} WAS_FOUND)
/external/elfutils/src/
H A Dar.c536 ENTRY *res = hsearch (entry, FIND);
958 ENTRY *res = hsearch (entry, FIND);
1181 ENTRY *res = hsearch (entry, FIND);
/external/swiftshader/third_party/LLVM/
H A Dconfigure733 FIND
5629 case $FIND in
5631 ac_cv_path_FIND="$FIND" # Let the user override the test with a path.
5653 FIND=$ac_cv_path_FIND
5654 if test -n "$FIND"; then
5655 { echo "$as_me:$LINENO: result: $FIND" >&5
5656 echo "${ECHO_T}$FIND" >&6; }
19854 FIND!$FIND$ac_delim

Completed in 331 milliseconds