HomeSort by relevance Sort by last modified time
    Searched defs:to (Results 76 - 100 of 2261) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-format.el 8 ;; This package allows to filter code through clang-format to fix its formatting.
9 ;; clang-format is a tool that formats C/C++/Obj-C code according to a set of
23 ;; to your .emacs configuration.
25 ;; You may also want to bind `clang-format-region' to a key:
49 "Style argument to pass to clang-format.
80 (setq offset (string-to-number offset))
81 (setq length (string-to-number length)
    [all...]
  /art/runtime/
method_handles_test.cc 10 * Unless required by applicable law or agreed to in writing, software
63 Handle<mirror::Class> to,
68 Handle<mirror::MethodType> to_mt = hs.NewHandle(CreateVoidMethodType(self, to));
69 return ConvertJValueCommon(from_mt, to_mt, from.Get(), to.Get(), value);
84 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('I')); local
86 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value));
96 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('J')); local
99 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value));
109 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('F')); local
111 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value))
121 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('C')); local
135 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('C')); local
149 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('J')); local
163 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('I')); local
184 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Number;")); local
201 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Integer;")); local
221 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Integer;")); local
236 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Number;")); local
251 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Runtime;")); local
265 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Long;")); local
279 Handle<mirror::Class> to = hs.NewHandle(cl->FindSystemClass(soa.Self(), "Ljava\/lang\/Byte;")); local
298 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('I')); local
313 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('J')); local
326 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('I')); local
339 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('I')); local
357 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('S')); local
374 Handle<mirror::Class> to = hs.NewHandle(cl->FindPrimitiveClass('F')); local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
RFC1522Codec.java 10 * Unless required by applicable law or agreed to in writing, software
26 * Implements methods common to all codecs defined in RFC 1522.
31 * describes techniques to allow the encoding of non-ASCII text in
33 * is unlikely to confuse existing message handling software.
53 * Applies an RFC 1522 compliant encoding scheme to the given string of text with the
54 * given charset. This method constructs the "encoded-word" header common to all the
56 * class to perform the specific enconding.
58 * @param text a string to encode
59 * @param charset a charset to be used
89 * Applies an RFC 1522 compliant decoding scheme to the given string of text. This method
111 int to = text.indexOf("?", from); local
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java 7 * Licensed to the Apache Software Foundation (ASF) under one
11 * to you under the Apache License, Version 2.0 (the
17 * Unless required by applicable law or agreed to in writing,
56 * A list of headers to iterate over.
77 * The header name to filter by.
78 * <code>null</code> to iterate over all headers in the array.
87 * @param headers a list of headers over which to iterate
88 * @param name the name of the headers over which to iterate, or
107 * @param from one less than the index to consider first,
108 * -1 to search for the first heade
117 final int to = this.allHeaders.size()-1; local
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
SimpleFilter.java 17 private void updateObject(JSONObject to, JSONObject from) {
20 to.put(key, value);
  /external/guice/core/src/com/google/inject/internal/
BindingBuilder.java 10 * Unless required by applicable law or agreed to in writing, software
60 public BindingBuilder<T> to(Class<? extends T> implementation) { method in class:BindingBuilder
61 return to(Key.get(implementation));
64 public BindingBuilder<T> to(TypeLiteral<? extends T> implementation) { method in class:BindingBuilder
65 return to(Key.get(implementation));
68 public BindingBuilder<T> to(Key<? extends T> linkedKey) { method in class:BindingBuilder
80 // lookup the injection points, adding any errors to the binder's errors list
107 // lookup the injection points, adding any errors to the binder's errors list
ConstantBindingBuilderImpl.java 10 * Unless required by applicable law or agreed to in writing, software
54 public void to(final String value) { method in class:ConstantBindingBuilderImpl
58 public void to(final int value) { method in class:ConstantBindingBuilderImpl
62 public void to(final long value) { method in class:ConstantBindingBuilderImpl
66 public void to(final boolean value) { method in class:ConstantBindingBuilderImpl
70 public void to(final double value) { method in class:ConstantBindingBuilderImpl
74 public void to(final float value) { method in class:ConstantBindingBuilderImpl
78 public void to(final short value) { method in class:ConstantBindingBuilderImpl
82 public void to(final char value) { method in class:ConstantBindingBuilderImpl
86 public void to(final byte value) method in class:ConstantBindingBuilderImpl
90 public void to(final Class<?> value) { method in class:ConstantBindingBuilderImpl
94 public <E extends Enum<E>> void to(final E value) { method in class:ConstantBindingBuilderImpl
    [all...]
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DefaultEdgeCreator.java 10 * Unless required by applicable law or agreed to in writing, software
52 * {@link BindingTargetVisitor} that adds edges to the graph based on the visited {@link Binding}.
59 * given node ID to the {@link Dependency}'s {@link Key}.
69 NodeId to = NodeId.newTypeId(dependency.getKey()); local
70 builder.add(new DependencyEdge(nodeId, to, dependency.getInjectionPoint()));
76 * Visitor for {@link ConstructorBinding}s. These are for classes that Guice will instantiate to
111 * binding an interface class to an implementation class. We draw a {@link BindingEdge} from
112 * the interface node to the node of the implementing class.
  /external/iptables/extensions/
libxt_connbytes.c 16 " [!] --connbytes from:[to]\n"
40 sinfo->count.to = UINT64_MAX;
42 sinfo->count.to = cb->val.u64_range[1];
44 if (sinfo->count.to < sinfo->count.from)
47 (unsigned long long)sinfo->count.to);
50 sinfo->count.from = sinfo->count.to;
51 sinfo->count.to = i;
117 unsigned long long from, to; local
119 if (sinfo->count.from > sinfo->count.to) {
121 from = sinfo->count.to;
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
SynchronizedFilter.java 33 final AbstractInsnNode to = new Matcher(tryCatch.handler).match(); local
34 if (to == null) {
37 output.ignore(tryCatch.handler, to);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/
rename.pass.cpp 63 path to; member in struct:TestCase
71 auto to_before = status(TC.to);
73 rename(TC.from, TC.to, ec);
76 TEST_CHECK(to_before.type() == status(TC.to).type());
77 TEST_CHECK(checkThrow(TC.from, TC.to, ec));
  /external/libxml2/
testAutomata.c 80 int from, to; local
91 to = scanNumber(&ptr);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
115 to = scanNumber(&ptr);
116 if (states[to] == NULL)
117 states[to] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], states[to]);
132 int from, to; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
JoinParser.java 13 // join-param = to-tag / from-tag / generic-param
14 // to-tag = "to-tag" EQUAL token
23 * @param callID message to parse
31 * @param lexer Lexer to set
62 String to[] = local
64 "Join: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
67 for (int i = 0; i < to.length; i++) {
68 JoinParser tp = new JoinParser(to[i]);
70 System.out.println("Parsing => " + to[i])
    [all...]
ReplacesParser.java 13 // replaces-param = to-tag / from-tag / early-flag / generic-param
14 // to-tag = "to-tag" EQUAL token
25 * @param callID message to parse
33 * @param lexer Lexer to set
64 String to[] = local
66 "Replaces: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
69 for (int i = 0; i < to.length; i++) {
70 ReplacesParser tp = new ReplacesParser(to[i]);
72 System.out.println("Parsing => " + to[i])
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
platform.cc 9 Unless required by applicable law or agreed to in writing, software
100 StreamExecutor *to = ExecutorForDevice(j).ValueOrDie(); local
101 (*map)[{i, j}] = from->CanEnablePeerAccessTo(to);
114 StreamExecutor *to = ExecutorForDevice(devices.second).ValueOrDie(); local
115 auto status = from->EnablePeerAccessTo(to);
121 << devices.first << " to device ordinal " << devices.second;

Completed in 539 milliseconds

1 2 34 5 6 7 8 91011>>