HomeSort by relevance Sort by last modified time
    Searched full:accessors (Results 1 - 25 of 2056) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/959-invoke-polymorphic-accessors/
expected.txt 2 Passed MethodHandles.Lookup tests for accessors.
3 Passed MethodHandle.invokeExact() tests for accessors.
4 Passed MethodHandle.invoke() tests for accessors.
  /external/robolectric/.idea/dictionaries/
pivotal.xml 5 <w>accessors</w>
  /external/libunwind/tests/
run-coredump-unwind-mdi 5 # it is tested using the coredump accessors. For more info about MiniDebugInfo
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GL11ImplHeader.java-impl 15 // Private accessors for native code
  /external/v8/src/
accessors.cc 5 #include "src/accessors.h"
22 Handle<AccessorInfo> Accessors::MakeAccessor(
61 // Returns true for properties that are accessors to object fields.
63 bool Accessors::IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name,
104 void Accessors::ReconfigureToDataProperty(
124 // Accessors::ArgumentsIterator
128 void Accessors::ArgumentsIteratorGetter(
138 Handle<AccessorInfo> Accessors::ArgumentsIteratorInfo(
147 // Accessors::ArrayLength
151 void Accessors::ArrayLengthGetter
    [all...]
objects-inl.h 84 #define ACCESSORS(holder, name, type, offset) \
    [all...]
accessors.h 56 // Accessors contains all predefined proxy accessors.
58 class Accessors : public AllStatic {
97 // Returns true for properties that are accessors to object fields.
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/v2/
gicv2_private.h 35 * GIC Distributor interface accessors for reading entire registers
43 * GIC Distributor interface accessors for writing entire registers
62 * GIC CPU interface accessors for reading entire registers
116 * GIC CPU interface accessors for writing entire registers
  /external/tensorflow/tensorflow/core/protobuf/
named_tensor.proto 17 // directly using the protobuf field accessors.
  /packages/apps/DocumentsUI/
build_apk.mk 18 -D jack.optimization.inner-class.accessors=true
  /toolchain/binutils/binutils-2.27/elfcpp/
README 8 For efficiency, most accessors are templates with two arguments: the
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 77 // Check field accessors for an optional int32:
81 // Check field accessors for a repeated int32:
85 // Check field accessors for a required string:
96 // Check field accessors for a repeated string:
105 // Check field accessors for an int inside oneof{}:
109 // Check field accessors for a string inside oneof{}:
119 // Check field accessors for an optional message:
124 // Check field accessors for a repeated message:
132 // Check field accessors for a message inside oneof{}:
137 // Check field accessors for an optional enum
    [all...]
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 23 * AccessorMaker maintains accessors to private members of an enclosing
29 private HashMap accessors; field in class:AccessorMaker
36 accessors = new HashMap();
43 String consDesc = (String)accessors.get(key);
80 accessors.put(key, consDesc);
102 String accName = (String)accessors.get(key);
142 accessors.put(key, accName);
154 Object res = accessors.get(key);
186 accessors.put(key, minfo);
205 Object res = accessors.get(key)
    [all...]
  /external/clang/test/SemaObjC/
property-category-impl.m 4 /* This test is for categories which don't implement the accessors but some accessors are
  /external/v8/src/regexp/
regexp-utils.h 18 // Last match info accessors.
23 // Last index (RegExp.lastIndex) accessors.
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/googletest/googletest/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/v8/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
in.s 4 # BSS declarations emit accessors.
  /external/flatbuffers/java/com/google/flatbuffers/
Struct.java 24 * All structs in the generated code derive from this class, and add their own accessors.
  /external/flatbuffers/net/FlatBuffers/
Struct.cs 20 /// All structs in the generated code derive from this class, and add their own accessors.
  /packages/services/Telecomm/
Android.mk 14 LOCAL_PROTO_JAVA_OUTPUT_PARAMS := optional_field_style=accessors

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>