HomeSort by relevance Sort by last modified time
    Searched refs:ignore (Results 251 - 275 of 561) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 142 // ignore this.
147 // Also ignore synthetic variable from catch block.
155 // Also ignore synthetic variable from block scopes.
  /external/emma/lib/
emma.jar 
  /external/srtp/test/
srtp_driver.c 99 mips_estimate(int num_trials, int *ignore);
316 int ignore; local
317 double mips = mips_estimate(1000000000, &ignore);
1115 * the 'ignore' pointer is there to convince the compiler to not just
1120 mips_estimate(int num_trials, int *ignore) {
1131 *ignore = sum;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 263 ret->ignore = TRUE;
570 ret->ignore = TRUE;
652 ret->ignore = TRUE;
658 ret->ignore = FALSE;
675 ret->ignore = TRUE;
eap_pwd.c 191 ret->ignore = TRUE;
197 ret->ignore = TRUE;
206 ret->ignore = TRUE;
683 ret->ignore = TRUE;
687 ret->ignore = FALSE;
  /frameworks/native/cmds/installd/
utils.c 210 static int _delete_dir_contents(DIR *d, const char *ignore)
223 /* skip the ignore name if provided */
224 if (ignore && !strcmp(name, ignore)) continue;
270 const char *ignore)
280 res = _delete_dir_contents(d, ignore);
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 957 /* No directory, ignore this entry. */
1008 int ignore = oldcount;
1010 if ((flags & GLOB_DOOFFS) && ignore < pglob->gl_offs)
1011 ignore = pglob->gl_offs;
1014 &pglob->gl_pathv[ignore],
1015 pglob->gl_pathc - ignore))
1007 int ignore = oldcount; local
    [all...]
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 145 // ignore this.
150 // Also ignore synthetic variable from catch block.
158 // Also ignore synthetic variable from block scopes.
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 118 void BeginInstallFunction::SetIgnoreUserGestureForTests(bool ignore) {
119 ignore_user_gesture_for_tests = ignore;
  /external/elfutils/libdw/
Makefile.am 124 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)/elfutils
  /external/icu4c/i18n/
msgfmt.cpp 863 // Ignore the FieldPosition result for error checking.
869 FieldPosition& ignore,
872 return format(source, NULL, cnt, appendTo, &ignore, success);
899 FieldPosition& ignore,
910 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success);
959 FieldPosition* ignore,
    [all...]
decNumber.c 1414 uInt status=0, ignore=0; \/* status accumulators *\/ local
2834 uInt status=0, ignore=0; \/* status accumulators *\/ local
5262 uInt ignore=0; \/* working status *\/ local
5626 uInt ignore=0; \/* working status accumulator *\/ local
    [all...]
  /external/llvm/utils/release/
test-release.sh 447 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
500 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
  /external/valgrind/main/massif/tests/
long-time.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
peak2.post.exp 3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=10.0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
  /hardware/invensense/mlsdk/mllite/
mldl.c 553 inv_error_t inv_set_ignore_system_suspend(unsigned char ignore)
557 mldlCfg.ignore_system_suspend = ignore;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 361 } catch (InvalidParameterException ignore) {
368 } catch (InvalidParameterException ignore) {
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /external/elfutils/src/
unstrip.c 79 { "ignore-missing", 'i', NULL, 0, N_("Silently skip unfindable files"), 0 },
104 bool ignore; member in struct:arg_info
150 info->ignore = true;
203 if (info->ignore || info->all || info->modnames || info->relocate)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 100 public void matchAny(IntStream ignore) { // ignore stream, copy of input
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 398 } catch (Exception ignore) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory4Test.java 78 } catch (IOException ignore) {}
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 379 } catch (IOException ignore) {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 188 // If the bar is disabled, we hide it and ignore show/hide commands.
405 - (void)setIgnoreAnimations:(BOOL)ignore;
  /external/compiler-rt/lib/asan/
Android.mk 86 -mllvm -asan-blacklist=external/compiler-rt/lib/asan/tests/asan_test.ignore \

Completed in 1464 milliseconds

<<11121314151617181920>>