/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stack.h | 47 class stack 50 : public __stlport_class<stack<_Tp> > 52 : public __stlport_class<stack<_Tp, _Sequence> > 58 typedef stack<_Tp> _Self; 60 typedef stack<_Tp, _Sequence> _Self; 74 stack() : c() {} in stack() function 75 explicit stack(const _Sequence& __s) : c(__s) {} in stack() function 78 stack(__move_source<_Self> src) in stack() function 106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x, 107 const stack< _STLP_STACK_ARGS >& __y) [all …]
|
/ndk/build/tools/ |
D | build-ndk-stack.sh | 56 BUILD_DIR=$NDK_TMPDIR/build-ndk-stack 60 OUT=$NDK_DIR/$(get_host_exec_name ndk-stack) 73 PROGNAME=ndk-stack 85 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stack 102 ARCHIVE=ndk-stack-$HOST_TAG.tar.bz2 103 SUBDIR=$(get_host_exec_name ndk-stack $HOST_TAG)
|
D | dev-cleanup.sh | 47 rm -f $DIR/ndk-stack*
|
D | build-host-prebuilts.sh | 220 run $BUILDTOOLS/build-ndk-stack.sh $TOOLCHAIN_FLAGS
|
D | DEV-SCRIPTS-USAGE.TXT | 10 - rebuilding other required host tools (e.g. ndk-stack) from sources 39 installation. For example, $NDK/sources/host-tools/ndk-stack/ 40 contains the sources of the 'ndk-stack' program. 424 IV.1.: Building 'ndk-stack': 427 The 'build-ndk-stack.sh' script can be used to rebuild the 'ndk-stack' 431 $NDK/build/tools/build-ndk-stack.sh
|
D | package-release.sh | 401 unpack_prebuilt ndk-stack-$SYSTEM.tar.bz2
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary3.sed | 17 # stack manipulation commands 18 # c clear stack 19 # P pop stack top 20 # D duplicate stack top 22 # r rotate stack counter-clockwise (second element becomes first) 23 # R rotate stack clockwise (last element becomes first) 26 # l print stack (stack top is first) 27 # p print stack top 28 # q quit, print stack top if any (cq is quiet quit) 33 # This version keeps the stack and the current command in hold space and [all …]
|
D | binary2.sed | 17 # stack manipulation commands 18 # c clear stack 19 # P pop stack top 20 # D duplicate stack top 22 # r rotate stack counter-clockwise (second element becomes first) 23 # R rotate stack clockwise (last element becomes first) 26 # l print stack (stack top is first) 27 # p print stack top 28 # q quit, print stack top if any (cq is quiet quit) 33 # This version keeps the stack in hold space and the command in pattern [all …]
|
D | binary.sed | 17 # stack manipulation commands 18 # c clear stack 19 # P pop stack top 20 # D duplicate stack top 22 # r rotate stack counter-clockwise (second element becomes first) 23 # R rotate stack clockwise (last element becomes first) 26 # l print stack (stack top is first) 27 # p print stack top 28 # q quit, print stack top if any (cq is quiet quit) 159 # stack.
|
D | dc.sed | 198 stack empty
|
D | uniq.good | 208 an error. Save the top 15 values on the stack, and accept that the rest 381 eptrb = eptrb->prev; /* Back up the stack of bracket start pointers */ 582 is a bit large to put on the stack, but using malloc for small numbers 775 seems expensive. As a compromise, the stack is used when there are fewer 784 stack of such pointers, to be re-instated at the end of the group when we hit 785 stack, for holding the values of the subject pointer at the start of each 835 the stack. */
|
D | uniq.inp | 613 an error. Save the top 15 values on the stack, and accept that the rest 1005 eptrb = eptrb->prev; /* Back up the stack of bracket start pointers */ 1314 is a bit large to put on the stack, but using malloc for small numbers 1659 seems expensive. As a compromise, the stack is used when there are fewer 1672 stack of such pointers, to be re-instated at the end of the group when we hit 1673 stack, for holding the values of the subject pointer at the start of each 1731 the stack. */
|
/ndk/sources/host-tools/ndk-stack/ |
D | GNUMakefile | 20 BUILD_DIR := /tmp/ndk-$(USER)/build/build-ndk-stack 21 PROGNAME := /tmp/ndk-$(USER)/ndk-stack 55 NDK_STACK_SOURCES := ndk-stack.c \ 56 ndk-stack-parser.c
|
/ndk/tests/device/test-stlport/unit/ |
D | mvctor_declaration_test.cpp | 273 CPPUNIT_ASSERT( is_movable(stack<char>()) ); in movable_declaration() 274 CPPUNIT_ASSERT( is_movable(stack<specially_allocated_struct>()) ); in movable_declaration() 276 CPPUNIT_ASSERT( is_move_complete(stack<char>()) ); in movable_declaration() 277 CPPUNIT_ASSERT( !is_move_complete(stack<specially_allocated_struct>()) ); in movable_declaration() 279 CPPUNIT_ASSERT( !is_move_complete(stack<char>()) ); in movable_declaration()
|
D | stack_test.cpp | 35 stack<int, deque<int> > s; in stack1() 49 stack<int, list<int> > s; in stack2()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mvctor_declaration_test.cpp | 273 CPPUNIT_ASSERT( is_movable(stack<char>()) ); in movable_declaration() 274 CPPUNIT_ASSERT( is_movable(stack<specially_allocated_struct>()) ); in movable_declaration() 276 CPPUNIT_ASSERT( is_move_complete(stack<char>()) ); in movable_declaration() 277 CPPUNIT_ASSERT( !is_move_complete(stack<specially_allocated_struct>()) ); in movable_declaration() 279 CPPUNIT_ASSERT( !is_move_complete(stack<char>()) ); in movable_declaration()
|
D | stack_test.cpp | 35 stack<int, deque<int> > s; in stack1() 49 stack<int, list<int> > s; in stack2()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | stack | 42 # include_next <stack> 44 # include _STLP_NATIVE_HEADER(stack)
|
/ndk/ |
D | .gitignore | 10 /ndk-stack*
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regexec.c | 1399 new_array = realloc (fs->stack, (sizeof (struct re_fail_stack_ent_t) in push_fail_stack() 1404 fs->stack = new_array; in push_fail_stack() 1406 fs->stack[num].idx = str_idx; in push_fail_stack() 1407 fs->stack[num].node = dest_node; in push_fail_stack() 1408 fs->stack[num].regs = re_malloc (regmatch_t, nregs); in push_fail_stack() 1409 if (fs->stack[num].regs == NULL) in push_fail_stack() 1411 memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs); in push_fail_stack() 1412 err = re_node_set_init_copy (&fs->stack[num].eps_via_nodes, eps_via_nodes); in push_fail_stack() 1423 *pidx = fs->stack[num].idx; in pop_fail_stack() 1424 memcpy (regs, fs->stack[num].regs, sizeof (regmatch_t) * nregs); in pop_fail_stack() [all …]
|
D | alloca.c | 421 long size, pseg, this_segment, stack; in i00afunc() local
|
/ndk/build/gmsl/ |
D | __gmsl | 785 # Arguments: 1: Name of stack 786 # 2: Value to push onto the top of the stack (must not contain 795 # Arguments: 1: Name of stack 796 # Returns: Top element from the stack after removing it 804 # Arguments: 1: Name of stack 805 # Returns: Top element from the stack without removing it 811 # Arguments: 1: Name of stack 812 # Returns: Number of items on the stack
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 433 long size, pseg, this_segment, stack; in i00afunc() local
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
D | mipself.x | 250 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.mdebug.*) } in OUTPUT_ARCH()
|
D | mipself.xsc | 242 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.mdebug.*) }
|