HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 26 - 50 of 776) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_GOTO_32.S 17 jne common_updateProfile # set up %ebx & %edx & rPC
stub.S 7 movl offThread_curHandlerTable(%ecx),rIBASE # set up rIBASE
OP_PACKED_SWITCH.S 26 jne common_updateProfile # set up %ebx & %edx & rPC
zcmp.S 23 jne common_updateProfile # set up %ebx & %edx & rPC
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.sh 20 cvs $CVSOPTS up -Pd .;
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestSkyLoadingLagoon.java 53 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local
62 Texture up = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_y.png");
66 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
TestSkyLoadingPrimitives.java 53 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg");
61 Texture up = assetManager.loadTexture("Textures/Sky/Primitives/primitives_positive_y.png"); local
64 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestSkyLoading.java 52 Texture up = assetManager.loadTexture("Textures/Sky/Lagoon/lagoon_up.jpg"); local
55 Spatial sky = SkyFactory.createSky(assetManager, west, east, north, south, up, down);
  /external/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
auto_pointer02.fail.cpp 53 std::unique_ptr<A, Deleter> up(ap);
54 assert(up.get() == p);
  /packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java 47 // Find out if the network is currently up.
98 * @param up true if net has come up, false if net has gone down
100 void onNetworkToggle(boolean up) {
101 if (up == mIsNetworkUp) {
104 mIsNetworkUp = up;
107 w.setNetworkAvailable(up);
  /external/elfutils/libasm/
asm_newsubscn.c 51 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
78 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 196 UnionPattern up = (UnionPattern)expr;
201 if((null == up.m_patterns) || (up.m_patterns.length != n))
206 if(!m_patterns[i].deepEquals(up.m_patterns[i]))
210 else if(up.m_patterns != null)
  /ndk/build/awk/
gen-windows-host-path.awk 79 up = toupper(letter)
81 # If the cygwin path ends in /<lo>, then substitute it with /<up>
86 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) up
90 # If the cygwin path ends in /<up>, then substitute it with /<lo>
92 if (match(cygwin[nn],"/"up"$")) {
  /device/generic/goldfish/
init.goldfish.sh 4 ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
21 # The following detects the latter case and sets up the
60 # set up the second interface (for inter-emulator connections)
66 *) ifconfig eth1 "$my_ip" netmask 255.255.255.0 up
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 30 #error Header inclusion order messed up
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 114 // Opens the file 'file_name" and reads up to 'max_len' bytes.
186 unsigned long up; // NOLINT local
188 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
190 _BitScanReverse64(&up, x);
192 _BitScanReverse(&up, x);
194 return up;
205 uptr up = MostSignificantSetBitIndex(size);
206 CHECK(size < (1ULL << (up + 1)));
207 CHECK(size > (1ULL << up));
208 return 1UL << (up + 1)
    [all...]
  /external/dhcpcd/
ipv4ll.c 126 time_t up; local
129 up = uptime();
130 if (iface->state->defend + DEFEND_INTERVAL > up) {
139 iface->state->defend = up;
  /external/icu4c/samples/uresb/
resources.mak 15 @echo All targets are up to date
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/dnsmasq/src/
cache.c 144 /* don't use tolower and friends here - they may be messed up by LOCALE */
161 struct crec **up = hash_bucket(cache_get_name(crecp)); local
165 while (*up && ((*up)->flags & F_REVERSE))
166 up = &((*up)->hash_next);
169 while (*up && !((*up)->flags & F_IMMORTAL))
170 up = &((*up)->hash_next)
272 struct crec *crecp, **up; local
505 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
598 struct crec **up, **chainp = &ans; local
870 struct crec *cache, **up, *tmp; local
1020 struct crec *cache, **up; local
    [all...]
  /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

Completed in 832 milliseconds

12 3 4 5 6 7 8 91011>>