OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elements
(Results
351 - 375
of
466
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/external/libffi/src/x86/
ffi64.c
182
for (ptr = type->
elements
; *ptr != NULL; ptr++)
/external/v8/src/
factory.h
212
Handle<FixedArray>
elements
,
handles.cc
605
// We do not use the cache if the object has
elements
and
608
//
elements
.
637
Handle<FixedArray>
elements
= GetKeysInFixedArrayFor(object,
local
639
return Factory::NewJSArrayWithElements(
elements
);
heap.cc
2587
FixedArray*
elements
= FixedArray::cast(source->
elements
());
local
[
all
...]
/external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp
55
: m_formElements(data ? data->
elements
() : Vector<FormDataElement>())
/frameworks/base/opengl/libagl/
matrix.cpp
238
GLfloat const* fp = rhs.
elements
();
589
const GLfloat* const mv = modelview.top().
elements
();
602
const GLfloat* const mv = modelview.top().
elements
();
1124
GLfloat const* f = c->transforms.current->top().
elements
();
/frameworks/base/tests/CoreTests/android/core/
TestWebServer.java
299
for (Enumeration e = activeThreads.
elements
(); e.hasMoreElements();) {
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
UnresolvedPermissionTest.java
399
Enumeration<Permission> permissions = pc.
elements
();
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
ConcurrentHashMapTest.java
89
*
elements
93
Enumeration e = map.
elements
();
333
* toString contains toString of
elements
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h
44
/* Obstack for allocating bitmaps and
elements
from. */
47
struct bitmap_element_def *
elements
;
local
60
is undefined for interior
elements
. This allows
62
linear in the number of
elements
to be freed. */
81
bitmap_obstack *obstack; /* Obstack to allocate
elements
from.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h
44
/* Obstack for allocating bitmaps and
elements
from. */
47
struct bitmap_element_def *
elements
;
local
60
is undefined for interior
elements
. This allows
62
linear in the number of
elements
to be freed. */
81
bitmap_obstack *obstack; /* Obstack to allocate
elements
from.
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java
546
Enumeration e = table.
elements
();
745
Enumeration e = table.
elements
();
/external/chromium/base/
base_i18n.scons
303
#
elements
in the path with '__':
base_unittests.scons
445
#
elements
in the path with '__':
/external/chromium/net/
crash_cache.scons
401
#
elements
in the path with '__':
fetch_client.scons
405
#
elements
in the path with '__':
fetch_server.scons
413
#
elements
in the path with '__':
net_perftests.scons
415
#
elements
in the path with '__':
stress_cache.scons
401
#
elements
in the path with '__':
tld_cleanup.scons
355
#
elements
in the path with '__':
/external/chromium/sdch/
sdch.scons
295
#
elements
in the path with '__':
/external/libvpx/vp8/common/arm/neon/
loopfiltersimpleverticaledge_neon.asm
18
;Note: flimit, limit, and thresh should be positive numbers. All 16
elements
in flimit
/external/v8/test/mjsunit/
array-sort.js
145
// sane result, i.e. it terminates without error and retains the
elements
/external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js
473
// Remove any tree
elements
that no longer have this node (or this node's contentDocument) as their parent.
536
WebInspector.panels.
elements
.focusedDOMNode = this.representedObject;
731
this._htmlEditElement.className = "source-code
elements
-tree-editor";
852
// We only show text nodes inline in
elements
if the element only
[
all
...]
/external/webkit/WebCore/platform/network/soup/
ResourceHandleSoup.cpp
508
size_t numElements = httpBody->
elements
().size();
525
const FormDataElement& element = httpBody->
elements
()[i];
Completed in 1095 milliseconds
<<
11
12
13
14
15
16
17
18
19