HomeSort by relevance Sort by last modified time
    Searched refs:all (Results 51 - 75 of 1887) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/util/
CurrencyTest.java 48 Set<Currency> all = Currency.getAvailableCurrencies(); local
50 assertTrue(all.toString(), all.contains(Currency.getInstance("CHF")));
51 assertTrue(all.toString(), all.contains(Currency.getInstance("EUR")));
52 assertTrue(all.toString(), all.contains(Currency.getInstance("GBP")));
53 assertTrue(all.toString(), all.contains(Currency.getInstance("JPY")));
54 assertTrue(all.toString(), all.contains(Currency.getInstance("USD")))
    [all...]
  /external/llvm/test/lib/
llvm.exp 55 # Substitute all Tcl variables.
59 regsub -all {%%} $new_line {_#MARKER#_} new_line
61 regsub -all {%llvmgcc_only} $new_line "$llvmgcc" new_line
63 regsub -all {%llvmgcc} $new_line "$llvmgcc $emitir -w" new_line
65 regsub -all {%llvmgxx} $new_line "$llvmgxx $emitir -w" new_line
67 regsub -all {%compile_cxx} $new_line "$compile_cxx" new_line
69 regsub -all {%compile_c} $new_line "$compile_c" new_line
71 regsub -all {%link} $new_line "$link" new_line
73 regsub -all {%shlibext} $new_line "$shlibext" new_line
75 regsub -all {%ocamlopt} $new_line "$ocamlopt" new_lin
    [all...]
  /external/icu4c/stubdata/
root.mk 1 # derive a string like 'icudt 46l' from a local file like 'external/icu4c/stubdata/icudt 46l-all.dat'
3 root_dat_path := $(wildcard $(stubdata_path)/*-all.dat)
4 root := $(patsubst $(stubdata_path)/%,%,$(patsubst %-all.dat,%,$(root_dat_path)))
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
3 # all generated files to ensure that none
6 APP_ABI := all
  /frameworks/base/core/tests/coretests/
Android.mk 7 # Include all test java files.
9 $(call all-java-files-under, src) \
10 $(call all-Iaidl-files-under, src) \
11 $(call all-java-files-under, DisabledTestApp/src) \
12 $(call all-java-files-under, EnabledTestApp/src)
23 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/sample/frameworks/PlatformLibrary/
Android.mk 28 $(call all-subdir-java-files)
41 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
52 # Also build all of the sub-targets under this one: the library's
56 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/dnsmasq/contrib/wrt/
Makefile 3 all: dhcp_release dhcp_lease_time
  /external/icu4c/extra/
Makefile 4 # Corporation and others. All Rights Reserved.
27 .PHONY : all all-local all-recursive install install-local \
36 all: all-recursive all-local
41 check: all check-recursive check-local
44 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
61 all-local
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 20 u_int16_t all; member in union:ip_conntrack_manip_proto
56 u_int16_t all; member in union:ip_conntrack_tuple::__anon7326::__anon7327
88 (tuple)->src.u.all = 0; \
89 (tuple)->dst.u.all = 0; \
97 NIPQUAD((tp)->src.ip), ntohs((tp)->src.u.all), \
98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all))
117 && t1->src.u.all == t2->src.u.all;
124 && t1->dst.u.all == t2->dst.u.all
    [all...]
  /external/llvm/tools/llc/
Makefile 12 LINK_COMPONENTS := all-targets bitreader asmparser
  /external/oprofile/doc/srcdoc/
Makefile 5 all: clean
  /external/srec/
Android.mk 12 include $(call all-subdir-makefiles)
  /frameworks/base/packages/DefaultContainerService/
Android.mk 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
16 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/base/packages/SettingsProvider/
Android.mk 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
16 include $(call all-makefiles-under,$(LOCAL_PATH))
  /hardware/ti/omap3/omx/system/src/openmax_il/common/
Makefile 3 all::
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 1 # We want to build support for all ARM ABIs
3 APP_ABI := all
  /sdk/layoutopt/libs/uix/src/
Android.mk 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
11 groovy-all-1.7.0
  /cts/tests/tests/permission/
Android.mk 26 LOCAL_SRC_FILES := $(call all-java-files-under, src)
35 include $(call all-makefiles-under,$(LOCAL_PATH))
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 10 vpush {d0-d15} @ save out all fp registers
11 push {r0-r12,lr} @ save out all registers
16 pop {r0-r12,lr} @ restore all registers
17 vpop {d0-d15} @ restore all fp registers
  /development/samples/RenderScript/Balls/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
  /development/samples/RenderScript/Fountain/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
  /development/samples/RenderScript/FountainFbo/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
  /development/samples/RenderScript/HelloCompute/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
23 $(call all-renderscript-files-under, src)
  /development/samples/RenderScript/HelloWorld/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
  /development/samples/RenderScript/MiscSamples/
Android.mk 22 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)

Completed in 1366 milliseconds

1 23 4 5 6 7 8 91011>>