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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
par_loop.h 54 * @param r Functor to "add" a single result to the already
87 # pragma omp single
partition.h 84 # pragma omp single
100 # pragma omp single
188 # pragma omp single
267 # pragma omp single
find.h 120 # pragma omp single
125 } //single
226 # pragma omp single
347 # pragma omp single
search.h 120 # pragma omp single
unique_copy.h 73 # pragma omp single
  /external/linux-tools-perf/config/
utilities.mak 23 # single space each newline character in the output
51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
119 # to render the text as a single line; when the shell
  /external/openssl/crypto/x509/
x509_req.c 201 if(attr->single) ext = attr->value.single;
236 attr->single = 0;
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 122 self.assertEqual(unittest_pb2.TestRequired.single.containing_type,
128 self.assertEqual(unittest_pb2.TestRequired.single.extension_scope,
133 self.assertTrue(unittest_pb2.TestRequired.single.is_extension)
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 337 message.MutableExtension(unittest::TestRequired::single);
341 message.MutableExtension(unittest::TestRequired::single)->set_a(1);
342 message.MutableExtension(unittest::TestRequired::single)->set_b(2);
343 message.MutableExtension(unittest::TestRequired::single)->set_c(3);
387 message.MutableExtension(unittest::TestRequired::single);
390 EXPECT_EQ("(protobuf_unittest.TestRequired.single).a,"
391 "(protobuf_unittest.TestRequired.single).b,"
392 "(protobuf_unittest.TestRequired.single).c,"
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 806 Set single = Collections.singleton(o); local
807 assertEquals("Wrong size", 1, single.size());
808 assertTrue("Contains", single.contains(o));
809 assertTrue("Contains null", !single.contains(null));
815 single.add("l");
2128 List single = Collections.singletonList(str); local
2149 Map single = Collections.singletonMap(key, value); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon1851
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon1855
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon1859
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 159 * Expect single quotes around the incoming literal.
198 * is the translation 'a\n"' -> "a\n\"". Expect single quotes
300 if ( c!='\'' && // don't escape single quotes in strings for java
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 40 * If |spdySessionInfo| is not null, displays a single table with information
71 * If |spdyAlternateProtocolMappings| is not empty, displays a single table
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_textwithnomarkup.js 79 content, then the text is contained in a single object
86 treated as a single Text node. The "getNodeValue()"
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_textwithnomarkup.js 79 content, then the text is contained in a single object
86 treated as a single Text node. The "getNodeValue()"
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 28 * is to reduce the set of possible types down to a single resolved type. This
195 private Map mergeMultiAndSingle(MultiType multi, Type single) {
197 Map map2 = getAllInterfaces(single.getCtClass(), null);
  /external/openssl/crypto/asn1/
t_req.c 187 if (a->single)
189 t=a->value.single;
  /external/oprofile/events/i386/atom/
unit_masks 85 0x01 packed_single Retired Streaming SIMD Extensions (SSE) packed-single instructions
86 0x02 scalar_single Retired Streaming SIMD Extensions (SSE) scalar-single instructions
92 0x01 packed_single Retired computational Streaming SIMD Extensions (SSE) packed-single instructions
93 0x02 scalar_single Retired computational Streaming SIMD Extensions (SSE) scalar-single instructions
  /external/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 152 builder.setExtension(TestRequired.single, TEST_REQUIRED_UNINITIALIZED);
155 builder.setExtension(TestRequired.single, TEST_REQUIRED_INITIALIZED);
  /external/qemu-pc-bios/bochs/bios/
notes 36 > on a single-sector transfer, after the system has transferred
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 32 // We allow a single trailing dot.
  /ndk/tests/build/build-mode/jni/
Android.mk 111 # We only build a single binary for x86
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 92 # B : backtick quotes (``double'' and `single')
153 # token, to use as context to curl single-
189 # Special case: single-character ' token
198 # Special case: single-character " token
262 # token, to use as context to curl single-
282 # Special case: single-character ' token
291 # Special case: single-character " token
435 # Get most opening single quotes:
448 # Single closing quotes:
459 # Any remaining single quotes should be opening ones
    [all...]

Completed in 1055 milliseconds

1 23 4 5 6 7 8 91011>>