Searched defs:any (Results 51 - 75 of 75) sorted by relevance

123

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h315 int any; /* Indicates if the ns constraint is of ##any */ member in struct:_xmlSchemaWildcard
/external/elfutils/0.153/src/
H A Delflint.c382 /* We currently don't handle any OS ABIs other than Linux. */
1809 /* Check that all prelink sections are present if any of them is. */
3404 /* Check the zeroth section first. It must not have any contents
3482 /* In a debuginfo file, any normal section can be SHT_NOBITS.
3775 section [%2zu] '%s': alloc flag set but section not in any loaded segment\n"),
4233 bool any = false; local
4236 any = true;
4262 if (any)
/external/libxml2/include/libxml/
H A DschemasInternals.h315 int any; /* Indicates if the ns constraint is of ##any */ member in struct:_xmlSchemaWildcard
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml434 (*--... Operations on constants of (mostly) any type .......................--*)
1269 type any = [ `Module | `Function ] type in Module:PassManager
1279 external dispose : [< any ] t -> unit = "llvm_passmanager_dispose"
/external/valgrind/main/VEX/priv/
H A Dir_opt.c17 License, or (at your option) any later version.
66 * In a dirty helper call, any parts of the guest state that the
80 Immediately prior to any load or store, those parts of the guest
132 * If block contains any floating or vector types, CSE.
168 prior to making CSE any more aggressive. */
176 hashing, but it's not clear whether or not this would really be any
218 /* Add key->val to the map. Replaces any existing binding for key. */
225 /* Find and replace existing binding, if any. */
549 any binding which fully or partially overlaps with (minoff,maxoff).
587 mk_key_GetIPutI, invalidate any ke
3113 Bool any = False; local
[all...]
/external/mksh/src/
H A Dedit.c17 * This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
21 * direct, other damage, loss, or other issues arising in any way out
409 /* Expand any tilde and drop all QCHAR for comparison */
781 * Copy sp into xp, stuffing any MAGIC characters
825 * if argument string contains any special characters, they will
2733 * any expansion of parameter substitution
2743 /* expand any tilde and unescape the string for comparison */
3203 * first skip over any white-space
3971 * If any chars are entered before escape, trash the saved insert
4045 int any; local
[all...]
/external/pcre/dist/
H A Dpcre_jit_compile.c3188 BOOL last, any, caseless; local
3204 any = FALSE;
3305 any = TRUE;
3313 any = TRUE;
3322 any = TRUE;
3332 any = TRUE;
3341 any = TRUE;
3350 any = TRUE;
3366 any = TRUE;
3376 any
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h352 * and not to transmit the frames at any of those rates.
711 u8 any; member in struct:wowlan_triggers
1529 * entry for any reason.
1547 * entries for any reason.
1763 * Terminate any global driver related functionality and free the
2432 * of any virtual interface that shares the same radio to provide
2489 * that any interface that has the same radio name as another is
2602 * in the data buffer. Reply (if any) will be filled in the supplied
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h352 * and not to transmit the frames at any of those rates.
711 u8 any; member in struct:wowlan_triggers
1529 * entry for any reason.
1547 * entries for any reason.
1763 * Terminate any global driver related functionality and free the
2432 * of any virtual interface that shares the same radio to provide
2489 * that any interface that has the same radio name as another is
2602 * in the data buffer. Reply (if any) will be filled in the supplied
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h352 * and not to transmit the frames at any of those rates.
711 u8 any; member in struct:wowlan_triggers
1529 * entry for any reason.
1547 * entries for any reason.
1763 * Terminate any global driver related functionality and free the
2432 * of any virtual interface that shares the same radio to provide
2489 * that any interface that has the same radio name as another is
2602 * in the data buffer. Reply (if any) will be filled in the supplied
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jar ... .core.runtime.QualifiedName[] tmpKeys Object[] tmpValues boolean any int i } org/eclipse/core/internal/content/ContentMessages.class ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c51 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any
122 ** not have more than a dozen or so columns in any table. And if
124 ** dozen values in any of the other situations described above.
161 ** any limit on the number of terms in a compount SELECT.
285 ** fire any triggers. A value of 0 means that no trigger programs at all
636 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also
704 ** prefix is omitted from any strings returned by
749 ** thread safety, not any run-time changes to that setting made by
864 ** is not NULL then any error message is written into memory obtained
875 ** without running any subsequen
119648 const int any = SQLITE_ANY; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any
85 ** would be completely unnecessary if there was any other way of detecting
208 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also
276 ** prefix is omitted from any strings returned by
321 ** thread safety, not any run-time changes to that setting made by
455 ** is not NULL then any error message is written into memory obtained
466 ** without running any subsequent SQL statements.
656 ** any size are atomic. The SQLITE_IOCAP_ATOMICnnn values
779 ** The xCheckReservedLock() method checks whether any database connection,
822 ** any siz
135970 const int any = SQLITE_ANY; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any
85 ** would be completely unnecessary if there was any other way of detecting
208 ** The SQLITE_VERSION_NUMBER for any given release of SQLite will also
276 ** prefix is omitted from any strings returned by
321 ** thread safety, not any run-time changes to that setting made by
455 ** is not NULL then any error message is written into memory obtained
466 ** without running any subsequent SQL statements.
656 ** any size are atomic. The SQLITE_IOCAP_ATOMICnnn values
779 ** The xCheckReservedLock() method checks whether any database connection,
822 ** any siz
136002 const int any = SQLITE_ANY; local
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/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/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2686 milliseconds

123