HomeSort by relevance Sort by last modified time
    Searched refs:GetOptions (Results 1 - 25 of 46) sorted by null

1 2

  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 125 self.assertEqual(self.my_enum.GetOptions(),
127 self.assertEqual(self.my_enum.values[0].GetOptions(),
129 self.assertEqual(self.my_message.GetOptions(),
131 self.assertEqual(self.my_message.fields[0].GetOptions(),
133 self.assertEqual(self.my_method.GetOptions(),
135 self.assertEqual(self.my_service.GetOptions(),
150 file_options = file_descriptor.GetOptions()
153 message_options = message_descriptor.GetOptions()
156 field_options = field_descriptor.GetOptions()
161 enum_options = enum_descriptor.GetOptions()
    [all...]
python_message.py 170 descriptor.GetOptions().message_set_wire_format):
273 field.containing_type.GetOptions().message_set_wire_format and
281 field.message_type.GetOptions().map_entry)
297 field_descriptor.GetOptions().packed)
300 field_descriptor.GetOptions().HasField("packed") and
301 field_descriptor.GetOptions().packed == False)
    [all...]
generator_test.py 151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
155 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
  /external/syslinux/gpxe/src/util/
padimg.pl 20 GetOptions ( %opts ) or die "Could not parse command-line options\n";
licence.pl 107 GetOptions (
  /system/tools/aidl/
options_unittest.cpp 93 unique_ptr<T> GetOptions(const char* command[]) {
112 unique_ptr<JavaOptions> options = GetOptions<JavaOptions>(kPreprocessCommand);
128 GetOptions<JavaOptions>(kCompileJavaCommand);
141 GetOptions<JavaOptions>(kCompileJavaCommandNinja);
153 unique_ptr<CppOptions> options = GetOptions<CppOptions>(kCompileCppCommand);
165 unique_ptr<CppOptions> options = GetOptions<CppOptions>(kCompileCppCommandNinja);
generate_cpp_unittest.cpp 834 options_(GetOptions()) {}
839 static unique_ptr<CppOptions> GetOptions() {
  /external/valgrind/auxprogs/
compare-build-logs 39 GetOptions( "gcc" => sub { $compiler = "gcc" },
nightly-build-summary 443 GetOptions( "from=i" => \$from,
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 547 static PyObject* GetOptions(PyBaseDescriptor *self) {
620 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
872 static PyObject* GetOptions(PyBaseDescriptor *self) {
    [all...]
  /external/abi-compliance-checker/
Makefile.pl 80 GetOptions(
  /external/abi-dumper/
Makefile.pl 75 GetOptions(
  /external/libtextclassifier/smartselect/
feature-processor.h 131 const FeatureProcessorOptions& GetOptions() const { return options_; }
  /external/markdown/MarkdownTest/
MarkdownTest.pl 24 GetOptions (
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 62 GetOptions(
genlingware.pl 73 GetOptions(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 60 STDMETHOD(GetOptions) (THIS_ DWORD *dwOptions) PURE;
92 STDMETHOD(GetOptions) (THIS_ DWORD *dwOptions) PURE;
transact.h 316 virtual HRESULT WINAPI GetOptions(XACTOPT *pOptions) = 0;
325 HRESULT (WINAPI *GetOptions)(ITransactionOptions *This,XACTOPT *pOptions);
336 #define ITransactionOptions_GetOptions(This,pOptions) (This)->lpVtbl->GetOptions(This,pOptions)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenDepex.py 366 def GetOptions():
395 Option, Input = GetOptions()
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 45 #GetOptions('dir=s' => \$DIR,
  /external/valgrind/tests/
check_headers_and_includes 100 GetOptions( "debug" => \$debug ) || die $usage;
  /external/v8/tools/
presubmit.py 481 def GetOptions():
490 parser = GetOptions()
  /external/libvpx/libvpx/build/make/
rtcd.pl 24 # NB: use GetOptions() instead of GetOptionsFromArray() for compatibility.
26 GetOptions(
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 87 descriptor.GetOptions().message_set_wire_format):
185 field.containing_type.GetOptions().message_set_wire_format and
194 field_descriptor.GetOptions().packed)
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 15 if ( ! GetOptions(

Completed in 660 milliseconds

1 2