OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BuildFile
(Results
1 - 3
of
3
) sorted by null
/cts/tools/vm-tests-tf/src/util/build/
BuildStep.java
29
BuildFile
inputFile;
30
BuildFile
outputFile;
32
static class
BuildFile
{
36
BuildFile
(String folder, String fileName) {
55
BuildFile
other = (
BuildFile
) obj;
62
BuildStep(
BuildFile
inputFile,
BuildFile
outputFile) {
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
214
foo_file_ = pool_.
BuildFile
(foo_file);
217
bar_file_ = pool_.
BuildFile
(bar_file);
220
baz_file_ = pool_.
BuildFile
(baz_file);
350
// Test that if te call
BuildFile
again on the same input we get the same
354
EXPECT_EQ(foo_file_, pool_.
BuildFile
(file));
358
EXPECT_TRUE(pool_.
BuildFile
(file) == NULL);
436
foo_file_ = pool_.
BuildFile
(foo_file);
439
bar_file_ = pool_.
BuildFile
(bar_file);
704
file_ = pool_.
BuildFile
(file);
[
all
...]
descriptor.cc
315
// descriptors have already been added to the tables.
BuildFile
() calls
784
// DescriptorPool::
BuildFile
() defined later.
[
all
...]
Completed in 6627 milliseconds