HomeSort by relevance Sort by last modified time
    Searched refs:combined (Results 1 - 25 of 42) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 51 String[] combined = new String[extraFragments.length + graphicsFragments.length]; local
52 System.arraycopy(graphicsFragments, 0, combined, 0, graphicsFragments.length);
53 System.arraycopy(extraFragments, 0, combined, graphicsFragments.length,
57 currentIndex, combined);
  /external/guava/src/com/google/common/base/
Throwables.java 210 * exception are combined and the stack trace of the cause is set to this
211 * combined trace. If there is no cause the original exception is rethrown
228 StackTraceElement[] combined = new StackTraceElement[causeTrace.length + outerTrace.length]; local
229 System.arraycopy(causeTrace, 0, combined, 0, causeTrace.length);
230 System.arraycopy(outerTrace, 0, combined, causeTrace.length, outerTrace.length);
231 cause.setStackTrace(combined);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.cpp 148 cairo_matrix_t combined; local
149 cairo_matrix_multiply(&combined, &patternMatrix, &phaseMatrix);
150 cairo_matrix_invert(&combined);
151 cairo_pattern_set_matrix(pattern, &combined);
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
origin5-bz2.stdout.exp 3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
11 final combined CRC = 0xA212ABF8
vcpu_bz2.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
  /external/chromium/net/http/
http_auth_sspi_win.cc 394 void SplitDomainAndUser(const string16& combined,
397 // |combined| may be in the form "user" or "DOMAIN\user".
400 size_t backslash_idx = combined.find(L'\\');
403 *user = combined;
405 *domain = combined.substr(0, backslash_idx);
406 *user = combined.substr(backslash_idx + 1);
http_auth_sspi_win_unittest.cc 15 void MatchDomainUserAfterSplit(const std::wstring& combined,
20 SplitDomainAndUser(combined, &actual_domain, &actual_user);
http_auth_sspi_win.h 177 // Splits |combined| into domain and username.
178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user|
180 // If |combined| is of form "bar", |domain| will be empty and |user| will
183 void SplitDomainAndUser(const string16& combined,
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 61 Bitmap combined = delta(bitmapWithoutFilter, bitmapWithFilter); local
62 assertUnderline(combined);
  /external/icu4c/tools/gennorm/
store.c 132 * The lead and trail code points combine into the the combined one,
133 * i.e., there is a canonical decomposition of combined-> <lead, trail>.
143 uint32_t lead, trail, combined; member in struct:CombiningTriple
414 addCombiningTriple(uint32_t lead, uint32_t trail, uint32_t combined) {
435 triple->combined=combined;
454 uint32_t combined; local
484 combined=triples[j++].combined;
485 if(combined<=0x1fff)
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 950 token_t *combined = NULL;
960 /* A very few single-character punctuators can be combined
965 combined = _token_create_ival (token, LEFT_SHIFT, LEFT_SHIFT);
967 combined = _token_create_ival (token, LESS_OR_EQUAL, LESS_OR_EQUAL);
971 combined = _token_create_ival (token, RIGHT_SHIFT, RIGHT_SHIFT);
973 combined = _token_create_ival (token, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
977 combined = _token_create_ival (token, EQUAL, EQUAL);
981 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL);
985 combined = _token_create_ival (token, AND, AND);
989 combined = _token_create_ival (token, OR, OR)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 163 final String combined; local
164 // We need to show company and title in a combined string. However, if the
168 combined = displayNameIsOrganization ? null : title;
171 combined = displayNameIsOrganization ? null : company;
174 combined = title;
176 combined = context.getString(
183 if (!TextUtils.isEmpty(combined)) {
184 return combined;
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 202 String combined = base.substring(0, base.lastIndexOf('/') + 1) + path; local
203 return UrlUtils.canonicalizePath(combined, true);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 3 # "plane" and create combined symbol table
103 -alphabet <outfile> writes the combined set of symbols to <outfile>.
200 next if $rest =~ /iscombined/; #filter out combined POS
234 #create combined table
  /external/webkit/LayoutTests/dom/html/level2/core/
hc_nodedocumentfragmentnormalize2.js 79 were combined.
hc_nodedocumentfragmentnormalize1.js 79 were combined.
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
hc_nodedocumentfragmentnormalize2.js 79 were combined.
hc_nodedocumentfragmentnormalize1.js 79 were combined.
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 408 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
425 # (Combined Logfile Format) you can use the following directive.
427 #CustomLog "/tmp/layout-test-results/access_log" combined
apache2-httpd.conf 429 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
446 # (Combined Logfile Format) you can use the following directive.
448 #CustomLog "/tmp/layout-test-results/access_log" combined
apache2-msys-httpd.conf 430 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
447 # (Combined Logfile Format) you can use the following directive.
449 #CustomLog "/tmp/layout-test-results/access_log" combined
cygwin-httpd.conf 461 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
478 # (Combined Logfile Format) you can use the following directive.
480 #CustomLog "/tmp/layout-test-results/access_log" combined
fedora-httpd.conf 468 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
495 # (Combined Logfile Format), use the following directive:
497 #CustomLog logs/access_log combined

Completed in 514 milliseconds

1 2