OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack
(Results
551 - 575
of
3945
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
stdc++.h
89
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
stdc++.h
89
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
stdc++.h
88
#include <
stack
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
stdc++.h
88
#include <
stack
>
/external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h
197
/** Structure that represents a
Stack
collection
201
/** List that supports the
stack
structure
205
/** Used for quick access to the top of the
stack
208
void (*free) (struct ANTLR3_STACK_struct *
stack
);
209
void * (*pop) (struct ANTLR3_STACK_struct *
stack
);
210
void * (*get) (struct ANTLR3_STACK_struct *
stack
, ANTLR3_INTKEY key);
211
ANTLR3_BOOLEAN (*push) (struct ANTLR3_STACK_struct *
stack
, void * element, void (ANTLR3_CDECL *freeptr)(void *));
212
ANTLR3_UINT32 (*size) (struct ANTLR3_STACK_struct *
stack
);
213
void * (*peek) (struct ANTLR3_STACK_struct *
stack
);
425
* as a
stack
and each time we descend a node to one of its edges w
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
22
// stores the
stack
depth (fSaveCount) and clips (fDeque) separately.
23
// Each clip in fDeque stores the
stack
state to which it belongs
112
/** The GenID can be used by clip
stack
clients to cache representations of the clip. The
114
stack
not to the element itself. That is the same clip path in different stacks will
184
int fSaveCount; // save count of
stack
when this element was added.
189
/* fFiniteBoundType and fFiniteBound are used to incrementally update the clip
stack
's
202
// When element is applied to the previous elements in the
stack
is the result known to be
266
stack
*/
314
* clip-
stack
. If false is returned then the rect does not intersect the
357
* Dumps the contents of the clip
stack
to SkDebugf. This is intended for Skia developmen
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/common/js/
error_util.js
32
* @param {boolean} condition If false, log a message and
stack
trace.
47
* - Capture the
stack
trace in case of error.
55
var liveStack = (new Error('
Stack
trace before async call')).
stack
;
/external/chromium_org/v8/test/mjsunit/regress/
regress-237617.js
31
throw new Error("test
stack
");
38
error_stack = e.
stack
;
41
assertTrue(error_stack.indexOf("test
stack
") > 0);
/external/skia/include/core/
SkClipStack.h
22
// stores the
stack
depth (fSaveCount) and clips (fDeque) separately.
23
// Each clip in fDeque stores the
stack
state to which it belongs
112
/** The GenID can be used by clip
stack
clients to cache representations of the clip. The
114
stack
not to the element itself. That is the same clip path in different stacks will
184
int fSaveCount; // save count of
stack
when this element was added.
189
/* fFiniteBoundType and fFiniteBound are used to incrementally update the clip
stack
's
202
// When element is applied to the previous elements in the
stack
is the result known to be
266
stack
*/
314
* clip-
stack
. If false is returned then the rect does not intersect the
357
* Dumps the contents of the clip
stack
to SkDebugf. This is intended for Skia developmen
[
all
...]
/external/speex/libspeex/
filters_bfin.h
85
void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *
stack
)
230
void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *
stack
)
355
void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *
stack
)
363
filter_mem16(x, num, den, y, N, ord, mem,
stack
);
368
void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *
stack
)
438
void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *
stack
)
/external/stlport/test/unit/
mvctor_declaration_test.cpp
23
#include <
stack
>
272
//
stack
:
273
CPPUNIT_ASSERT( is_movable(
stack
<char>()) );
274
CPPUNIT_ASSERT( is_movable(
stack
<specially_allocated_struct>()) );
276
CPPUNIT_ASSERT( is_move_complete(
stack
<char>()) );
277
CPPUNIT_ASSERT( !is_move_complete(
stack
<specially_allocated_struct>()) );
279
CPPUNIT_ASSERT( !is_move_complete(
stack
<char>()) );
/external/valgrind/main/none/tests/
cmdline1.stdout.exp
39
--num-callers=<number> show <number> callers in
stack
traces [12]
42
--show-below-main=no|yes continue
stack
traces below main() [no]
49
--max-stackframe=<number> assume
stack
switch for SP changes larger
51
--main-stacksize=<number> set size of main thread's
stack
(in bytes)
74
--smc-check=none|
stack
|all|all-non-file [
stack
]
78
--read-var-info=yes|no read debug info on
stack
and global variables
106
--unw-
stack
-scan-thresh=<number> Enable
stack
-scan unwind if fewer
108
NOTE:
stack
scanning is only available on arm-linux
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp
23
#include <
stack
>
272
//
stack
:
273
CPPUNIT_ASSERT( is_movable(
stack
<char>()) );
274
CPPUNIT_ASSERT( is_movable(
stack
<specially_allocated_struct>()) );
276
CPPUNIT_ASSERT( is_move_complete(
stack
<char>()) );
277
CPPUNIT_ASSERT( !is_move_complete(
stack
<specially_allocated_struct>()) );
279
CPPUNIT_ASSERT( !is_move_complete(
stack
<char>()) );
Completed in 2861 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>