HomeSort by relevance Sort by last modified time
    Searched refs:single (Results 126 - 150 of 569) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 372 boolean single = FALSE; local
378 single = TRUE;
403 if (single)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
find.h 117 # pragma omp single
122 } //single
224 # pragma omp single
348 # pragma omp single
partition.h 84 # pragma omp single
100 # pragma omp single
271 # pragma omp single
search.h 119 # pragma omp single
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon2693
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon2697
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon2701
  /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/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
byte_reader.js 74 * Read as a sequence of characters, returning them as a single string.
97 * Read as a sequence of characters, returning them as a single string.
123 * Read as a sequence of UTF16 characters, returning them as a single string.
168 * Read as a sequence of bytes, returning them as a single base64 encoded
349 * Read as a sequence of characters, returning them as a single string.
366 * Read as a sequence of characters, returning them as a single string.
393 * Read as a sequence of UTF16 characters, returning them as a single string.
449 * Read as a sequence of bytes, returning them as a single base64 encoded
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 7 * based on the user's selections. It depends on the form containing a single
8 * select element with an id of 'timeframe', and a single button with an id of
  /external/clang/test/CodeGenCXX/
exceptions.cpp 471 A single; member in struct:test11::C
482 // Construct single.
483 // CHECK-NEXT: [[SINGLE:%.*]] = getelementptr inbounds [[C]]* [[THIS]], i32 0, i32 0
484 // CHECK-NEXT: call void @_ZN6test111AC1Ev([[A:%.*]]* [[SINGLE]])
507 // - Next, chain to cleanup for single.
520 // - Next, chain to cleanup for single.
522 // Finally, the cleanup for single.
523 // CHECK: invoke void @_ZN6test111AD1Ev([[A]]* [[SINGLE]])
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ExposureFilter.java 45 FrameType floatT = FrameType.single(float.class);
MotionSensorWTime.java 54 .addOutputPort("timestamp", Signature.PORT_OPTIONAL, FrameType.single(long.class))
  /external/bison/doc/
bison.x 46 supports both traditional single-letter options and mnemonic long
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser_test.py 218 # A single section, one with the title inside the section, the other out.
221 'Just a single section here.'
225 'Another single section here.'
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_req.c 187 if (a->single)
189 t=a->value.single;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 154 builder.setExtension(TestRequired.single, TEST_REQUIRED_UNINITIALIZED);
157 builder.setExtension(TestRequired.single, TEST_REQUIRED_INITIALIZED);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 115 TiXmlString& operator += (char single)
117 return append(&single, 1);
146 // single char extraction
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.js 20 * Performs a single vertical pinch gesture to zoom in or out, anchored
  /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;

Completed in 2637 milliseconds

1 2 3 4 56 7 8 91011>>