HomeSort by relevance Sort by last modified time
    Searched full:all (Results 276 - 300 of 147547) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
shared4.test 78 SELECT a FROM t1 UNION ALL
79 SELECT b FROM t2 UNION ALL
80 SELECT c FROM t3 UNION ALL
86 SELECT a FROM t1 UNION ALL
87 SELECT b FROM t2 UNION ALL
88 SELECT d FROM t4 UNION ALL
94 SELECT a FROM t1 UNION ALL
95 SELECT c FROM t3 UNION ALL
96 SELECT b FROM t2 UNION ALL
102 SELECT a FROM t1 UNION ALL
    [all...]
  /external/clang/test/Driver/
fparse-all-comments.c 1 // Check that we pass -fparse-all-comments to frontend.
3 // RUN: %clang -c %s -fparse-all-comments -### 2>&1 | FileCheck %s --check-prefix=CHECK-ARG
5 // CHECK-ARG: -fparse-all-comments
  /hardware/qcom/gps/
Android.mk 6 include $(call all-named-subdir-makefiles,msm8960)
8 #For all other targets
10 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
  /ndk/tests/device/test-gabi++/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
3 # all generated files to ensure that none
6 APP_ABI := all
  /external/chromium_org/third_party/libyuv/
all.gyp 1 # Copyright 2013 The LibYuv Project Authors. All rights reserved.
6 # in the file PATENTS. All contributing project authors may
9 # all.gyp and All target are for benefit of android gyp build.
13 'target_name': 'All',
  /external/llvm/test/CodeGen/ARM/
fast-isel-load-store-verify.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ALL
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ALL
17 ; ALL: @t1
18 ; ALL: ldrb
19 ; ALL: add
26 ; ALL: @t2
27 ; ALL: ldrh
28 ; ALL: add
35 ; ALL: @t3
36 ; ALL: ld
    [all...]
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 2 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=C_CC_FMT
4 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=C_CC_FMT
6 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=C_CC_FMT
8 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s -check-prefix=ALL -check-prefix=CMP_CC_FMT
16 ; ALL-LABEL: addLD:
17 ; ALL: ld $25, %call16(__addtf3)
27 ; ALL-LABEL: subLD:
28 ; ALL: ld $25, %call16(__subtf3)
38 ; ALL-LABEL: mulLD:
39 ; ALL: ld $25, %call16(__multf3
    [all...]
atomic.ll 1 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL
2 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL
3 ; RUN: llc -march=mipsel --disable-machine-licm -mcpu=mips32r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL
4 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL
5 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL
6 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL
7 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS64-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL
11 ; RUN: llc -march=mips --disable-machine-licm -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=MIPS32-ANY -check-prefix=CHECK-EB
20 ; ALL-LABEL: AtomicLoadAdd32:
25 ; ALL: $[[BB0:[A-Z_0-9]+]]
    [all...]
  /external/chromium_org/chrome/browser/resources/
set_as_default_browser.js 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 // Since all we want here is forwarding of certain commands, all can be done
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/
Makefile 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
8 all:
16 .PHONY: all run push
  /external/chromium_org/third_party/skia/tools/
gcov_shim 3 # Running gcov with -a (--all-blocks) will hang on some files. lcov uses -a.
9 if [[ "$1" != "-a" && "$1" != "-all-blocks" && "$1" != "--all-blocks" ]]; then
  /external/chromium_org/tools/cr/cr/commands/
__init__.py 1 # Copyright 2013 The Chromium Authors. All rights reserved.
5 """A package for all the built in commands.
7 This package has all the standard commands built in to the cr tool.
  /external/chromium_org/tools/cr/cr/fixups/
__init__.py 1 # Copyright 2013 The Chromium Authors. All rights reserved.
5 """A package for all the version fixups.
7 All the code in this package is there to fix up older output directories and
  /external/chromium_org/tools/cr/cr/targets/
__init__.py 1 # Copyright 2013 The Chromium Authors. All rights reserved.
5 """A package for all the built in commands.
7 This package has all the standard commands built in to the cr tool.
  /external/skia/tools/
gcov_shim 3 # Running gcov with -a (--all-blocks) will hang on some files. lcov uses -a.
9 if [[ "$1" != "-a" && "$1" != "-all-blocks" && "$1" != "--all-blocks" ]]; then
  /frameworks/base/core/tests/bluetoothtests/
Android.mk 7 # Include all test java files.
9 $(call all-java-files-under, src)
17 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/core/tests/notificationtests/
Android.mk 7 # Include all test java files.
9 $(call all-java-files-under, src)
16 include $(call all-makefiles-under,$(LOCAL_PATH))
  /art/test/097-duplicate-method/
info.txt 2 properly (all but the first are ignored).
  /device/asus/flo/
sec_config 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR/
ANTLR-Prefix.pch 2 // Prefix header for all source files of the 'ANTLR' target in the 'ANTLR' project
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests-Prefix.pch 2 // Prefix header for all source files of the 'ANTLRTests' target in the 'ANTLRTests' project
  /external/bluetooth/bluedroid/embdrv/
Android.mk 3 include $(call all-subdir-makefiles)
  /external/bluetooth/bluedroid/embdrv/sbc/
Android.mk 3 include $(call all-subdir-makefiles)
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
DEPS 1 # libgtk2ui must be disconnected from all other GTK code.
  /external/chromium_org/chrome/common/extensions/docs/server2/
cron.yaml 2 - description: Repopulates all cached data.

Completed in 800 milliseconds

<<11121314151617181920>>