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

1 2

  /external/autotest/client/cros/
dns_server.py 14 # This is a symlink. We look up the real path at runtime by following it.
18 import miniFakeDns # So we don't need to install it in the chroot. namespace
32 But that hangs sometimes, and we don't understand why. So, use
63 # specially modified version. If this is the case, we have
65 # in a previous run. The last thing we want to do at this point
75 # To stop flimflam from editing resolv.conf while we're working
76 # with it, we want to make the directory -r-xr-xr-x. Open an
77 # fd to the file first, so that we'll retain the ability to
109 # of our test, and has cleaned up the .bak file we created.
  /external/clang/test/CodeGen/
char-literal.c 89 wchar_t we = L'\u1234\U0010F00B'; local
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 485 const Word16 *ww, *we;
489 we = &corrweight[123 + lag_max - old_lag];
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
506 we--;
596 const Word16 *we; local
601 we = &corrweight[123 + lag_max - old_lag];
618 t0 = Mpy_32_16(t0_h, t0_l, *we, pOverflow);
619 we--;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 40 Word16 *ww, *we, *hp_wsp; local
53 we = &corrweight[98 + L_max - L_0];
82 R0 = Mpy_32_16(hi, lo, *we);
83 we--;
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
291 # NB: we hold on to references to functions in the arglist due to the
302 # NB: we check if the current process is None here because if
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
291 # NB: we hold on to references to functions in the arglist due to the
302 # NB: we check if the current process is None here because if
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
291 # NB: we hold on to references to functions in the arglist due to the
302 # NB: we check if the current process is None here because if
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
291 # NB: we hold on to references to functions in the arglist due to the
302 # NB: we check if the current process is None here because if
  /frameworks/native/services/sensorservice/
Fusion.cpp 79 * disturbance which we do not want to update into the fused frame.
96 * we reject it as invalid due to alignment of the vectors.
284 // Average all the values we collected so far
324 // ignore acceleration data if we're close to free-fall
363 // Also reject if too small since we will get ill-defined (zero mag)
381 // If we have created an orthogonal magnetic field successfully,
393 // P needs to stay positive semidefinite or the fusion diverges. When we
394 // detect divergence, we reset the fusion.
433 vec3_t we = w - b; local
435 if (length(we) < WVEC_EPS)
474 const vec3_t psi(sinf(hlwedT)*ilwe*we); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ssl.py 60 import _ssl # if we can't import it, let the error propagate namespace
113 # in the instancce, which we don't need -- but we want to provide the
308 # Here we assume that the socket is client-side, and not
309 # connected at the time of the call. We connect it, then wrap it.
  /prebuilts/gdb/linux-x86/lib/python2.7/
ssl.py 60 import _ssl # if we can't import it, let the error propagate namespace
113 # in the instancce, which we don't need -- but we want to provide the
308 # Here we assume that the socket is client-side, and not
309 # connected at the time of the call. We connect it, then wrap it.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 60 import _ssl # if we can't import it, let the error propagate namespace
113 # in the instancce, which we don't need -- but we want to provide the
308 # Here we assume that the socket is client-side, and not
309 # connected at the time of the call. We connect it, then wrap it.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 60 import _ssl # if we can't import it, let the error propagate namespace
113 # in the instancce, which we don't need -- but we want to provide the
308 # Here we assume that the socket is client-side, and not
309 # connected at the time of the call. We connect it, then wrap it.
  /build/core/
main.mk 25 # Figure out where we are.
30 # if we are executing relative to the current directory
140 # environment setup is done, but before we generate any dependencies. This
215 # For Java 1.7/1.8, we require OpenJDK on linux and Oracle JDK on Mac OS.
361 ### In this section we set up the things that are different
452 # Detect if we want to build a repository for the SDK
495 # If they only used the modifier goals (showcommands, etc), we'll actually
503 # Typical build; include any Android.mk files we can find.
509 # Before we go and include all of the module makefiles, stash away
510 # the PRODUCT_* values so that later we can verify they are not modified
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 86 // maximum number of events that we read at one time
699 MonkeyWaitEvent we = new MonkeyWaitEvent(LONGPRESS_WAIT_TIME); local
700 mQ.addLast(we);
    [all...]
  /device/google/contexthub/firmware/src/algos/
fusion.c 268 struct Vec3 we = *w; local
269 vec3Sub(&we, &b);
278 matrixCross(&wx, &we, 0.0f);
283 float norm_we = vec3Norm(&we);
296 struct Vec3 psi = we;
  /external/webrtc/talk/session/media/
channel.cc 49 // See comment below for why we need to use a pointer to a scoped_ptr.
87 ScreencastEventMessageData(uint32_t s, rtc::WindowEvent we)
88 : ssrc(s), event(we) {}
122 // Check the packet size. We could check the header too if needed.
147 // TODO(pthatcher): Remove this once we're sure no one will give us
153 // TODO(pthatcher): See if we really need
154 // rtp_header_extensions_set() and remove it if we don't.
202 // We must destroy the media channel before the transport channel, otherwise
206 // Note that we don't just call set_transport_channel(nullptr) because that
207 // would call a pure virtual method which we can't do from a destructor
1972 rtc::WindowEvent we; local
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 1708 milliseconds

1 2