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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/celt/arm/
armopts.s.in 27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/libopus/celt/arm/
armopts.s.in 27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
2 # through the 'm' or 'mm' build commands. if not, we use the
  /frameworks/rs/java/
Android.mk 3 # Only build our tests if we doing a top-level build. Do not build the
4 # tests if we are just doing an mm or mmm in frameworks/rs.
  /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...]
  /ndk/tests/device/test-gabi++/jni/
Application.mk 8 # Note: we use APP_STL because we explicitely import
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
crosssect.asm 14 .long (_sys_srt-.)+(.-_sys_info) # GAS cannot handle this but we can
  /external/llvm/test/MC/AArch64/
arm64-separator.s 3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
8 ; being on separate lines in the output. We look for the "; encoding" string
9 ; to verify that. For this test, we don't care what the encoding is, just that
  /external/opencv/
libopencv.mk 4 # Make sure bionic is first so we can include system headers.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 10 cld # we want these to happen forward
17 # We should check this on x86 too, but then we'd
66 cmp $0xd,%al # if we loaded wrong value
83 cmp $0x020d,%ax # if we loaded wrong value
100 cmp $0x0feb1378,%eax # if we loaded wrong value
118 # !if we loaded wrong value
337 xor %rdi,%rdi # we return 0
  /development/samples/ApiDemos/tests/
Android.mk 4 # We only want this apk build for tests.
12 # Notice that we don't have to include the src files of ApiDemos because, by
13 # running the tests using an instrumentation targeting ApiDemos, we
  /external/chromium_org/tools/telemetry/telemetry/timeline/
inspector_importer.py 18 ''' Checks if timeline_data is from the inspector timeline. We assume
19 that if the first event is a valid inspector event, we can import the
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 4 # We only want this apk build for tests.
10 # Notice that we don't have to include the src files of SmokeTestApp because, by
11 # running the tests using an instrumentation targeting SmokeTestApp, we
  /external/chromium_org/chrome/browser/resources/pdf/
background.js 23 * If we have received a stream object and an initialization function for a
24 * particular PDF viewer instance we know that the extension has loaded in
25 * and we can pass it the stream. We can then delete the corresponding map
39 * stream that points to the PDF file. This may be run before or after we
44 // Store the stream until we are contacted by the PDF viewer that owns the
52 * This is called when we receive a message from the PDF viewer indicating
57 // Store the initialization function until we receive the stream which
  /external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
fonts.conf 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
37 that we don't fallback to Times New Roman for them -->
232 turning subpixel positioning on globally to ensure that we don't have
  /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.js 5 // Once we load, hide the plugin
16 // When we receive the exit message we post an empty reply back to
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 16 # a separate resource (uts46.nrm) is used. Therefore, we can drop rfc3491 as
18 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL),
19 # we have to add back the corresponding prep files.
  /external/lldb/
lldb-build.mk 1 # clang populates much of what we need
45 # strip out flags from clang/llvm that we know we don't handle
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 5 // To make sure we can uniquely identify each screenshot tab, add an id as a
20 // We are waiting for the tab we opened to finish loading.
21 // Check that the tab's id matches the tab we opened,
26 // Passing the above test means this is the event we were waiting for.
27 // There is nothing we need to do for future onUpdated events, so we
  /external/chromium_org/v8/test/fuzz-natives/
base.js 62 // we don't care what happens as long as we don't crash
73 // When we have 5 or more arguments we lower the amount of tests cases
96 // we don't care what happens as long as we don't crash
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 41 # Are we the child?
52 # We're in the child now. Set the end of the frame record chain...
56 # ...and call __start_thread with the 'fn' and 'arg' we stored on the child stack.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pack_invert.spec 51 1. Should we also define UNPACK_INVERT_MESA for glDrawPixels, etc?
53 Resolved: No, we're only concerned with pixel packing. There are other
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 9 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /external/llvm/test/MC/ARM/
dwarf-cfi-initial-state.s 14 # field, we can check that here too.
  /external/llvm/test/MC/AsmParser/
directive_lsym.s 3 # FIXME: This is currently unsupported. If it turns out no one uses it, we

Completed in 1370 milliseconds

1 2 3 4 5 6 7 8 91011>>