OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTE
(Results
1 - 25
of
386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section3.d
2
#name:
note
section
5
[ ]*\[.*\][ ]+\.foo[ ]+
NOTE
.*
groupautoa.d
16
[ ]*\[.*\][ ]+\.
note
.bar[ ]+
NOTE
.*[ ]+G[ ]+.*
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
section3.d
3
#name:
note
section
6
[ ]*\[.*\][ ]+\.foo[ ]+
NOTE
.*
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
unknown.d
6
\[[ 0-9]+\] \.foo[ \t]+
NOTE
[ \t]+.*
unknown2.d
7
\[[ 0-9]+\] \.
note
.foo[ \t]+
NOTE
[ \t]+.*
note-2.d
11
NOTE
+0x[0-9a-f]+ .*
16
01[ \t]+.
note
*
maxpage5.d
12
NOTE
+0x[0-9a-f]+ .*
17
01[ \t]+.
note
*
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
jsdom_parser.js
8
//
NOTE
: this should be reentrant, so we create new parser here
12
//
NOTE
: override parser loop method
25
//
NOTE
: wait while parserController will be adopted by calling code, then
35
//
NOTE
: this should be reentrant, so we create new parser here
/prebuilts/go/darwin-x86/src/go/doc/testdata/
a0.go
12
// A
note
with some spaces after it, should be ignored (watch out for
14
//
NOTE
(uid):
24
//
NOTE
(foo): 1 of 4 - this is the first line of
note
1
25
// -
note
1 continues on this 2nd line
26
// -
note
1 continues on this 3rd line
27
//
NOTE
(foo): 2 of 4
28
//
NOTE
(bar): 3 of 4
29
/*
NOTE
(bar): 4 of 4 */
30
// - this is the last line of
note
[
all
...]
/prebuilts/go/linux-x86/src/go/doc/testdata/
a0.go
12
// A
note
with some spaces after it, should be ignored (watch out for
14
//
NOTE
(uid):
24
//
NOTE
(foo): 1 of 4 - this is the first line of
note
1
25
// -
note
1 continues on this 2nd line
26
// -
note
1 continues on this 3rd line
27
//
NOTE
(foo): 2 of 4
28
//
NOTE
(bar): 3 of 4
29
/*
NOTE
(bar): 4 of 4 */
30
// - this is the last line of
note
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
note-1.d
3
#objcopy: --add-section .
note
=$srcdir/
note
-1.d
12
\[[ 0-9]*\] .
note
NOTE
0*0000000 0*...... 0*000... .*
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
abi-note.d
1
#name: --gc-sections with
note
section
8
.* .
note
.ABI-tag[ ]+
NOTE
.*
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
NoteDataItem.java
21
import android.provider.ContactsContract.CommonDataKinds.
Note
;
24
* Represents a
note
data item, wrapping the columns in
25
* {@link ContactsContract.CommonDataKinds.
Note
}.
34
return getContentValues().getAsString(
Note
.
NOTE
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForNote.java
20
import android.provider.ContactsContract.CommonDataKinds.
Note
;
25
* Handler for
note
data rows.
31
super(context, dbHelper, aggregator,
Note
.CONTENT_ITEM_TYPE);
41
return values.containsKey(
Note
.
NOTE
);
46
builder.appendContentFromColumn(
Note
.
NOTE
);
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
location_info_mixin.js
4
//
NOTE
: obtain Tokenizer proto this way to avoid module circular references
9
//
NOTE
: add location info builder method
17
//
NOTE
: patch token creation methods and attach location objects
43
//
NOTE
: patch token emission methods to determine end location
45
//
NOTE
: if we have pending character token make it's end location equal to the
55
//
NOTE
: if we have character token and it's location wasn't set in the _emitCurrentToken(),
58
//
NOTE
: we don't need to increment preprocessor position, since character token
67
//
NOTE
: patch initial states for each mode to obtain token start position
named_entity_trie.js
3
//
NOTE
: this file contains auto generated trie structure that is used for named entity references consumption
[
all
...]
preprocessor.js
26
//
NOTE
: HTML input preprocessing
31
//
NOTE
: one leading U+FEFF BYTE ORDER MARK character must be ignored if any are present in the input stream.
61
//
NOTE
: any U+000A LINE FEED (LF) characters that immediately follow a U+000D CARRIAGE RETURN (CR) character
69
//
NOTE
: all U+000D CARRIAGE RETURN (CR) characters must be converted to U+000A LINE FEED (LF) characters
83
//
NOTE
: try to peek a surrogate pair
88
//
NOTE
: we have a surrogate pair. Peek pair character and recalculate code point.
92
//
NOTE
: add gap that should be avoided during retreat
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
align.s
4
*
NOTE
: .even is broken on TI tools, so theirs won't align .data
5
*
NOTE
: TI defaults text section to DATA until opcodes are seen
6
*
NOTE
: GAS will fill a section to its alignment; it should probably not
/external/llvm/test/MC/ARM/
directive-thumb_func.s
4
@
NOTE
: this test ensures that both forms are accepted for MachO
/external/llvm/test/MC/AsmParser/
undefined-local-symbol.s
3
#
NOTE
: apple-darwin portion of the triple is to enforce the convention choice
/prebuilts/go/darwin-x86/src/net/
sock_stub.go
13
//
NOTE
: Never return a number bigger than 1<<16 - 1. See issue 5030.
/prebuilts/go/darwin-x86/src/os/
path_windows.go
14
//
NOTE
: Windows accept / as path separator.
/prebuilts/go/linux-x86/src/net/
sock_stub.go
13
//
NOTE
: Never return a number bigger than 1<<16 - 1. See issue 5030.
/prebuilts/go/linux-x86/src/os/
path_windows.go
14
//
NOTE
: Windows accept / as path separator.
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js
27
//
NOTE
: For cases like <p> <p> </p> - First 'p' closes without a closing tag and
43
//
NOTE
: patch open elements stack, so we can assign end location for the elements
66
//
NOTE
: obtain Parser proto this way to avoid module circular references
71
//
NOTE
: patch _reset method
91
//
NOTE
: <body> and <html> are never popped from the stack, so we need to updated
126
//
NOTE
: _attachElementToTree is called from _appendElement, _insertElement and _insertTemplate methods.
169
//
NOTE
: store last foster parenting location, so we will be able to find inserted text
189
//
NOTE
: if we have location assigned by another token, then just update end position
Completed in 865 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>