HomeSort by relevance Sort by last modified time
    Searched full:bare (Results 1 - 25 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
comment.ll 2 ; RUN: llvm-as < %s | llvm-dis | FileCheck -check-prefix=BARE %s
5 ; The bare version of this file should not have any #uses lines.
6 ; BARE: @B =
7 ; BARE-NOT: #uses
8 ; BARE: }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 22 #bare = set()
26 #bare.add(module)
27 #bare.add(old_attr)
39 #yield """bare_name=%s""" % alternates(bare)
fix_print.py 34 simple_stmt< any* bare='print' any* > | print_stmt
40 bare_print = results.get("bare")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 22 #bare = set()
26 #bare.add(module)
27 #bare.add(old_attr)
39 #yield """bare_name=%s""" % alternates(bare)
fix_print.py 34 simple_stmt< any* bare='print' any* > | print_stmt
40 bare_print = results.get("bare")
  /external/selinux/policycoreutils/secon/
Makefile 35 bare: clean
37 .PHONY: clean bare
  /external/libvpx/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
58 if [ ${bare} ]; then
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
version.sh 17 --bare) bare=true ;;
58 if [ ${bare} ]; then
  /external/clang/test/SemaCXX/
member-pointers-2.cpp 4 // these instead of bare FieldDecls.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSerializationEqualTester.java 28 * when reserialized. (Sets and Lists, but not bare Collections.)
CollectionSerializationTester.java 36 // For a bare Collection, the most we can guarantee is that the elements are preserved.
  /external/liblzf/
README 21 NOTE: This package contains a very bare-bones command-line utility
  /external/llvm/test/CodeGen/ARM/
none-macho.ll 34 ; Bare-metal MachO gets compiled on top of normal MachO toolchain which
86 ; Even bare-metal PIC needs GOT-like behaviour, in principle. Depends a bit on
  /cts/apps/NotificationBot/
AndroidManifest.xml 29 <!-- Required because a bare service won't show up in the app notifications list. -->
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 24 N_( "Message contains bare newlines"),
imap_err.et 69 "Message contains bare newlines"
  /external/guava/guava-tests/test/com/google/common/collect/
LegacyComparable.java 27 * do the bare minimum to accommodate such types, though their use may still
  /external/selinux/secilc/
README 36 make bare
  /external/skia/include/utils/win/
SkIStream.h 21 * A bare IStream implementation which properly reference counts
  /frameworks/base/packages/Shell/res/values-nb/
strings.xml 23 <string name="bugreport_confirm" msgid="5130698467795669780">"Feilrapporter inkluderer data fra systemets forskjellige loggfiler. Dette omfatter personlig og privat informasjon. Du bør bare dele feilrapporter med apper og folk du stoler på."</string>
  /packages/apps/KeyChain/res/values-nb/
strings.xml 23 <string name="requesting_server" msgid="5832565605998634370">"Appen har identifisert tjeneren som etterspør informasjon, som %s, men du må bare gi appen adgang til sertifikatet dersom du anser den som pålitelig."</string>
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 71 // bare multiplication, not SkFixedMul
89 // bare multiplication, not SkFixedMul
107 // bare multiplication, not SkFixedMul
  /packages/apps/Calendar/res/values-nb/
arrays.xml 92 <item msgid="4208432367651646938">"Bare denne hendelsen"</item>
101 <item msgid="3466644709343519437">"Bare denne aktiviteten"</item>
111 <item msgid="2285927842308686988">"Bare hvis avvist"</item>
  /packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 117 assertEquals("bare address", "user1@dom1.com", address.getAddress());
213 assertEquals("bare address count", 1, address1.length);
214 assertEquals("bare address", "address1@dom1.com", address1[0].getAddress());
215 assertNull("name of bare address", address1[0].getPersonal());
266 assertEquals("bare address", "address1@dom1.net", addresses[0].getAddress());
267 assertNull("bare address name", addresses[0].getPersonal());
282 assertEquals("bare name address", "address1@dom1.net", addresses[0].getAddress());
283 assertEquals("bare name", "name 1", addresses[0].getPersonal());
298 assertEquals("bare utf-16 name address", "address1@dom1.jp", addresses[0].getAddress());
299 assertEquals("bare utf-16 name"
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalSet.java 28 * A simplistic set which implements the bare minimum so that it can be used in

Completed in 119 milliseconds

1 2 3 4 5 6 7 8 91011>>