HomeSort by relevance Sort by last modified time
    Searched refs:canned (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/native_client_sdk/
PRESUBMIT.py 27 canned = input_api.canned_checks
28 output.extend(canned.RunPylint(input_api, output_api, black_list=black_list,
  /external/chromium_org/tools/gn/
loader_unittest.cc 73 CannedResult* canned = new CannedResult; local
74 canned->input_file.reset(new InputFile(source_file));
75 canned->input_file->SetContents(source);
79 canned->tokens = Tokenizer::Tokenize(canned->input_file.get(), &err);
83 canned->root = Parser::Parse(canned->tokens, &err).Pass();
86 canned_responses_[source_file] = linked_ptr<CannedResult>(canned);
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_branch_utility.py 23 '''Returns a TestBranchUtility that uses 'canned' test data pulled from
  /external/llvm/utils/TableGen/
tdtags 80 -x Run a canned recipe, rather than operate on specified files.
421 # Select canned actions.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 460 for canned in DATA0, DATA1, DATA2:
461 got = self.loads(canned)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 460 for canned in DATA0, DATA1, DATA2:
461 got = self.loads(canned)
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 245 may differ, of course). Normally, such procedures consist of a canned
246 prologue, the body, and a canned epilogue. This could be described by

Completed in 422 milliseconds