Searched refs:manage (Results 1 – 25 of 415) sorted by relevance
12345678910>>...17
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/ |
D | main.m | 87 NSFileManager* manage = [NSFileManager defaultManager]; 89 NSArray* cases = [manage subpathsAtPath:encFilePath]; 110 [manage changeCurrentDirectoryPath:[caseFilePath stringByExpandingTildeInPath]]; 116 [manage removeItemAtPath:bitFilePath error:nil]; 117 …[manage createDirectoryAtPath:bitFilePath withIntermediateDirectories:YES attributes:nil error:nil… 120 NSArray* files = [manage subpathsAtPath:yuvFilePath]; 122 [manage changeCurrentDirectoryPath:[bitFilePath stringByExpandingTildeInPath]]; 132 [manage createFileAtPath:bitFileName contents:nil attributes:nil]; 133 [manage changeCurrentDirectoryPath:[yuvFilePath stringByExpandingTildeInPath]];
|
/third_party/jsframework/ |
D | BUILD.gn | 88 # manage event 89 "runtime/main/manage/event/bridge.ts", 90 "runtime/main/manage/event/callbackIntercept.ts", 91 "runtime/main/manage/event/CallbackManager.ts", 92 "runtime/main/manage/event/TaskCenter.ts", 94 # manage instance 95 "runtime/main/manage/instance/life.ts", 96 "runtime/main/manage/instance/misc.ts", 97 "runtime/main/manage/instance/register.ts",
|
/third_party/openh264/codec/build/iOS/dec/demo/demo/ |
D | main.m | 68 NSFileManager* manage = [NSFileManager defaultManager]; 71 [manage removeItemAtPath:outYuvPath error:nil]; 72 …[manage createDirectoryAtPath:outYuvPath withIntermediateDirectories:YES attributes:nil error: nil… 75 NSArray* bitstreams = [manage subpathsAtPath:decFilePath]; 95 [manage createFileAtPath:yuvFileName contents:nil attributes:nil]; 103 [manage removeItemAtPath:yuvFileName error:nil];//FOR limited devices spaces
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.3/override_and_the_noImplicitOverride_Flag/ |
D | override_and_the_noImplicitOverride_Flag.ts | 46 let manage = new Manage(); variable 47 Assert.equal(manage.run("manage"), "manage go");
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-team.md | 27 Used to manage teams in organizations, and change team memberships. Does not 53 In order to create teams and manage team membership, you must be a *team admin* 60 To use teams to manage permissions on packages belonging to your organization,
|
D | npm-org.md | 59 You can use the `npm org` commands to manage and view users of an organization.
|
/third_party/node/deps/npm/node_modules/lockfile/ |
D | CHANGELOG.md | 35 * manage 'retries' so it does not clash with 'wait' polling 36 * manage 'wait' timer properly
|
/third_party/gn/misc/vim/ |
D | README.md | 5 You can use modern plugin managers to download the GN repo and manage the vim 22 If you don't use a plugin manager or would prefer to manage the GN repo
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | texture.dart | 32 /// for how to create and manage backend textures on Android. 34 /// for how to create and manage backend textures on iOS.
|
D | shortcuts.dart | 247 /// The [ShortcutManager] that will manage the mapping between key 252 /// This manager will be given new [shortcuts] to manage whenever the 256 /// The map of shortcuts that the [manager] will be given to manage.
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | about.dart | 19 // recognizers, etc -- you would have to manage the gesture recognizer's 23 // manage the recognizer from outside the TextSpan, e.g. in the State of a
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | texture.dart | 34 /// for how to create and manage backend textures on Android. 36 /// for how to create and manage backend textures on iOS.
|
/third_party/unity/extras/memory/ |
D | readme.md | 42 manage the memory on its own, then define this. All memory will be handled internally 49 allows you to set the heap size this library will use to manage the memory.
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
D | README.md | 24 This demonstrates how to safely manage asynchronously generated content
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
D | README.md | 37 This demonstrates how to safely manage asynchronously generated content
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
D | README.md | 37 This demonstrates how to safely manage asynchronously generated content
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jsimdcpu.asm | 63 test rax, 6 ; O/S does not manage XMM/YMM state
|
/third_party/icu/docs/ |
D | Gemfile | 5 # Hello! This is where you manage which Jekyll version is used to run.
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
D | README.md | 26 -f <initial credit>|Indicate we will manually manage tx credit and set a new connection-specific in…
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jsimdcpu.asm | 71 cmp rax, 6 ; O/S does not manage XMM/YMM state
|
/third_party/libjpeg-turbo/simd/x86_64/ |
D | jsimdcpu.asm | 71 cmp rax, 6 ; O/S does not manage XMM/YMM state
|
/third_party/node/deps/npm/node_modules/through/ |
D | readme.markdown | 10 * Use `this.pause()` and `this.resume()` to manage flow.
|
/third_party/python/Doc/library/ |
D | secrets.rst | 112 For those who want to manage their own token length, you can explicitly 141 to manage a basic level of security.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_gpu_memory_info.txt | 45 OpenGL implementations are expected to manage the residence of 58 effectively manage its resource allocations in the scope of the
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_gpu_memory_info.txt | 45 OpenGL implementations are expected to manage the residence of 58 effectively manage its resource allocations in the scope of the
|
12345678910>>...17