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

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
stdio.h 44 * to leave our <stdio.h> alone. (fixincludes gets in the way of pointing
272 char* gets(char*) __warnattr("gets is very unsafe; consider using fgets");
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdio.h 44 * to leave our <stdio.h> alone. (fixincludes gets in the way of pointing
272 char* gets(char*) __warnattr("gets is very unsafe; consider using fgets");
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h 226 char *gets(char *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h 226 char *gets(char *);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llhidgnubby.js 174 // Current libusb on some platforms gets unhappy when transfer are pending
218 // Anything but SYNC gets an immediate busy.
233 // SYNC gets to go to the device to flush OS tx/rx queues.
requestqueue.js 141 // eventually called, even if the caller never gets around to it.
llusbgnubby.js 272 // Anything but SYNC gets an immediate busy.
287 // SYNC gets to go to the device to flush OS tx/rx queues.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
spoken_messages.js 102 * This will modify the way the message gets read.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
host.js 44 // TODO (stoarca): Not using goog.bind because for some reason it gets
  /external/chromium_org/extensions/renderer/resources/
last_error.js 13 // 2. When calling across contexts, the global object that gets lastError set
  /external/chromium_org/v8/test/mjsunit/
math-round.js 33 // sure it gets optimized each time.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 29 * This only gets called if the page has its own version of JSON.
142 // the remote chance that this gets fixed someday.
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 58 """Helper function that gets the distribution we are building.
322 # references gets inlined in the css and js
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 348 /// char *gets(char *s);
349 gets, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 816 markobject, POP_MARK gets rid of all of them (including the
906 True gets pickled as INT + "I01\\n", and False as INT + "I00\\n".
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 816 markobject, POP_MARK gets rid of all of them (including the
906 True gets pickled as INT + "I01\\n", and False as INT + "I00\\n".
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 418 * an array of NavDescriptions. Each atomic portion of the region gets a
419 * single string, otherwise each leaf node gets its own string.
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 74 multi object of the crawler object so that the corresponding pages gets
114 The link only gets added to the single list that is appopriate for it:
144 """Parses downloaded page and gets url link for non registration page.
146 Checks if current page contains a registration page and if not it gets
297 Downloads the originally-specified site url, parses it and gets the links.
518 content and gets the page's href link.
  /external/chromium_org/v8/src/
runtime.js 93 // If anything else gets here, we just do simple identity check.
653 // boilerplate gets the right prototype.

Completed in 633 milliseconds

1 2 3 4 5 67 8 91011