Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 4635) sorted by relevance

12345678910>>...186

/external/iproute2/testsuite/configs/
Dall-2.45 # CONFIG_SBUS is not set
23 # CONFIG_M386 is not set
24 # CONFIG_M486 is not set
25 # CONFIG_M586 is not set
26 # CONFIG_M586TSC is not set
27 # CONFIG_M586MMX is not set
28 # CONFIG_M686 is not set
29 # CONFIG_MPENTIUMIII is not set
31 # CONFIG_MK6 is not set
32 # CONFIG_MK7 is not set
[all …]
Dall-no-act26 # CONFIG_BSD_PROCESS_ACCT is not set
35 # CONFIG_EMBEDDED is not set
37 # CONFIG_KALLSYMS_ALL is not set
38 # CONFIG_KALLSYMS_EXTRA_PASS is not set
41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47 # CONFIG_TINY_SHMEM is not set
56 # CONFIG_MODVERSIONS is not set
57 # CONFIG_MODULE_SRCVERSION_ALL is not set
65 # CONFIG_X86_ELAN is not set
66 # CONFIG_X86_VOYAGER is not set
[all …]
Dall-police-act26 # CONFIG_BSD_PROCESS_ACCT is not set
35 # CONFIG_EMBEDDED is not set
37 # CONFIG_KALLSYMS_ALL is not set
38 # CONFIG_KALLSYMS_EXTRA_PASS is not set
41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47 # CONFIG_TINY_SHMEM is not set
56 # CONFIG_MODVERSIONS is not set
57 # CONFIG_MODULE_SRCVERSION_ALL is not set
65 # CONFIG_X86_ELAN is not set
66 # CONFIG_X86_VOYAGER is not set
[all …]
/external/eigen/bench/btl/data/
Dgnuplot_common_settings.hh1 set noclip points
2 set clip one
3 set noclip two
4 set bar 1.000000
5 set border 31 lt -1 lw 1.000
6 set xdata
7 set ydata
8 set zdata
9 set x2data
10 set y2data
[all …]
/external/v8/test/mjsunit/tools/
Dprofviz-test.default2 "set yrange [0:25.5]",
3 "set xlabel \"execution time in ms\"",
4 "set xrange [2.4204999999999997:141.1669999999999]",
5 "set style fill pattern 2 bo 1",
6 "set style rect fs solid 1 noborder",
7 "set style line 1 lt 1 lw 1 lc rgb \"#000000\"",
8 "set border 15 lw 0.2",
9 "set style line 2 lt 1 lw 1 lc rgb \"#9944CC\"",
10 "set xtics out nomirror",
12 "set object 1 rect from 87.51699999999991, 7 to 87.60371656249991, 3 fc rgb \"#9944CC\"",
[all …]
/external/harfbuzz_ng/src/
Dhb-set.cc43 hb_set_t *set; in hb_set_create() local
45 if (!(set = hb_object_create<hb_set_t> ())) in hb_set_create()
48 set->clear (); in hb_set_create()
50 return set; in hb_set_create()
82 hb_set_reference (hb_set_t *set) in hb_set_reference() argument
84 return hb_object_reference (set); in hb_set_reference()
94 hb_set_destroy (hb_set_t *set) in hb_set_destroy() argument
96 if (!hb_object_destroy (set)) return; in hb_set_destroy()
98 set->fini (); in hb_set_destroy()
100 free (set); in hb_set_destroy()
[all …]
/external/llvm/test/MC/Mips/
Dmips-hwr-register-names.s3 # FIXME: Use the code generator in order to print the .set directives
8 .set noat
9 # CHECK: .set push
10 # CHECK-NEXT: .set mips32r2
12 # CHECK-NEXT: .set pop # encoding: [0x7c,0x04,0x00,0x3b]
14 # CHECK: .set push
15 # CHECK-NEXT: .set mips32r2
17 # CHECK-NEXT: .set pop # encoding: [0x7c,0x04,0x00,0x3b]
20 # CHECK: .set push
21 # CHECK-NEXT: .set mips32r2
[all …]
Dset-mips-directives.s5 .set noreorder
6 .set mips1
8 .set mips2
10 .set mips3
12 .set mips4
14 .set mips5
16 .set mips32
18 .set mips32r2
20 .set mips32
21 .set mips32r3
[all …]
Dset-at-directive.s4 # for ".set at" and set the correct value.
7 # CHECK: .set at=$1
11 .set at=$1
13 # CHECK: .set at=$2
17 .set at=$2
19 # CHECK: .set at=$3
23 .set at=$3
25 # CHECK: .set at=$4
29 .set at=$a0
31 # CHECK: .set at=$5
[all …]
Dset-arch.s5 .set arch=mips1
7 .set arch=mips2
9 .set arch=mips3
11 .set arch=mips4
13 .set arch=mips5
15 .set arch=mips32
17 .set arch=mips32r2
19 .set arch=mips32
20 .set arch=mips32r3
22 .set arch=mips32
[all …]
/external/vixl/test/
Dtest-invalset.cc98 TestSet set; in TEST() local
99 VIXL_CHECK(set.empty() && (set.size() == 0)); in TEST()
102 set.insert(Obj(i, i)); in TEST()
104 VIXL_CHECK(set.size() == kNPreallocatedElements); in TEST()
106 set.insert(Obj(-123, 456)); in TEST()
107 set.insert(Obj(2718, 2871828)); in TEST()
108 VIXL_CHECK(set.size() == kNPreallocatedElements + 2); in TEST()
109 VIXL_CHECK(set.min_element() == Obj(-123, 456)); in TEST()
111 set.erase(Obj(-123, 456)); in TEST()
112 VIXL_CHECK(set.min_element_key() == 0); in TEST()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSetTest.java103 SortedSet<String> set = of(); in testEmpty_comparator() local
104 assertSame(Ordering.natural(), set.comparator()); in testEmpty_comparator()
108 SortedSet<String> set = of(); in testEmpty_headSet() local
109 assertSame(set, set.headSet("c")); in testEmpty_headSet()
113 SortedSet<String> set = of(); in testEmpty_tailSet() local
114 assertSame(set, set.tailSet("f")); in testEmpty_tailSet()
118 SortedSet<String> set = of(); in testEmpty_subSet() local
119 assertSame(set, set.subSet("c", "f")); in testEmpty_subSet()
123 SortedSet<String> set = of(); in testEmpty_first() local
125 set.first(); in testEmpty_first()
[all …]
/external/fio/tools/plot/
Dgraph3D.gpm3 set title '$0'
5 set terminal png size 1280,1024
6 set output '$3.png'
7 #set terminal x11
9 set isosamples 30
10 set hidden3d
11 set pm3d at s solid hidden3d 100 scansbackward
12 set pm3d depthorder
15 #set logscale x
16 set ytics axis out 0,1
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java215 SortedSet<String> set = of(); in testEmpty_comparator() local
216 assertSame(Ordering.natural(), set.comparator()); in testEmpty_comparator()
220 SortedSet<String> set = of(); in testEmpty_headSet() local
221 assertSame(set, set.headSet("c")); in testEmpty_headSet()
225 SortedSet<String> set = of(); in testEmpty_tailSet() local
226 assertSame(set, set.tailSet("f")); in testEmpty_tailSet()
230 SortedSet<String> set = of(); in testEmpty_subSet() local
231 assertSame(set, set.subSet("c", "f")); in testEmpty_subSet()
235 SortedSet<String> set = of(); in testEmpty_first() local
237 set.first(); in testEmpty_first()
[all …]
/external/toybox/
D.config21 # CONFIG_CATV is not set
54 # CONFIG_KILLALL5 is not set
55 # CONFIG_LINK is not set
90 # CONFIG_UNLINK is not set
91 # CONFIG_UUDECODE is not set
92 # CONFIG_UUENCODE is not set
94 # CONFIG_WHO is not set
96 # CONFIG_XARGS_PEDANTIC is not set
101 # CONFIG_ARP is not set
102 # CONFIG_ARPING is not set
[all …]
/external/skia/tests/
DGrOrderedSetTest.cpp18 Set set; in DEF_TEST() local
20 REPORTER_ASSERT(reporter, set.empty()); in DEF_TEST()
28 Set::Iter xi = set.insert(x); in DEF_TEST()
30 REPORTER_ASSERT(reporter, !set.empty()); in DEF_TEST()
33 set.insert(0); in DEF_TEST()
35 set.insert(999); in DEF_TEST()
41 REPORTER_ASSERT(reporter, *set.begin() == 0); in DEF_TEST()
42 REPORTER_ASSERT(reporter, *set.last() == 999); in DEF_TEST()
43 REPORTER_ASSERT(reporter, --(++set.begin()) == set.begin()); in DEF_TEST()
44 REPORTER_ASSERT(reporter, --set.end() == set.last()); in DEF_TEST()
[all …]
/external/clang/docs/
DCMakeLists.txt4 set(abs_srcdir ${CMAKE_CURRENT_SOURCE_DIR})
5 set(abs_builddir ${CMAKE_CURRENT_BINARY_DIR})
8 set(DOT ${LLVM_PATH_DOT})
12 set(enable_searchengine "YES")
13 set(searchengine_url "${LLVM_DOXYGEN_SEARCHENGINE_URL}")
14 set(enable_server_based_search "YES")
15 set(enable_external_search "YES")
16 set(extra_search_mappings "${LLVM_DOXYGEN_SEARCH_MAPPINGS}")
18 set(enable_searchengine "NO")
19 set(searchengine_url "")
[all …]
/external/skia/samplecode/
Dvertexdump.cpp13 verts[0].set(107, 189); in setup_vertexbug()
14 texs[0].set(0, 0); in setup_vertexbug()
15 verts[1].set(116, 189); in setup_vertexbug()
16 texs[1].set(9, 0); in setup_vertexbug()
17 verts[2].set(203, 189); in setup_vertexbug()
18 texs[2].set(35, 0); in setup_vertexbug()
19 verts[3].set(212, 189); in setup_vertexbug()
20 texs[3].set(44, 0); in setup_vertexbug()
21 verts[4].set(107, 198); in setup_vertexbug()
22 texs[4].set(0, 9); in setup_vertexbug()
[all …]
/external/llvm/test/CodeGen/Mips/
Dfpneeded.ll13 ; 32: .set nomips16
15 ; 32: .set noreorder
16 ; 32: .set nomacro
17 ; 32: .set noat
19 ; 32: .set at
20 ; 32: .set macro
21 ; 32: .set reorder
29 ; 32: .set nomips16
31 ; 32: .set noreorder
32 ; 32: .set nomacro
[all …]
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodeInfo.java1097 set(SPECIAL_FORMAT);
1100 set(PACKED_SWITCH_PAYLOAD);
1101 set(SPARSE_SWITCH_PAYLOAD);
1102 set(FILL_ARRAY_DATA_PAYLOAD);
1105 set(NOP);
1106 set(MOVE);
1107 set(MOVE_FROM16);
1108 set(MOVE_16);
1109 set(MOVE_WIDE);
1110 set(MOVE_WIDE_FROM16);
[all …]
/external/icu/icu4c/source/common/
Duset.cpp42 uset_close(USet* set) { in uset_close() argument
43 delete (UnicodeSet*) set; in uset_close()
47 uset_clone(const USet *set) { in uset_clone() argument
48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone()); in uset_clone()
52 uset_isFrozen(const USet *set) { in uset_isFrozen() argument
53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen(); in uset_isFrozen()
57 uset_freeze(USet *set) { in uset_freeze() argument
58 ((UnicodeSet*) set)->UnicodeSet::freeze(); in uset_freeze()
62 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() argument
63 return (USet*) (((UnicodeSet*) set)->UnicodeSet::cloneAsThawed()); in uset_cloneAsThawed()
[all …]
/external/llvm/cmake/modules/
DLLVMConfig.cmake.in5 set(LLVM_VERSION_MAJOR @LLVM_VERSION_MAJOR@)
6 set(LLVM_VERSION_MINOR @LLVM_VERSION_MINOR@)
7 set(LLVM_VERSION_PATCH @LLVM_VERSION_PATCH@)
8 set(LLVM_PACKAGE_VERSION @PACKAGE_VERSION@)
10 set(LLVM_COMMON_DEPENDS @LLVM_COMMON_DEPENDS@)
12 set(LLVM_AVAILABLE_LIBS @LLVM_AVAILABLE_LIBS@)
14 set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@)
16 set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@)
18 set(LLVM_TARGETS_WITH_JIT @LLVM_TARGETS_WITH_JIT@)
22 set(TARGET_TRIPLE "@TARGET_TRIPLE@")
[all …]
/external/deqp/framework/delibs/cmake/
Dtoolchain-android-r10c.cmake2 set(CMAKE_SYSTEM_NAME Linux)
6 set(CMAKE_CROSSCOMPILING 1)
15 message(STATUS "Warning: ANDROID_NDK_HOST_OS is not set")
17 set(ANDROID_NDK_HOST_OS "windows")
19 set(ANDROID_NDK_HOST_OS "linux-86")
24 set(ANDROID_ABI "armeabi-v7a" CACHE STRING "Android ABI")
25 set(ANDROID_NDK_TARGET "android-${DE_ANDROID_API}")
28 set(DE_OS "DE_OS_ANDROID")
29 set(DE_COMPILER "DE_COMPILER_GCC")
31 set(DE_ANDROID_API 9)
[all …]
/external/icu/icu4c/source/test/cintltst/
Dusettest.c26 static void expect(const USet* set,
30 static void expectContainment(const USet* set,
34 static void expectItems(const USet* set,
81 USet* set; in TestAPI() local
86 set = uset_openEmpty(); in TestAPI()
87 expect(set, "", "abc{ab}", NULL); in TestAPI()
88 uset_close(set); in TestAPI()
90 set = uset_open(1, 0); in TestAPI()
91 expect(set, "", "abc{ab}", NULL); in TestAPI()
92 uset_close(set); in TestAPI()
[all …]
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp20 gPdfStandardFonts.set("Arial", SkPdfStandardFontEntry("Arial", false, false)); in getStandardFonts()
21 gPdfStandardFonts.set("Arial,Bold", SkPdfStandardFontEntry("Arial", true, false)); in getStandardFonts()
22 gPdfStandardFonts.set("Arial,BoldItalic", SkPdfStandardFontEntry("Arial", true, true)); in getStandardFonts()
23 gPdfStandardFonts.set("Arial,Italic", SkPdfStandardFontEntry("Arial", false, true)); in getStandardFonts()
24 gPdfStandardFonts.set("Arial-Bold", SkPdfStandardFontEntry("Arial", true, false)); in getStandardFonts()
25 gPdfStandardFonts.set("Arial-BoldItalic", SkPdfStandardFontEntry("Arial", true, true)); in getStandardFonts()
26 gPdfStandardFonts.set("Arial-BoldItalicMT", SkPdfStandardFontEntry("Arial", true, true)); in getStandardFonts()
27 gPdfStandardFonts.set("Arial-BoldMT", SkPdfStandardFontEntry("Arial", true, false)); in getStandardFonts()
28 gPdfStandardFonts.set("Arial-Italic", SkPdfStandardFontEntry("Arial", false, true)); in getStandardFonts()
29 gPdfStandardFonts.set("Arial-ItalicMT", SkPdfStandardFontEntry("Arial", false, true)); in getStandardFonts()
[all …]

12345678910>>...186