Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/external/chromium_org/ui/app_list/search/
Dtokenized_string_unittest.cc16 const TokenizedString::Tokens& tokens = tokenized.tokens(); in GetContent() local
33 TokenizedString tokens(empty); in TEST() local
40 TokenizedString tokens(text); in TEST() local
46 TokenizedString tokens(text); in TEST() local
52 TokenizedString tokens(text); in TEST() local
58 TokenizedString tokens(text); in TEST() local
64 TokenizedString tokens(text); in TEST() local
70 TokenizedString tokens(text); in TEST() local
76 TokenizedString tokens(text); in TEST() local
82 TokenizedString tokens(text); in TEST() local
Dtokenized_string_char_iterator_unittest.cc42 TokenizedString tokens(base::UTF8ToUTF16(text)); in TestEveryChar() local
56 TokenizedString tokens(base::UTF8ToUTF16(text)); in TestNextToken() local
71 TokenizedString tokens(base::UTF8ToUTF16(text)); in TestFirstTwoCharInEveryToken() local
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java51 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertBeforeIndex0() local
66 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testInsertAfterLastIndex() local
81 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2InsertBeforeAfterMiddleIndex() local
98 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceIndex0() local
114 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceLastIndex() local
130 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testReplaceMiddleIndex() local
151 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop() local
186 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in testToStringStartStop2() local
233 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex() local
250 TokenRewriteStream tokens = new TokenRewriteStream(lexEngine); in test2ReplaceMiddleIndex1InsertBefore() local
[all …]
DTestCommonTokenStream.java52 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testFirstToken() local
73 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in test2ndToken() local
94 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBuffer() local
124 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testCompleteBufferAfterConsuming() local
155 BufferedTokenStream tokens = new BufferedTokenStream(lexEngine); in testLookback() local
200 CommonTokenStream tokens = new CommonTokenStream(lexer); in testOffChannel() local
DTestInterpretedParsing.java66 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testSimpleParse() local
101 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testMismatchedTokenError() local
136 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testMismatchedSetError() local
171 FilteringTokenStream tokens = new FilteringTokenStream(lexEngine); in testNoViableAltError() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMTokenList.cpp50 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState) in validateTokens()
69 Vector<String> tokens; in add() local
76 void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) in add()
98 Vector<String> tokens; in remove() local
105 void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) in remove()
167 Vector<String> tokens; in addToken() local
174 AtomicString DOMTokenList::addTokens(const AtomicString& input, const Vector<String>& tokens) in addTokens()
196 Vector<String> tokens; in removeToken() local
203 AtomicString DOMTokenList::removeTokens(const AtomicString& input, const Vector<String>& tokens) in removeTokens()
DDOMSettableTokenList.cpp54 void DOMSettableTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) in add()
75 void DOMSettableTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) in remove()
/external/chromium_org/net/tools/balsa/
Dbalsa_headers_token_utils.cc13 BalsaHeaders::HeaderTokenList* tokens) { in TokenizeHeaderLine()
46 BalsaHeaders::HeaderTokenList tokens; in RemoveLastTokenFromHeaderValue() local
84 BalsaHeaders::HeaderTokenList tokens; in CheckHeaderForLastToken() local
95 BalsaHeaders::HeaderTokenList* tokens) { in TokenizeHeaderValue()
112 BalsaHeaders::HeaderTokenList* tokens) { in ParseTokenList()
/external/mesa3d/src/gallium/targets/graw-null/
Dgraw_util.c18 struct tgsi_token tokens[1024]; in graw_parse_geometry_shader() local
32 struct tgsi_token tokens[1024]; in graw_parse_vertex_shader() local
46 struct tgsi_token tokens[1024]; in graw_parse_fragment_shader() local
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
Dgraw_util.c18 struct tgsi_token tokens[1024]; in graw_parse_geometry_shader() local
32 struct tgsi_token tokens[1024]; in graw_parse_vertex_shader() local
46 struct tgsi_token tokens[1024]; in graw_parse_fragment_shader() local
/external/chromium_org/third_party/closure_linter/closure_linter/
Drequireprovidesorter.py108 def _FixProvidesOrRequires(self, tokens): argument
179 def _GetRequireOrProvideTokenStrings(self, tokens): argument
202 def _GetTokensMap(self, tokens): argument
301 def _GetFixedRequireOrProvideString(self, tokens): argument
/external/jsmn/
Djsmn.c9 jsmntok_t *tokens, size_t num_tokens) { in jsmn_alloc_token()
38 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_primitive()
87 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_string()
154 jsmntok_t *tokens, unsigned int num_tokens) { in jsmn_parse()
Djsmn_test.c86 jsmntok_t tokens[10]; in test_simple() local
326 jsmntok_t tokens[10]; in test_objects_arrays() local
356 jsmntok_t tokens[128]; in test_issue_22() local
388 jsmntok_t tokens[10]; in test_unicode_characters() local
434 jsmntok_t tokens[10]; in test_input_length() local
452 jsmntok_t* tokens; in test_jwk() local
586 jsmntok_t tokens[10]; in test_nonstrict() local
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Drequireprovidesorter.py114 def _FixProvidesOrRequires(self, tokens): argument
178 def _GetRequireOrProvideTokenStrings(self, tokens): argument
200 def _GetTokensMap(self, tokens): argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c36 const struct tgsi_token *tokens ) in tgsi_parse_init()
306 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens()
329 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens()
Dtgsi_scan.c51 tgsi_scan_shader(const struct tgsi_token *tokens, in tgsi_scan_shader()
277 tgsi_is_passthrough_shader(const struct tgsi_token *tokens) in tgsi_is_passthrough_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c36 const struct tgsi_token *tokens ) in tgsi_parse_init()
306 tgsi_dup_tokens(const struct tgsi_token *tokens) in tgsi_dup_tokens()
329 tgsi_dump_tokens(const struct tgsi_token *tokens) in tgsi_dump_tokens()
Dtgsi_scan.c51 tgsi_scan_shader(const struct tgsi_token *tokens, in tgsi_scan_shader()
277 tgsi_is_passthrough_shader(const struct tgsi_token *tokens) in tgsi_is_passthrough_shader()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DMediaQueryTokenizerTest.cpp64 Vector<MediaQueryToken> tokens; in TEST() local
105 Vector<MediaQueryToken> tokens; in TEST() local
123 Vector<MediaQueryToken> tokens; in testToken() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok()
29 void vp9_tokens_from_tree(struct vp9_token *tokens, in vp9_tokens_from_tree()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok()
29 void vp9_tokens_from_tree(struct vp9_token *tokens, in vp9_tokens_from_tree()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DStrip.java43 protected TokenRewriteStream tokens; field in Strip
201 public static void ACTION(TokenRewriteStream tokens, CommonTree t) { in ACTION()
221 private static void killTrailingNewline(TokenRewriteStream tokens, int index) { in killTrailingNewline()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextUtils.java47 public static String join(CharSequence delimiter, Iterable tokens) { in join()
52 public static String join(CharSequence delimiter, Object[] tokens) { in join()
/external/chromium_org/third_party/cython/src/Cython/Plex/
DLexicons.py32 tokens = None variable in State
34 def __init__(self, name, tokens): argument
/external/chromium_org/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc49 std::vector<std::string> tokens; in Parse() local
139 std::vector<std::string>* tokens, in ParseRangeLine()
164 std::vector<std::string>* tokens, in ParseRangeProperty()
202 std::vector<std::string> tokens; in GetMemoryConsumption() local

12345678910>>...15