Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:downcase
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H
A
D
extension.rb
34
if @tracking_target != nil && directive == 'endif' && @tracking_target == target.
downcase
58
modified_target = target.
downcase
73
if target.
downcase
.include?(extension)
75
@tracking_target = target.
downcase
97
if @tracking_target != nil && directive == 'endif' && @tracking_target == target.
downcase
121
modified_target = target.
downcase
136
if target.
downcase
.include?(extension)
138
@tracking_target = target.
downcase
228
diff_extensions = document.attributes['diff_extensions'].
downcase
.split(' ')
/third_party/cJSON/tests/unity/auto/
H
A
D
generate_module.rb
137
pattern = (pattern || @options[:pattern] || 'src').
downcase
173
when 'snake' then part1.
downcase
181
when 'snake' then part1.
downcase
+ '_' + part2.
downcase
/third_party/unity/auto/
H
A
D
generate_module.rb
141
pattern = (pattern || @options[:pattern] || 'src').
downcase
177
name = name[0].
downcase
+ name[1..] unless start_cap
187
when 'snake' then neutralize_filename(name).
downcase
/third_party/nghttp2/lib/
H
A
D
nghttp2_http.c
36
static uint8_t
downcase
(uint8_t c) {
in downcase()
function
45
if (
downcase
(aa[i]) !=
downcase
(bb[i])) {
in memieq()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_http.c
36
static uint8_t
downcase
(uint8_t c) {
in downcase()
function
45
if (
downcase
(aa[i]) !=
downcase
(bb[i])) {
in memieq()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H
A
D
nghttp3_http.c
35
static uint8_t
downcase
(uint8_t c) {
in downcase()
function
49
if (aa[i] !=
downcase
(bb[i])) {
in memieq()
Completed in 5 milliseconds