Searched defs:attempt (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dwindows-itanium-exceptions.cpp9 void attempt() { function
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb225 def attempt( lib, message = nil, exit_status = nil ) method in class:ANTLR3.Main.Main
/external/boringssl/src/crypto/bn/
H A Drandom.c272 size_t done, todo, attempt; local
307 for (attempt = 0;; attempt++) {
313 SHA512_Update(&sha, &attempt, sizeof(attempt));
/external/openssh/
H A Dauth.h57 int attempt; member in struct:Authctxt
H A Dsshconnect.c431 int sock = -1, attempt; local
437 for (attempt = 0; attempt < connection_attempts; attempt++) {
438 if (attempt > 0) {
H A Dsshconnect2.c265 int attempt; member in struct:cauthctxt
870 static int attempt = 0; local
876 if (attempt++ >= options.number_of_password_prompts)
879 if (attempt != 1)
1380 static int attempt = 0; local
1382 if (attempt++ >= options.number_of_password_prompts)
1385 if (attempt > 1 && !authctxt->info_req_seen) {
/external/skia/tests/
H A DProxyTest.cpp118 int attempt = 0; // useful for debugging local
197 attempt++;
/external/icu/icu4c/source/common/
H A Dcaniter.cpp383 UnicodeString attempt; local
384 nfd.normalize(possible, attempt, status);
386 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
387 if (attempt==segment) {
/external/mockito/lib/
H A Dbyte-buddy-agent-1.6.9.jar ... .bytebuddy.agent.ByteBuddyAgent$AttachmentProvider$Accessor attempt () java.net.MalformedURLException exception java.io. ...
/external/curl/tests/server/
H A Dsockfilt.c514 * it can only check SOCKETs. The following function is an attempt
1123 logmsg("attempt to close already dead connection");
1197 int attempt = 0; local
1201 attempt++;
1225 delay *= 2; /* double the sleep for next attempt */
1232 attempt, totdelay, error, strerror(error));
/external/opencv/cvaux/src/
H A Dcvlee.cpp1479 int attempt = 0; local
1505 attempt = attempt_number;
1512 attempt = attempt_number;
1527 if(++attempt < attempt_number)
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp5283 ucvector attempt[5]; /*five filtering attempts, one for each filter type*/ local
5289 ucvector_init(&attempt[type]);
5290 if(!ucvector_resize(&attempt[type], linebytes)) return 83; /*alloc fail*/
5300 filterScanline(attempt[type].data, &in[y * linebytes], prevline, linebytes, bytewidth, type);
5306 for(x = 0; x < linebytes; x++) sum[type] += (unsigned char)(attempt[type].data[x]);
5315 signed char s = (signed char)(attempt[type].data[x]);
5332 for(x = 0; x < linebytes; x++) out[y * (linebytes + 1) + 1 + x] = attempt[bestType].data[x];
5336 for(type = 0; type < 5; type++) ucvector_cleanup(&attempt[type]);
5341 ucvector attempt[5]; /*five filtering attempts, one for each filter type*/
5348 ucvector_init(&attempt[typ
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 791 milliseconds