Home
last modified time | relevance | path

Searched refs:manage (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/
Dmain.m87 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/
DBUILD.gn88 # 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/
Dmain.m68 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/
Doverride_and_the_noImplicitOverride_Flag.ts46 let manage = new Manage(); variable
47 Assert.equal(manage.run("manage"), "manage go");
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-team.md27 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,
Dnpm-org.md59 You can use the `npm org` commands to manage and view users of an organization.
/third_party/node/deps/npm/node_modules/lockfile/
DCHANGELOG.md35 * manage 'retries' so it does not clash with 'wait' polling
36 * manage 'wait' timer properly
/third_party/gn/misc/vim/
DREADME.md5 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/
Dtexture.dart32 /// for how to create and manage backend textures on Android.
34 /// for how to create and manage backend textures on iOS.
Dshortcuts.dart247 /// 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/
Dabout.dart19 // 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/
Dtexture.dart34 /// 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/
Dreadme.md42 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/
DREADME.md24 This demonstrates how to safely manage asynchronously generated content
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
DREADME.md37 This demonstrates how to safely manage asynchronously generated content
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
DREADME.md37 This demonstrates how to safely manage asynchronously generated content
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djsimdcpu.asm63 test rax, 6 ; O/S does not manage XMM/YMM state
/third_party/icu/docs/
DGemfile5 # 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/
DREADME.md26 -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/
Djsimdcpu.asm71 cmp rax, 6 ; O/S does not manage XMM/YMM state
/third_party/libjpeg-turbo/simd/x86_64/
Djsimdcpu.asm71 cmp rax, 6 ; O/S does not manage XMM/YMM state
/third_party/node/deps/npm/node_modules/through/
Dreadme.markdown10 * Use `this.pause()` and `this.resume()` to manage flow.
/third_party/python/Doc/library/
Dsecrets.rst112 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/
DNVX_gpu_memory_info.txt45 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/
DNVX_gpu_memory_info.txt45 OpenGL implementations are expected to manage the residence of
58 effectively manage its resource allocations in the scope of the

12345678910>>...17