Searched defs:tok (Results 76 - 100 of 169) sorted by relevance

1234567

/external/selinux/mcstrans/src/
H A Dmcstrans.c455 add_constraint(char op, char *raw, char *tok) { argument
474 if (parse_ebitmap(&constraint->cat, &empty, tok) < 0) {
479 if (asprintf(&constraint->text, "%s%c%s", raw, op, tok) < 0) {
500 if (parse_ebitmap(&constraint->cat, &empty, tok) < 0) {
506 if (asprintf(&constraint->text, "%s%c%s", raw, op, tok) < 0) {
717 Remove white space and set raw do data before the "=" and tok to data after it
755 char *tok = delim+1; local
759 tok = triml(tok, "\t ");
766 if (! *tok) {
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp436 const AsmToken *tok = &Lexer.Lex(); local
438 if (tok->is(AsmToken::Eof)) {
444 tok = &Lexer.Lex();
448 if (tok->is(AsmToken::Error))
451 return *tok;
/external/v8/src/parsing/
H A Dscanner.h630 inline Token::Value Select(Token::Value tok) { argument
632 return tok;
H A Dparser-base.h790 Token::Value tok = peek(); local
791 if (tok == Token::SEMICOLON) {
796 tok == Token::RBRACE ||
797 tok == Token::EOS) {
4782 Token::Value tok = peek(); local
4783 if (!scanner()->HasAnyLineTerminatorBeforeNext() && tok != Token::SEMICOLON &&
4784 tok != Token::RBRACE && tok != Token::EOS) {
4813 Token::Value tok = peek(); local
4814 if (!scanner()->HasAnyLineTerminatorBeforeNext() && tok !
4865 Token::Value tok = peek(); local
[all...]
H A Dparser.cc1185 Token::Value tok = peek(); local
1188 if (tok == Token::STRING) {
1198 if (tok != Token::MUL && tok != Token::LBRACE) {
/external/libedit/src/
H A Dreadline.c2025 Tokenizer *tok; local
2027 tok = tok_init(NULL);
2028 tok_str(tok, line, &argc, &argv);
2030 tok_end(tok);
/external/libpcap/
H A Dgrammar.c142 struct tok { struct
147 static const struct tok ieee80211_types[] = {
155 static const struct tok ieee80211_mgt_subtypes[] = {
178 static const struct tok ieee80211_ctl_subtypes[] = {
187 static const struct tok ieee80211_data_subtypes[] = {
205 static const struct tok llc_s_subtypes[] = {
211 static const struct tok llc_u_subtypes[] = {
224 const struct tok *tok; member in struct:type2tok
234 str2tok(const char *str, const struct tok *tok
[all...]
/external/libusb/libusb/os/
H A Dwindows_winusb.c563 char *tok, *tmp_str; local
573 tok = strtok(tmp_str, sep_str);
574 while (tok != NULL) {
576 if (safe_stricmp(tok, usb_api_backend[api].driver_name_list[i]) == 0) {
581 tok = strtok(NULL, sep_str);
/external/svox/pico/lib/
H A Dpicotok.c211 * shortcut : tok
270 static void tok_treatMarkupAsSimpleToken (picodata_ProcessingUnit this, tok_subobj_t * tok);
271 static void tok_treatChar (picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar ch, picoos_bool markupHandling);
272 static void tok_treatMarkup (picodata_ProcessingUnit this, tok_subobj_t * tok);
273 static void tok_putToMarkup (picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar str[]);
274 static void tok_treatSimpleToken (picodata_ProcessingUnit this, tok_subobj_t * tok);
318 static void tok_startIgnore (tok_subobj_t * tok) argument
320 tok->ignLevel++;
324 static void tok_endIgnore (tok_subobj_t * tok) argument
326 if (tok
434 tok_putToUtf(tok_subobj_t * tok, picoos_uchar ch) argument
482 tok_putItem(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uint8 itemType, picoos_uint8 info1, picoos_uint8 info2, picoos_uint16 val, picoos_uchar str[]) argument
577 tok_putItem2(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uint8 type, picoos_uint8 info1, picoos_uint8 info2, picoos_uint8 len, picoos_uint8 data[]) argument
673 tok_interpretMarkup(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_bool isStartTag, MarkupId mId) argument
1046 tok_putToSimpleToken(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar str[], pico_tokenType type, pico_tokenSubType subtype) argument
1066 tok_putToMarkup(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar str[]) argument
1248 tok_treatMarkupAsSimpleToken(picodata_ProcessingUnit this, tok_subobj_t * tok) argument
1263 tok_treatMarkup(picodata_ProcessingUnit this, tok_subobj_t * tok) argument
1300 tok_treatChar(picodata_ProcessingUnit this, tok_subobj_t * tok, picoos_uchar ch, picoos_bool markupHandling) argument
1381 tok_treatSimpleToken(picodata_ProcessingUnit this, tok_subobj_t * tok) argument
1404 tok_subobj_t * tok; local
1503 tok_subobj_t * tok; local
1535 register tok_subobj_t * tok; local
[all...]
H A Dpicopr.c1968 static picoos_int32 pr_attrVal (picokpr_Preproc network, picokpr_TokArrOffset tok, pr_TokSetEleWP type) argument
1977 set = picokpr_getTokSetWP(network, tok);
1984 return picokpr_getAttrValArrInt32(network, picokpr_getTokAttribOfs(network, tok) + n);
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2603 static int32_t keywordIndex(const UnicodeString& tok) { argument
2605 if (tok==KEYWORDS[i]) {
2642 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
2647 if (!tokens.next(tok, ec)) {
2651 int32_t cmd = keywordIndex(tok);
2655 if (!tokens.next(tok, ec)) goto error;
2657 ref = new DecimalFormat(tok,
2666 if (!tokens.next(tok, ec)) goto error;
2667 loc = Locale::createFromName(CharString().appendInvariantChars(tok, ec).data());
2673 if (!tokens.next(tok, e
[all...]
/external/libevent/
H A Dhttp.c207 char *d, *tok; local
211 tok = *s;
212 d = strstr(tok, del);
218 return tok;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h314 TOKENEXTRA *tok; member in struct:VP8_COMP
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h816 int mi_row, TOKENEXTRA **tok) {
825 *tok =
815 get_start_tok(VP9_COMP *cpi, int tile_row, int tile_col, int mi_row, TOKENEXTRA **tok) argument
H A Dvp9_encodeframe.c4402 TOKENEXTRA *tok = NULL; local
4408 get_start_tok(cpi, tile_row, tile_col, mi_row, &tok);
4409 cpi->tplist[tile_row][tile_col][tile_sb_row].start = tok;
4412 encode_nonrd_sb_row(cpi, td, this_tile, mi_row, &tok);
4414 encode_rd_sb_row(cpi, td, this_tile, mi_row, &tok);
4416 cpi->tplist[tile_row][tile_col][tile_sb_row].stop = tok;
4420 assert(tok - cpi->tplist[tile_row][tile_col][tile_sb_row].start <=
H A Dvp9_rdopt.c418 int16_t tok; local
420 cost = vp9_get_token_cost(v, &tok, cat6_high_cost);
421 cost += (*token_costs)[0][pt][tok];
423 token_cache[0] = vp9_pt_energy_class[tok];
426 tok_cost_ptr = &((*token_costs)[!tok]);
433 cost += vp9_get_token_cost(v, &tok, cat6_high_cost);
435 cost += (*tok_cost_ptr)[pt][tok];
436 token_cache[rc] = vp9_pt_energy_class[tok];
441 tok_cost_ptr = &((*token_costs)[!tok]);
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1805 const StringRef tok = Parser.getTok().getString(); local
1807 if (tok == IdSymbolic[i]) {
1918 const std::string tok = Parser.getTok().getString(); local
1924 if (tok == IdSymbolic[i]) {
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3526 static int import_list(UNUSED const char *tok, const char *arg, argument
3563 char *tok, *arg; local
3567 if ((tok = strchr(linebuf, '#')) != NULL)
3568 *tok = 0;
3569 if ((tok = strtok_r(linebuf, " \t", &ptr)) == NULL)
3571 stolower(tok);
3575 if (streq(tok, "cpu_exclusive")) {
3579 if (streq(tok, "mem_exclusive")) {
3583 if (streq(tok, "notify_on_release")) {
3587 if (streq(tok, "memory_pressure_enable
[all...]
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4947 char cc, *cp = NULL, *tok = NULL; local
4978 if (s->string == NULL && tok != NULL) {
4981 Prog, TagName, tok);
5128 tok = strtok(optarg, ",");
5129 while (tok != NULL) {
5131 if (strcmp(s->string, tok) == 0)
5137 Prog, TagName, tok);
5150 tok = strtok(NULL, ",");
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c1838 char * tok; local
1850 tok = strtok( searchList, "," );
1851 while ( tok )
1853 if ( ( strcmp( tok, "" ) != 0 ) && ( strcmp( tok, "." ) != 0 ) )
1854 mDNS_AddSearchDomain_CString(tok, mDNSNULL);
1855 tok = strtok( NULL, "," );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .util.Map properties java.util.StringTokenizer tok String next int i String tag String value public java ...
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp674 const AsmToken *tok = &Lexer.Lex(); local
677 while (tok->is(AsmToken::Comment)) {
679 Out.addExplicitComment(Twine(tok->getString()));
680 tok = &Lexer.Lex();
683 if (tok->is(AsmToken::Eof)) {
694 return *tok;

Completed in 790 milliseconds

1234567