HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 101 - 125 of 2667) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/PC/
import_nt.c 71 for (fdp = _PyImport_Filetab; fdp->suffix != NULL; fdp++) {
72 size_t extLen = strlen(fdp->suffix);
76 fdp->suffix,
80 if (fdp->suffix == NULL)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
ArrayDataMethodItem.java 55 String suffix = ""; local
58 suffix = "t";
61 suffix = "s";
67 writer.write(suffix);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
framework.py 18 (?:_(?P<suffix>[^_]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
54 suffix=suffix
61 assert framework_info('P/F.framework/F_debug') == d('P', 'F.framework/F_debug', 'F', suffix='debug')
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
framework.py 18 (?:_(?P<suffix>[^_]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
54 suffix=suffix
61 assert framework_info('P/F.framework/F_debug') == d('P', 'F.framework/F_debug', 'F', suffix='debug')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 18 (?:_(?P<suffix>[^_]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
54 suffix=suffix
61 assert framework_info('P/F.framework/F_debug') == d('P', 'F.framework/F_debug', 'F', suffix='debug')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 18 (?:_(?P<suffix>[^_]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
54 suffix=suffix
61 assert framework_info('P/F.framework/F_debug') == d('P', 'F.framework/F_debug', 'F', suffix='debug')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethod.java 57 private static String stripSuffix(String name, String suffix) {
58 int suffixStart = name.lastIndexOf(suffix.charAt(0));
59 if (suffixStart != -1 && name.regionMatches(suffixStart, suffix, 0,
63 assert !name.endsWith(suffix) : name;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
ldst-reg-unscaled-imm.s 40 .macro ld_or_st op, suffix, reg
42 op2 \op\suffix, \reg, \simm
44 op2_no_imm \op\suffix, \reg
46 op2 \op\suffix, \reg, \simm
69 // op, suffix, reg
ldst-reg-uns-imm.s 43 .macro ld_or_st op, suffix, reg, size
45 op2 \op\suffix, \reg, \simm
47 op2_no_imm \op\suffix, \reg
49 op2 \op\suffix, \reg, \simm
51 op2 \op\suffix, \reg, "(4095*\size)"
88 // op, suffix, reg, size(in byte)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_mul-bad.l 2 [^:]*:10: Error: cannot honor width suffix -- `muleq.n r0,r0,r8'
3 [^:]*:12: Error: cannot honor width suffix -- `muleq.n r0,r1,r1'
4 [^:]*:13: Error: cannot honor width suffix -- `muleq.n r0,r1,r2'
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 99 * @param suffix {@code null-ok;} suffix for the end of the result
102 public String toString(String prefix, String separator, String suffix) {
103 return toString0(prefix, separator, suffix, false);
113 * @param suffix {@code null-ok;} suffix for the end of the result
116 public String toHuman(String prefix, String separator, String suffix) {
117 return toString0(prefix, separator, suffix, true);
244 * @param suffix {@code null-ok;} suffix for the end of the resul
    [all...]
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 99 * @param suffix {@code null-ok;} suffix for the end of the result
102 public String toString(String prefix, String separator, String suffix) {
103 return toString0(prefix, separator, suffix, false);
113 * @param suffix {@code null-ok;} suffix for the end of the result
116 public String toHuman(String prefix, String separator, String suffix) {
117 return toString0(prefix, separator, suffix, true);
244 * @param suffix {@code null-ok;} suffix for the end of the resul
    [all...]
  /system/core/base/
strings.cpp 98 static bool EndsWith(const std::string& s, const char* suffix, bool case_sensitive) {
99 size_t suffix_length = strlen(suffix);
105 return (case_sensitive ? strncmp : strncasecmp)(s.c_str() + offset, suffix, suffix_length) == 0;
108 bool EndsWith(const std::string& s, const char* suffix) {
109 return EndsWith(s, suffix, true);
112 bool EndsWithIgnoreCase(const std::string& s, const char* suffix) {
113 return EndsWith(s, suffix, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookEntry.java 33 public String suffix; field in class:PhonebookEntry.Name
48 (suffix == n.suffix || suffix != null && suffix.equals(n.suffix));
57 result = 23 * result + (suffix == null ? 0 : suffix.hashCode());
72 sb.append(" suffix: ");
73 sb.append(suffix);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.cpp 98 const char *const suffix) {
99 return strlen(filePath) + strlen(suffix) + 1 /* terminator */;
103 const char *const suffix, const int filePathBufSize, char *const outFilePath) {
104 snprintf(outFilePath, filePathBufSize, "%s%s", filePath, suffix);
118 const char *const suffix, const int outDirPathBufSize, char *const outDirPath) {
120 const int suffixLength = strlen(suffix);
122 AKLOGE("File path length (%s:%d) is shorter that suffix length (%s:%d).",
123 filePath, filePathLength, suffix, suffixLength);
128 AKLOGE("outDirPathBufSize is too small. filePath: %s, suffix: %s, outDirPathBufSize: %d",
129 filePath, suffix, outDirPathBufSize)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/
buf_test.go 7 func Example_suffix() {} // OK because refers to suffix annotation.
9 func Example_BadSuffix() {} // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix"
17 func ExampleBuf_suffix() {} // OK because refers to suffix annotation.
19 func ExampleBuf_Append_Bad() {} // ERROR "ExampleBuf_Append_Bad has malformed example suffix: Bad"
21 func ExampleBuf_Append_suffix() {} // OK because refers to known method with valid suffix.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/
buf_test.go 7 func Example_suffix() {} // OK because refers to suffix annotation.
9 func Example_BadSuffix() {} // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix"
17 func ExampleBuf_suffix() {} // OK because refers to suffix annotation.
19 func ExampleBuf_Append_Bad() {} // ERROR "ExampleBuf_Append_Bad has malformed example suffix: Bad"
21 func ExampleBuf_Append_suffix() {} // OK because refers to known method with valid suffix.
  /external/libcxx/test/std/re/re.alg/re.alg.search/
awk.pass.cpp 42 assert(!m.suffix().matched);
43 assert(m.suffix().first == m[0].second);
44 assert(m.suffix().second == s+1);
57 assert(!m.suffix().matched);
58 assert(m.suffix().first == m[0].second);
59 assert(m.suffix().second == s+2);
79 assert(!m.suffix().matched);
80 assert(m.suffix().first == m[0].second);
81 assert(m.suffix().second == s+3);
101 assert(m.suffix().matched)
    [all...]
extended.pass.cpp 42 assert(!m.suffix().matched);
43 assert(m.suffix().first == m[0].second);
44 assert(m.suffix().second == s+1);
57 assert(!m.suffix().matched);
58 assert(m.suffix().first == m[0].second);
59 assert(m.suffix().second == s+2);
79 assert(!m.suffix().matched);
80 assert(m.suffix().first == m[0].second);
81 assert(m.suffix().second == s+3);
101 assert(m.suffix().matched)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
awk.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s+1);
50 assert(!m.suffix().matched);
51 assert(m.suffix().first == m[0].second);
52 assert(m.suffix().second == s+2);
72 assert(!m.suffix().matched);
73 assert(m.suffix().first == m[0].second);
74 assert(m.suffix().second == s+3);
94 assert(m.suffix().matched)
    [all...]
extended.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s+1);
50 assert(!m.suffix().matched);
51 assert(m.suffix().first == m[0].second);
52 assert(m.suffix().second == s+2);
72 assert(!m.suffix().matched);
73 assert(m.suffix().first == m[0].second);
74 assert(m.suffix().second == s+3);
94 assert(m.suffix().matched)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
awk.pass.cpp 42 assert(!m.suffix().matched);
43 assert(m.suffix().first == m[0].second);
44 assert(m.suffix().second == s+1);
57 assert(!m.suffix().matched);
58 assert(m.suffix().first == m[0].second);
59 assert(m.suffix().second == s+2);
79 assert(!m.suffix().matched);
80 assert(m.suffix().first == m[0].second);
81 assert(m.suffix().second == s+3);
101 assert(m.suffix().matched)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SuffixFileFilter.java 26 * Filters files based on the suffix (what the filename ends with).
57 * Constructs a new Suffix file filter for a single extension.
59 * @param suffix the suffix to allow, must not be null
60 * @throws IllegalArgumentException if the suffix is null
62 public SuffixFileFilter(String suffix) {
63 this(suffix, IOCase.SENSITIVE);
67 * Constructs a new Suffix file filter for a single extension
70 * @param suffix the suffix to allow, must not be nul
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 77 * The temporary file suffix.
79 private String suffix; field in class:DeferredFileOutputStream
118 * @param suffix Suffix to use for the temporary file.
123 public DeferredFileOutputStream(int threshold, String prefix, String suffix, File directory)
130 this.suffix = suffix;
163 outputFile = File.createTempFile(prefix, suffix, directory);
213 * If constructor specifying a temporary file prefix/suffix is used
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageLiteToString.java 91 String suffix = getter.replaceFirst("get", ""); local
92 if (suffix.endsWith(LIST_SUFFIX) && !suffix.endsWith(BUILDER_LIST_SUFFIX)) {
93 String camelCase = suffix.substring(0, 1).toLowerCase()
94 + suffix.substring(1, suffix.length() - LIST_SUFFIX.length());
97 Method listMethod = nameToNoArgMethod.get("get" + suffix);
108 Method setter = nameToMethod.get("set" + suffix);
112 if (suffix.endsWith(BYTES_SUFFIX)
114 "get" + suffix.substring(0, suffix.length() - "Bytes".length())))
    [all...]

Completed in 1296 milliseconds

1 2 3 45 6 7 8 91011>>