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:is_resizable
(Results
1 - 15
of
15
) sorted by relevance
/third_party/node/deps/v8/src/snapshot/
H
A
D
context-deserializer.cc
66
DCHECK_IMPLIES(bs, buffer->
is_resizable
() == bs->
is_resizable
());
in SetupOffHeapArrayBufferBackingStores()
67
ResizableFlag resizable = bs && bs->
is_resizable
()
in SetupOffHeapArrayBufferBackingStores()
H
A
D
object-deserializer.cc
63
CHECK(!bs || !bs->
is_resizable
());
in CommitPostProcessedObjects()
H
A
D
serializer.cc
524
if (buffer.
is_resizable
()) {
in SerializeJSTypedArray()
560
if (buffer.
is_resizable
()) {
in SerializeJSArrayBuffer()
/third_party/node/deps/v8/src/objects/
H
A
D
js-array-buffer.cc
74
DCHECK_EQ(
is_resizable
(), backing_store->
is_resizable
());
in Attach()
76
!backing_store->is_wasm_memory() && !backing_store->
is_resizable
(),
in Attach()
88
if (is_shared() &&
is_resizable
()) {
in Attach()
145
CHECK(buffer.
is_resizable
());
in GsabByteLength()
230
DCHECK(!array_buffer->
is_resizable
());
in GetBuffer()
374
CHECK(buffer.
is_resizable
());
in LengthTrackingGsabBackedTypedArrayLength()
H
A
D
js-array-buffer-inl.h
54
if V8_UNLIKELY (is_shared() &&
is_resizable
()) {
in GetByteLength()
function
161
BIT_FIELD_ACCESSORS(JSArrayBuffer, bit_field,
is_resizable
,
H
A
D
backing-store.h
96
bool
is_resizable
() const { return is_resizable_; }
in is_resizable()
function in v8::internal::BackingStore
H
A
D
js-array-buffer.h
76
// [
is_resizable
]: true if this is a ResizableArrayBuffer or a
78
DECL_BOOLEAN_ACCESSORS(
is_resizable
)
H
A
D
value-serializer.cc
2063
if (!buffer.
is_resizable
()) {
in ValidateAndSetJSArrayBufferViewFlags()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-dataview.cc
78
length_tracking = array_buffer->
is_resizable
();
in BUILTIN()
110
data_view->set_is_backed_by_rab(array_buffer->
is_resizable
() &&
in BUILTIN()
H
A
D
builtins-arraybuffer.cc
27
if (name->
is_resizable
() != expected) { \
312
if (V8_UNLIKELY(!is_shared && array_buffer->
is_resizable
())) {
in SliceHelper()
/third_party/mesa3d/src/imgui/
H
A
D
imgui_widgets.cpp
2948
const bool
is_resizable
= (obj->UserFlags & ImGuiInputTextFlags_CallbackResize) != 0;
2953
if (!
is_resizable
&& (new_text_len_utf8 + obj->CurLenA + 1 > obj->BufCapacityA))
2959
if (!
is_resizable
)
3034
const bool
is_resizable
= (Flags & ImGuiInputTextFlags_CallbackResize) != 0;
3038
if (!
is_resizable
)
3146
const bool
is_resizable
= (flags & ImGuiInputTextFlags_CallbackResize) != 0;
3147
if (
is_resizable
)
3554
if (callback_data.BufTextLen > backup_current_text_length &&
is_resizable
)
3575
if (backup_current_text_length != apply_new_text_length &&
is_resizable
)
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_widgets.cpp
3712
const bool
is_resizable
= (obj->Flags & ImGuiInputTextFlags_CallbackResize) != 0;
in STB_TEXTEDIT_INSERTCHARS()
local
3717
if (!
is_resizable
&& (new_text_len_utf8 + obj->CurLenA + 1 > obj->BufCapacityA))
in STB_TEXTEDIT_INSERTCHARS()
3723
if (!
is_resizable
)
in STB_TEXTEDIT_INSERTCHARS()
3818
const bool
is_resizable
= (Flags & ImGuiInputTextFlags_CallbackResize) != 0;
in InsertChars()
local
3822
if (!
is_resizable
)
in InsertChars()
3963
const bool
is_resizable
= (flags & ImGuiInputTextFlags_CallbackResize) != 0;
in InputTextEx()
local
3964
if (
is_resizable
)
in InputTextEx()
4481
if (callback_data.BufTextLen > backup_current_text_length &&
is_resizable
)
in InputTextEx()
4505
if (
is_resizable
)
in InputTextEx()
H
A
D
imgui_tables.cpp
2517
const bool
is_resizable
= (column->Flags & (ImGuiTableColumnFlags_NoResize | ImGuiTableColumnFlags_NoDirectResize_)) == 0;
in TableDrawBorders()
local
2523
if (column->NextEnabledColumn == -1 && !
is_resizable
)
in TableDrawBorders()
/third_party/node/deps/v8/src/heap/
H
A
D
factory.cc
2857
DCHECK_IMPLIES(backing_store->
is_resizable
(), FLAG_harmony_rab_gsab);
in NewJSSharedArrayBuffer()
2863
ResizableFlag resizable = backing_store->
is_resizable
()
in NewJSSharedArrayBuffer()
3006
raw.set_is_backed_by_rab(!buffer->is_shared() && buffer->
is_resizable
());
in NewJSTypedArray()
3021
obj->set_is_backed_by_rab(!buffer->is_shared() && buffer->
is_resizable
());
in NewJSDataView()
/third_party/node/deps/v8/src/diagnostics/
H
A
D
objects-printer.cc
1471
if (
is_resizable
()) os << "\n - resizable";
in JSArrayBufferPrint()
Completed in 54 milliseconds