HomeSort by relevance Sort by last modified time
    Searched full:joined (Results 26 - 50 of 665) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
107 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
107 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
105 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
105 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
105 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
107 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
107 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
107 class Joined<list<string> prefixes, string name>
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
OptParser.td 34 def KIND_JOINED : OptionKind<"Joined", 1>;
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
49 // An option which consumes an optional joined argument and any other remaining
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
71 // (only sensible on joined options).
107 class Joined<list<string> prefixes, string name>
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 76 ByteSource joined = ByteSource.concat(sources); local
77 assertTrue(newByteSource(0, start).contentEquals(joined));
82 ByteSource joined = ByteSource.concat(source, source); local
83 assertEquals(20, joined.size());
84 InputStream in = joined.openStream();
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
TextUtils.java 55 * Returns list of multiple {@link CharSequence} joined into a single
66 * Returns a string containing the tokens joined by delimiters.
67 * @param tokens an array objects to be joined. Strings will be formed from
85 * Returns a string containing the tokens joined by delimiters.
86 * @param tokens an array objects to be joined. Strings will be formed from
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Options.inc 90 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr)
93 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr)
98 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
104 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
109 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
114 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
123 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
126 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
138 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
143 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Options.inc 90 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr)
93 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr)
98 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
104 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
109 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
114 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
123 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
126 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
138 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
143 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Options.inc 90 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr)
93 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr)
98 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
104 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
109 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
114 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
123 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
126 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
138 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
143 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Options.inc 90 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr)
93 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr)
98 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
104 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
109 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
114 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
123 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
126 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
138 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
143 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.inc 90 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr)
93 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr)
98 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
104 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
109 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
114 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
123 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
126 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
138 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
143 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.inc 90 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr)
93 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr)
98 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
104 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
109 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
114 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
123 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
126 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
138 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr)
143 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr
    [all...]
  /art/test/144-static-field-sigquit/src/
Main.java 30 System.out.println("Joined threads");
  /external/ltp/testcases/network/multicast/mc_member/
mc_member 66 # joined on all specified interfaces.
90 # See if the groups are joined
95 tst_brkm TFAIL "$agroup NOT joined to $ipaddr"
106 tst_brkm TFAIL "$agroup still joined on "\
  /external/syslinux/gpxe/src/include/gpxe/
ib_mcast.h 40 void ( * joined ) ( struct ib_device *ibdev,
  /device/google/cuttlefish_common/common/vsoc/lib/
lock_test.cpp 38 JOINED
57 state_ = JOINED;
  /external/llvm/lib/LibDriver/
Options.td 10 Joined<["/", "-", "-?"], name#":">, HelpText<help>;
21 class QF<string name> : Joined<["/", "-", "-?"], name#":">;
  /external/perfetto/test/
task_runner_thread.h 40 // task runner is quit and the thread is joined.
50 // Blocks until the thread has been stopped and joined.
  /packages/apps/Camera2/src/com/android/camera/async/
Futures2.java 34 * 2 parameter async function for joined async results.
41 * 3 parameter async function for joined async results.
81 * Create a new joined future from two existing futures and a joining function
111 * Create a new joined future from two existing futures and an async function
124 * Create a new joined future from three existing futures and a joining function
157 * Create a new joined future from three existing futures and an async function
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Options.inc 92 OPTION(prefix_1, "A-", A_DASH, Joined, gfortran_Group, INVALID, nullptr, 0, 0, nullptr, nullptr, nullptr)
95 OPTION(prefix_2, "AI", _SLASH_AI, Joined, cl_Group, INVALID, nullptr, CLOption | DriverOption | CLOption, 0, nullptr, nullptr, nullptr)
100 OPTION(prefix_1, "analyze-function=", analyze_function_EQ, Joined, INVALID, analyze_function, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
106 OPTION(prefix_1, "analyzer-checker=", analyzer_checker_EQ, Joined, INVALID, analyzer_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
111 OPTION(prefix_1, "analyzer-constraints=", analyzer_constraints_EQ, Joined, INVALID, analyzer_constraints, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
116 OPTION(prefix_1, "analyzer-disable-checker=", analyzer_disable_checker_EQ, Joined, INVALID, analyzer_disable_checker, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
125 OPTION(prefix_1, "analyzer-inline-max-stack-depth=", analyzer_inline_max_stack_depth_EQ, Joined, INVALID, analyzer_inline_max_stack_depth, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
128 OPTION(prefix_1, "analyzer-inlining-mode=", analyzer_inlining_mode_EQ, Joined, INVALID, analyzer_inlining_mode, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
140 OPTION(prefix_1, "analyzer-output=", analyzer_output_EQ, Joined, INVALID, analyzer_output, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr)
145 OPTION(prefix_1, "analyzer-purge=", analyzer_purge_EQ, Joined, INVALID, analyzer_purge, nullptr, CC1Option | NoDriverOption, 0, nullptr, nullptr, nullptr
    [all...]

Completed in 648 milliseconds

12 3 4 5 6 7 8 91011>>