OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numObjects
(Results
1 - 7
of
7
) sorted by null
/dalvik/vm/alloc/
MarkSweep.h
61
size_t *
numObjects
, size_t *numBytes);
MarkSweep.cpp
858
size_t
numObjects
;
871
ctx->
numObjects
+= numPtrs;
915
size_t *
numObjects
, size_t *numBytes)
931
ctx.
numObjects
= ctx.numBytes = 0;
939
*
numObjects
= ctx.
numObjects
;
942
gDvm.allocProf.freeCount += ctx.
numObjects
;
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Statistics.java
50
protected int
numObjects
;
105
data[3] =
numObjects
;
125
numObjects
++;
195
numObjects
= 0;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js
5
function randomCubeScene(
numObjects
, zwidth) {
16
for ( var i = 0; i <
numObjects
; i ++ ) {
34
function randomCylinderScene(
numObjects
, zwidth) {
44
for ( var i = 0; i <
numObjects
; i ++ ) {
126
function randomShapeScene(
numObjects
) {
162
for (var i = 0; i <
numObjects
; i++) {
/frameworks/native/libs/binder/
Parcel.cpp
394
int
numObjects
= lastIndex - firstIndex + 1;
411
if (
numObjects
> 0) {
413
if (mObjectsCapacity < mObjectsSize +
numObjects
) {
414
int newSize = ((mObjectsSize +
numObjects
)*3)/2;
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
[
all
...]
/external/clang/include/clang/AST/
ExprCXX.h
[
all
...]
Completed in 273 milliseconds