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:unmapped
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Tools/unicode/
H
A
D
gencodec.py
79
unmapped
= list(range(256))
86
unmapped
.remove(i)
105
if enc in
unmapped
:
106
unmapped
.remove(enc)
113
# If there are more identity-mapped entries than
unmapped
entries,
116
if len(identity) >= len(
unmapped
):
117
for enc in
unmapped
:
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-font.cc
2170
int *
unmapped
= coords_length ? (int *) hb_calloc (coords_length, sizeof (coords[0])) : nullptr;
in hb_font_set_var_coords_normalized()
local
2173
if (unlikely (coords_length && !(copy &&
unmapped
&& design_coords)))
in hb_font_set_var_coords_normalized()
2176
hb_free (
unmapped
);
in hb_font_set_var_coords_normalized()
2184
memcpy (
unmapped
, coords, coords_length * sizeof (coords[0]));
in hb_font_set_var_coords_normalized()
2188
font->face->table.avar->unmap_coords (
unmapped
, coords_length);
in hb_font_set_var_coords_normalized()
2190
design_coords[i] = font->face->table.fvar->unnormalize_axis_value (i,
unmapped
[i]);
in hb_font_set_var_coords_normalized()
2191
hb_free (
unmapped
);
in hb_font_set_var_coords_normalized()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H
A
D
WriteIndicCharts.java
119
boolean
unmapped
= false;
in writeIICharts()
135
unmapped
=true;
in writeIICharts()
156
}else if(
unmapped
){
in writeIICharts()
/third_party/glslang/SPIRV/
H
A
D
SPVRemapper.h
130
static const spv::Id
unmapped
; // unchanged from default value
member in spv::spirvbin_t
199
bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) ==
unmapped
; }
in isOldIdUnmapped()
H
A
D
SPVRemapper.cpp
255
const spv::Id spirvbin_t::
unmapped
= spv::Id(-10000);
member in spv::spirvbin_t
279
if (newId !=
unmapped
&& newId != unused) {
in localId()
339
assert(id != unused && id !=
unmapped
);
in applyMap()
356
// Find a new mapping for any used but
unmapped
IDs
in mapRemainder()
502
[this](spv::Id& id) { localId(id,
unmapped
); }
in buildLocalMaps()
575
// Circular buffer so we can look back at previous
unmapped
values during the mapping pass.
in processInstruction()
1499
mapRemainder(); // map any
unmapped
IDs
in remap()
Completed in 7 milliseconds