Searched refs:search (Results 201 - 225 of 354) sorted by relevance

1234567891011>>

/external/libsepol/tests/policies/test-expander/
H A Duser-base.conf165 search
/external/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf165 search
H A Dsmall-base.conf165 search
/external/sepolicy/
H A Dsystem.te147 allow system graphics_device:dir search;
/external/valgrind/main/cachegrind/
H A Dcg_diff.in51 --mod-filename=<expr> a Perl search-and-replace expression that is applied
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8LocationCustom.cpp140 INC_STATS("DOM.Location.search._set");
145 String search = toWebCoreString(value); local
147 impl->setSearch(search, state->activeWindow(), state->firstWindow());
/external/webkit/Source/WebCore/html/
H A DInputType.cpp97 map->add(InputTypeNames::search(), SearchInputType::create);
757 const AtomicString& search() function in namespace:WebCore::InputTypeNames
759 DEFINE_STATIC_LOCAL(AtomicString, name, ("search"));
H A DInputType.h274 const AtomicString& search();
/external/webkit/Source/WebKit/chromium/src/js/
H A DTests.js248 // Iterate over displayed functions and search for a function
674 test.assertTrue(scriptResource.url.search(scriptName + "$") !== -1, "Main HTML resource should be selected.");
739 if (options[i].text.search(missing[j]) !== -1) {
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot.py205 return None # We ran off the limit of our search
310 builder['is_green'] = not re.search('fail', cell.renderContents()) or \
311 not not re.search('lost', cell.renderContents())
/external/elfutils/src/
H A Dldgeneric.c970 struct scnhead search; local
1004 search.name = elf_strptr (fileinfo->elf, fileinfo->shstrndx, shdr->sh_name);
1005 search.type = shdr->sh_type;
1006 search.flags = shdr->sh_flags;
1007 search.entsize = shdr->sh_entsize;
1008 search.grp_signature = grpscn != NULL ? grpscn->symbols->name : NULL;
1009 search.kind = scn_normal;
1010 hval = elf_hash (search.name);
1013 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
1079 queued->name = search
1521 struct symbol search; local
1920 struct symbol search = { .name = syms[cnt].as_name }; local
3362 struct id_list search; local
3633 struct symbol search = { .name = ld_state.entry }; local
5396 struct symbol search; local
[all...]
/external/chromium/base/
H A Dstring_piece.cc41 const char* result = std::search(ptr_ + pos, ptr_ + length_,
102 // Avoid the cost of BuildLookupTable() for a single-character search.
124 // Avoid the cost of BuildLookupTable() for a single-character search.
154 // Avoid the cost of BuildLookupTable() for a single-character search.
178 // Avoid the cost of BuildLookupTable() for a single-character search.
/external/chromium/chrome/browser/resources/options/
H A Doptions.js46 var menuDisabled = menuOffPattern.test(window.location.search);
/external/chromium/net/http/
H A Dhttp_util.cc285 std::search(headers.begin(),
/external/chromium/testing/gtest/scripts/
H A Dpump.py172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
/external/chromium-trace/trace-viewer/src/
H A Dunittest.js479 if (testMethodName.search(/^test.+/) != 0)
482 if (opt_filter && testMethodName.search(opt_filter) == -1)
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmalintrules.py264 if self.MISSING_PARAMETER_SPACE.search(token.string):
385 if self.ILLEGAL_TAB.search(token.string):
647 and self.ENDS_WITH_SPACE.search(token.previous.string)):
707 if self.ILLEGAL_TAB.search(token.string):
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py122 if _SOURCE_PATH_PATTERN.search(path):
/external/elfutils/libdwfl/
H A Dcu.c53 #include <search.h>
111 /* The ranges are sorted by address, so we can use binary search. */
/external/gtest/scripts/
H A Dpump.py172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
/external/icu4c/common/
H A Duvector.h346 int32_t search(void* obj) const;
/external/icu4c/i18n/
H A Dcsrsbcs.h36 * Binary search for value in table, which must have exactly 64 entries.
38 int32_t search(const int32_t *table, int32_t value);
/external/markdown/markdown/
H A Dtreeprocessors.py60 * index: index, from which we start search
65 m = self.__placeholder_re.search(data, index)
208 * startIndex: string index, from which we starting search
/external/oprofile/
H A Doprofile_android255 vma_start = re.search('([0-9a-fA-F]{8}) T _text', output).group(1)
256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
/external/v8/test/mjsunit/
H A Dfunction-call.js62 String.prototype.search,

Completed in 467 milliseconds

1234567891011>>