Searched defs:all (Results 1 - 25 of 182) sorted by last modified time

12345678

/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c799 struct hostapd_bss_config **all, *bss; local
804 all = os_realloc_array(conf->bss, conf->num_bss + 1,
806 if (all == NULL) {
811 conf->bss = all;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c246 int all = wpa_s->fetch_all_anqp; local
253 if (all) {
257 if (all || (cred_with_roaming_consortium(wpa_s) &&
260 if (all)
262 if (all || cred_with_nai_realm(wpa_s))
264 if (all || cred_with_3gpp(wpa_s)) {
268 if (all || cred_with_domain(wpa_s))
287 if (all)
290 if (all || cred_with_min_backhaul(wpa_s))
292 if (all || cred_with_conn_capa
[all...]
/external/valgrind/main/none/tests/
H A Dpending.c38 sigset_t all; local
41 sigfillset(&all);
45 sigprocmask(SIG_BLOCK, &all, NULL);
76 if (sigwaitinfo(&all, &info) == -1) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c775 'var' to all required ranges. Take great care to preserve the
940 Bool all; local
993 "all rx mapped areas (%s)\n",
1071 all = aMin == (Addr)0 && aMax == ~(Addr)0;
1072 vg_assert(level == 0 ? all : !all);
1105 /* iterate over all entries in 'scope' */
1182 - Else, prefer a non-whitespace name over an all-whitespace name.
1425 preserve both names, so we end up knowing all the names for that
1597 /* Slow but simple. Copy all th
[all...]
/external/valgrind/main/coregrind/
H A Dm_main.c79 // See pub_{core,tool}_options.h for explanations of all these.
93 " basic user options for all Valgrind tools, with defaults in [ ]:\n"
112 " where event is one of startup exit valgrindabexit all none\n"
131 " --gen-suppressions=no|yes|all print suppressions for errors? [no]\n"
146 " uncommon user options for all Valgrind tools:\n"
161 " --smc-check=none|stack|all|all-non-file [stack]\n"
163 " code found in stacks, for all code, or for all\n"
202 " debugging options for all Valgrin
3606 du_int all; member in union:__anon32554
[all...]
/external/stlport/src/
H A Dlocale.cpp12 * without fee, provided the above notices are retained on all copies.
207 // Give L a name where all facets except those in category c
212 if ((c & locale::all) == 0 || strcmp(name1, name1) == 0)
214 else if ((c & locale::all) == locale::all)
226 if ((c & locale::all) == 0 || (strcmp(name, ctype_name) == 0 &&
233 else if ((c & locale::all) == locale::all && strcmp(ctype_name, time_name) == 0 &&
245 // Create a locale that's a copy of L, except that all of the facets
295 // Contruct a new locale where all facet
443 const locale::category locale::all; member in class:locale
[all...]
/external/stlport/test/compiler/
H A Deh.cc35 allocator<BigStruct> all; local
36 BigStruct *bs = all.allocate(1024*1024*1024);
/external/sqlite/dist/orig/
H A Dsqlite3.c3 ** version 3.8.6. By combining all the individual C code files into this
10 ** This file is all you need to compile SQLite. To use SQLite in other
53 ** code in all source files.
64 ** on 2008-11-28.) These days, all Linux kernels support large files, so
182 ** that we have taken it all out and gone back to using simple
388 ** the [sqlite3] object is successfully destroyed and all associated
402 ** Applications should [sqlite3_finalize | finalize] all [prepared statements],
403 ** [sqlite3_blob_close | close] all [BLOB handles], and
404 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
409 ** of resources is deferred until all [prepare
120503 Token all; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c3 ** version 3.8.6. By combining all the individual C code files into this
10 ** This file is all you need to compile SQLite. To use SQLite in other
53 ** code in all source files.
64 ** on 2008-11-28.) These days, all Linux kernels support large files, so
182 ** that we have taken it all out and gone back to using simple
388 ** the [sqlite3] object is successfully destroyed and all associated
402 ** Applications should [sqlite3_finalize | finalize] all [prepared statements],
403 ** [sqlite3_blob_close | close] all [BLOB handles], and
404 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
409 ** of resources is deferred until all [prepare
120523 Token all; local
[all...]
/external/skia/tests/
H A DSkBase64Test.cpp13 char all[256]; local
15 all[index] = (signed char) (index + 1);
20 size_t encodeLength = SkBase64::Encode(all + offset, length, NULL);
22 SkBase64::Encode(all + offset, length, src.get());
26 REPORTER_ASSERT(reporter, (strcmp((const char*) (all + offset), tryMe.getData()) == 0));
/external/skia/tools/
H A Dbench_pictures_main.cpp37 "slight hinting. For all flags except AAClip, specify the "
38 "type of primitive to effect, or choose all. for AAClip "
39 "alone, the filter affects all clips independent of type. "
69 "all",
98 int all = drawFilters[0]; local
101 all &= drawFilters[tIndex];
106 if (all & (1 << fIndex)) {
171 // Since the old picture has been deleted, all pixels should be cleared.
175 // Set the limit to max, so all pixels will be kept
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DChildrenAssociationPolicy.java25 all, enum constant in enum:ChildrenAssociationPolicy
/external/skia/experimental/Intersection/
H A DInline_Tests.cpp37 int all = 1 << x; local
38 all |= 1 << y;
39 all |= 1 << (x ^ mask);
40 all |= 1 << (y ^ mask);
41 if (all == 0x0F) {
/external/skia/experimental/PdfViewer/
H A DSkTracker.h32 * A.2) a breackpoint require that all of the points is changed
50 // Clears all the points, but preserves the break mode.
72 void all() { function in class:SkTracker
155 // any/all of the expected touched has to be changed, and all expected untouched must be intact
214 // break on any change on expected touched or all.
/external/regex-re2/re2/
H A Dcompile.cc36 // Patches all the entries on l to have value v.
66 // Patches all the entries on l to have value v.
130 // string backward (reverses all concatenations).
133 // Compiles alternation of all the re to a new Prog.
205 // Returns the alternation of all the added suffixes.
319 // To run backward over string, reverse all concatenations.
814 // If this range contains all of A-Za-z or none of it,
989 // to run over the input string backward (reverses all concatenations).
1018 Frag all = c.Cat(f, c.Match(0)); local
1019 c.prog_->set_start(all
1100 Frag all = c.WalkExponential(re, kNullFrag, 2*c.max_inst_); local
[all...]
/external/regex-re2/re2/testing/
H A Dre2_test.cc181 string all(t->original);
182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
183 << "Got: " << all;
184 CHECK_EQ(all, t->global);
196 TEST(CheckRewriteString, all) {
361 string all, host; local
363 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));
364 CHECK_EQ(all, "chrisr:9000");
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/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/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c108 /* Initialize all variables that we clean on shutdown */
1322 XColor all[256]; local
1325 all[i].pixel = i;
1330 XQueryColors(GFX_Display, SDL_XColorMap, all, 256);
1342 if(!all[j].flags)
1344 rj = all[j].red >> 8;
1345 gj = all[j].green >> 8;
1346 bj = all[j].blue >> 8;
1355 c = all + best;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dowasp-java-html-sanitizer.jar ... .google.common.collect.ImmutableSet$Builder all public static transient void main (java.lang.String ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 2429 milliseconds

12345678