HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 801 - 825 of 1907) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 41 uint file : 28; member in struct:__anon12577
68 unsigned key = reg->file;
77 uint file, uint index)
79 reg->file = file;
87 uint file, uint index1, uint index2)
89 reg->file = file;
103 dst->Register.File,
108 dst->Register.File,
396 uint file; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 86 void mkClobber(DataFile file, uint32_t regMask, int regUnitLog2);
134 DataFile file, int8_t fileIdx);
159 DataFile file; member in class:nv50_ir::BuildUtil::DataArray
163 Symbol *mkSymbol(DataFile file, int8_t fileIndex,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.c 108 .File = RC_FILE_TEMPORARY;
116 .File = RC_FILE_TEMPORARY;
283 new->Dst.File = DstFile;
319 rc_register_file file; local
333 file = RC_FILE_TEMPORARY;
336 file = RC_FILE_OUTPUT;
340 file = RC_FILE_NONE;
342 new_var = rc_variable(c, file, sub_inst->DestIndex, writemask,
371 new_var = rc_variable(c, inst->U.I.DstReg.File,
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 68 // noted, a file path can contain either kind of path separators, or a mixture
115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 // FilePath("dir/file"). If a case-insensitive extension is not
143 // Example: FilePath("path/to/file").RemoveDirectoryName() returns
144 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
145 // the FilePath unmodified. If there is no file part ("just_a_dir/") it
154 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
157 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
180 String file; local
182 file = String::Format("%s.%s", base_name.c_str(), extension)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
x86sse.h 12 unsigned file:3; member in struct:x86_reg
91 struct x86_reg x86_make_reg( enum x86_reg_file file,
  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 231 FILE *infile;
232 char *file; local
235 file= *(++argv);
236 infile=fopen(file,"r");
240 file);
247 file);
299 BIO_printf(bio_err,"%-14s input file\n","-in <file>");
300 BIO_printf(bio_err,"%-14s output file\n","-out <file>");
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_mod.c 169 char *file = NULL; local
178 file = CONF_get1_default_config_file();
179 if (!file)
183 file = (char *)filename;
185 if (NCONF_load(conf, file, NULL) <= 0)
200 OPENSSL_free(file);
544 /* Return default config file name */
548 char *file; local
551 file = getenv("OPENSSL_CONF");
552 if (file)
    [all...]
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 3 // found in the LICENSE file.
257 ots::OpenTypeFile file; member in class:__anon13836::ScriptListTableTest
268 ots::OpenTypeFile file; member in class:__anon13836::FeatureListTableTest
312 return ots::ParseLookupListTable(&file, out.data(), out.size(),
318 ots::OpenTypeFile file; member in class:__anon13836::LookupListTableTest
763 ots::OpenTypeFile file; local
764 EXPECT_TRUE(FakeLookupParserReturnsTrue.Parse(&file, 0, 0, 1));
767 ots::OpenTypeFile file; local
768 EXPECT_TRUE(FakeLookupParserReturnsTrue.Parse(&file, 0, 0, 5));
774 ots::OpenTypeFile file; local
779 ots::OpenTypeFile file; local
784 ots::OpenTypeFile file; local
    [all...]
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 20 file=DESCRIPTOR, variable
105 file=DESCRIPTOR, variable
130 file=DESCRIPTOR, variable
155 file=DESCRIPTOR, variable
181 file=DESCRIPTOR, variable
185 name='file', full_name='google.protobuf.FileDescriptorSet.file', index=0,
209 file=DESCRIPTOR, variable
286 file=DESCRIPTOR, variable
320 file=DESCRIPTOR variable
390 file=DESCRIPTOR, variable
469 file=DESCRIPTOR, variable
511 file=DESCRIPTOR, variable
553 file=DESCRIPTOR, variable
595 file=DESCRIPTOR, variable
644 file=DESCRIPTOR, variable
722 file=DESCRIPTOR, variable
764 file=DESCRIPTOR, variable
821 file=DESCRIPTOR, variable
849 file=DESCRIPTOR, variable
877 file=DESCRIPTOR, variable
905 file=DESCRIPTOR, variable
933 file=DESCRIPTOR, variable
967 file=DESCRIPTOR, variable
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 52 * a relevant {@code .proto} file. You can obtain it by calling
54 * for all the messages defined in that file, and file descriptors for all the
64 * Describes a {@code .proto} file, including everything defined within.
66 * file descriptors for all other imported {@code .proto} files
73 /** Get the file name. */
78 * {@code package} statement in the {@code .proto} file, which differs
86 /** Get a list of top-level message types declared in this file. */
91 /** Get a list of top-level enum types declared in this file. */
96 /** Get a list of top-level services declared in this file. *
573 private final FileDescriptor file; field in class:Descriptors.Descriptor
834 private final FileDescriptor file; field in class:Descriptors.FieldDescriptor
1232 private final FileDescriptor file; field in class:Descriptors.EnumDescriptor
1318 private final FileDescriptor file; field in class:Descriptors.EnumValueDescriptor
1394 private final FileDescriptor file; field in class:Descriptors.ServiceDescriptor
1475 private final FileDescriptor file; field in class:Descriptors.MethodDescriptor
1844 private final FileDescriptor file; field in class:Descriptors.DescriptorPool.PackageDescriptor
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 43 #include <google/protobuf/testing/file.h>
124 const FileDescriptor* file = importer_.Import("foo.proto"); local
126 ASSERT_TRUE(file != NULL);
128 ASSERT_EQ(1, file->message_type_count());
129 EXPECT_EQ("Foo", file->message_type(0)->name());
132 EXPECT_EQ(file, importer_.Import("foo.proto"));
136 // Test that importing a file which imports another file works.
173 // Error: Parsing a file that doesn't exist.
176 "foo.proto:-1:0: File not found.\n"
226 const FileDescriptor* file = importer_.Import("map.proto"); local
    [all...]
plugin.pb.cc 40 const ::google::protobuf::FileDescriptor* file = local
43 GOOGLE_CHECK(file != NULL);
44 CodeGeneratorRequest_descriptor_ = file->message_type(0);
61 CodeGeneratorResponse_descriptor_ = file->message_type(1);
139 "atorResponse\022\r\n\005error\030\001 \001(\t\022B\n\004file\030\017 \003("
141 "orResponse.File\032>\n\004File\022\014\n\004name\030\001 \001(\t\022\027\n"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.cc 54 const FileDescriptorProto& file,
56 if (!InsertIfNotPresent(&by_name_, file.name(), value)) {
57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name();
61 // We must be careful here -- calling file.package() if file.has_package() is
64 string path = file.has_package() ? file.package() : string();
67 for (int i = 0; i < file.message_type_size(); i++) {
68 if (!AddSymbol(path + file.message_type(i).name(), value)) return false
310 FileDescriptorProto file; local
399 const FileDescriptor* file = pool_.FindFileByName(filename); local
409 const FileDescriptor* file = pool_.FindFileContainingSymbol(symbol_name); local
    [all...]