HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 201 - 225 of 3940) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/utils/lit/lit/formats/
base.py 73 suffix = path[len(dir):]
74 if suffix.startswith(os.sep):
75 suffix = suffix[1:]
77 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
95 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
grep.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s + std::char_traits<char>::length(s));
51 assert(m.suffix().matched);
52 assert(m.suffix().first == m[0].second);
53 assert(m.suffix().second == s + std::char_traits<char>::length(s));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapCard.java 43 public final String suffix; field in class:BluetoothPbapCard
52 * FirstName; MiddleName; Prefix; Suffix
60 suffix = parsedName.length < 5 ? null : parsedName[4];
74 json.put("suffix", suffix);
92 json.put("suffix", name.getSuffix());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
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)
ldst-reg-imm-post-ind.s 28 .macro ld_or_st op, suffix, reg
30 op2 \op\suffix, \reg, \simm
49 // op, suffix, reg
ldst-reg-imm-pre-ind.s 28 .macro ld_or_st op, suffix, reg
30 op2 \op\suffix, \reg, \simm
49 // op, suffix, reg
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 251 #define OPENCV_HAL_IMPL_SSE_INITVEC(_Tpvec, _Tp, suffix, zsuffix, ssuffix, _Tps, cast) \
252 inline _Tpvec v_setzero_##suffix() { return _Tpvec(_mm_setzero_##zsuffix()); } \
253 inline _Tpvec v_setall_##suffix(_Tp v) { return _Tpvec(_mm_set1_##ssuffix((_Tps)v)); } \
254 template<typename _Tpvec0> inline _Tpvec v_reinterpret_as_##suffix(const _Tpvec0& a) \
284 #define OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(_Tpvec, suffix) \
285 inline _Tpvec v_reinterpret_as_##suffix(const v_float32x4& a) \
287 inline _Tpvec v_reinterpret_as_##suffix(const v_float64x2& a) \
660 #define OPENCV_HAL_IMPL_SSE_LOGIC_OP(_Tpvec, suffix, not_const) \
661 OPENCV_HAL_IMPL_SSE_BIN_OP(&, _Tpvec, _mm_and_##suffix) \
662 OPENCV_HAL_IMPL_SSE_BIN_OP(|, _Tpvec, _mm_or_##suffix) \
    [all...]
  /external/autotest/frontend/tko/
preconfigs.py 7 def _get_preconfig_path(self, suffix):
11 suffix: list of suffixes after the 'preconfigs' directory to navigate to
16 *suffix)
  /prebuilts/go/darwin-x86/src/cmd/fix/
gotypes.go 63 suffix := ""
65 suffix = "_"
69 renameTop(f, "exact", "constant"+suffix)
  /prebuilts/go/linux-x86/src/cmd/fix/
gotypes.go 63 suffix := ""
65 suffix = "_"
69 renameTop(f, "exact", "constant"+suffix)
  /system/bt/service/
switches.h 27 const char kAndroidIPCSocketSuffix[] = "android-ipc-socket-suffix";
35 "\t--android-ipc-socket-suffix\tSuffix of socket created by Android init. "
38 "IPC. Mutually exclusive with --android-ipc-socket-suffix.\n"
  /external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox 26 /// <th> Suffix </th>
50 /// Makefile what the grammar files generates, irrespective of its suffix. ANTLR does not care about the actual suffix you use for
53 /// <b>NOTE:</b> Your grammar source, regardless of suffix must be named the same as the grammar statement within it. Grammar xyz
  /external/chromium-trace/catapult/catapult_build/
repo_checks.py 14 'Files with ".orig" suffix must not be checked into the '
  /external/chromium-trace/catapult/third_party/vinn/vinn/
path_utils.js 96 var suffix; variable
98 suffix = a.substring(0, a.length - 1);
100 suffix = a;
101 return prefix + suffix;
  /external/clang/tools/scan-build/
Makefile 16 Suffix := .bat
22 InstallTargets := $(ToolDir)/scan-build$(Suffix) \
23 $(LibexecDir)/c++-analyzer$(Suffix) \
24 $(LibexecDir)/ccc-analyzer$(Suffix) \
  /external/icu/icu4c/source/i18n/
unesctrn.h 23 * characters they represent. Escape forms have a prefix, a suffix, a
37 * zero or more forms. Each form consists of a prefix, suffix,
42 * characters, then suffix characters are stored. Each form thus
44 * and suffix. The end is marked by a header of length one
  /external/libdivsufsort/android_include/
divsufsort.h 68 * Constructs the suffix array of a given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
103 * @param SA[0..n-1] The suffix array. (can be NULL)
130 * Checks the correctness of a given suffix array.
132 * @param SA[0..n-1] The input suffix array.
147 * @param SA[0..SAsize-1] The input suffix array.
148 * @param SAsize The length of the given suffix array.
163 * @param SA[0..SAsize-1] The input suffix array.
164 * @param SAsize The length of the given suffix array.
divsufsort64.h 68 * Constructs the suffix array of a given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
103 * @param SA[0..n-1] The suffix array. (can be NULL)
130 * Checks the correctness of a given suffix array.
132 * @param SA[0..n-1] The input suffix array.
147 * @param SA[0..SAsize-1] The input suffix array.
148 * @param SAsize The length of the given suffix array.
163 * @param SA[0..SAsize-1] The input suffix array.
164 * @param SAsize The length of the given suffix array.
  /external/parameter-framework/
LibRemoteProcessor.mk 30 SUFFIX := _host
32 SUFFIX :=
35 LOCAL_MODULE := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX)
48 LOCAL_STATIC_LIBRARIES := libpfw_utility$(SUFFIX)
  /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);
  /frameworks/base/tools/aapt2/util/
Util_test.cpp 173 StringPiece16 prefix, entry, suffix; local
175 &suffix));
178 EXPECT_EQ(suffix, u".xml");
181 &suffix));
185 EXPECT_EQ(suffix, u".9.png");
187 EXPECT_FALSE(util::extractResFilePathParts(u"AndroidManifest.xml", &prefix, &entry, &suffix));
188 EXPECT_FALSE(util::extractResFilePathParts(u"res/.xml", &prefix, &entry, &suffix));
190 ASSERT_TRUE(util::extractResFilePathParts(u"res//.", &prefix, &entry, &suffix));
193 EXPECT_EQ(suffix, u".");
  /libcore/ojluni/src/main/java/sun/security/x509/
X509AttributeName.java 40 private String suffix = null; field in class:X509AttributeName
54 suffix = name.substring(i + 1);
66 * Return the suffix of the name.
69 return (suffix);
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/
Makefile 16 Suffix := .bat
22 InstallTargets := $(ToolDir)/scan-build$(Suffix) \
23 $(LibexecDir)/c++-analyzer$(Suffix) \
24 $(LibexecDir)/ccc-analyzer$(Suffix) \
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/
Makefile 16 Suffix := .bat
22 InstallTargets := $(ToolDir)/scan-build$(Suffix) \
23 $(LibexecDir)/c++-analyzer$(Suffix) \
24 $(LibexecDir)/ccc-analyzer$(Suffix) \
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/
Makefile 16 Suffix := .bat
22 InstallTargets := $(ToolDir)/scan-build$(Suffix) \
23 $(LibexecDir)/c++-analyzer$(Suffix) \
24 $(LibexecDir)/ccc-analyzer$(Suffix) \

Completed in 381 milliseconds

1 2 3 4 5 6 7 891011>>