/external/flatbuffers/samples/android/jni/ |
Android.mk | 28 # Set up some useful variables to identify schema and output directories and
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
CalendarICU.java | 212 public void roll(int field, boolean up) { 214 fIcuCal.roll(field, up);
|
/external/iproute2/ip/ |
ifcfg | 111 if ! ip link set up dev $dev ; then
|
/external/iptables/extensions/ |
libext.mk | 19 # The $* does not work as expected. It ends up empty. Even with SECONDEXPANSION.
|
/external/kernel-headers/original/uapi/linux/ |
tipc_config.h | 190 __be32 up; /* 0=down, 1= up */ member in struct:tipc_node_info 195 __be32 up; /* 0=down, 1=up */ member in struct:tipc_link_info 238 * so up to 3 bytes of padding may exist at the end of the TLV value area.
|
/external/libvpx/libvpx/test/android/ |
Android.mk | 11 # The paths are really messed up as the libvpx make file
|
/external/llvm/bindings/go/llvm/ |
analysis.go | 66 // Open up a ghostview window that displays the CFG of the current function.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.cpp | 182 D3DXVECTOR3 up(0, 1, 0); 183 D3DXMatrixLookAtLH(&view, &eye, &at, &up);
|
/external/snakeyaml/ |
ApplyAndroidPatches.mk | 26 # This mk file will automatically look up the corresponding patch in src/patches/android
|
/external/v8/src/js/ |
messages.js | 20 * Set up the Script function and constructor.
|
/frameworks/base/core/java/android/text/method/ |
LinkMovementMethod.java | 35 private static final int UP = 2; 61 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod 62 if (action(UP, widget, buffer)) { 66 return super.up(widget, buffer); 80 if (action(UP, widget, buffer)) { 143 case UP:
|
/frameworks/base/services/core/java/com/android/server/ |
CommonTimeManagementService.java | 108 public void interfaceStatusChanged(String iface, boolean up) { 111 public void interfaceLinkStateChanged(String iface, boolean up) { 261 Log.i(TAG, "Timeout waiting for interface to come up. " +
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Nat464Xlat.java | 69 // - Running: start() called, and interfaceLinkStateChanged() told us that mIface is up. 242 public void interfaceLinkStateChanged(String iface, boolean up) { 244 if (isStarted() && up && mIface.equals(iface)) { 245 Slog.i(TAG, "interface " + iface + " is up, mIsRunning " + mIsRunning + "->true");
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
Transform.java | 181 float[] up = {1, 0, 0};
local 182 m.mult3v(up, ret);
|
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/ |
CheckApiTask.groovy | 166 description = 'Invoke Doclava\'s ApiCheck tool to make sure current.txt is up to date.'
|
/frameworks/wilhelm/src/itf/ |
I3DLocation.cpp | 252 SLVec3D up = thiz->mOrientationVectors.mUp; local 255 *pUp = up;
|
I3DMacroscopic.cpp | 165 SLVec3D up = thiz->mOrientationVectors.mUp; local 168 *pUp = up;
|
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
Android.mk | 58 #################### Clean up the tmp vars
|
UnitTests.mk | 62 #################### Clean up the tmp vars
|
/packages/inputmethods/LatinIME/native/jni/ |
HostUnitTests.mk | 61 #################### Clean up the tmp vars
|
TargetUnitTests.mk | 49 #################### Clean up the tmp vars
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tipc_config.h | 206 __be32 up; /* 0=down, 1= up */ member in struct:tipc_node_info 211 __be32 up; /* 0=down, 1=up */ member in struct:tipc_link_info 268 * so up to 3 bytes of padding may exist at the end of the TLV value area.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
tipc_config.h | 196 __be32 up; /* 0=down, 1= up */ member in struct:tipc_node_info 201 __be32 up; /* 0=down, 1=up */ member in struct:tipc_link_info 244 * so up to 3 bytes of padding may exist at the end of the TLV value area.
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue10303.go | 49 // due to variables ending up on different pages.
|
/prebuilts/go/darwin-x86/misc/cgo/testsigfwd/ |
main.go | 34 // Use up some stack space.
|