Searched defs:all (Results 126 - 150 of 182) sorted by relevance

12345678

/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/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/chromium_org/ui/gfx/
H A Drender_text.cc590 const Range all = reversed ? Range(length, 0) : Range(0, length); local
591 const bool success = SelectRange(all);
769 // users select all text, select the truncated text, and transition from the
1034 // Each line segment keeps its position in text coordinates. Traverse all line
1349 // Should the username not need all the width available in its half, the
1353 // |desired_domain_width| must be <= |available_domain_width| at all cost.
1366 // is guaranteed to fit with at least one character remaining given all the
/external/doclava/src/com/google/doclava/
H A DClassInfo.java151 // mAllConstructors will not contain *all* constructors. Only the constructors that pass
154 // mAllSelfMethods will not contain *all* self methods. Only the methods that pass
158 // mAllSelfFields will not contain *all* self fields. Only the fields that pass
161 // mEnumConstants will not contain *all* enum constants. Only the enums that pass
379 * List of all interface's classes reachable in this class's inheritance hierarchy
410 * A list of ClassTypePairs that contain all superclasses
577 TreeMap<String, MethodInfo> all = new TreeMap<String, MethodInfo>();
583 all.put(method.getHashableName(), method);
591 all.put(method.getHashableName(), method);
596 all
613 addFields(ClassInfo cl, TreeMap<String, FieldInfo> all) argument
[all...]
/external/libcxx/src/
H A Dlocale.cpp126 const locale::category locale::all; member in class:locale
1458 // loop over all null-terminated sequences in frm
1527 // loop over all null-terminated sequences in frm
/external/mksh/src/
H A Dfuncs.c11 * Provided that these terms and disclaimer and all copyright notices
923 * Check attributes - note that all array elements
1066 /* "hash -r" means reset all the tracked aliases.. */
1161 bool all = false; local
1166 all = true;
1202 if (all) {
1551 /* list all */
2657 * keep all file descriptors > 2 private for ksh,
3181 /* all other cases */
3421 bool all local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c69 /* be finite, positive, have an exponent of zero, and all digits */
126 /* jump). Therefore all cleanup must be done first. In general, */
571 break; /* all done */
589 if (*cfirst=='\0') { /* "NaN" or "sNaN", maybe with all 0s */
598 if (*c!='\0') break; /* not all digits */
647 /* strip leading zeros/dot [leave final 0 if all 0's] */
892 /* decNumberCompareSignal -- compare, signalling on all NaNs */
1187 /* add the third operand and result -> res, and all is done */
1238 /* always need to examine all bits in rhs */
1807 /* (including Nmin), otherwise let all statu
6631 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) argument
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c69 /* be finite, positive, have an exponent of zero, and all digits */
126 /* jump). Therefore all cleanup must be done first. In general, */
573 break; /* all done */
591 if (*cfirst=='\0') { /* "NaN" or "sNaN", maybe with all 0s */
600 if (*c!='\0') break; /* not all digits */
649 /* strip leading zeros/dot [leave final 0 if all 0's] */
894 /* decNumberCompareSignal -- compare, signalling on all NaNs */
1189 /* add the third operand and result -> res, and all is done */
1240 /* always need to examine all bits in rhs */
1809 /* (including Nmin), otherwise let all statu
6633 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) argument
[all...]
/external/pcre/dist/
H A Dpcre_jit_compile.c105 the 'backtrack' path. Branch instructions are expesive for all CPUs, so we avoid taken
576 /* Functions whose might need modification for all new supported opcodes:
788 /* Calculate important variables (like stack size) and checks whether all opcodes are supported. */
2097 /* May destroy all locals and registers except TMP2. */
2123 /* At this point we can freely use all temporary registers. */
2207 /* At this point we can freely use all registers. */
4206 pcre_uint8 bit, cbit, all; local
4211 all = -bit;
4216 if ((i & 0x7) == 0 && bits[byte] == all)
4228 all
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp306 // Note: We generalize this to all "blank" URLs and invalid URLs because we
307 // treat all of these URLs as about:blank.
575 // gone. The Document and all the nodes in the document are gone, so maybe
2441 // as the following conditions are all met:
2482 // Because we have no frame, we don't know if all loading has completed,
3417 // We need to manually repaint because we avoid doing all repaints in layout or style
4620 return all();
4623 PassRefPtrWillBeRawPtr<HTMLAllCollection> Document::all() function in class:blink::Document
4660 // FrameLoader::finishedParsing() might end up calling Document::implicitClose() if all
4683 // Parser should have picked up all preload
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... .eclipse.equinox.p2.query.IQuery all org.eclipse.equinox.p2.repository. ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... .google.common.collect.ImmutableSet$Builder all public static transient void main (java.lang.String ...

Completed in 1821 milliseconds

12345678