HomeSort by relevance Sort by last modified time
    Searched refs:STORAGE (Results 1 - 12 of 12) sorted by null

  /bionic/tools/bionicbb/
gmail.py 33 from oauth2client.file import Storage
37 STORAGE = Storage('oauth.storage')
44 # Try to retrieve credentials from storage or run the flow to generate them
45 credentials = STORAGE.get()
47 credentials = run(flow, STORAGE, http=http)
  /external/skia/include/private/
SkTSearch.h 138 STORAGE = 64
140 char fStorage[STORAGE+1];
  /external/skqp/include/private/
SkTSearch.h 138 STORAGE = 64
140 char fStorage[STORAGE+1];
  /external/skia/src/core/
SkTSearch.cpp 89 // assign lc to our preallocated storage if len is small enough, or allocate
92 if (len <= STORAGE) {
  /external/skqp/src/core/
SkTSearch.cpp 89 // assign lc to our preallocated storage if len is small enough, or allocate
92 if (len <= STORAGE) {
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
CaptureHolder.java 37 public static final String STORAGE = "/sdcard/";
38 public static final String DIRECTORY = STORAGE + "Loopback";
124 String fileNameBase = STORAGE + mFileNamePrefix + '_' + timeString;
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1`
53 if [ "$STORAGE" != "" ]; then
54 echo Remounting $STORAGE at /system
55 $ADB shell su -c "mount -o remount,rw $STORAGE /system"
57 echo Failed to get storage device name for "/system" mount point
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionUtil.java 51 Manifest.permission_group.STORAGE
  /external/autotest/client/site_tests/platform_ImageLoader/
platform_ImageLoader.py 21 STORAGE = '/var/lib/imageloader'
330 shutil.rmtree(os.path.join(self.STORAGE, name), ignore_errors=True)
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp 386 enum STORAGE
434 std::string GetDefinition(FLAVOUR flavour, STORAGE storage) const;
458 STORAGE storage)
463 , m_storage(storage)
471 STORAGE storage)
476 , m_storage(storage)
497 STORAGE m_storage
    [all...]
gl4cEnhancedLayoutsTests.cpp 14602 Utils::Variable::STORAGE storage = Utils::Variable::VARYING_INPUT; local
17692 Utils::Variable::STORAGE storage = Utils::Variable::VARYING_INPUT; local
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageManagerTest.java 499 storagePermissionGroupInfoApp1.name = permission_group.STORAGE;
527 // Total list should be: contacts, storage, calendar, "org.robolectric.package_permission_group"
    [all...]

Completed in 1486 milliseconds