HomeSort by relevance Sort by last modified time
    Searched defs:search (Results 126 - 150 of 338) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 106 import org.eclipse.jdt.core.search.IJavaSearchConstants;
107 import org.eclipse.jdt.core.search.IJavaSearchScope;
108 import org.eclipse.jdt.core.search.SearchEngine;
109 import org.eclipse.jdt.core.search.SearchMatch;
110 import org.eclipse.jdt.core.search.SearchParticipant;
111 import org.eclipse.jdt.core.search.SearchPattern;
112 import org.eclipse.jdt.core.search.SearchRequestor;
642 // Search for the method in the Java index, filtering by the required click handler
687 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
691 // TODO: Create a project+dependencies scope and search only that scop
    [all...]
  /system/core/sdcard/
sdcard.c 352 * Performs a case-insensitive search for the file and sets the buffer to the path
353 * of the first matching file. If 'search' is zero or if no match is found, sets
360 char* buf, size_t bufsize, int search)
376 if (search && access(buf, F_OK)) {
1129 int search = old_parent_node != new_parent_node local
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 2971 void search(const ObjCProtocolList &protocols) { function in class:__anon5513::OverrideSearch
2977 void search(ObjCContainerDecl *container) { function in class:__anon5513::OverrideSearch
    [all...]
  /external/elfutils/src/libcpu/
i386_parse.c 115 #include <search.h>
1717 struct suffix search = { .name = (yyvsp[(5) - (6)].field)->name }; local
1751 struct known_bitfield search; local
1840 struct known_bitfield search; local
1921 struct known_bitfield search; local
2484 struct synonym search = { .from = fieldname }; local
2586 struct argstring search = { .str = runp->operands[i].fct }; local
2883 struct argstring search = { .str = instr->operands[i].fct }; local
2894 struct argstring search = { .str = instr->operands[i].str }; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
header.c 545 const char *search = CPUINFO_PROC; local
549 if (!search)
557 ret = strncmp(buf, search, strlen(search));
    [all...]