Home
last modified time | relevance | path

Searched refs:offline (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/flutter/flutter/dev/bots/
Ddocs.sh37 rm -rf flutter.docs.zip doc/offline
61 mkdir -p doc/offline
62 mv flutter.docs.zip doc/offline/flutter.docs.zip
63 du -sh doc/offline/flutter.docs.zip
65 …rl>https://api.flutter.dev/offline/flutter.docset.tar.gz</url>\n</entry>" > doc/offline/flutter.xml
67 …s://master-api.flutter.dev/offline/flutter.docset.tar.gz</url>\n</entry>" > doc/offline/flutter.xml
69 mv flutter.docset.tar.gz doc/offline/flutter.docset.tar.gz
70 du -sh doc/offline/flutter.docset.tar.gz
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtsoftinj.c84 void offline(char *name, void *p) in offline() function
103 offline(ndesc(fn, "disk backed", name), p); in disk_backed()
114 offline(ndesc(buf, "anonymous", name), p); in anonymous()
128 offline(ndesc(buf, "shm hugepage", name), p); in shm_hugepage()
139 offline(ndesc(buf, "anonymous hugepage", name), p); in anonymous_hugepage()
154 offline(ndesc(fn, "file backed hugepage", name), p); in filebacked_hugepage()
/third_party/cups-filters/backend/
Dparallel.c552 int offline; /* "Off-line" status */ in run_loop() local
612 for (print_bytes = 0, print_ptr = print_buffer, offline = -1, in run_loop()
640 if (errno == ENXIO && offline != 1 && update_state) in run_loop()
643 offline = 1; in run_loop()
756 if (offline != 1 && update_state) in run_loop()
759 offline = 1; in run_loop()
776 if (offline && update_state) in run_loop()
779 offline = 0; in run_loop()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh244 offline $tmp_cpus $cpus_all
260 offline 0-1 0 0
261 offline 1 EMPTY $cpus_all
262 offline 0 0 0
/third_party/elfutils/tests/
Drun-dwfl-report-offline-memory.sh23 testrun ${abs_builddir}/dwfl-report-offline-memory ./testfile-dwfl-report-elf-align-shlib.so 1
24 testrun ${abs_builddir}/dwfl-report-offline-memory ./testarchive64.a 3
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug06.txt36 Make sure the specified cpu is offline
45 offline
51 Verify that the number of CPUs offline has changed
Dtodo.txt4 > hotplug_locking: create 10 threads, make them try to online/offline
10 > frequency?) while trying to online/offline that cpu from another
Dhotplug01.txt7 affinity to just that CPU, then offline that CPU, and verify that the
42 offline the cpu
Dhotplug04.txt4 This test verifies that we can't offline ALL of the CPUs in the system.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_pipeline_properties.adoc21 Vulkan SC requires offline compilation of pipelines.
24 that is read by an offline tool for compilation.
28 shaders for offline compilation.
32 Once the pipelines have been compiled by the offline pipeline cache
/third_party/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh278 cpu_hotplug $HOTPLUG_CPU offline
292 local offline="$(cat $file)"
293 if [ $offline -eq 0 ]; then
/third_party/node/deps/npm/node_modules/npm-registry-fetch/
DREADME.md69 and set both `prefer-offline` and `offline` to false, so that any local
189 available offline if necessary/requested.
191 See also [`offline`](#opts-offline), [`prefer-offline`](#opts-prefer-offline),
401 ##### <a name="opts-offline"></a> `opts.offline`
406 Force offline mode: no network requests will be done during install. To allow
408 [`opts.prefer-offline`](#opts-prefer-offline).
445 ##### <a name="opts-prefer-offline"></a> `opts.prefer-offline`
451 will be requested from the server. To force full offline mode, use
452 [`opts.offline`](#opts-offline).
Dindex.js79 offline: false, property
157 return opts.offline
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Dcpuset_sched_domains_test.sh241 0 offline
243 1 offline
294 1,2 1 1,3 1 offline
/third_party/flutter/skia/third_party/externals/angle2/tools/glslang/
DREADME.md4 for offline compilation of internal Vulkan shaders. See [the internal shader
6 offline shader compilation.
/third_party/skia/third_party/externals/angle2/tools/glslang/
DREADME.md4 for offline compilation of internal Vulkan shaders. See [the internal shader
6 offline shader compilation.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dcreate.dart63 argParser.addFlag('offline',
66 'whether to run it in offline mode or not. In offline mode, it will need to '
487 offline: argResults['offline'],
506 offline: argResults['offline'],
523 offline: argResults['offline'],
556 …wait pubGet(context: PubContext.create, directory: directory.path, offline: argResults['offline']);
Dpackages.dart52 argParser.addFlag('offline',
99 offline: argResults['offline'],
/third_party/flutter/flutter/dev/devicelab/lib/tasks/
Dintegration_tests.dart93 …ath.join(flutterDirectory.path, 'bin', 'flutter'), <String>['create', '--offline', 'flutter_create…
96 return TaskResult.failure('`flutter create --offline` should not rebuild flutter tool');
/third_party/openGLES/extensions/AMD/
DAMD_program_binary_Z400.txt40 AMD provides an offline shader compiler as part of its suite of SDK tools
44 The offline shader compiler accepts a pair of OpenGL Shading Language
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_program_binary_Z400.txt40 AMD provides an offline shader compiler as part of its suite of SDK tools
44 The offline shader compiler accepts a pair of OpenGL Shading Language
/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages12.c87 int offline; member
186 if (tcases[n].offline) { in do_test()
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dopt-check.js31 offline: {}, property
/third_party/nghttp2/src/
Dshrpx_connect_blocker.h58 void offline();
/third_party/node/tools/gyp/
DREADME.md4 …](https://gyp.gsrc.io), or you can check out ```md-pages``` branch to read those documents offline.

123456