Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 25 of 26) sorted by relevance

12

/tools/treble/hacksaw/workspace/
Dworkspace.go44 _, ok := cfg.Codebases[codebaseName]
45 if !ok {
48 if _, ok := cfg.Workspaces[workspaceName]; ok {
73 codebaseName, ok := cfg.Workspaces[workspaceName]
74 if !ok {
94 _, ok := cfg.Workspaces[workspaceName]
95 if !ok {
105 codebase, ok := cfg.Workspaces[workspaceName]
106 if !ok {
165 if _, ok := gitWorktrees[project]; ok {
[all …]
Dcopier.go47 if _, ok := gitProjectSet[pathToCheck]; ok {
69 if _, ok := containsGitSet[pathToCheck]; ok {
Dworkspace_test.go190 cb, ok := list["test-workspace"]
191 if !ok || cb != "test-codebase" {
245 _, ok := cfg.Workspaces["test-codebase"]
246 if ok {
/tools/security/fuzzing/fuzzer_parser/
Dfuzzparser.go75 if _ , ok := defaults[default_name]; ok {
88 if _ , ok := defaults[default_name]; ok {
103 if _ , ok := defaults[default_name]; ok {
129 if _, ok := result[fuzzer_name]; ok {
139 if _ , ok := result[fuzzer_name]; ok {
164 if module, ok := def.(*parser.Module); ok {
/tools/treble/hacksaw/codebase/
Dcodebase.go38 if _, ok := cfg.Codebases[name]; ok {
48 _, ok := cfg.Codebases[remove]
49 if !ok {
69 _, ok := cfg.Codebases[def]
70 if !ok {
86 dir, ok := cfg.Codebases[codebase]
87 if !ok {
Dcodebase_test.go192 _, ok := cfg.Codebases["remove-me"]
193 if ok {
/tools/test/connectivity/acts/framework/acts/bin/
Dact.py107 ok = True
111 ok = ok and ret
115 return ok
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp80 if (!ret.ok()) { in LLVMFuzzerInitialize()
86 if (!ret.ok()) { in LLVMFuzzerInitialize()
219 if (!ret.ok()) { in LLVMFuzzerTestOneInput()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAndroidApiChecks.kt120 var ok = false in findDocumentation() variable
126 ok = true in findDocumentation()
131 if (ok) { in findDocumentation()
DOptions.kt1883 val ok = output.parentFile.mkdirs() in <lambda>() constant
1884 if (!ok) { in <lambda>()
1895 val ok = dir.mkdirs() in <lambda>() constant
1896 if (!ok) { in <lambda>()
1908 val ok = parentFile.mkdirs() in <lambda>() constant
1909 if (!ok) { in <lambda>()
1919 val ok = in <lambda>() constant
1932 if (!ok) { in <lambda>()
/tools/treble/hacksaw/mount/
Dfake.go51 _, ok := f.mountMap[target]
52 if !ok {
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiGenerator.java193 boolean ok = parentFile.mkdirs(); in createApiFile()
194 if (!ok) { in createApiFile()
/tools/metalava/src/main/java/com/android/tools/metalava/stub/
DStubWriter.kt153 val ok = dir.mkdirs() in <lambda>() constant
154 if (!ok) { in <lambda>()
/tools/platform-compat/java/com/android/annotationvisitor/
DStatus.java59 public boolean ok() { in ok() method in Status
/tools/asuite/
Dpylintrc4 # TODO(patricktu@):Remove "too-few-public-methods" when project_info.py ok.
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS242 [PTS Interaction] Enter PIN from PTS to phone (hit ok on phone before PTSbt )
384 [PTS Interaction] Select ok on PTS
DGATT_PTS_INSTRUCTIONS1441 [PTS Interaction] Click ok
/tools/platform-compat/java/com/android/class2nonsdklist/
DClass2NonSdkList.java164 if (status.ok()) { in main()
/tools/metalava/
DAPI-LINT.md11 Therefore, there are cases where you want to say "ok, that's good advice in
/tools/security/remote_provisioning/cert_validator/src/
Dbcc.rs392 value.as_i64().ok().and_then(iana::EllipticCurve::from_i64) in fmt()
/tools/dexter/testdata/expected/
Dmedium.rewrite46778 .local v0, "ok", android.widget.Button
47693 .local v8, "ok", android.widget.Button
47792 .local v0, "ok", android.widget.Button
48007 .local v1, "ok", android.widget.Button
Dmedium.wrap_invoke46778 .local v0, "ok", android.widget.Button
47693 .local v8, "ok", android.widget.Button
47792 .local v0, "ok", android.widget.Button
48007 .local v1, "ok", android.widget.Button
Dmedium.compact_cfg56115 .local v0, "ok", android.widget.Button
57166 .local v8, "ok", android.widget.Button
57287 .local v0, "ok", android.widget.Button
57544 .local v1, "ok", android.widget.Button
Dmedium.scratch_regs55638 .local v8, "ok", android.widget.Button
56721 .local v8, "ok", android.widget.Button
56850 .local v8, "ok", android.widget.Button
57128 .local v6, "ok", android.widget.Button
Dmedium.exit_hook49463 .local v0, "ok", android.widget.Button
50417 .local v8, "ok", android.widget.Button
50520 .local v0, "ok", android.widget.Button
50751 .local v1, "ok", android.widget.Button

12