Don't need these anymore.

Change-Id: I7fe5c735b0b2391998c69d3233bcc30979570ddb
This commit is contained in:
Dan Albert
2014-07-18 11:16:09 -07:00
parent 0f81d7634f
commit 023715574d
1115 changed files with 0 additions and 39001 deletions

View File

@@ -1,51 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
COMMON_C_INCLUDES := \
external/libcxx/test/support \
external/libcxx/include \
COMMON_CPPFLAGS := \
-std=c++11 \
-fexceptions \
-frtti \
-nostdinc++ \
COMMON_DEPS := \
external/libcxx/test/Android.build.mk \
$(test_makefile) \
include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(COMMON_DEPS)
LOCAL_CLANG := true
LOCAL_C_INCLUDES := $(COMMON_C_INCLUDES)
LOCAL_CPPFLAGS := $(COMMON_CPPFLAGS)
LOCAL_SHARED_LIBRARIES := libc++
LOCAL_SYSTEM_SHARED_LIBRARIES := libc libm
LOCAL_MODULE := libc++tests/$(test_name)
LOCAL_SRC_FILES := $(test_src)
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_ADDITIONAL_DEPENDENCIES := $(COMMON_DEPS)
LOCAL_CLANG := true
LOCAL_C_INCLUDES := $(COMMON_C_INCLUDES)
LOCAL_CPPFLAGS := $(COMMON_CPPFLAGS)
LOCAL_LDFLAGS := -nodefaultlibs
LOCAL_LDLIBS := -lc -lm -lpthread
LOCAL_SHARED_LIBRARIES := libc++
LOCAL_MODULE := libc++tests/$(test_name)
LOCAL_SRC_FILES := $(test_src)
include $(BUILD_HOST_EXECUTABLE)

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/Android.mk
test_name := nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/Android.mk
test_name := algorithms/version
test_src := version.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.c.library/Android.mk
test_name := algorithms/alg.c.library/tested_elsewhere
test_src := tested_elsewhere.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/Android.mk
test_name := algorithms/alg.modifying.operations/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/Android.mk
test_name := algorithms/alg.modifying.operations/alg.copy/copy_n
test_src := copy_n.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.copy/copy_backward
test_src := copy_backward.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.copy/copy_if
test_src := copy_if.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.copy/copy
test_src := copy.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/Android.mk
test_name := algorithms/alg.modifying.operations/alg.fill/fill_n
test_src := fill_n.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.fill/fill
test_src := fill.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/Android.mk
test_name := algorithms/alg.modifying.operations/alg.generate/generate_n
test_src := generate_n.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.generate/generate
test_src := generate.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.move/Android.mk
test_name := algorithms/alg.modifying.operations/alg.move/move_backward
test_src := move_backward.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.move/move
test_src := move.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,39 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/Android.mk
test_name := algorithms/alg.modifying.operations/alg.partitions/partition
test_src := partition.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.partitions/partition_copy
test_src := partition_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.partitions/stable_partition
test_src := stable_partition.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.partitions/is_partitioned
test_src := is_partitioned.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.partitions/partition_point
test_src := partition_point.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/Android.mk
test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand
test_src := random_shuffle_rand.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle
test_src := random_shuffle.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng
test_src := random_shuffle_urng.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/Android.mk
test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy_if
test_src := remove_copy_if.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy
test_src := remove_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.remove/remove
test_src := remove.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.remove/remove_if
test_src := remove_if.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/Android.mk
test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy_if
test_src := replace_copy_if.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy
test_src := replace_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.replace/replace_if
test_src := replace_if.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.replace/replace
test_src := replace.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/Android.mk
test_name := algorithms/alg.modifying.operations/alg.reverse/reverse_copy
test_src := reverse_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.reverse/reverse
test_src := reverse.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/Android.mk
test_name := algorithms/alg.modifying.operations/alg.rotate/rotate_copy
test_src := rotate_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.rotate/rotate
test_src := rotate.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/Android.mk
test_name := algorithms/alg.modifying.operations/alg.swap/iter_swap
test_src := iter_swap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.swap/swap_ranges
test_src := swap_ranges.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.transform/Android.mk
test_name := algorithms/alg.modifying.operations/alg.transform/unary_transform
test_src := unary_transform.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.transform/binary_transform
test_src := binary_transform.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/Android.mk
test_name := algorithms/alg.modifying.operations/alg.unique/unique_pred
test_src := unique_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy
test_src := unique_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy_pred
test_src := unique_copy_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.modifying.operations/alg.unique/unique
test_src := unique.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/Android.mk
test_name := algorithms/alg.nonmodifying/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/Android.mk
test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred
test_src := adjacent_find_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find
test_src := adjacent_find.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/Android.mk
test_name := algorithms/alg.nonmodifying/alg.all_of/all_of
test_src := all_of.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/Android.mk
test_name := algorithms/alg.nonmodifying/alg.any_of/any_of
test_src := any_of.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.count/Android.mk
test_name := algorithms/alg.nonmodifying/alg.count/count_if
test_src := count_if.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.count/count
test_src := count.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.equal/Android.mk
test_name := algorithms/alg.nonmodifying/alg.equal/equal_pred
test_src := equal_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.equal/equal
test_src := equal.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/Android.mk
test_name := algorithms/alg.nonmodifying/alg.find.end/find_end
test_src := find_end.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.find.end/find_end_pred
test_src := find_end_pred.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/Android.mk
test_name := algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred
test_src := find_first_of_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.find.first.of/find_first_of
test_src := find_first_of.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find/Android.mk
test_name := algorithms/alg.nonmodifying/alg.find/find_if
test_src := find_if.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.find/find
test_src := find.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.find/find_if_not
test_src := find_if_not.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/Android.mk
test_name := algorithms/alg.nonmodifying/alg.foreach/test
test_src := test.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/Android.mk
test_name := algorithms/alg.nonmodifying/alg.is_permutation/is_permutation
test_src := is_permutation.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred
test_src := is_permutation_pred.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/Android.mk
test_name := algorithms/alg.nonmodifying/alg.none_of/none_of
test_src := none_of.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.search/Android.mk
test_name := algorithms/alg.nonmodifying/alg.search/search
test_src := search.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.search/search_n
test_src := search_n.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.search/search_n_pred
test_src := search_n_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/alg.search/search_pred
test_src := search_pred.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/mismatch/Android.mk
test_name := algorithms/alg.nonmodifying/mismatch/mismatch_pred
test_src := mismatch_pred.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.nonmodifying/mismatch/mismatch
test_src := mismatch.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/Android.mk
test_name := algorithms/alg.sorting/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/Android.mk
test_name := algorithms/alg.sorting/alg.binary.search/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/Android.mk
test_name := algorithms/alg.sorting/alg.binary.search/binary.search/binary_search
test_src := binary_search.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp
test_src := binary_search_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/Android.mk
test_name := algorithms/alg.sorting/alg.binary.search/equal.range/equal_range
test_src := equal_range.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp
test_src := equal_range_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/Android.mk
test_name := algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound
test_src := lower_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp
test_src := lower_bound_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/Android.mk
test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound
test_src := upper_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp
test_src := upper_bound_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/Android.mk
test_name := algorithms/alg.sorting/alg.heap.operations/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/Android.mk
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until
test_src := is_heap_until.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp
test_src := is_heap_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap
test_src := is_heap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp
test_src := is_heap_until_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/Android.mk
test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap
test_src := make_heap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp
test_src := make_heap_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/Android.mk
test_name := algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap
test_src := pop_heap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp
test_src := pop_heap_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/Android.mk
test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp
test_src := push_heap_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap
test_src := push_heap.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/Android.mk
test_name := algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap
test_src := sort_heap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp
test_src := sort_heap_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/Android.mk
test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp
test_src := lexicographical_compare_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare
test_src := lexicographical_compare.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.merge/Android.mk
test_name := algorithms/alg.sorting/alg.merge/inplace_merge_comp
test_src := inplace_merge_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.merge/merge
test_src := merge.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.merge/inplace_merge
test_src := inplace_merge.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.merge/merge_comp
test_src := merge_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,91 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.min.max/Android.mk
test_name := algorithms/alg.sorting/alg.min.max/max_element
test_src := max_element.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/minmax_init_list_comp
test_src := minmax_init_list_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/min_element_comp
test_src := min_element_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/min_comp
test_src := min_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/minmax_element
test_src := minmax_element.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/minmax_init_list
test_src := minmax_init_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/min
test_src := min.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/minmax
test_src := minmax.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/max_comp
test_src := max_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/max_init_list
test_src := max_init_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/minmax_comp
test_src := minmax_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/max_init_list_comp
test_src := max_init_list_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/min_init_list_comp
test_src := min_init_list_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/min_element
test_src := min_element.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/min_init_list
test_src := min_init_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/max
test_src := max.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/max_element_comp
test_src := max_element_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.min.max/minmax_element_comp
test_src := minmax_element_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.nth.element/Android.mk
test_name := algorithms/alg.sorting/alg.nth.element/nth_element
test_src := nth_element.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.nth.element/nth_element_comp
test_src := nth_element_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/Android.mk
test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation
test_src := next_permutation.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp
test_src := next_permutation_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp
test_src := prev_permutation_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation
test_src := prev_permutation.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/Android.mk
test_name := algorithms/alg.sorting/alg.set.operations/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/Android.mk
test_name := algorithms/alg.sorting/alg.set.operations/includes/includes
test_src := includes.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.set.operations/includes/includes_comp
test_src := includes_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/Android.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp
test_src := set_difference_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference
test_src := set_difference.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/Android.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp
test_src := set_intersection_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection
test_src := set_intersection.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/Android.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference
test_src := set_symmetric_difference.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp
test_src := set_symmetric_difference_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/Android.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union
test_src := set_union.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp
test_src := set_union_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/Android.mk
test_name := algorithms/alg.sorting/alg.sort/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/Android.mk
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until
test_src := is_sorted_until.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp
test_src := is_sorted_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted
test_src := is_sorted.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp
test_src := is_sorted_until_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/Android.mk
test_name := algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy
test_src := partial_sort_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp
test_src := partial_sort_copy_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/Android.mk
test_name := algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp
test_src := partial_sort_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/partial.sort/partial_sort
test_src := partial_sort.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/Android.mk
test_name := algorithms/alg.sorting/alg.sort/sort/sort
test_src := sort.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/sort/sort_comp
test_src := sort_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/Android.mk
test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort
test_src := stable_sort.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp
test_src := stable_sort_comp.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/algorithms/algorithms.general/Android.mk
test_name := algorithms/algorithms.general/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/Android.mk
test_name := atomics/version
test_src := version.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.fences/Android.mk
test_name := atomics/atomics.fences/atomic_signal_fence
test_src := atomic_signal_fence.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.fences/atomic_thread_fence
test_src := atomic_thread_fence.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,51 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.flag/Android.mk
test_name := atomics/atomics.flag/default
test_src := default.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/atomic_flag_clear
test_src := atomic_flag_clear.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/atomic_flag_test_and_set_explicit
test_src := atomic_flag_test_and_set_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/atomic_flag_test_and_set
test_src := atomic_flag_test_and_set.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/init
test_src := init.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/clear
test_src := clear.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/test_and_set
test_src := test_and_set.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.flag/atomic_flag_clear_explicit
test_src := atomic_flag_clear_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.general/Android.mk
test_name := atomics/atomics.general/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.lockfree/Android.mk
test_name := atomics/atomics.lockfree/lockfree
test_src := lockfree.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,27 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.order/Android.mk
test_name := atomics/atomics.order/memory_order
test_src := memory_order.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.order/kill_dependency
test_src := kill_dependency.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.syn/Android.mk
test_name := atomics/atomics.syn/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,39 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.generic/Android.mk
test_name := atomics/atomics.types.generic/address
test_src := address.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.generic/bool
test_src := bool.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.generic/cstdint_typedefs
test_src := cstdint_typedefs.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.generic/integral_typedefs
test_src := integral_typedefs.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.generic/integral
test_src := integral.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.operations/Android.mk
test_name := atomics/atomics.types.operations/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/Android.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/Android.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/Android.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,111 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/Android.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or
test_src := atomic_fetch_or.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit
test_src := atomic_compare_exchange_strong_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange
test_src := atomic_exchange.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit
test_src := atomic_compare_exchange_weak_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or_explicit
test_src := atomic_fetch_or_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit
test_src := atomic_fetch_add_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free
test_src := atomic_is_lock_free.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit
test_src := atomic_fetch_sub_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_init
test_src := atomic_init.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_store
test_src := atomic_store.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_load
test_src := atomic_load.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_load_explicit
test_src := atomic_load_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_store_explicit
test_src := atomic_store_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and
test_src := atomic_fetch_and.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add
test_src := atomic_fetch_add.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub
test_src := atomic_fetch_sub.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak
test_src := atomic_compare_exchange_weak.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init
test_src := atomic_var_init.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong
test_src := atomic_compare_exchange_strong.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange_explicit
test_src := atomic_exchange_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor
test_src := atomic_fetch_xor.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and_explicit
test_src := atomic_fetch_and_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor_explicit
test_src := atomic_fetch_xor_explicit.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/Android.mk
test_name := atomics/atomics.types.operations/atomics.types.operations.templ/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/Android.mk
test_name := containers/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,35 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/Android.mk
test_name := containers/associative/tree_left_rotate
test_src := tree_left_rotate.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/tree_remove
test_src := tree_remove.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/tree_balance_after_insert
test_src := tree_balance_after_insert.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/tree_right_rotate
test_src := tree_right_rotate.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/map/Android.mk
test_name := containers/associative/map/compare
test_src := compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/version
test_src := version.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/types
test_src := types.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,51 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/map/map.access/Android.mk
test_name := containers/associative/map/map.access/index_rv_key
test_src := index_rv_key.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/at
test_src := at.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/iterator
test_src := iterator.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/index_tuple
test_src := index_tuple.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/size
test_src := size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/max_size
test_src := max_size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/empty
test_src := empty.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.access/index_key
test_src := index_key.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,107 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/map/map.cons/Android.mk
test_name := containers/associative/map/map.cons/default
test_src := default.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/compare
test_src := compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/alloc
test_src := alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/iter_iter
test_src := iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/move_noexcept
test_src := move_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/default_noexcept
test_src := default_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/iter_iter_comp
test_src := iter_iter_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/copy
test_src := copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/move
test_src := move.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/move_assign_noexcept
test_src := move_assign_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/assign_initializer_list
test_src := assign_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/copy_alloc
test_src := copy_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/move_assign
test_src := move_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/initializer_list_compare
test_src := initializer_list_compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/iter_iter_comp_alloc
test_src := iter_iter_comp_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/copy_assign
test_src := copy_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/default_recursive
test_src := default_recursive.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/compare_alloc
test_src := compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/initializer_list
test_src := initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/initializer_list_compare_alloc
test_src := initializer_list_compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/dtor_noexcept
test_src := dtor_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.cons/move_alloc
test_src := move_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,67 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/map/map.modifiers/Android.mk
test_name := containers/associative/map/map.modifiers/insert_cv
test_src := insert_cv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/insert_rv
test_src := insert_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/emplace_hint
test_src := emplace_hint.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/insert_initializer_list
test_src := insert_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/insert_iter_iter
test_src := insert_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/erase_key
test_src := erase_key.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/clear
test_src := clear.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/insert_iter_rv
test_src := insert_iter_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/emplace
test_src := emplace.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/erase_iter
test_src := erase_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/erase_iter_iter
test_src := erase_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.modifiers/insert_iter_cv
test_src := insert_iter_cv.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,39 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/map/map.ops/Android.mk
test_name := containers/associative/map/map.ops/find
test_src := find.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.ops/equal_range
test_src := equal_range.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.ops/lower_bound
test_src := lower_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.ops/upper_bound
test_src := upper_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.ops/count
test_src := count.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/map/map.special/Android.mk
test_name := containers/associative/map/map.special/member_swap
test_src := member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.special/swap_noexcept
test_src := swap_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/map/map.special/non_member_swap
test_src := non_member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,43 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multimap/Android.mk
test_name := containers/associative/multimap/iterator
test_src := iterator.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/size
test_src := size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/max_size
test_src := max_size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/scary
test_src := scary.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/types
test_src := types.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/empty
test_src := empty.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,103 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multimap/multimap.cons/Android.mk
test_name := containers/associative/multimap/multimap.cons/default
test_src := default.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/compare
test_src := compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/alloc
test_src := alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/iter_iter
test_src := iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/move_noexcept
test_src := move_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/default_noexcept
test_src := default_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/iter_iter_comp
test_src := iter_iter_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/copy
test_src := copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/move
test_src := move.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/move_assign_noexcept
test_src := move_assign_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/assign_initializer_list
test_src := assign_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/copy_alloc
test_src := copy_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/move_assign
test_src := move_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/initializer_list_compare
test_src := initializer_list_compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/iter_iter_comp_alloc
test_src := iter_iter_comp_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/copy_assign
test_src := copy_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/compare_alloc
test_src := compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/initializer_list
test_src := initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/initializer_list_compare_alloc
test_src := initializer_list_compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/dtor_noexcept
test_src := dtor_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.cons/move_alloc
test_src := move_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,67 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multimap/multimap.modifiers/Android.mk
test_name := containers/associative/multimap/multimap.modifiers/insert_cv
test_src := insert_cv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/insert_rv
test_src := insert_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/emplace_hint
test_src := emplace_hint.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/insert_initializer_list
test_src := insert_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/insert_iter_iter
test_src := insert_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/erase_key
test_src := erase_key.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/clear
test_src := clear.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/insert_iter_rv
test_src := insert_iter_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/emplace
test_src := emplace.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/erase_iter
test_src := erase_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/erase_iter_iter
test_src := erase_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.modifiers/insert_iter_cv
test_src := insert_iter_cv.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,39 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multimap/multimap.ops/Android.mk
test_name := containers/associative/multimap/multimap.ops/find
test_src := find.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.ops/equal_range
test_src := equal_range.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.ops/lower_bound
test_src := lower_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.ops/upper_bound
test_src := upper_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.ops/count
test_src := count.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multimap/multimap.special/Android.mk
test_name := containers/associative/multimap/multimap.special/member_swap
test_src := member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.special/swap_noexcept
test_src := swap_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multimap/multimap.special/non_member_swap
test_src := non_member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,111 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multiset/Android.mk
test_name := containers/associative/multiset/insert_cv
test_src := insert_cv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/insert_rv
test_src := insert_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/find
test_src := find.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/emplace_hint
test_src := emplace_hint.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/insert_initializer_list
test_src := insert_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/equal_range
test_src := equal_range.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/lower_bound
test_src := lower_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/insert_iter_iter
test_src := insert_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/erase_key
test_src := erase_key.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/iterator
test_src := iterator.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/clear
test_src := clear.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/insert_iter_rv
test_src := insert_iter_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/size
test_src := size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/max_size
test_src := max_size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/scary
test_src := scary.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/types
test_src := types.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/emplace
test_src := emplace.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/upper_bound
test_src := upper_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/erase_iter
test_src := erase_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/erase_iter_iter
test_src := erase_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/count
test_src := count.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/empty
test_src := empty.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/insert_iter_cv
test_src := insert_iter_cv.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,103 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multiset/multiset.cons/Android.mk
test_name := containers/associative/multiset/multiset.cons/default
test_src := default.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/compare
test_src := compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/alloc
test_src := alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/iter_iter
test_src := iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/move_noexcept
test_src := move_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/default_noexcept
test_src := default_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/iter_iter_comp
test_src := iter_iter_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/copy
test_src := copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/move
test_src := move.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/move_assign_noexcept
test_src := move_assign_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/assign_initializer_list
test_src := assign_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/copy_alloc
test_src := copy_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/iter_iter_alloc
test_src := iter_iter_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/move_assign
test_src := move_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/initializer_list_compare
test_src := initializer_list_compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/copy_assign
test_src := copy_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/compare_alloc
test_src := compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/initializer_list
test_src := initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/initializer_list_compare_alloc
test_src := initializer_list_compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/dtor_noexcept
test_src := dtor_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.cons/move_alloc
test_src := move_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/multiset/multiset.special/Android.mk
test_name := containers/associative/multiset/multiset.special/member_swap
test_src := member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.special/swap_noexcept
test_src := swap_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/multiset/multiset.special/non_member_swap
test_src := non_member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,111 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/set/Android.mk
test_name := containers/associative/set/insert_cv
test_src := insert_cv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/insert_rv
test_src := insert_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/find
test_src := find.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/emplace_hint
test_src := emplace_hint.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/insert_initializer_list
test_src := insert_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/equal_range
test_src := equal_range.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/lower_bound
test_src := lower_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/insert_iter_iter
test_src := insert_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/erase_key
test_src := erase_key.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/version
test_src := version.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/iterator
test_src := iterator.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/clear
test_src := clear.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/insert_iter_rv
test_src := insert_iter_rv.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/size
test_src := size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/max_size
test_src := max_size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/types
test_src := types.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/emplace
test_src := emplace.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/upper_bound
test_src := upper_bound.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/erase_iter
test_src := erase_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/erase_iter_iter
test_src := erase_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/count
test_src := count.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/empty
test_src := empty.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/insert_iter_cv
test_src := insert_iter_cv.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,103 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/set/set.cons/Android.mk
test_name := containers/associative/set/set.cons/default
test_src := default.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/compare
test_src := compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/alloc
test_src := alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/iter_iter
test_src := iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/move_noexcept
test_src := move_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/default_noexcept
test_src := default_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/iter_iter_comp
test_src := iter_iter_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/copy
test_src := copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/move
test_src := move.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/move_assign_noexcept
test_src := move_assign_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/assign_initializer_list
test_src := assign_initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/copy_alloc
test_src := copy_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/iter_iter_alloc
test_src := iter_iter_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/move_assign
test_src := move_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/initializer_list_compare
test_src := initializer_list_compare.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/copy_assign
test_src := copy_assign.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/compare_alloc
test_src := compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/initializer_list
test_src := initializer_list.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/initializer_list_compare_alloc
test_src := initializer_list_compare_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/dtor_noexcept
test_src := dtor_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.cons/move_alloc
test_src := move_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,31 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/associative/set/set.special/Android.mk
test_name := containers/associative/set/set.special/member_swap
test_src := member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.special/swap_noexcept
test_src := swap_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/associative/set/set.special/non_member_swap
test_src := non_member_swap.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/container.adaptors/Android.mk
test_name := containers/container.adaptors/nothing_to_do
test_src := nothing_to_do.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,23 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/Android.mk
test_name := containers/container.adaptors/priority.queue/types
test_src := types.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,43 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/Android.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc
test_src := ctor_move_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_alloc
test_src := ctor_comp_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_alloc
test_src := ctor_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_copy_alloc
test_src := ctor_copy_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_rcont_alloc
test_src := ctor_comp_rcont_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_cont_alloc
test_src := ctor_comp_cont_alloc.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,83 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/Android.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept
test_src := move_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_copy
test_src := ctor_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept
test_src := default_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_cont
test_src := ctor_iter_iter_comp_cont.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/assign_copy
test_src := assign_copy.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept
test_src := move_assign_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp
test_src := ctor_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter
test_src := ctor_iter_iter.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp
test_src := ctor_iter_iter_comp.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_container
test_src := ctor_comp_container.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_move
test_src := ctor_move.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/dtor_noexcept
test_src := dtor_noexcept.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_rcontainer
test_src := ctor_comp_rcontainer.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/assign_move
test_src := assign_move.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_default
test_src := ctor_default.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_rcont
test_src := ctor_iter_iter_comp_rcont.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

View File

@@ -1,51 +0,0 @@
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/Android.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/push
test_src := push.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/top
test_src := top.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/swap
test_src := swap.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/pop
test_src := pop.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/size
test_src := size.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/emplace
test_src := emplace.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/push_rvalue
test_src := push_rvalue.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := containers/container.adaptors/priority.queue/priqueue.members/empty
test_src := empty.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))

Some files were not shown because too many files have changed in this diff Show More