HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 126 - 150 of 3037) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/v7/cardview/
build.gradle 39 def suffix = name.capitalize()
41 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
46 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
52 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
57 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /frameworks/support/v7/palette/
build.gradle 34 def suffix = name.capitalize()
36 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
41 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
47 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
52 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /frameworks/support/v7/recyclerview/
build.gradle 36 def suffix = name.capitalize()
38 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
43 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
49 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
54 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) {
  /external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc 54 // We have to manually ensure each has a unique suffix.
180 // Returns true iff the given position's suffix matches the input parameter.
182 const UniquePosition& pos, const std::string& suffix) {
183 return pos.GetSuffixForTest() == suffix;
249 const std::string suffix = GetParam(); local
250 ASSERT_TRUE(UniquePosition::IsValidSuffix(suffix));
255 if (IsSuffixInUse(predecessor, suffix))
262 if (IsSuffixInUse(successor, suffix))
266 UniquePosition::Between(predecessor, successor, suffix);
275 const std::string suffix = GetParam() local
289 const std::string suffix = GetParam(); local
310 const std::string& suffix = (i % 2 == 0) ? suffix_b : suffix_a; local
327 const std::string& suffix = (i % 2 == 0) ? suffix_b : suffix_a; local
347 const std::string& suffix = (i % 2 == 0) ? suffix_b : suffix_a; local
369 const std::string& suffix = (i % 2 == 0) ? suffix_b : suffix_a; local
433 const std::string suffix = NextClient1Suffix(); local
453 std::string suffix; local
474 std::string suffix; local
639 std::string suffix; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_names.py 56 'suffix': '',
71 suffix = self.in_file.parameters['suffix'].strip('"')
77 (namespace + suffix + 'Names.h'): self.generate_header,
78 (namespace + suffix + 'Names.cpp'): self.generate_implementation,
82 'suffix': suffix,
make_event_factory.py 56 'suffix': '',
70 self._outputs[(self.namespace + self.suffix + ".cpp")] = self.generate_implementation
76 'suffix': self.suffix,
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.cc 19 const char* suffix) {
23 suffix);
111 Slice suffix = rest; local
112 if (suffix == Slice(".log")) {
114 } else if (suffix == Slice(".sst") || suffix == Slice(".ldb")) {
116 } else if (suffix == Slice(".dbtmp")) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
path.c 132 * If path ends with suffix (complete path components), returns the
133 * part before suffix (sans trailing directory separators).
136 char *strip_path_suffix(const char *path, const char *suffix)
138 int path_len = strlen(path), suffix_len = strlen(suffix);
145 if (!is_dir_sep(suffix[suffix_len - 1]))
148 suffix_len = chomp_trailing_dir_sep(suffix, suffix_len);
150 else if (path[--path_len] != suffix[--suffix_len])
  /external/qemu/target-i386/
shift_helper_template.h 30 #define SUFFIX b
35 #define SUFFIX w
40 #define SUFFIX l
45 #define SUFFIX q
55 target_ulong glue(helper_rcl, SUFFIX)(CPUX86State *env,
83 target_ulong glue(helper_rcr, SUFFIX)(CPUX86State *env,
118 #undef SUFFIX
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
NameConverterTests.java 41 structuredName.put(StructuredName.SUFFIX, "Esquire");
46 structuredName.remove(StructuredName.SUFFIX);
70 * @param suffix Expected suffix (null if not expected).
73 String givenName, String middleName, String familyName, String suffix) {
80 checkNameComponent(StructuredName.SUFFIX, suffix, structuredName);
  /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...]
  /external/dexmaker/src/dx/java/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...]
  /external/chromium_org/chrome/installer/util/
channel_info.h 90 // Returns true if the -full suffix is present in the value.
93 // Adds or removes the -full suffix, returning true if the value is
97 // Returns true if the -multifail suffix is present in the value.
100 // Adds or removes the -multifail suffix, returning true if the value is
104 // Adds or removes the -migrating suffix, returning true if the value is
108 // Returns true if the -migrating suffix is present in the value.
  /external/chromium_org/net/dns/
dns_config_service_win_unittest.cc 118 // Check nameservers and connection-specific suffix.
207 { IF_TYPE_USB, IfOperStatusUp, L"connection.suffix", { "1.0.0.1" } },
221 { true, L"primary.dns.suffix" },
231 { true, L"primary.dns.suffix" },
243 { "tcpip.domain", "connection.suffix" },
245 { // Void SearchList. Using primary.dns.suffix
251 { true, L"primary.dns.suffix" },
253 { "primary.dns.suffix", "connection.suffix" },
255 { // Void SearchList. Using tcpip.domain when primary.dns.suffix is empt
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
RequestJSONView.js 79 var suffix = text.substring(end);
83 return new WebInspector.ParsedJSON(JSON.parse(text), prefix, suffix);
110 var title = this._parsedJSON.prefix + obj.description + this._parsedJSON.suffix;
123 WebInspector.ParsedJSON = function(data, prefix, suffix)
127 this.suffix = suffix;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 79 String[] suffix = {"f", "g"}; local
80 String[] all = new String[elements.length + suffix.length];
82 System.arraycopy(suffix, 0, all, elements.length, suffix.length);
104 String[] suffix = {"h", "i"}; local
109 System.arraycopy(suffix, 0, all, 2 + elements.length, 2);
  /external/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));
  /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')
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapCard.java 42 public final String suffix; field in class:BluetoothPbapCard
51 * FirstName; MiddleName; Prefix; Suffix
59 suffix = parsedName.length < 5 ? null : parsedName[4];
73 json.put("suffix", suffix);
91 json.put("suffix", name.getSuffix());
  /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));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 115 suffix = ' (+%d)' % (len(self.running_tests) - 1)
117 suffix = ''
124 write(self._test_line(self.running_tests[0], suffix))
130 suffix = ' failed:'
134 suffix = ' erred:'
137 suffix = ' passed'
144 suffix += ' %.4fs' % test_time
149 self.completed_tests.insert(0, [test_name, suffix, lines])
151 self.completed_tests.append([test_name, suffix, lines])
163 def _test_line(self, test_name, suffix)
    [all...]
  /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_org/third_party/WebKit/Source/modules/
EventTargetModulesFactory.in 2 suffix="Modules"
  /external/chromium_org/third_party/icu/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

Completed in 1341 milliseconds

1 2 3 4 56 7 8 91011>>