/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 49 import com.android.browser.search.SearchEngine; 50 import com.android.browser.search.SearchEngines; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 108 search 160 * @defgroup binary_search_algorithms Binary Search Algorithms 163 * These algorithms are variations of a classic binary search, and 172 * proposed resolution reinterprets binary search. Instead of 520 // search 713 search(_FIter1, _FIter1, _FIter2, _FIter2); 717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
algorithmfwd.h | 110 search 163 * @defgroup binary_search_algorithms Binary Search 166 * These algorithms are variations of a classic binary search, and 175 * proposed resolution reinterprets binary search. Instead of 525 // search 722 search(_FIter1, _FIter1, _FIter2, _FIter2); 726 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
algorithmfwd.h | 110 search 163 * @defgroup binary_search_algorithms Binary Search 166 * These algorithms are variations of a classic binary search, and 175 * proposed resolution reinterprets binary search. Instead of 525 // search 722 search(_FIter1, _FIter1, _FIter2, _FIter2); 726 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 108 search 160 * @defgroup binary_search_algorithms Binary Search Algorithms 163 * These algorithms are variations of a classic binary search, and 172 * proposed resolution reinterprets binary search. Instead of 520 // search 713 search(_FIter1, _FIter1, _FIter2, _FIter2); 717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 108 search 160 * @defgroup binary_search_algorithms Binary Search Algorithms 163 * These algorithms are variations of a classic binary search, and 172 * proposed resolution reinterprets binary search. Instead of 520 // search 713 search(_FIter1, _FIter1, _FIter2, _FIter2); 717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 108 search 160 * @defgroup binary_search_algorithms Binary Search Algorithms 163 * These algorithms are variations of a classic binary search, and 172 * proposed resolution reinterprets binary search. Instead of 520 // search 713 search(_FIter1, _FIter1, _FIter2, _FIter2); 717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 108 search 160 * @defgroup binary_search_algorithms Binary Search Algorithms 163 * These algorithms are variations of a classic binary search, and 172 * proposed resolution reinterprets binary search. Instead of 520 // search 713 search(_FIter1, _FIter1, _FIter2, _FIter2); 717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 46 import org.eclipse.jdt.core.search.IJavaSearchScope; 47 import org.eclipse.jdt.core.search.SearchEngine; 351 // Create a search scope including only the source folder of the current
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 369 /* Expand all inherited members in the class. Used when initiating page search */ 380 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
|
/build/tools/releasetools/ |
edify_generator.py | 52 m = x.search(cmd)
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 174 match = re.search(r'<updatecheck Version="\d+\.\d+\.(\d+)\.\d+"', result.content)
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 160 if re.search(regex, msg):
|
/external/chromium/third_party/libjingle/source/talk/base/ |
stringutils.h | 325 // Replaces all occurrences of "search" with "replace". 326 void replace_substrs(const char *search,
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
dispatch.py | 122 if _SOURCE_PATH_PATTERN.search(path):
|
/external/elfutils/libdw/ |
dwarf_getlocation.c | 56 #include <search.h> 328 /* Insert a record in the search tree so that we can find it again
|
/external/guava/guava/src/com/google/common/primitives/ |
generate.sh | 184 * @param array the array to search for the sequence {@code target} 185 * @param target the array to search for as a sub-sequence of {@code array}
|
/external/libvpx/vp8/encoder/ |
onyx_int.h | 236 vp8_search_rtcd_vtable_t search; member in struct:VP8_ENCODER_RTCD 300 int alt_is_last; // Alt reference frame same as last ( short circuit altref search) 301 int gold_is_alt; // don't do both alt and gold search ( just do gold).
|
/external/llvm/utils/ |
llvm-compilers-check | 321 if re.search("End of search list", str(line)) is not None: 326 if re.search("#include <...> search starts", str(line)) is not None:
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest.py | 311 param_tests_present = PARAM_TEST_REGEX.search(
|
/external/skia/src/pdf/ |
SkPDFFont.cpp | 155 // if the data was NUL terminated so that we can use strstr() to search it. 460 // typing char id 0x0014 in search box will get glyph id 0x0004 first. However, 809 // TODO(vandebo): Optimize this, do only one search? 810 FontRec search(NULL, fontID, glyphID); 811 *index = CanonicalFonts().find(search); 815 search.fGlyphID = 0; 816 *index = CanonicalFonts().find(search); [all...] |
/external/v8/tools/ |
presubmit.py | 323 if not COPYRIGHT_HEADER_PATTERN.search(contents):
|
/external/webkit/Source/WebCore/inspector/front-end/ |
InjectedFakeWorker.js | 288 search: this.query,
|
/frameworks/base/core/java/android/server/search/ |
Searchables.java | 17 package android.server.search; 64 // Contains all installed activities that handle the global search 96 * <li>The activity itself implements search. This is indicated by the 98 * The value is a reference to an XML file containing search information.</li> 99 * <li>A related activity implements search. This is indicated by the 101 * The value is a string naming the activity implementing search. In this 104 * code will insert the "default" (e.g. contacts) search. 189 * refill as the user clicks "search". 252 // Find the global search activity 256 // Find the web search activit [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algorithmfwd.h | 337 search(_FIter1, _FIter1, _FIter2, _FIter2, __gnu_parallel::sequential_tag); 341 search(_FIter1, _FIter1, _FIter2, _FIter2); 345 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate, 350 search(_FIter1, _FIter1, _FIter2, _FIter2, _BiPredicate);
|