| /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/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...] |
| /frameworks/base/core/java/android/webkit/ |
| WebTextView.java | [all...] |
| /libcore/luni/src/test/java/tests/api/java/util/ |
| CollectionsTest.java | 908 Set single = Collections.singleton(o); local 909 assertEquals("Wrong size", 1, single.size()); 910 assertTrue("Contains", single.contains(o)); 911 assertTrue("Contains null", !single.contains(null)); 917 single.add("l"); 2394 List single = Collections.singletonList(str); local 2421 Map single = Collections.singletonMap(key, value); local [all...] |
| /external/blktrace/btreplay/doc/ |
| btreplay.tex | 121 We have prototyped a different approach, wherein a single managing 133 multiple sequential (in time) IOs and put them in a single \emph{bunch} of 134 IOs that will be processed as a single \emph{asynchronous IO} call to the 222 could be used to both allow for a single device to masquerade as more 266 The \texttt{-d} option requires a single parameter providing the directory 273 The \texttt{-D} option requires a single parameter providing the directory 304 The \texttt{-m} option requires a single parameter which specifies an 316 The \texttt{-M} option requires a single parameter which specifies the 317 maximum number of IOs to store in a single bunch. As with the \texttt{-m} 338 This option requires a single parameter that will override the default nam [all...] |
| /dalvik/vm/mterp/armv5te/ |
| entry.S | 113 cmp r1, #kInterpEntryResume @ resuming after Jit single-step? 120 @ single-stepped instruction
|
| /external/protobuf/src/google/protobuf/ |
| extension_set_unittest.cc | 301 message.MutableExtension(unittest::TestRequired::single); 304 message.MutableExtension(unittest::TestRequired::single)->set_a(1); 306 message.MutableExtension(unittest::TestRequired::single)->set_b(2); 308 message.MutableExtension(unittest::TestRequired::single)->set_c(3);
|
| /external/quake/quake/src/QW/client/ |
| r_aliasa.s | 34 Lfloat_1: .single 1.0
|
| r_drawa.s | 38 Ld0: .single 0.0 39 Ld1: .single 0.0 41 Lfp_near_clip: .single NEAR_CLIP 141 // set integer rounding to ceil mode, set to single precision
|
| d_polysa.s | 43 p10_minus_p20: .single 0 44 p01_minus_p21: .single 0 45 temp0: .single 0 46 temp1: .single 0 47 Ltemp: .single 0 [all...] |
| r_edgea.s | 34 float_point_999: .single 0.999 35 float_1_point_001: .single 1.001
|
| /external/quake/quake/src/WinQuake/ |
| r_aliasa.s | 34 Lfloat_1: .single 1.0
|
| r_drawa.s | 38 Ld0: .single 0.0 39 Ld1: .single 0.0 41 Lfp_near_clip: .single NEAR_CLIP 141 // set integer rounding to ceil mode, set to single precision
|
| d_polysa.s | 43 p10_minus_p20: .single 0 44 p01_minus_p21: .single 0 45 temp0: .single 0 46 temp1: .single 0 47 Ltemp: .single 0 [all...] |
| r_edgea.s | 34 float_point_999: .single 0.999 35 float_1_point_001: .single 1.001
|
| /external/v8/test/mjsunit/ |
| string-indexof-1.js | 60 // Test single char pattern 77 //single char pattern
|
| char-escape.js | 40 // Do the single escape chars have the right value?
|
| compare-character.js | 28 // Test the optimized implementation of comparison with single-character
|
| /ndk/build/core/ |
| definitions.mk | 43 # Returns : a single space 566 # - with one single item [all...] |
| build-local.mk | 122 # We only support a single DUMP_XXX goal at a time for now.
|
| /external/v8/benchmarks/ |
| base.js | 167 // Notifies the runner that we're done running a single benchmark in 199 // Runs a single benchmark for at least a second and computes the 200 // average time it takes to run a single iteration.
|
| /external/bluetooth/bluez/audio/ |
| avdtp.c | 523 /* Single packet - no fragmentation */ 525 struct avdtp_single_header single; local 527 memset(&single, 0, sizeof(single)); 529 single.transaction = transaction; 530 single.packet_type = AVDTP_PKT_TYPE_SINGLE; 531 single.message_type = message_type; 532 single.signal_id = signal_id; 534 memcpy(session->buf, &single, sizeof(single)); 1853 struct avdtp_single_header *single = (void *) session->buf; local [all...] |
| /external/openssl/apps/ |
| ocsp.c | 1126 OCSP_SINGLERESP *single; local 1129 single = OCSP_basic_add1_status(bs, cid, 1134 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, invtm, 0, 0); 1136 OCSP_SINGLERESP_add1_ext_i2d(single, NID_hold_instruction_code, inst, 0, 0); [all...] |
| /external/webkit/WebKitTools/Scripts/ |
| extract-localizable-strings | 219 if (!s-([^\\]|\\.)'--) { #' <-- that single quote makes the Project Builder editor less confused 220 print "$file:$.:ERROR:mismatched single quote\n";
|
| /external/chromium/third_party/icu/source/i18n/ |
| rbt_pars.cpp | 399 int32_t quoteStart = -1; // Most recent 'single quoted string' 547 TransliteratorIDParser::SingleID* single = local 550 if (single == NULL || 555 Transliterator *t = single->createInstance(); 556 delete single; 636 // Quantifiers. We handle single characters, quoted strings, 660 // The */+ follows a single character, possibly [all...] |