Searched
full:suffix (Results
926 -
950 of
3940) sorted by null
<<31323334353637383940>>
/frameworks/base/tests/BrowserPowerTest/ |
AndroidManifest.xml | 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
single_source_alloc.rs | 227 #define TEST_HELPER(suffix) { \ 228 _RS_ASSERT(rsIsObject(rsCreateAllocation_##suffix(3))); \ 229 _RS_ASSERT(rsIsObject(rsCreateAllocation_##suffix(3, 4))); \ 230 _RS_ASSERT(rsIsObject(rsCreateAllocation_##suffix(3, 4, 5))); \
|
/packages/apps/CellBroadcastReceiver/tests/ |
AndroidManifest.xml | 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
StructuredNameDataItem.java | 64 return getContentValues().getAsString(StructuredName.SUFFIX);
|
/packages/apps/QuickSearchBox/res/values-xlarge/ |
config.xml | 42 <!-- Same as the above, except that the URL suffix is returned by a -->
|
/packages/apps/UnifiedEmail/tests/ |
AndroidManifest.xml | 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/packages/providers/CalendarProvider/tests/ |
AndroidManifest.xml | 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 234 final String suffix; local 241 suffix = ""; 244 suffix = name.substring(dotIndex); 251 suffix = chooseExtensionFromMimeType(mimeType, true); 254 suffix = chooseExtensionFromFilename(mimeType, destination, name, dotIndex); 259 name = generateAvailableFilenameLocked(parentTest, prefix, suffix); 429 File[] parents, String prefix, String suffix) throws IOException { 430 String name = prefix + suffix; 452 name = prefix + Constants.FILENAME_SEQUENCE_SEPARATOR + sequence + suffix;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
matrix.h | 50 const char *prefix, const char *suffix);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
matrix.h | 50 const char *prefix, const char *suffix);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-common.def | 49 The operands are an IDENTIFIER for the suffix, the VALUE of the literal,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
main.py | 32 have an extra file suffix appended to their name for use in situations 172 parser.add_option("--add-suffix", action="store", type="str", default="", 175 "ex: --add-suffix='3' will generate .py3 files.") 191 parser.error("Can't use --add-suffix without -n.")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test__osx_support.py | 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix 197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
main.py | 32 have an extra file suffix appended to their name for use in situations 172 parser.add_option("--add-suffix", action="store", type="str", default="", 175 "ex: --add-suffix='3' will generate .py3 files.") 191 parser.error("Can't use --add-suffix without -n.")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test__osx_support.py | 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix 197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
|
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
suffixarray.go | 6 // an in-memory suffix array. 27 // Index implements a suffix array for fast substring search. 30 sa []int // suffix array for data; len(sa) == len(data) 176 // find matching suffix index range [i:j]
|
/prebuilts/go/darwin-x86/src/net/http/ |
proxy_test.go | 31 {"localhost.net", true}, // not match as suffix of address
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/ |
bug2.go | 44 // path is full (rooted) path name. check suffix for gc, prefix for gccgo
|
/prebuilts/go/linux-x86/src/index/suffixarray/ |
suffixarray.go | 6 // an in-memory suffix array. 27 // Index implements a suffix array for fast substring search. 30 sa []int // suffix array for data; len(sa) == len(data) 176 // find matching suffix index range [i:j]
|
/prebuilts/go/linux-x86/src/net/http/ |
proxy_test.go | 31 {"localhost.net", true}, // not match as suffix of address
|
/prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/ |
bug2.go | 44 // path is full (rooted) path name. check suffix for gc, prefix for gccgo
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 32 have an extra file suffix appended to their name for use in situations 172 parser.add_option("--add-suffix", action="store", type="str", default="", 175 "ex: --add-suffix='3' will generate .py3 files.") 191 parser.error("Can't use --add-suffix without -n.")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__osx_support.py | 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix 197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 32 have an extra file suffix appended to their name for use in situations 172 parser.add_option("--add-suffix", action="store", type="str", default="", 175 "ex: --add-suffix='3' will generate .py3 files.") 191 parser.error("Can't use --add-suffix without -n.")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__osx_support.py | 142 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 143 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix 197 suffix = (':' + self.env['PATH']) if self.env['PATH'] else '' 198 self.env['PATH'] = os.path.abspath(self.temp_path_dir) + suffix
|
Completed in 2205 milliseconds
<<31323334353637383940>>