/build/kati/ |
func.h | 46 FIND, 58 unique_ptr<FindCommand> find; member in struct:CommandResult
|
find.h | 31 FIND,
|
regen.cc | 27 #include "find.h" 247 if (sr->op == CommandOp::FIND) { 308 if (sr->op != CommandOp::FIND) 322 // directory which affects the results of find command.
|
ninja.cc | 35 #include "find.h" 50 const size_t found = cmd.find(name); 63 index = val.find(name); 66 index = val.find(name); 81 size_t index = cmdline.find(' '); 100 return rest.find(" -c ") != string::npos ? 0 : string::npos; 118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str()); 133 if (cmd->find("bin/llvm-rs-cc ") != string::npos) { 143 if (cmd->find(p) != string::npos) { 145 const size_t found = cmd->find(rm_f) [all...] |
/bionic/tests/ |
search_test.cpp | 32 // lfind(3) can't find '2' in the empty table. 42 // And then lfind(3) can find it. 85 // tfind(3) can't find anything in the empty tree. 231 e = hsearch(ENTRY{.key = const_cast<char*>("aaaa"), .data = nullptr}, FIND); 235 e = hsearch(ENTRY{.key = const_cast<char*>("aa"), .data = nullptr}, FIND); 244 e = hsearch(ENTRY{.key = const_cast<char*>("aa"), .data = nullptr}, FIND); 247 e = hsearch(ENTRY{.key = const_cast<char*>("a"), .data = nullptr}, FIND); 249 e = hsearch(ENTRY{.key = const_cast<char*>("aaa"), .data = nullptr}, FIND); 273 ASSERT_EQ(0, hsearch_r(ENTRY{.key = const_cast<char*>("b"), .data = nullptr}, FIND, &e, &h1)); 277 ASSERT_EQ(1, hsearch_r(ENTRY{.key = const_cast<char*>("a"), .data = nullptr}, FIND, &e, &h1)) [all...] |
/external/devlib/devlib/bin/scripts/ |
shutils.in | 7 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 | \ 129 echo "ERROR: could not find any $CGP cgroup under $CGMOUNT" 133 $FIND $CGMOUNT -type d -mindepth 1 | \ 233 PATHS=$($BUSYBOX find $BASEPATH -follow -maxdepth $MAXDEPTH)
|
/bionic/tests/headers/posix/ |
search_h.c | 40 a = FIND;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditorContributor.java | 92 actionBars.setGlobalActionHandler(ActionFactory.FIND.getId(), 93 getAction(editor, ITextEditorActionConstants.FIND));
|
/external/skia/tools/gpu/gl/debug/ |
DebugGLTestContext.cpp | 30 #define FIND(id, className, classEnum) \ 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(frameBuffers[i], GrFrameBufferObj [all...] |
/external/skqp/tools/gpu/gl/debug/ |
DebugGLTestContext.cpp | 30 #define FIND(id, className, classEnum) \ 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(renderBuffers[i], GrRenderBufferObj [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readelf.c | [all...] |
/bionic/libc/include/ |
search.h | 16 FIND,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
search.h | 42 FIND,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
search.h | 65 FIND, 85 ACTION is `FIND' return found entry or signal error by returning
|
/external/swiftshader/third_party/LLVM/docs/ |
Makefile | 76 $(FIND) . -type f -exec \
107 $(FIND) . -type f -exec \
126 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
hsearch_r.c | 100 if (action == FIND) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
LogCatView.java | 85 actionBars.setGlobalActionHandler(ActionFactory.FIND.getId(), 86 new Action("Find") {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorActionBarAdvisor.java | 56 mFindAction = ActionFactory.FIND.create(window); 57 mFindAction.setText("Find..."); // replace the default "Find and Replace..."
|
/external/elfutils/lib/ |
dynamicsizehash.c | 251 #define FIND(name) _FIND (name) 254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val)
|
/external/libpcap/ |
pcap-sita.c | 52 #define FIND 0 274 pos = strcspn(buf, "#\n\r"); /* find the first comment character or EOL */ 277 pos = strspn(buf, " \t"); /* then find the first non-white space */ 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); [all...] |
/external/libgsm/ |
Makefile | 104 FIND = find 424 -$(FIND) . \( -name core -o -name foo \) \
|
/external/cn-cbor/cmake/ |
CoverallsGenerateGcov.cmake | 216 list(FIND COVERAGE_SRCS ${GCOV_SRC_PATH} WAS_FOUND) 387 # Loop through all files we couldn't find any coverage for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 387 bars.setGlobalActionHandler(ActionFactory.FIND.getId(), 388 mTextEditor.getAction(ActionFactory.FIND.getId())); 418 bars.setGlobalActionHandler(ActionFactory.FIND.getId(), null); 428 * find the default page in the properties of the {@link IResource} object being edited. [all...] |
/external/elfutils/src/ |
ar.c | 536 ENTRY *res = hsearch (entry, FIND); 629 /* Try to truncate the name. First find out by how 718 /* Try to truncate the name. First find out by how 958 ENTRY *res = hsearch (entry, FIND); 1181 ENTRY *res = hsearch (entry, FIND); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 239 actionBars.setGlobalActionHandler(ActionFactory.FIND.getId(), 240 new Action("Find") { 759 if (matcher.find()) { [all...] |