/external/openssl/crypto/pem/ |
pem_pkey.c | 73 int pem_check_suffix(const char *pem_str, const char *suffix);
|
/external/skia/src/views/ |
SkListView.cpp | 19 SkDirListSource(const char path[], const char suffix[], const char target[]) 20 : fPath(path), fSuffix(suffix), fTarget(target) 99 SkListSource* SkListSource::CreateFromDir(const char path[], const char suffix[], const char target[]) 101 return new SkDirListSource(path, suffix, target);
|
/external/v8/test/mjsunit/ |
testcfg.py | 96 (fd_self_script, self_script) = tempfile.mkstemp(suffix=".js")
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebKitNSStringExtras.mm | 183 -(BOOL)_webkit_hasCaseInsensitiveSuffix:(NSString *)suffix 185 return hasCaseInsensitiveSuffix(self, suffix);
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
api_unittest.py | 104 self.temp_dir = tempfile.mkdtemp(suffix="changelogs")
|
scm_unittest.py | 146 test_object.svn_repo_path = tempfile.mkdtemp(suffix="svn_test_repo") 153 test_object.svn_checkout_path = tempfile.mkdtemp(suffix="svn_test_checkout") 672 fake_home_dir = tempfile.mkdtemp(suffix="fake_home_dir") 684 fake_home_dir = tempfile.mkdtemp(suffix="fake_home_dir") [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 263 def expected_baselines(self, filename, suffix, all_baselines=False): 268 suffix: file suffix of the expected results, including dot; e.g. 292 baseline_filename = testname + '-expected' + suffix 317 def expected_filename(self, filename, suffix): 327 suffix: file suffix of the expected results, including dot; e.g. '.txt' 337 filename, suffix)[0] [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
queueengine_unittest.py | 202 self.temp_dir = tempfile.mkdtemp(suffix="work_queue_test_logs")
|
/sdk/emulator/qtools/ |
trace_reader_base.h | 212 bool Open(const char *filename, const char *suffix);
|
/external/opencv/cxcore/src/ |
cxcmp.cpp | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderListMarker.cpp | 502 // grouped by list-style-type suffix. 1286 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); local 1553 String RenderListMarker::suffix() const function in class:WebCore::RenderListMarker 1556 const UChar suffix = listMarkerSuffix(type, m_listItem->value()); local [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.cc | [all...] |
/external/gtest/src/ |
gtest.cc | [all...] |
/external/elfutils/src/ |
elflint.c | 83 const char *suffix, const char *fname, size_t size, 85 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix, 252 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, 262 process_elf_file (elf, prefix, suffix, fname, size, only_one); 272 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; 280 strcpy (stpcpy (new_suffix, suffix), ")"); [all...] |
/cts/tools/host/test/com/android/cts/ |
ConsoleTests.java | 187 * Test validating package file suffix when adding package. 294 * @param suffix The file suffix. 296 private void createPartialTestPackageZip(String zipFilePath, String suffix) 303 String file = packageName + suffix;
|
/external/icu4c/test/intltest/ |
ssearch.cpp | 2224 UnicodeString suffix, altSuffix; local 2363 UnicodeString suffix, altSuffix; local [all...] |
/external/skia/gm/ |
gmmain.cpp | 64 const char suffix[]) { 71 filename.appendf("%s.%s", name.c_str(), suffix);
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core.c | 715 static OMX_STRING suffix = ".so"; local 744 /* if the file is an OMX component, trim the prefix and suffix */ 748 /* copy only the name without the suffix */ 751 strlen(suffix));
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ArchiveInstaller.java | 772 private File getNewTempFolder(String osBasePath, String prefix, String suffix) {
786 String.format("%1$s.%2$s%3$02d", prefix, suffix, i)); //$NON-NLS-1$
[all...] |
/external/dbus/dbus/ |
dbus-sysdeps.h | 501 const char *suffix,
|
/external/skia/include/views/ |
SkWidget.h | 347 static SkListSource* CreateFromDir(const char path[], const char suffix[],
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
WebKitAccessibleHyperlink.cpp | 222 return baseLength + marker->text().length() + marker->suffix().length();
|
/libcore/luni/src/main/java/java/lang/ |
String.java | 731 * specified string is a suffix. 733 * @param suffix 734 * the suffix to look for. 735 * @return {@code true} if the specified string is a suffix of this string, 738 * if {@code suffix} is {@code null}. 740 public boolean endsWith(String suffix) { 741 return regionMatches(count - suffix.count, suffix, 0, suffix.count); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-pass.h | 194 const char *suffix; /* suffix to give output file. */ member in struct:dump_file_info
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-pass.h | 84 a suffix to the phase's main dump file name. When adding a new 86 in tree-dump.c to define the filename suffix. */ 209 const char *suffix; /* suffix to give output file. */ member in struct:dump_file_info
|