HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 201 - 225 of 593) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 74 The printer is added to the front of the search list, thus one can override
204 if printer.enabled and printer.compiled_re.search(typename):
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 74 The printer is added to the front of the search list, thus one can override
204 if printer.enabled and printer.compiled_re.search(typename):
  /external/v8/src/
string.js 219 function StringReplace(search, replace) {
227 if (IS_REGEXP(search)) {
228 %_Log('regexp', 'regexp-replace,%0r,%1S', [search, subject]);
230 if (search.global) {
231 return StringReplaceGlobalRegExpWithFunction(subject, search, replace);
234 search,
239 search,
245 // Convert the search argument to a string and search for it.
246 search = TO_STRING_INLINE(search)
    [all...]
  /external/chromium/build/util/
lastchange.py 137 match = re.search(r'^\w+://.*$', output, re.M)
160 match = re.search(r'\S+$', output)
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 47 std::search(name.begin(),
53 std::search(url.begin(),
  /external/e2fsprogs/intl/
dcigettext.c 220 /* This is the type used for the search tree where known translations
224 /* Domain in which to search. */
244 /* Root of the search tree with known translations. We can use this
247 # include <search.h>
425 CATEGORY locale and, if PLURAL is nonzero, search over string
444 struct known_translation_t *search; local
482 search = (struct known_translation_t *)
484 memcpy (search->msgid, msgid1, msgid_len);
485 search->domainname = (char *) domainname;
486 search->category = category
    [all...]
  /external/llvm/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
  /external/llvm/projects/sample/autoconf/m4/
link_options.m4 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
  /external/oprofile/
opimport_pull 104 match = pattern.search(line)
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 193 static int search(FILE *file,const char *text,struct sockaddr *addr,int length, function
220 result = search(file,text,addr,length,flags);
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 505 # it even uses RPATH in a shared library to search for shared objects
569 AC_CACHE_CHECK([which variable specifies run-time module search path],
574 [Define to the name of the environment variable that determines the run-time module search path.])
588 AC_CACHE_CHECK([for the default library search path],
602 [Define to the system default library search path.])
  /external/qemu/distrib/sdl-1.2.15/test/
gcc-fat.sh 66 -print-search-dirs) exec gcc $1;;
  /external/skia/bench/
bench_util.py 130 settingsMatch = re.search(settings_re, line)
140 new_bench = re.search(bench_re, line)
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 179 GSCanonicalEntry search(&paint);
180 return CanonicalPaints().find(search);
  /external/skia/src/utils/
SkRTConf.cpp 195 static inline void str_replace(char *s, char search, char replace) {
197 if (*ptr == search) {
  /external/webkit/LayoutTests/fast/url/resources/
utilities.js 41 elmt.search,
  /frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java 17 package com.android.server.search;
33 import com.android.server.search.Searchables;
  /ndk/sources/host-tools/make-3.81/
makefile.com 31 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43 $ if f$search("SYS$COMMON:[DECC$LIB.REFERENCE]DECC$RTLDEF.DIR").nes."" -
45 $ if f$search("SYS$COMMON:[DECC$LIB.REFERENCE]SYS$STARLET_C.DIR").nes."" -
95 $ if f$search("make.opt").nes."" then $ del make.opt;*
  /ndk/tests/build/topological-sort/jni/
Android.mk 26 # find an object file that contains foo2(), because the search starts
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 637 // Show/hide the original search icon.
643 * This initiates the search entry mode - see {@link #onSearchSubmit} for when the search
674 * Determines the mailbox to search, if a search was to be initiated now.
675 * This will return {@code null} if the UI is not focused on any particular mailbox to search
684 // If already in a search, future searches will search the original mailbox.
693 * @return whether or not this account should do a global search instead when a user
694 * initiates a search on the given mailbox
815 MenuItem search = menu.findItem(R.id.search); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 159 search
    [all...]
  /build/tools/atree/
files.cpp 331 locate(FileRecord* rec, const vector<string>& search)
343 for (vector<string>::const_iterator it=search.begin();
344 it!=search.end(); it++) {
  /build/tools/
warn.py     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 267 # There are no relevant information in headers, so we search the body.
490 # so we search for another prefix
558 # We search for both AX and SREG attributes, with AX taking precedence.

Completed in 559 milliseconds

1 2 3 4 5 6 7 891011>>