HomeSort by relevance Sort by last modified time
    Searched refs:NOTE (Results 76 - 100 of 386) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug449.go 14 // NOTE: this program assumes comparing instance of T and T's
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
util.go 19 // NOTE: Not strconv.Atoi, accepts hex and octal prefixes.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go 16 // NOTE: Not strconv.Atoi, accepts hex and octal prefixes.
  /prebuilts/go/linux-x86/src/net/
interface_darwin.go 52 // NOTE: KAME based IPv6 protcol stack usually embeds
interface_freebsd.go 52 // NOTE: KAME based IPv6 protcol stack usually embeds
interface_bsd.go 59 // NOTE: SockaddrDatalink.Data is minimum work area,
164 // NOTE: KAME based IPv6 protcol stack usually embeds
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix.go 34 // NOTE(rsc): I wish we could use the Plan 9 behavior here
  /prebuilts/go/linux-x86/src/runtime/
atomic_amd64x.go 60 // NOTE: Do not add atomicxor8 (XOR is not idempotent).
atomic_ppc64x.go 48 // NOTE: Do not add atomicxor8 (XOR is not idempotent).
atomic_386.go 70 // NOTE: Do not add atomicxor8 (XOR is not idempotent).
  /prebuilts/go/linux-x86/test/fixedbugs/
bug449.go 14 // NOTE: this program assumes comparing instance of T and T's
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 158 BITS_PER_UNIT. Note that EXPR may have a stricter alignment
173 mem_attrs does for MEM above. Note that the OFFSET field is calculated
281 1 in a NOTE, or EXPR_LIST for a const call.
288 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
293 1 in a LABEL_REF, REG_LABEL_TARGET or REG_LABEL_OPERAND note for a
453 /* Predicate yielding nonzero iff X is a debug note/insn. */
466 /* Predicate yielding nonzero iff X is a note insn. */
467 #define NOTE_P(X) (GET_CODE (X) == NOTE)
856 CODE_LABEL, BARRIER, NOTE)->volatil)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 105 private static final String NOTE = "note";
271 * Note: This method is not necessarily proven to get the
275 * Also note, this method does not handle other non-file:
318 // Note the presumption that it's a file reference
606 String[] note = new String[20]; field in class:XLIFF2ICUConverter.Resource
669 // print note elements if any
671 if(note[i]!=null){
673 write(writer, TAG+NOTE+SPACE+note[i])
1019 String note = child.getFirstChild().getNodeValue(); local
1065 String note = child.getFirstChild().getNodeValue(); local
1123 String note = child.getFirstChild().getNodeValue(); local
1186 String note = child.getFirstChild().getNodeValue(); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
transform.py 149 .. NOTE:
  /external/llvm/lib/Support/
regengine.inc 119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
124 #define NOTE(s) /* nothing */
198 NOTE("finding start");
219 NOTE("dissecting");
230 NOTE("backref dissect");
242 NOTE("backoff");
253 NOTE("backoff dissect");
261 NOTE("false alarm");
566 /* note that the ss++ gets us past the O_CH */
744 break; /* NOTE BREAK OUT *
    [all...]
  /prebuilts/go/darwin-x86/src/net/
interface_bsd.go 59 // NOTE: SockaddrDatalink.Data is minimum work area,
164 // NOTE: KAME based IPv6 protcol stack usually embeds
  /toolchain/binutils/binutils-2.25/include/opcode/
ia64.h 269 /* encode/extract the note/index for a dependency */
271 #define NOTE(X) (((X)>>11)&0x1F)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 162 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
167 #define NOTE(s) /* nothing */
250 NOTE("finding start");
271 NOTE("dissecting");
281 NOTE("backref dissect");
293 NOTE("backoff");
304 NOTE("backoff dissect");
312 NOTE("false alarm");
654 /* note that the ss++ gets us past the O_CH */
841 break; /* NOTE BREAK OUT *
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
simple_api_parser.js 15 //NOTE: do nothing =)
  /external/v8/test/mjsunit/regress/
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 116 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
121 #define NOTE(s) /* nothing */
194 NOTE("finding start");
215 NOTE("dissecting");
226 NOTE("backref dissect");
238 NOTE("backoff");
249 NOTE("backoff dissect");
257 NOTE("false alarm");
557 /* note that the ss++ gets us past the O_CH */
734 break; /* NOTE BREAK OUT *
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
atomic_386.go 70 // NOTE: Do not add atomicxor8 (XOR is not idempotent).
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js 740 //NOTE: this should be reentrant, so we create new parser here
744 //NOTE: override parser loop method
757 //NOTE: wait while parserController will be adopted by calling code, then
767 //NOTE: this should be reentrant, so we create new parser here
802 //NOTE: don't enter parsing loop if it is locked. Without this lock _runParsingLoop() may be called
1024 //NOTE: do nothing =)
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 129 //NOTE: String.fromCharCode() function can handle only characters from BMP subset.
365 //NOTE: store emited start tag's tagName to determine is the following end tag token is appropriate.
423 //NOTE: used then we emit character explicitly. This is always a non-whitespace and a non-null character.
464 //NOTE: we have at least one named reference match. But we don't stop lookup at this point,
479 //NOTE: unconsume excess (e.g. 'it' in '&notit')
482 //NOTE: If the character reference is being consumed as part of an attribute and the next character
510 //NOTE: not a character reference. No characters are consumed, and nothing is returned.
516 //NOTE: we have a numeric entity candidate, now we should determine if it's hex or decimal
527 //NOTE: if we have at least one digit this is a numeric entity for sure, so we consume it
532 //NOTE: otherwise this is a bogus number entity and a parse error. Unconsume the number sig
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 20 import android.provider.ContactsContract.CommonDataKinds.Note;
407 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
408 .put(Note.NOTE, "note1");
409 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
410 .put(Note.NOTE, "note2");
411 entry.addContentValues(Note.CONTENT_ITEM_TYPE)
412 .put(Note.NOTE, "note3")
    [all...]

Completed in 1493 milliseconds

1 2 34 5 6 7 8 91011>>