HomeSort by relevance Sort by last modified time
    Searched defs:single (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon4642
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon4646
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 31 id single; member in union:__anon4650
  /external/clang/test/OpenMP/
single_copyprivate_messages.cpp 49 #pragma omp single copyprivate // expected-error {{expected '(' after 'copyprivate'}}
51 #pragma omp single copyprivate( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
53 #pragma omp single copyprivate() // expected-error {{expected expression}}
55 #pragma omp single copyprivate(k // expected-error {{expected ')'}} expected-note {{to match this '('}}
57 #pragma omp single copyprivate(h, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
59 #pragma omp single copyprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
61 #pragma omp single copyprivate(l) // expected-error 2 {{'operator=' is a private member of 'S4'}}
63 #pragma omp single copyprivate(S1) // expected-error {{'S1' does not refer to a value}}
65 #pragma omp single copyprivate(argv[1]) // expected-error {{expected variable name}}
67 #pragma omp single copyprivate(i) // expected-error {{copyprivate variable must be threadprivate or private in the en (…)
184 single(int a, int b) { function
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 372 boolean single = FALSE; local
378 single = TRUE;
403 if (single)
  /external/clang/test/CodeGenCXX/
exceptions.cpp 471 A single; member in struct:test11::C
482 // Construct single.
483 // CHECK-NEXT: [[SINGLE:%.*]] = getelementptr inbounds [[C]], [[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]])
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
UTF16Util.java 292 * Extract a single UTF-32 value from a substring.
320 char single = source[offset16]; local
321 if (!isSurrogate(single)) {
322 return single;
328 if (single <= LEAD_SURROGATE_MAX_VALUE) {
331 return single;
335 return getRawSupplementary(single, trail);
338 else { // isTrailSurrogate(single), so
340 return single;
345 return getRawSupplementary(lead, single);
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 164 final File single; local
166 single = ContextCompatHoneycomb.getObbDir(context);
168 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_OBB,
171 return new File[] { single };
224 final File single; local
226 single = ContextCompatFroyo.getExternalFilesDir(context, type);
228 single = buildPath(Environment.getExternalStorageDirectory(), DIR_ANDROID, DIR_DATA,
231 return new File[] { single };
284 final File single; local
286 single = ContextCompatFroyo.getExternalCacheDir(context)
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 469 bool single = (code == Instruction::CMPL_FLOAT) || (code == Instruction::CMPG_FLOAT); local
471 if (single) {
482 if (single) {
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 32 const struct dwarf_fde *single; member in union:object::__anon6060
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 39 * have the option of either specifying a type that represents a single object of that class, or
40 * an array of objects (see the {@link #single()} and {@link #array()} constructors). A single
49 * type matches any other type. Note, that this is a more general type than a {@code single(Object)}
70 * For convenience, single and array object-based types are compatible with one another. This
71 * in turn means that Frames with a single object can be accessed as an array with a single entry,
72 * and array based Frames can be accessed as a single object of the array class. For this reason
76 * TODO: This needs to be reworked. An array(int) should not be interchangeable with a single(int),
77 * but rather with a single(int[]). Use ArraySelectFilter for the former
128 public static FrameType single() { method in class:FrameType
137 public static FrameType single(Class<?> clazz) { method in class:FrameType
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 676 Set single = Collections.singleton(o); local
677 assertEquals("Wrong size", 1, single.size());
678 assertTrue("Contains", single.contains(o));
679 assertFalse("Contains null", single.contains(null));
685 single.add("l");
1940 List single = Collections.singletonList(str); local
1961 Map single = Collections.singletonMap(key, value); local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 51 ext2fs_inode_bitmap single; member in struct:ext2_icount
80 if (icount->single)
81 ext2fs_free_inode_bitmap(icount->single);
106 retval = ext2fs_allocate_inode_bitmap(fs, "icount", &icount->single);
488 if (ext2fs_test_inode_bitmap2(icount->single, ino)) {
512 if (ext2fs_test_inode_bitmap2(icount->single, ino)) {
520 ext2fs_unmark_inode_bitmap2(icount->single, ino);
534 * The count was zero; mark the single bitmap
537 ext2fs_mark_inode_bitmap2(icount->single, ino);
569 if (ext2fs_test_inode_bitmap2(icount->single, ino))
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 98 * Parse a single ID, that is, an ID of the general form
147 SingleID* single; local
151 single = specsToID(specsA, FORWARD);
153 if (b == NULL || single == NULL) {
155 delete single;
159 single->canonID.append(OPEN_REV)
162 single->filter = specsA->filter;
167 single = specsToID(specsB, FORWARD);
169 if (a == NULL || single == NULL) {
171 delete single;
227 SingleID* single = specsToID(specs, FORWARD); local
387 SingleID* single = parseSingleID(id, pos, dir, ec); local
411 SingleID* single = (SingleID*) list.elementAt(i); local
487 SingleID* single = (SingleID*) list.elementAt(i); local
    [all...]
rbt_pars.cpp 405 int32_t quoteStart = -1; // Most recent 'single quoted string'
553 TransliteratorIDParser::SingleID* single = local
556 if (single == NULL ||
561 Transliterator *t = single->createInstance();
562 delete single;
642 // Quantifiers. We handle single characters, quoted strings,
666 // The */+ follows a single character, possibly
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 33 * A single ID, which is a basic ID plus optional filter and optional
37 * A compound ID, which is a sequence of one or more single IDs,
158 SingleID single = specsToID(specs, FORWARD); local
159 single.filter = specs.filter;
160 return single;
164 * Parse a single ID, that is, an ID of the general form
210 SingleID single; local
213 single = specsToID(specsA, FORWARD);
214 single.canonID = single.canonID
369 SingleID single = parseSingleID(id, pos, dir); local
390 SingleID single = list.get(i); local
    [all...]
  /external/pcre/dist/
pcrecpp_unittest.cc 215 const char *single; member in struct:ReplaceTest
340 CHECK_EQ(one, t->single);
856 // Single-arg
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 101 const char *single; member in struct:re2::ReplaceTest
180 CHECK_EQ(one, t->single);
555 // Single-arg
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 72 * Verify that single path is always first item in multiple.
75 final File single = getContext().getExternalCacheDir(); local
76 assertNotNull("Primary storage must always be available", single);
78 assertEquals(single, firstMultiple);
82 * Verify that single path is always first item in multiple.
85 final File single = getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES); local
86 assertNotNull("Primary storage must always be available", single);
89 assertEquals(single, firstMultiple);
93 * Verify that single path is always first item in multiple.
96 final File single = getContext().getObbDir() local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1139 SingleSubst single; member in union:OT::SubstLookupSubTable::__anon9748
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 67 int i, single = 0, dbl = 0; local
70 single++;
94 int i, single = 0, dbl = 0; local
97 single++;
102 if (single == 0) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 400 const auto &single = Ranges.front(); local
401 attachLowHighPC(Die, single.getStart(), single.getEnd());
580 // If we have a single element of null, it is a function that returns void.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UTF16.java 203 * Extract a single UTF-32 value from a string. Used when iterating forwards or backwards (with
219 char single = source.charAt(offset16); local
220 if (single < LEAD_SURROGATE_MIN_VALUE) {
221 return single;
223 return _charAt(source, offset16, single);
226 private static int _charAt(String source, int offset16, char single) {
227 if (single > TRAIL_SURROGATE_MAX_VALUE) {
228 return single;
235 if (single <= LEAD_SURROGATE_MAX_VALUE) {
240 return UCharacterProperty.getRawSupplementary(single, trail)
273 char single = source.charAt(offset16); local
333 char single = source.charAt(offset16); local
386 char single = source[offset16]; local
436 char single = source.charAt(offset16); local
1142 char single = target.charAt(offset16); local
1180 char single = target[offset16]; local
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 814 std::vector<MyNumber> single; member in struct:NameAndNumbers
825 io.mapRequired("single", nn.single);
843 map.single.push_back(1);
869 EXPECT_EQ(map2.single.size(), 1UL);
870 EXPECT_EQ(1, map2.single[0]);
    [all...]
  /system/bt/stack/avdt/
avdt_scb_act.c 891 tAVDT_EVT_HDR single; local
900 single.seid = p_scb->peer_seid;
901 avdt_scb_event(p_scb, AVDT_SCB_API_OPEN_REQ_EVT, (tAVDT_SCB_EVT *) &single);
    [all...]

Completed in 1213 milliseconds

1 2 3 4 5