Home
last modified time | relevance | path

Searched defs:issue (Results 1 – 25 of 36) sorted by relevance

12

/external/angle/include/platform/
Dgl_features.json48 "issue": "http://crbug.com/644669" string
73 "issue": "http://crbug.com/110263" string
106 "issue": "http://crbug.com/642227" string
123 "issue": "http://anglebug.com/1512" string
132 "issue": "http://anglebug.com/1512" string
141 "issue": "http://crbug.com/650547" string
166 "issue": "http://crbug.com/308366" string
175 "issue": "http://crbug.com/672380" string
184 "issue": "http://anglebug.com/1637" string
193 "issue": "http://anglebug.com/1936" string
[all …]
Dvk_features.json49 "issue": "http://anglebug.com/2970" string
58 "issue": "http://anglebug.com/3970" string
155 "issue": "http://anglebug.com/2517" string
164 "issue": "http://anglebug.com/2517" string
173 "issue": "http://anglebug.com/3584" string
182 "issue": "http://anglebug.com/5430" string
207 "issue": "http://anglebug.com/3205" string
216 "issue": "http://anglebug.com/3206" string
225 "issue": "http://anglebug.com/3206" string
234 "issue": "http://anglebug.com/4405" string
[all …]
Dfrontend_features.json33 "issue": "http://crbug.com/1165751" string
42 "issue": "http://anglebug.com/5007" string
67 "issue": "http://anglebug.com/5750" string
76 "issue": "http://anglebug.com/4722" string
85 "issue": "http://anglebug.com/6041" string
102 "issue": "http://anglebug.com/5658" string
110 "issue": "https://issuetracker.google.com/220069903" string
Dd3d_features.json49 "issue": "http://anglebug.com/1452" string
118 "issue": "https://crbug.com/650547" string
127 "issue": "https://crbug.com/655534" string
137 "issue": "https://crbug.com/593024" string
155 "issue": "http://anglebug.com/2152" string
173 "issue": "http://anglebug.com/3246" string
182 "issue": "http://crbug.com/941620" string
192 "issue": "http://anglebug.com/3682" string
Dmtl_features.json170 "issue": "http://anglebug.com/5505" string
221 "issue": "http://anglebug.com/7049" string
231 "issue": "http://anglebug.com/7117" string
/external/mockito/src/test/java/org/mockito/exceptions/base/
DMockitoSerializationIssueTest.java23 … MockitoSerializationIssue issue = new MockitoSerializationIssue("msg", new Exception("cause")); in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true() local
36 … MockitoSerializationIssue issue = new MockitoSerializationIssue("msg", new Exception("cause")); in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false() local
/external/python/cpython3/Doc/tools/extensions/
Dsuspicious.py64 def __init__(self, docname, lineno, issue, line): argument
126 def check_issue(self, line, lineno, issue): argument
130 def is_ignored(self, line, lineno, issue): argument
152 def report_issue(self, text, lineno, issue): argument
167 def write_log_entry(self, lineno, issue, text): argument
/external/python/cpython2/Doc/tools/extensions/
Dsuspicious.py63 def __init__(self, docname, lineno, issue, line): argument
122 def check_issue(self, line, lineno, issue): argument
126 def is_ignored(self, line, lineno, issue): argument
148 def report_issue(self, text, lineno, issue): argument
163 def write_log_entry(self, lineno, issue, text): argument
/external/javassist/src/test/testproxy/
DTarget189.java61 private PublishedIssue issue; field in Target189.PublishedArticle
68 public void setIssue(PublishedIssue issue) { in setIssue()
/external/clang/www/
Dmake_cxx_dr_status17 def __init__(self, section, issue, url, status, title): argument
96 def availability(issue): argument
/external/skia/tools/
Dadd_codereview_message.py34 def add_codereview_message(issue, message): argument
/external/rust/crates/grpcio-sys/grpc/tools/gcp/github_stats_tracking/
Dfetch_data.py37 def is_untriaged(issue): argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/
DParameterizedJavaBeanTest.java42 IssueBean issue = new IssueBean(); in testAsJavaBeanProperty() local
DParameterizedTest.java38 Issue issue = new Issue(); in testAsJavaBeanProperty() local
/external/python/cryptography/docs/
Dfaq.rst163 .. _`issue`: https://github.com/pyca/cryptography/issues target in Why can't I import my PEM file?
/external/catch2/scripts/
DreleaseNotes.py54 issue = '#{0} ("{1}")'.format( issueNumber, getIssueTitle( issueNumber ) ) variable
/external/arm-trusted-firmware/docs/process/
Dcontributing.rst236 .. _issue: https://developer.trustedfirmware.org/project/board/1/ target in Binary Components
/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go47 issue = flag.String("issue", "", "ChangeListID (if tryjob)") var
/external/bcc/libbpf-tools/
Dbiolatency.bpf.c48 int trace_rq_start(struct request *rq, int issue) in trace_rq_start()
Dbiosnoop.bpf.c40 u64 issue; member
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go47 issue = flag.String("issue", "", "ChangelistID (if tryjob)") var
/external/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go138 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, … argument
/external/libwebsockets/lib/roles/http/
Dminilex.c236 int issue(int version) in issue() function
/external/skia/infra/wasm-common/perf/
Dwasm_perf_aggregator.go50 issue = flag.Int64("issue", 0, "issue (if tryjob)") var
/external/googletest/googletest/scripts/
Dupload.py676 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options, argument
1196 def UploadSeparatePatches(issue, rpc_server, patchset, data, options): argument

12