HomeSort by relevance Sort by last modified time
    Searched refs:GetOptions (Results 1 - 25 of 35) 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...]
generator_test.py 146 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
150 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
python_message.py 96 descriptor.GetOptions().message_set_wire_format):
195 field.containing_type.GetOptions().message_set_wire_format and
204 field_descriptor.GetOptions().packed)
    [all...]
  /system/tools/aidl/
options_unittest.cpp 73 unique_ptr<T> GetOptions(const char* command[]) {
92 unique_ptr<JavaOptions> options = GetOptions<JavaOptions>(kPreprocessCommand);
108 GetOptions<JavaOptions>(kCompileJavaCommand);
119 unique_ptr<CppOptions> options = GetOptions<CppOptions>(kCompileCppCommand);
generate_cpp_unittest.cpp 768 options_(GetOptions()) {}
773 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/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)
d3dx9mesh.h 322 STDMETHOD_(DWORD, GetOptions)(THIS) PURE;
356 STDMETHOD_(DWORD, GetOptions)(THIS) PURE;
398 STDMETHOD_(DWORD, GetOptions)(THIS) PURE;
449 STDMETHOD_(DWORD, GetOptions)(THIS) PURE;
484 STDMETHOD_(DWORD, GetOptions)(THIS) PURE;
    [all...]
d3drm.h 391 STDMETHOD(GetOptions)(THIS_ LPDWORD) PURE;
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.bat 41 #GetOptions('dir=s' => \$DIR,
  /external/valgrind/tests/
check_headers_and_includes 100 GetOptions( "debug" => \$debug ) || die $usage;
  /external/v8/tools/
presubmit.py 493 def GetOptions():
502 parser = GetOptions()
  /external/libvpx/libvpx/build/make/
rtcd.pl 24 # NB: use GetOptions() instead of GetOptionsFromArray() for compatibility.
26 GetOptions(
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/nanopb-c/generator/google/protobuf/
descriptor.py 65 is not necessary to read this -- just call GetOptions() which will
94 def GetOptions(self):
text_format.py 84 if (field.containing_type.GetOptions().message_set_wire_format and
  /external/compiler-rt/lib/asan/
asan_allocator.cc 274 void GetOptions(AllocatorOptions *options) const {
688 instance.GetOptions(options);
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 34 GetOptions(
  /external/protobuf/python/google/protobuf/
descriptor.py 72 is not necessary to read this -- just call GetOptions() which will
101 def GetOptions(self):

Completed in 5332 milliseconds

1 2