Searched defs:all (Results 101 - 125 of 182) sorted by relevance

12345678

/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h105 // Return all the bits used for the "small" representation; this includes
196 /// all - Returns true if all bits are set.
197 bool all() const { function in class:llvm::SmallBitVector
200 return getPointer()->all();
244 /// clear - Clear all bits.
/external/llvm/include/llvm/IR/
H A DPassManager.h63 /// There is also an explicit all state which can be used (for example) when
64 /// the IR is not mutated at all.
67 // We have to explicitly define all the special member functions because MSVC
86 /// \brief Construct a special preserved set that preserves all passes.
87 static PreservedAnalyses all() { function in class:llvm::PreservedAnalyses
101 /// This is a mutating operation on this preserved set, removing all
119 /// This is a mutating operation on this preserved set, removing all
215 // We have to explicitly define all the special member functions because MSVC
241 // We have to explicitly define all the special member functions because MSVC
271 /// unit of the IR, it will call this method on all o
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc240 // connecting to all the signal again.
409 // Reset all of the channels
440 // Disallow all ports below 1024, except for 80 and 443 on public addresses.
559 bool all = !channels_.empty(); local
566 all = all && b;
568 if (all) {
650 // If all channels belonging to this Transport got signal, then
652 // Can this signal arrive before all transport channels are created?
700 // A Transport's ICE process is completed if all o
[all...]
/external/chromium_org/third_party/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.
131 // string backward (reverses all concatenations).
134 // Compiles alternation of all the re to a new Prog.
206 // Returns the alternation of all the added suffixes.
320 // To run backward over string, reverse all concatenations.
815 // If this range contains all of A-Za-z or none of it,
990 // to run over the input string backward (reverses all concatenations).
1019 Frag all = c.Cat(f, c.Match(0)); local
1020 c.prog_->set_start(all
1101 Frag all = c.WalkExponential(re, NullFrag(), 2*c.max_inst_); local
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.c55 ** 'makewhite' erases all color bits plus the old bit and then
169 ** it again. Otherwise, use a backward barrier, to avoid marking all
309 ** mark all objects in list of being-finalized
321 ** mark all values stored in marked open upvalues. (See comment in
334 ** mark root set and reset all gray lists, to start a new
447 else /* all weak */
567 propagateall(g); /* traverse all elements from 'l' */
571 ** retraverse all gray lists. Because tables may be reinserted in other
598 changed = 1; /* will have to revisit all ephemeron tables */
615 ** clear entries with unmarked keys from all weaktable
838 separatetobefnz(lua_State *L, int all) argument
[all...]
/external/chromium_org/third_party/tlslite/tlslite/
H A Dconstants.py46 all = (20,21,22,23) variable in class:ContentType
/external/elfutils/0.153/src/
H A Dar.c457 /* Tell the kernel we will read all the pages sequentially. */
1037 /* If the archive is empty that is all we have to do. */
1114 struct armem *all = NULL; local
1133 /* Store the names of all files from the command line in a hash
1182 /* Note that all == NULL means insert at the beginning. */
1184 after_memberelem = all;
1198 all files to a special list. */
1205 after_memberelem = all;
1212 if (all == NULL)
1213 all
[all...]
H A Dunstrip.c86 { "all", 'a', NULL, 0,
103 bool all; member in struct:arg_info
147 info->all = true;
161 /* We "consume" all the arguments here. */
203 if (info->ignore || info->all || info->modnames || info->relocate)
530 /* Adjust all the relocation sections in the file. */
548 /* The original file probably had section symbols for all of its
695 /* Sort all non-allocated sections last. */
1534 /* We must adjust all the section indices in the symbol table. */
1596 /* First collect all th
1987 handle_dwfl_module(const char *output_file, bool create_dirs, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2079 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]
/external/flac/libFLAC/
H A Dmetadata_object.c995 /* move all points >= point_num forward one space */
1012 /* move all points > point_num backward one space */
1197 /* if growing, zero all the length/pointers of new elements */
1234 /* move all comments >= comment_num forward one space */
1249 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_replace_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool all, FLAC__bool copy) argument
1272 if(all && (index+1 < object->data.vorbis_comment.num_comments)) {
1303 /* move all comments > comment_num backward one space */
1501 /* if growing, zero all the lengths/pointers of new elements */
1526 /* move all indices >= index_num forward one space */
1552 /* move all indice
[all...]
/external/libpng/contrib/libtests/
H A Dpngunknown.c176 int all; /* Chunk set by the '-1' option */ member in struct:__anon24617
687 * chunk and multiple calls will occur (the last one should override all
745 case 3: /* all */
746 if (memcmp(argv[i], "all", 3) == 0)
752 if (chunk_info[chunk].all)
1051 "sAPI", "bKGD=save", "cHRM=save", "gAMA=save", "all=discard", "iCCP=save",
1060 "--default|{(CHNK|default|all)=(default|discard|if-safe|save)} "
1120 /* First find all the chunks, known and unknown, in the test file, a failure
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c84 struct per_pidcomm *all; member in struct:per_pid
184 c = p->all;
201 c->next = p->all;
202 p->all = c;
243 c->next = p->all;
244 p->all = c;
701 c = p->all;
715 c = p->all;
760 c = p->all;
786 c = p->all;
[all...]
/external/mksh/src/
H A Dexec.c8 * Provided that these terms and disclaimer and all copyright notices
917 /* pass it all in ONE argument (historic reasons) */
1169 * (just relative or all?)
1172 flushcom(bool all) argument
1178 if ((tp->flag&ISSET) && (all || tp->val.s[0] != '/')) {
1500 /* skip all the fd setup if we just want the value */
/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/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/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/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/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp201 Vector<RefPtr<PerStringStats> > all; local
203 all.append(iter->value);
205 std::sort(all.begin(), all.end());
206 std::reverse(all.begin(), all.end());
207 for (size_t i = 0; i < 20 && i < all.size(); ++i)
208 all[i]->print();
514 // Nothing to do if the string is all ASCII with no uppercase.
544 // Nothing to do if the string is all ASCI
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1571 UEnumeration *all, *pref; local
1582 all = NULL;
1613 all = ucal_getKeywordValuesForLocale("calendar", loc, FALSE, &status);
1615 size = uenum_count(all, &status);
1621 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1629 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
1638 uenum_close(all);
2129 /* all calendars with era0YearsGoBackwards have "unbounded" era0 year values, so we should pin at yr 1 */
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp1171 UBool all = FALSE; local
1207 else if (strcmp("all", str) == 0 ||
1209 all = TRUE;
1253 if (!all && !name) {
1254 all = TRUE;
1255 } else if (all && name) {
1264 "### Options are: verbose (v), all (a), noerrormsg (n), \n"
1270 "### (Specify either -all (shortcut -a) or a test name). \n"
1271 "### -all will run all o
[all...]
H A Dtzrulets.cpp58 TestZIDEnumeration(UBool all = FALSE);
81 TestZIDEnumeration::TestZIDEnumeration(UBool all) argument
84 if (all) {
2409 * Compare all time transitions in 2 time zones in the specified time range in ascending order
2466 * Compare all time transitions in 2 time zones in the specified time range in descending order
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc174 // Bind all parameter variables. The parameter indices are shifted by 1
182 // Bind all local variables to undefined.
540 // Iterate over all cases and create nodes for label comparison.
569 // Iterate over all cases and create nodes for case bodies.
885 // Mark all computed expressions that are bound to a key that is shadowed by
997 // Create nodes to evaluate all the non-constant subexpressions and to store
1253 // Evaluate all arguments to the function call,
1295 // Evaluate all arguments to the construct call.
1322 // Evaluate all arguments to the JS runtime call.
1344 // Evaluate all argument
1671 Node** all = info()->zone()->NewArray<Node*>(arity); local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1575 UEnumeration *all, *pref; local
1586 all = NULL;
1617 all = ucal_getKeywordValuesForLocale("calendar", loc, FALSE, &status);
1619 size = uenum_count(all, &status);
1625 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1633 log_err("ERROR getting \"all\" keyword value for locale \"%s\"\n", loc);
1642 uenum_close(all);
2133 /* all calendars with era0YearsGoBackwards have "unbounded" era0 year values, so we should pin at yr 1 */
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1173 UBool all = FALSE; local
1209 else if (strcmp("all", str) == 0 ||
1211 all = TRUE;
1255 if (!all && !name) {
1256 all = TRUE;
1257 } else if (all && name) {
1266 "### Options are: verbose (v), all (a), noerrormsg (n), \n"
1272 "### (Specify either -all (shortcut -a) or a test name). \n"
1273 "### -all will run all o
[all...]
H A Dtzrulets.cpp56 TestZIDEnumeration(UBool all = FALSE);
79 TestZIDEnumeration::TestZIDEnumeration(UBool all) argument
82 if (all) {
2407 * Compare all time transitions in 2 time zones in the specified time range in ascending order
2464 * Compare all time transitions in 2 time zones in the specified time range in descending order
/external/jemalloc/src/
H A Darena.c53 static void arena_purge(arena_t *arena, bool all);
463 /* The run is dirty, so all pages must be zeroed. */
878 /* Don't purge if all dirty pages are already being purged. */
906 arena_compute_npurgatory(arena_t *arena, bool all) argument
916 if (all == false) {
927 arena_chunk_stash_dirty(arena_t *arena, arena_chunk_t *chunk, bool all, argument
933 * Temporarily allocate free dirty runs within chunk. If all is false,
935 * all dirty runs.
949 (all || arena_avail_adjac(chunk, pageind,
980 assert(chunk->ndirty == 0 || all
1052 arena_chunk_purge(arena_t *arena, arena_chunk_t *chunk, bool all) argument
1099 arena_purge(arena_t *arena, bool all) argument
[all...]

Completed in 563 milliseconds

12345678