HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 101 - 125 of 483) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
MessageQueue.java 98 // Try to retrieve the next message, returning if found.
212 boolean found = false;
218 found = true;
232 found = true;
242 return found;
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 343 boolean found = false;
346 if (!found) {
347 found = true;
354 assertTrue("group does not contain " + child, found);
369 assertTrue("child " + child + " is found in parent", false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 361 boolean found = false;
364 found = true;
370 // if we haven't found a matching activity we clear the combo selection
371 if (found == false) {
467 IProject found = null; local
470 found = javaProject.getProject();
476 if (found != null) {
483 return found;
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 295 bool found = true; local
297 while (found) {
298 found = false;
302 found = true;
305 if (found)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java 216 label.setText("No errors found. Click Next.");
282 IProject found = null; local
285 found = javaProject.getProject();
291 if (found != null) {
295 mWizard.setProject(found);
298 buildErrorUi(found);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 181 boolean found;
187 found = listContains(r.bymonth, r.bymonthCount,
189 if (!found) {
198 found = listContains(r.byweekno, r.byweeknoCount,
201 if (!found) {
209 found = listContains(r.byyearday, r.byyeardayCount,
211 if (!found) {
217 found = listContains(r.bymonthday, r.bymonthdayCount,
220 if (!found) {
241 found = listContains(r.byhour, r.byhourCount
    [all...]
  /external/svox/pico/lib/
picotrns.c 290 given by 'inSeq'/'inSeq'; returns whether alterative was found in '*found';
291 if '*found', the other output values ('*outRefPos', '*endFSTstate', '*nextInPos'*)
293 if '*found' is false, the output values are undefined. */
298 picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found)
307 (*found) = 0;
316 (*found) = 1;
345 (*found) = 1;
350 /* no more pair found */
365 (*found) = 1
467 picoos_bool found; local
    [all...]
picowa.c 262 picoos_bool found; local
268 if no entry found:
278 found = FALSE;
280 while (!found && (i < wa->numUlex)) {
281 found = picoklex_lexLookup(wa->ulex[i], content, head->len, &lexres);
284 /* note that if found, i will be incremented nevertheless, so i >= 1 */
285 if (found) {
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
304 } else { /* at least one entry found */
    [all...]
  /external/e2fsprogs/misc/
Makefile.in 22 USPROGS= mklost+found filefrag $(UUIDD_PROG)
23 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
34 MKLPF_OBJS= mklost+found.o
49 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c \
124 mklost+found: $(MKLPF_OBJS)
126 @$(CC) $(ALL_LDFLAGS) -o mklost+found $(MKLPF_OBJS) $(LIBINTL)
184 mklost+found.8: $(DEP_SUBSTITUTE) $(srcdir)/mklost+found.8.in
186 @$(SUBSTITUTE_UPTIME) $(srcdir)/mklost+found.8.in mklost+found.
    [all...]
  /dalvik/dexlist/
Android.mk 16 # dexlist -- list all concrete methods found in a DEX file
  /external/bluetooth/bluez/tools/
csr_usb.c 77 goto found;
85 found:
  /external/e2fsprogs/ext2ed/
general_com.c 363 int i,len, found=0; local
393 for (i=0;i<current_type->fields_num && !found;i++) {
395 found=1;
418 if (found)
421 wprintw (command_win,"Error - Variable %s not found\n",variable);
496 short found=0; local
512 while (descriptor_ptr!=NULL && !found) {
514 found=1;
518 if (found) {
  /external/icu4c/i18n/
bmsearch.cpp 545 // (i > start) means we're inside the last suffix match we found
801 UBool found = TRUE; local
812 found = FALSE;
816 found = FALSE;
820 found = FALSE;
833 found = FALSE;
837 found = FALSE;
841 found = FALSE;
844 if (found) {
  /external/icu4c/test/intltest/
svccoll.cpp 112 UBool found = FALSE; local
115 !found && locStr != NULL;
119 found = TRUE;
149 if (!found) {
156 errln(UnicodeString("found ") + displayName + " for fu_FU");
161 errln(UnicodeString("found ") + displayName + " for fu_FU");
419 UBool found = FALSE; local
422 !found && locStr != NULL;
426 found = TRUE;
431 if (!found) {
    [all...]
  /external/opencore/
NOTICE 205 The "Frontier Artistic License" may be found at
  /build/tools/apicheck/src/com/android/apicheck/
ClassInfo.java 100 // found it
138 boolean found = false;
139 for (ClassInfo c = cl; c != null && !found; c = c.mSuperClass) {
140 found = c.mInterfaceNames.contains(iface);
142 if (!found) {
  /external/bluetooth/glib/tests/
hash-test.c 273 gboolean found; local
322 found = g_hash_table_lookup_extended (h, key,
327 g_assert (!found);
331 g_assert (found);
  /external/dbus/dbus/
dbus-string.h 217 int *found);
222 int *found);
226 int *found);
229 int *found);
  /external/e2fsprogs/lib/blkid/
tag.c 66 * first such tag is returned, otherwise return only exact tag if found.
117 printf(" found cache tag head %s\n", type));
407 int c, ret, found; local
454 found = blkid_dev_has_tag(dev, search_type, search_value);
457 found ? "FOUND" : "NOT FOUND");
458 return(!found);
  /external/icu4c/tools/genrb/
Makefile.org 131 @echo $@ not found - make sure GENDTJAR_JARHOME is set. See Makefile.in
135 @echo warning: $@ not found - make sure ICU4J_HOME is set.
  /external/openssl/crypto/bn/
bn_prime.pl 43 * apply to all code found in this distribution, be it the RC4, RSA,
  /external/qemu/memcheck/
memcheck.c 74 " Allocation descriptor for this pointer has not been found in the\n"
157 printf(" Unable to obtain routine information. Symbols file is not found.\n");
183 * been found.
186 * descriptor for the validated memory range has not been found.
517 " descriptor found for this pointer in the process' allocation map\n"
534 MallocDescEx* found; local
549 found = procdesc_find_malloc(proc, qdesc.ptr);
550 if (found == NULL) {
557 memcheck_set_malloc_descriptor(qdesc.desc, &found->malloc_desc);
594 /* Even though descriptor for the given address range has not been found,
    [all...]
  /external/skia/src/animator/
SkDisplayEvent.cpp 189 bool found = maker.find(target.c_str(), &fTarget); local
190 SkASSERT(found);
214 goto found;
219 found:
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 183 OutlineCache::iterator found = outlineCache.find(key); local
184 if (found != outlineCache.end()) {
186 key = *found;
187 outlineCache.remove(found);
  /external/wpa_supplicant/
l2_packet_pcap.c 343 int found = 0; local
351 for (dev = devs; dev && !found; dev = dev->next) {
361 found = 1;
370 return found ? 0 : -1;

Completed in 6366 milliseconds

1 2 3 45 6 7 8 91011>>