Searched defs:combined (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_sspi_win_unittest.cc15 void MatchDomainUserAfterSplit(const std::wstring& combined, argument
20 SplitDomainAndUser(combined, &actual_domain, &actual_user);
H A Dhttp_auth_sspi_win.cc394 void SplitDomainAndUser(const string16& combined, argument
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);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb45 GRAMMAR_TYPES = %w(lexer parser tree combined)
89 elsif combined? then base = name + 'Lexer'
101 elsif combined? then base = name + 'Parser'
116 @type == 'combined' || @type == 'lexer'
120 @type == 'combined' || @type == 'parser'
137 def combined?
138 @type == "combined"
264 @type = $1 || 'combined'
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DCairoUtilities.cpp148 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/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c3277 token_t *combined = NULL;
3287 /* A very few single-character punctuators can be combined
3292 combined = _token_create_ival (token, LEFT_SHIFT, LEFT_SHIFT);
3294 combined = _token_create_ival (token, LESS_OR_EQUAL, LESS_OR_EQUAL);
3298 combined = _token_create_ival (token, RIGHT_SHIFT, RIGHT_SHIFT);
3300 combined = _token_create_ival (token, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
3304 combined = _token_create_ival (token, EQUAL, EQUAL);
3308 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL);
3312 combined = _token_create_ival (token, AND, AND);
3316 combined
3275 token_t *combined = NULL; local
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1238 Register combined = ecx; local
1239 ASSERT(!left.is(combined) && !right.is(combined));
1247 combined = right;
1257 __ mov(combined, right);
1258 __ or_(combined, left);
1269 combined = right;
1278 __ JumpIfNotSmi(combined, &not_smis);
1366 // Check for negative zero result. Use combined = left | right.
1367 __ NegativeZeroTest(right, combined,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 396 milliseconds