HomeSort by relevance Sort by last modified time
    Searched refs:pass (Results 201 - 225 of 326) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/platform/
KURLGoogle.cpp 510 String KURL::pass() const function in class:WebCore::KURL
652 void KURL::setPass(const String& pass)
656 if (pass.isEmpty() && !m_url.m_parsed.password.is_valid())
662 replacements.SetPassword(CharactersOrEmpty(pass),
663 url_parse::Component(0, pass.length()));
    [all...]
  /external/webkit/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 434 d->m_pass = url.pass();
460 RetainPtr<CFStringRef> pass(AdoptCF, d->m_pass.createCFString());
462 CFURLCredentialCreate(kCFAllocatorDefault, user.get(), pass.get(), 0, kCFURLCredentialPersistenceNone));
637 // Take user/pass out of the URL.
739 if (url.pass().length())
740 loader.m_pass.adoptCF(url.pass().createCFString());
743 // Take user/pass out of the URL.
    [all...]
  /build/tools/releasetools/
common.py 31 class Options(object): pass
45 class ExternalError(RuntimeError): pass
69 pass
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 79 boolean pass = false;
83 pass = true;
85 assertTrue("Should throw NullPointerException", pass);
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 158 : pass(0),
223 logln("Passed: %d\nFailed: %d", pass, fail);
474 ++pass;
cpdtrtst.cpp 431 const UnicodeString& summary, UBool pass,
433 if (pass) {
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py 278 # Pass an unsupported argument.
290 # Pass a filter rule not beginning with + or -.
293 # Pass files and git-commit at the same time.
295 # Pass an extra flag already supported.
298 # Pass an extra flag with typo.
321 # Pass non-default explicit values.
329 # Pass user_rules.
337 # Pass spurious white space in user rules.
344 # Pass extra flag values.
358 # Pass multiple files
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 270 Drawable secondDrawable = mResources.getDrawable(R.drawable.pass);
316 Drawable secondDrawable = mResources.getDrawable(R.drawable.pass);
CompoundButtonTest.java 268 Drawable secondDrawable = mResources.getDrawable(R.drawable.pass);
300 compoundButton.setButtonDrawable(R.drawable.pass);
  /cts/tools/host/src/res/
cts_result.css 170 td.pass {
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 490 char[] pass = "password".toCharArray(); local
491 kmf.init(null, pass);
  /dalvik/vm/arch/sh/
CallSH4ABI.S 68 ## Note : r4 is always used to pass pEnv.
339 ### pass the return value
  /external/v8/test/es5conform/
harness-adapt.js 64 if (ut.res != 'pass')
  /external/v8/tools/
test.py 195 outcome = 'pass'
202 pass
232 pass
363 pass
366 pass
395 outcome = PASS
439 pass
548 pass
662 PASS = 'pass'
    [all...]
presubmit.py 112 pass
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 109 pass
358 pass
  /ndk/build/core/
setup-app.mk 28 # Restore the APP_XXX variables just for this pass as NDK_APP_XXX
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 56 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
  /development/testrunner/
adb_interface.py 37 # argument to pass to adb, to direct command to specific device
183 instrumentation_args: Dictionary of key value bundle arguments to pass to
347 pass
  /development/tools/axl/
singletonmixin.py 49 pass
  /external/clearsilver/imd/
imdm.py 171 pass
  /external/icu4c/test/cintltst/
crestst.c 148 log_verbose("Passed:= %d Failed= %d \n", pass, fail);
240 int32_t passNum=pass;
399 return (UBool)(passNum == pass);
404 ++pass;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 5 @ Implements a 2-pole low-pass filter with resonanance
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 5 @ Implements a 2-pole low-pass filter with resonanance
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 284 pass
290 pass
343 pass
349 pass

Completed in 3795 milliseconds

1 2 3 4 5 6 7 891011>>