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

  /external/chromium_org/third_party/tlslite/tlslite/
Checker.py 66 session was checked once, we don't need to bother
79 import cryptoIDlib #So we raise an error here namespace
81 import cryptlib_py #So we raise an error here namespace
  /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--;
  /frameworks/native/services/sensorservice/
Fusion.cpp 64 * disturbance which we do not want to update into the fused frame.
81 * we reject it as invalid due to alignment of the vectors.
253 // Average all the values we collected so far
282 // ignore acceleration data if we're close to free-fall
302 // Also reject if too small since we will get ill-defined (zero mag)
323 // If we have created an orthogonal magnetic field successfully,
335 // P needs to stay positive semidefinite or the fusion diverges. When we
336 // detect divergence, we reset the fusion.
375 const vec3_t we = w - b; local
377 // q(k+1) = O(we)*q(k
413 const vec3_t psi(sinf(hlwedT)*ilwe*we); local
    [all...]
  /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
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 194 errwarn_data *first, *next, *ins_we, *we; local
221 we = ins_we;
224 we = yasm_xmalloc(sizeof(errwarn_data));
226 we->type = WE_UNKNOWN;
227 we->line = line;
228 we->xrefline = 0;
229 we->msg = NULL;
230 we->xrefmsg = NULL;
233 SLIST_INSERT_HEAD(&errwarns->errwarns, we, link);
236 SLIST_INSERT_AFTER(ins_we, we, link)
433 errwarn_data *we; local
454 errwarn_data *we = errwarn_data_new(errwarns, line, 1); local
467 errwarn_data *we = errwarn_data_new(errwarns, line, 0); local
491 errwarn_data *we; local
    [all...]
  /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.
  /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...]
  /external/linux-tools-perf/
builtin-timechart.c 71 * We keep an list of "pid"s, matching the kernels notion of a task struct.
73 * this is because we want to track different programs different, while
435 struct wake_event *we; local
439 we = malloc(sizeof(struct wake_event));
440 if (!we)
443 memset(we, 0, sizeof(struct wake_event));
444 we->time = timestamp;
445 we->waker = pid;
448 we->waker = -1;
450 we->wakee = wake->pid
698 struct wake_event *we; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 225 ScreencastEventMessageData(uint32 s, talk_base::WindowEvent we)
227 event(we) {
358 // Check the packet size. We could check the header too if needed.
411 // We must destroy the media channel before the transport channel, otherwise
540 // Receive data if we are enabled and have local content,
545 // Send outgoing data if we are enabled, have local and remote content,
546 // and we have had some form of connectivity.
585 // When using RTCP multiplexing we might get RTCP packets on the RTP
586 // transport. We feed RTP traffic into the demuxer to determine if it is RTCP.
623 // Unless we're sending optimistically, we only allow packets through when w
2334 talk_base::WindowEvent we; local
    [all...]
  /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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 825 milliseconds