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

12 3 4 5 6 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 66 using ::gets;
  /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;
  /bootable/recovery/updater/
Android.mk 41 # gets #included by updater.c. It calls all those registration
55 # so no obsolete dependecy file gets used if you switch back to an old value.
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 126 using std::gets;
  /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 55 * Callback which gets notified once our feedback UI has loaded and is ready to
72 * 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/mjsunit/regress/
regress-1530.js 45 // redefining with Object.defineProperty() and the internal value gets
56 // the internal value still gets updated.
regress-1563.js 32 // Test that undefined gets properly clamped in Crankshafted pixel array
  /external/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 97 using _STLP_VENDOR_CSTD::gets;
  /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."
  /system/core/libpixelflinger/
Android.mk 66 # libhardware, but this at least gets us built.
  /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/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

Completed in 4624 milliseconds

12 3 4 5 6 7 8 91011