HomeSort by relevance Sort by last modified time
    Searched refs:gets (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/input.output/file.streams/c.files/
gets.fail.cpp 12 // gets
19 (void) std::gets((char *) NULL);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
gets.c 1 /* $OpenBSD: gets.c,v 1.12 2009/11/09 00:18:27 kurt Exp $ */
37 __warn_references(gets,
38 "warning: gets() is very unsafe; consider using fgets()");
41 gets(char *buf) function
  /external/chromium-libpac/test/js-unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLBIOInputStream.java 49 public int gets(byte[] buffer) throws IOException { method in class:OpenSSLBIOInputStream
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 4 # Test that an instruction near a bundle end gets properly padded
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 20 #.4byte baz+foo+4-.-. # ditto, slightly different - GAS gets confused on this
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
50 // Handler that gets called if an error occurred while loading the NaCl
58 // Handler that gets called if the NaCl module load is aborted.
69 // Handler that gets called when the NaCl module loading has completed.
  /device/asus/grouper/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
24 # variant, so that it gets overwritten by the parent (which goes
BoardConfigCommon.mk 18 # disable makefiles (the proper mechanism to control what gets
  /device/asus/tilapia/
BoardConfig.mk 18 # disable makefiles (the proper mechanism to control what gets
24 # variant, so that it gets overwritten by the parent (which goes
  /bionic/libstdc++/include/
cstdio 67 using ::gets;
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_util.js 12 * A counter with a callback that gets executed on the 1-to-0 transition.
  /bootable/recovery/updater/
Android.mk 51 # gets #included by updater.c. It calls all those registration
65 # so no obsolete dependecy file gets used if you switch back to an old value.
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 120 bool checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const;
121 void splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const;
557 void AtomicCounterTest::splitBuffer (const vector<deUint32>& buffer, vector<deUint32>& increments, vector<deUint32>& decrements, vector<deUint32>& preGets, vector<deUint32>& postGets, vector<deUint32>& gets) const
571 gets.clear();
627 gets.push_back(buffer[firstGet + id]);
806 bool AtomicCounterTest::checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const
822 getCountersValues(counterGets, gets, counterNdx, m_spec.atomicCounterCount);
829 for (int valueNdx = 0; valueNdx < (int)gets.size(); valueNdx++)
831 if ((!m_spec.useBranches || gets[valueNdx] != (deUint32)-1) && gets[valueNdx] != getInitialValue()
1034 vector<deUint32> gets; local
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 62 * Callback which gets notified once our feedback UI has loaded and is ready to
77 * Callback which gets notified if another extension is requesting feedback.
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-1344252.js 42 // Add a setter for x to Object.prototype and make sure it gets
51 // that gets called too.
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-becomes-bad.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered."
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /external/chromium_org/chrome/browser/metrics/variations/
generate_resources_map.py 42 """Gets an iterator of the resource name and index pairs of the given string.
111 data_getter: A function that gets the array data from a |Resource| object.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1530.js 46 // redefining with Object.defineProperty() and the internal value gets
58 // the internal value still gets updated.
regress-1563.js 32 // Test that undefined gets properly clamped in Crankshafted pixel array
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille.js 46 // Since ChromeVox gets injected into multiple iframes on a page, check to
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 32 * Gets WallpaperDirectories instance. In case is hasn't been initialized, a new
51 * If dirName is not requested, gets the directory entry of dirName and cache
79 * Gets DirectoryEntry associated with dirName from cache. If not in cache try
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdio.pxd 67 char *gets (char *s)

Completed in 720 milliseconds

1 2 3 4 5 6