HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 951 - 975 of 1678) sorted by null

<<31323334353637383940>>

  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/gtest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 40 -Lpath/to/lib Additional library search paths
gen_msvs_vcxproj.sh 41 -Lpath/to/lib Additional library search paths
  /external/libweave/third_party/chromium/base/strings/
string_piece.cc 100 std::search(self.begin() + pos, self.end(), s.begin(), s.end());
177 // Avoid the cost of BuildLookupTable() for a single-character search.
201 // Avoid the cost of BuildLookupTable() for a single-character search.
241 // Avoid the cost of BuildLookupTable() for a single-character search.
267 // Avoid the cost of BuildLookupTable() for a single-character search.
  /external/mesa3d/scons/
gallium.py 128 match = re.search(r'[0-9]+(\.[0-9]+)+', line)
  /external/opencv3/3rdparty/libtiff/
tiffiop.h 54 # include <search.h>
  /external/pdfium/third_party/libtiff/
tiffiop.h 54 # include <search.h>
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 184 logging.info("Search the log for '[ERROR]' to see the error reports.")
306 if re.search("exe not registered", query_out):
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /external/selinux/policycoreutils/gui/
portsPage.py 86 self.view.set_search_equal_func(self.search)
  /external/skia/src/gpu/gl/
GrGLGpu.h 281 // binary search for entry matching desc. returns index into fEntries that matches desc or ~
283 int search(const GrProgramDesc& desc) const;
  /external/tpm2/generator/
structure_generator.py 510 return self._IFDEF_TYPE_RE.search(self.new_type)
747 return self._IFDEF_TYPE_RE.search(self.new_type)
    [all...]
  /external/valgrind/none/tests/
cmdline2.stdout.exp 69 --extra-debuginfo-path=path absolute path to search for additional
71 well known search paths.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.cxx 545 uint8_t ZFM20::search(int slot, uint16_t *id, uint16_t *score) function in class:ZFM20
557 // search from page 0x0000 to page 0x00a3
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 40 -Lpath/to/lib Additional library search paths
gen_msvs_vcxproj.sh 41 -Lpath/to/lib Additional library search paths
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 355 param_tests_present = PARAM_TEST_REGEX.search(
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 17 package com.android.settings.search;
47 import com.android.settings.search.IndexDatabaseHelper.IndexColumns;
48 import com.android.settings.search.IndexDatabaseHelper.Tables;
145 // Max number of saved search queries (who will be used for proposing suggestions)
238 public Cursor search(String query) { method in class:Index
243 Log.d(LOG_TAG, "Search primary query: " + primarySql);
253 Log.d(LOG_TAG, "Search secondary query: " + secondarySql);
481 * data will be seen included into the search results
795 Log.w(LOG_TAG, "Cannot index an empty Search Provider name!");
    [all...]
SearchIndexableResources.java 17 package com.android.settings.search;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 274 // The search menu item should only be visible for non-tablet devices
275 Utils.setMenuItemPresent(menu, R.id.search,
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 198 conditions={'e': re.compile('wuzzy').search,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
csv.py 269 if dq_regexp.search(data):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 33 """, re.VERBOSE | re.MULTILINE).search

Completed in 4778 milliseconds

<<31323334353637383940>>