HomeSort by relevance Sort by last modified time
    Searched refs:gets (Results 51 - 75 of 267) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 50 // Trick to delay control flow graph simplification until after the flush of x above gets turned into a phantom.
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along."
  /external/chromium_org/v8/test/webkit/fast/js/
date-preserve-milliseconds.js 25 'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="https://bugs.webkit.org/show_bug.cgi?id=3759">https://bugs.webkit.org/show_bug.cgi?id=3759</a>'
  /external/f2fs-tools/
Android.mk 68 # Directly generating into the recovery/root/sbin gets clobbered
  /bootable/recovery/
Android.mk 83 # It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
  /build/core/
post_clean.mk 58 # When an aidl file gets deleted (or renamed), the generated java file is obsolete.
  /cts/tests/signature/
Android.mk 53 # the proper version of the api resource gets generated.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
util.js 61 // Do not use loadend here to handle both success and failure case. It gets
  /external/chromium_org/native_client_sdk/src/doc/
io2014.rst 25 As the process gets easier, we'll update this page.
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-breakpoints.js 83 // One breakpoint gets duplicated in a old version of script.
global-load-from-eval.js 83 // Because of the eval-cache, the 'result = x' code gets reused. This
double-equals.js 162 // Having no hint means Date gets a string hint, and everything else gets
elements-transition-hoisting.js 45 // stores to an array gets hoisted in a way that doesn't generate a deopt in
174 // TODO(verwaest) With current changes the elements transition gets hoisted
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio2.h 221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
222 __wur __warnattr ("please use fgets or getline instead, gets can't "
226 gets (char *__str) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 221 extern char *__REDIRECT (__gets_warn, (char *__str), gets)
222 __wur __warnattr ("please use fgets or getline instead, gets can't "
226 gets (char *__str) function
  /bionic/libc/include/
stdio.h 264 char* gets(char*) __warnattr("gets is very unsafe; consider using fgets");
  /development/ndk/platforms/android-3/include/
stdio.h 226 char *gets(char *);
  /development/ndk/platforms/android-8/include/
stdio.h 226 char *gets(char *);
  /development/ndk/platforms/android-L/include/
stdio.h 258 char* gets(char*) __warnattr("gets is very unsafe; consider using fgets");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 203 * an array of NavDescriptions. Each atomic portion of the region gets a
204 * single string, otherwise each leaf node gets its own string. When a region
  /external/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 120 static_assert((std::is_same<decltype(gets(cp)), char*>::value), "");
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.cpp 122 static_assert((std::is_same<decltype(std::gets(cp)), char*>::value), "");
  /external/libpcap/msdos/
pkt_rx1.s 70 ; This routine gets called by the packet driver twice:
  /external/llvm/test/MC/MachO/
x86_32-optimal_nop.s 153 # Only the .text sections gets optimal nops.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 120 static_assert((std::is_same<decltype(gets(cp)), char*>::value), "");

Completed in 439 milliseconds

1 23 4 5 6 7 8 91011