Searched refs:present (Results 1 - 25 of 66) sorted by relevance

123

/external/proguard/src/proguard/classfile/visitor/
H A DExceptClassesFilter.java55 if (!present(programClass))
64 if (!present(libraryClass))
73 private boolean present(Clazz clazz) method in class:ExceptClassesFilter
H A DSubclassFilter.java56 if (!present(programClass.subClasses))
65 if (!present(libraryClass.subClasses))
74 private boolean present(Clazz[] subclasses) method in class:SubclassFilter
/external/qemu/hw/
H A Dgoldfish_battery.c45 int present; member in struct:goldfish_battery_state
59 QFIELD_INT32(present),
106 return s->present;
160 s->present = 1; // battery is present
190 battery_state->present = value;
255 sprintf(buffer, "present: %s\r\n", (battery_state->present ? "true" : "false"));
/external/iproute2/tc/
H A Dq_netem.c135 int present[__TCA_NETEM_MAX]; local
142 memset(present, 0, sizeof(present));
168 ++present[TCA_NETEM_CORR];
184 ++present[TCA_NETEM_CORR];
192 present[TCA_NETEM_REORDER] = 1;
199 ++present[TCA_NETEM_CORR];
207 present[TCA_NETEM_CORRUPT] = 1;
214 ++present[TCA_NETEM_CORR];
281 if (present[TCA_NETEM_COR
[all...]
/external/openssh/
H A Dauth2-gss.c66 int present; local
87 present = 0;
95 &present);
99 } while (mechs > 0 && !present);
103 if (!present) {
H A Dgss-serv.c122 int present; local
130 &supported_mechs[i]->oid, supported, &present)))
131 present = 0;
132 if (present)
/external/compiler-rt/
H A DREADME.android25 TODO: This is still not building by default (no Android.mk files are present
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.c238 #warning Timer 2 not finished (may not be present on this CPU)
247 #warning Timer 2 not finished (may not be present on this CPU)
/external/mesa3d/docs/
H A DMESA_shader_debug.spec207 delimited by a white space. If the argument <cookie> is not present,
209 <line> are not present, they are meant as if they were of values
/external/protobuf/
H A Dconfigure.ac113 AC_MSG_FAILURE([--with-zlib was given, but zlib headers were not present or were too old (requires 1.2.0.4)])
/external/guava/guava/src/com/google/common/primitives/
H A Dgenerate.sh135 * Returns {@code true} if {@code target} is present as an element anywhere in
231 * Returns the least value present in {@code array}.
234 * @return the value present in {@code array} that is less than or equal to
250 * Returns the greatest value present in {@code array}.
253 * @return the value present in {@code array} that is greater than or equal to
/external/tcpdump/
H A Dprint-802_11.c1140 u_int32_t present, next_present; local
1184 for (present = EXTRACT_LE_32BITS(presentp); present;
1185 present = next_present) {
1187 next_present = present & (present - 1);
1191 (bit0 + BITNO_32(present ^ next_present));
/external/libvpx/examples/includes/geshi/geshi/
H A Dactionscript3.php340 //FIX: Must be last in order to avoid conflicts with keywords present
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java232 Set<String> present = getParameterMap().keySet();
235 if (!present.contains(required)) {
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dalsa.m495 # error not present
102 # error not present
106 # error not present
113 [AC_MSG_RESULT(not present.)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg242 <if(disabled)><\n>As a result, alternative(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
284 <if(disabled)><\n>As a result, token(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
/external/aac/libAACdec/src/
H A Daacdec_drc.cpp451 pDrcBs->pceInstanceTag = -1; /* not present */
584 pDrcBs->pceInstanceTag = -1; /* Not present */
585 pDrcBs->progRefLevel = -1; /* Not present */
694 if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag present */
721 int present = 0;
731 present++;
736 if (present > 1) {
/external/valgrind/main/exp-dhat/
H A Ddh_main.c154 // known to be present.)
242 Bool present = VG_(addToFM)( apinfo, local
244 tl_assert(!present);
491 Bool present = VG_(addToFM)( interval_tree, (UWord)bk, (UWord)0/*no val*/); local
492 tl_assert(!present);
604 Bool present local
606 tl_assert(!present);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb459 result = parser.send( @parser_rule ) and present( result )
463 def present( return_value ) method
/external/valgrind/main/perf/
H A Dvg_perf.in44 # The prerequisite command, if present, must return 0 otherwise the test is
65 Any tools named in --tools must be present in all directories specified
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h104 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h104 __u8 present, dpl, db, s, l, g, avl; member in struct:kvm_segment
/external/qemu/target-i386/
H A Dhax-interface.h96 uint32 present : 1; member in struct:segment_desc_t::__anon11109::__anon11110
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.h87 void present();
/external/libxslt/libxslt/
H A Dvariables.c689 * Returns 1 if variable is present, 2 if param is present, 3 if this
1778 int present;
1789 present = xsltCheckStackElem(ctxt, comp->name, comp->ns);
1791 if ((present != 0) && (present != 3)) {
1797 } else if (present != 0) {
1798 if ((present == 1) || (present == 2)) {

Completed in 557 milliseconds

123