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:newLimit
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkResourceCache.cpp
286
size_t SkResourceCache::setTotalByteLimit(size_t
newLimit
) {
in setTotalByteLimit()
argument
288
fTotalByteLimit =
newLimit
;
in setTotalByteLimit()
289
if (
newLimit
< prevLimit) {
in setTotalByteLimit()
419
size_t SkResourceCache::setSingleAllocationByteLimit(size_t
newLimit
) {
in setSingleAllocationByteLimit()
argument
421
fSingleAllocationByteLimit =
newLimit
;
in setSingleAllocationByteLimit()
485
size_t SkResourceCache::SetTotalByteLimit(size_t
newLimit
) {
in SetTotalByteLimit()
argument
487
return get_cache()->setTotalByteLimit(
newLimit
);
in SetTotalByteLimit()
564
size_t SkGraphics::SetResourceCacheTotalByteLimit(size_t
newLimit
) {
in SetResourceCacheTotalByteLimit()
argument
565
return SkResourceCache::SetTotalByteLimit(
newLimit
);
in SetResourceCacheTotalByteLimit()
572
size_t SkGraphics::SetResourceCacheSingleAllocationByteLimit(size_t
newLimit
) {
in SetResourceCacheSingleAllocationByteLimit()
argument
[all...]
H
A
D
SkResourceCache.h
161
static size_t SetTotalByteLimit(size_t
newLimit
);
243
size_t setTotalByteLimit(size_t
newLimit
);
H
A
D
SkStrikeCache.cpp
191
size_t SkStrikeCache::setCacheSizeLimit(size_t
newLimit
) {
in setCacheSizeLimit()
argument
195
fCacheSizeLimit =
newLimit
;
in setCacheSizeLimit()
/third_party/lzma/CPP/Common/
H
A
D
MyString.cpp
406
void AString::ReAlloc(unsigned
newLimit
)
in ReAlloc()
argument
408
// MY_STRING_REALLOC(_chars, char, (size_t)
newLimit
+ 1, (size_t)_len + 1);
in ReAlloc()
409
char *newBuf = MY_STRING_NEW_char((size_t)
newLimit
+ 1);
in ReAlloc()
413
_limit =
newLimit
;
in ReAlloc()
416
void AString::ReAlloc2(unsigned
newLimit
)
in ReAlloc2()
argument
418
if (
newLimit
> k_Alloc_Len_Limit) throw 20130220;
in ReAlloc2()
419
// MY_STRING_REALLOC(_chars, char, (size_t)
newLimit
+ 1, 0);
in ReAlloc2()
420
char *newBuf = MY_STRING_NEW_char((size_t)
newLimit
+ 1);
in ReAlloc2()
424
_limit =
newLimit
;
in ReAlloc2()
1002
void UString::ReAlloc(unsigned
newLimit
)
in ReAlloc()
argument
1012
ReAlloc2(unsigned
newLimit
)
ReAlloc2()
argument
1597
ReAlloc2(unsigned
newLimit
)
ReAlloc2()
argument
[all...]
H
A
D
MyString.h
281
void ReAlloc(unsigned
newLimit
);
282
void ReAlloc2(unsigned
newLimit
);
562
void ReAlloc(unsigned
newLimit
);
563
void ReAlloc2(unsigned
newLimit
);
850
void ReAlloc2(unsigned
newLimit
);
/third_party/skia/include/core/
H
A
D
SkGraphics.h
87
static size_t SetResourceCacheTotalByteLimit(size_t
newLimit
);
104
static size_t SetResourceCacheSingleAllocationByteLimit(size_t
newLimit
);
/third_party/skia/modules/canvaskit/htmlcanvas/
H
A
D
canvas2dcontext.js
398
set: function(
newLimit
) {
399
if (
newLimit
<= 0 || !
newLimit
) {
403
this._paint.setStrokeMiter(
newLimit
);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
BinaryReader.java
255
int
newLimit
= pos + size;
in readMessage()
256
limit =
newLimit
;
in readMessage()
264
if (pos !=
newLimit
) {
in readMessage()
1404
int
newLimit
= pos + size;
in readMap()
1405
limit =
newLimit
;
in readMap()
/third_party/icu/icu4c/source/common/
H
A
D
normalizer2impl.h
192
void setReorderingLimit(UChar *
newLimit
) {
in setReorderingLimit()
argument
193
remainingCapacity+=(int32_t)(limit-
newLimit
);
in setReorderingLimit()
194
reorderStart=limit=
newLimit
;
in setReorderingLimit()
/third_party/node/deps/icu-small/source/common/
H
A
D
normalizer2impl.h
192
void setReorderingLimit(char16_t *
newLimit
) {
in setReorderingLimit()
argument
193
remainingCapacity+=(int32_t)(limit-
newLimit
);
in setReorderingLimit()
194
reorderStart=limit=
newLimit
;
in setReorderingLimit()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
normalizer2impl.h
192
void setReorderingLimit(UChar *
newLimit
) {
in setReorderingLimit()
argument
193
remainingCapacity+=(int32_t)(limit-
newLimit
);
in setReorderingLimit()
194
reorderStart=limit=
newLimit
;
in setReorderingLimit()
/third_party/sqlite/src/
H
A
D
sqlite3.c
40922
i64
newLimit
= *(i64*)pArg;
unixFileControl()
local
48686
i64
newLimit
= *(i64*)pArg;
global()
local
176265
sqlite3_limit(sqlite3 *db, int limitId, int
newLimit
)
global()
argument
[all...]
Completed in 138 milliseconds