HomeSort by relevance Sort by last modified time
    Searched defs:up (Results 1 - 25 of 344) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/tuple/tuple.general/
tuple.smartptr.pass.cpp 21 std::tuple<std::unique_ptr<char>> up; local
26 std::tuple<std::unique_ptr<char[]>> up; local
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.general/
tuple.smartptr.pass.cpp 21 std::tuple<std::unique_ptr<char>> up; local
26 std::tuple<std::unique_ptr<char[]>> up; local
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeIterator.h 44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable
ANTLRBufferedTreeNodeStream.h 63 id<ANTLRTree> up; variable
84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeIterator.h 44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable
ANTLRBufferedTreeNodeStream.h 63 id<ANTLRTree> up; variable
84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeIterator.h 44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 46 __strong id<ANTLRBaseTree> up; variable
56 @property(retain, readwrite) id<ANTLRBaseTree> up; variable
  /external/skia/src/core/
SkTypeface_remote.cpp 39 auto up = this->getTypeface(); local
40 return (SkTypefaceProxy *)up;
  /external/skqp/src/core/
SkTypeface_remote.cpp 39 auto up = this->getTypeface(); local
40 return (SkTypefaceProxy *)up;
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 54 up(h, h.Len()-1)
76 up(h, i)
88 up(h, i)
92 func up(h Interface, j int) { func
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 54 up(h, h.Len()-1)
76 up(h, i)
88 up(h, i)
92 func up(h Interface, j int) { func
  /libcore/ojluni/src/main/java/java/security/
UnresolvedPermissionCollection.java 79 UnresolvedPermission up = (UnresolvedPermission) permission; local
83 v = perms.get(up.getName());
86 perms.put(up.getName(), v);
90 v.add(up);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_ntoa.c 54 register u_char *up = addr.x_host.c_host; local
55 u_char *uplim = up + 6;
61 while (*up==0 && up < uplim) up++;
62 if (up == uplim) {
68 sprintf(cp, ".%x", *up++);
69 while (up < uplim) {
71 sprintf(cp, "%02x", *up++);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
48 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
52 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
67 up = adaptor.Create(TokenTypes.Up, "UP");
99 // if any queued up, use those first
115 // while we're out of siblings, keep popping back up towards root
118 nodes.Enqueue(up); // we're moving back up
    [all...]
  /external/clang/test/SemaCXX/
dynamic-cast.cpp 50 void up() function
  /external/eigen/bench/perf_monitoring/gemm/
gemm.cpp 34 double up = 1e8*4/sizeof(Scalar); local
38 up /= 4;
44 long rep = std::max(1., std::min(100., up/flops) );
45 long tries = std::max(tm0, std::min(tm1, up/flops) );
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TreeWalker.java 18 abstract void up(); method in class:TreeWalker
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
auto_pointer.pass.cpp 69 std::unique_ptr<A> up(std::move(ap));
70 assert(up.get() == p);
80 std::unique_ptr<A> up; local
81 up = std::move(ap);
82 assert(up.get() == p);
  /external/toybox/toys/lsb/
su.c 45 struct passwd *up; local
65 up = xgetpwnam(name);
66 xsetuser(up);
69 *(argv++) = TT.s ? TT.s : up->pw_shell;
79 xchdir(up->pw_dir);
83 setenv("HOME", up->pw_dir, 1);
84 setenv("SHELL", up->pw_shell, 1);
85 setenv("USER", up->pw_name, 1);
86 setenv("LOGNAME", up->pw_name, 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
auto_pointer.pass.cpp 69 std::unique_ptr<A> up(std::move(ap));
70 assert(up.get() == p);
80 std::unique_ptr<A> up; local
81 up = std::move(ap);
82 assert(up.get() == p);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ASTBase.h 101 void double_link(ASTBase *left, ASTBase *up);
109 ASTBase *up() { return _up; } function in class:ASTDoublyLinkedBase
114 PCCTS_AST *up() { return _up; } function in class:ASTDoublyLinkedBase
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.h 98 void double_link(ASTBase *left, ASTBase *up);
106 ASTBase *up() { return _up; } function in class:ASTDoublyLinkedBase
111 PCCTS_AST *up() { return _up; } function in class:ASTDoublyLinkedBase
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gethex.c 46 int esign, havedig, irv, k, n, nbits, up, zret; local
210 up = 0;
217 up = 1;
220 up = 1 - sign;
223 up = sign;
225 if (up) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.
51 public object up; field in class:Antlr.Runtime.Tree.TreeIterator
55 /** If we emit UP/DOWN nodes, we need to spit out multiple nodes per
72 up = adaptor.Create( TokenTypes.Up, "UP" );
111 // if any queued up, use those first
136 // while we're out of siblings, keep popping back up towards root
140 nodes.Enqueue( up ); // we're moving back up
    [all...]

Completed in 1978 milliseconds

1 2 3 4 5 6 7 8 91011>>