/external/dbus/test/ |
unused-code-gc.py | 128 match = ref_re.search(l) 182 match = dynsym_re.search(l)
|
/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/icu/icu4c/source/i18n/ |
tznames_impl.h | 115 * Search result handler callback interface used by TextTrieMap search. 135 void search(const UnicodeString &text, int32_t start, 155 void search(CharacterNode *node, const UnicodeString &text, int32_t start,
|
/external/icu/icu4c/source/layout/ |
OpenTypeUtilities.cpp | 129 le_int32 OpenTypeUtilities::search(le_uint32 value, const le_uint32 array[], le_int32 count) function in class:OpenTypeUtilities 151 le_int32 OpenTypeUtilities::search(le_uint16 value, const le_uint16 array[], le_int32 count) function in class:OpenTypeUtilities
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
ClassTable.java | 66 public static int search(ClassEntry[] table, int glyphID) method in class:ClassTable.ClassEntry 149 int index = ClassEntry.search(classTable, glyphID);
|
/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/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/skia/src/gpu/gl/ |
GrGLGpuProgramCache.cpp | 106 int GrGLGpu::ProgramCache::search(const GrProgramDesc& desc) const { function in class:GrGLGpu::ProgramCache 132 entryIdx = this->search(*args.fDesc);
|
/external/skia/src/utils/ |
SkRTConf.cpp | 234 static inline void str_replace(char *s, char search, char replace) { 236 if (*ptr == search) {
|
/external/v8/test/mjsunit/regress/ |
regress-475705.js | 5 // Crankshaft changes the stack usage and messes up the binary search for the
|
/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;
|
/frameworks/native/opengl/tools/glgen2/ |
glgen.py | 167 if re.search('_BIT($|\d*_)', name): 171 if not re.search('0x[0-9A-Fa-f]+', value):
|
/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/Settings/src/com/android/settings/notification/ |
OtherSoundSettings.java | 38 import com.android.settings.search.BaseSearchIndexProvider; 39 import com.android.settings.search.Indexable;
|
/packages/apps/TV/src/com/android/tv/search/ |
ProgramGuideSearchFragment.java | 17 package com.android.tv.search; 179 // TODO: Search directly from program data manager for performance. 180 // TODO: Search upcoming programs. 198 return mSearch.search(mQuery, SEARCH_RESULT_MAX,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
base64.py | 212 mo = re.search('(?P<pad>[=]*)$', s) 275 if re.search('[^0-9A-F]', s):
|
re.py | 79 search Search a string for the presence of a pattern. 109 __all__ = [ "match", "search", "sub", "subn", "split", "findall", 139 def search(pattern, string, flags=0): function 142 return _compile(pattern, flags).search(string)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
base64.py | 212 mo = re.search('(?P<pad>[=]*)$', s) 275 if re.search('[^0-9A-F]', s):
|
re.py | 79 search Search a string for the presence of a pattern. 109 __all__ = [ "match", "search", "sub", "subn", "split", "findall", 139 def search(pattern, string, flags=0): function 142 return _compile(pattern, flags).search(string)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
base64.py | 212 mo = re.search('(?P<pad>[=]*)$', s) 275 if re.search('[^0-9A-F]', s):
|
re.py | 79 search Search a string for the presence of a pattern. 109 __all__ = [ "match", "search", "sub", "subn", "split", "findall", 139 def search(pattern, string, flags=0): function 142 return _compile(pattern, flags).search(string)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
base64.py | 212 mo = re.search('(?P<pad>[=]*)$', s) 275 if re.search('[^0-9A-F]', s):
|
re.py | 79 search Search a string for the presence of a pattern. 109 __all__ = [ "match", "search", "sub", "subn", "split", "findall", 139 def search(pattern, string, flags=0): function 142 return _compile(pattern, flags).search(string)
|
/system/core/mkbootimg/ |
mkbootimg | 103 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x) 119 match = re.search(r'^(\d{4})-(\d{2})-(\d{2})', x)
|