HomeSort by relevance Sort by last modified time
    Searched full:members (Results 251 - 275 of 4326) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/transient/
dyadic_decimator.h 40 // odd_sequence: If false, the odd members will be removed (1, 3, 5, ...);
41 // if true, the even members will be removed (0, 2, 4, ...).
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
packed_section_end.h 3 * between the members of packed structures, and therefore, there is no
4 * guarantee that structure members will be aligned.
packed_section_start.h 3 * between the members of packed structures, and therefore, there is no
4 * guarantee that structure members will be aligned.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 83 // Data members
118 // Data members
148 // Data members
163 // Data members
313 // Data members
346 // Data members
387 // Data members
419 // Data members
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_renames.py 17 def alternates(members):
18 return "(" + "|".join(map(repr, members)) + ")"
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_renames.py 17 def alternates(members):
18 return "(" + "|".join(map(repr, members)) + ")"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 17 def alternates(members):
18 return "(" + "|".join(map(repr, members)) + ")"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 17 def alternates(members):
18 return "(" + "|".join(map(repr, members)) + ")"
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro 3 # specifying which classes and class members should be kept.
47 # Explicitly preserve all serialization members. The Serializable interface
  /external/proguard/src/proguard/classfile/editor/
AccessFixer.java 30 * members that are referenced by the classes that it visits.
57 // Start visiting and fixing the referenced classes and class members.
67 // Start visiting and fixing the referenced classes and class members.
76 // Fix the referenced classes and class members.
97 // Fix the referenced classes and class members.
140 * classes and class members that it visits, relative to the referencing
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 159 /** ICamera interface-related private members */
185 /** Camera device-related private members */
198 /* Preview/Recording related members */
204 /** Preview callback related members */
208 /* Still image capture related members */
214 /** Utility members */
  /libcore/ojluni/src/main/java/sun/reflect/annotation/
AnnotationType.java 60 private final Map<String, Method> members = new HashMap<String, Method>(); field in class:AnnotationType
114 members.put(name, method);
120 members.put(name, method);
173 * Returns members of this annotation type
176 public Map<String, Method> members() { method in class:AnnotationType
177 return members;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 139 * <li>{@link IFolder#members()}</li>
142 public static IFolder createFolder(String name, IResource[] members) throws Exception {
146 expect(file.members()).andReturn(members).anyTimes();
151 public static IAbstractFolder createAbstractFolder(String name, IAbstractResource[] members) {
155 expect(folder.listMembers()).andReturn(members).anyTimes();
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestHeteroAST.java 42 "@members {static class V extends CommonTree {\n" +
71 "@members {static class V extends CommonTree {\n" +
88 "@members {static class V extends CommonTree {\n" +
106 "@members {static class V extends CommonTree {\n" +
123 "@members {static class V extends CommonTree {\n" +
140 "@members {static class V extends CommonTree {\n" +
157 "@members {static class V extends CommonTree {\n" +
174 "@members {static class V extends CommonTree {\n" +
191 "@members {static class V extends CommonTree {\n" +
210 "@members {static class V extends CommonTree {\n"
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 201 std::vector<MemberInfo> Members;
245 // 1) Store all members (fields and bases) in a list and sort them by offset.
247 // 3) Clip bitfield storages members if their tail padding is or might be
261 // 8) Format the complete list of members in a way that can be consumed by
271 if (Members.empty())
276 std::stable_sort(Members.begin(), Members.end());
277 Members.push_back(StorageInfo(Size, getIntNType(8)));
281 Members.pop_back();
359 Members.push_back(MemberInfo
    [all...]
  /system/tools/aidl/
aidl_language_y.yy 33 std::vector<std::unique_ptr<AidlMember>>* members;
49 %type<members> members
140 : INTERFACE identifier '{' members '}' {
146 | ONEWAY INTERFACE identifier '{' members '}' {
153 | INTERFACE error '{' members '}' {
168 members
171 | members method_decl
173 | members constant_decl
175 | members error ';'
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java 128 // Only the current group members can start new print jobs.
151 // Only the current group members can query for state of print jobs.
176 // Only the current group members can query for state of a print job.
198 // Only the current group members can get the printer icons.
222 // Only the current group members can cancel a print job.
247 // Only the current group members can restart a print job.
270 // Only the current group members can get print services.
304 // Only the current group members can enable / disable services.
323 // Only the current group members can get print service recommendations.
345 // Only the current group members can create a discovery session
    [all...]
  /external/jsoncpp/src/jsontestrunner/
main.cpp 110 Json::Value::Members members(value.getMemberNames());
111 std::sort(members.begin(), members.end());
113 for (Json::Value::Members::iterator it = members.begin();
114 it != members.end();
  /external/proguard/src/proguard/obfuscate/
Obfuscator.java 74 // link all class members in all classes, otherwise
97 // All library classes and library class members keep their names.
142 // override the names of library classes and of library class members.
163 " kept classes and class members that were remapped anyway.");
200 // Come up with new names for all class members.
223 // Assign new names to all members in all classes.
232 // Come up with new names for all non-private class members.
251 // Assign new names to all non-private members in this class.
262 // Come up with new names for all private class members.
291 // Assign new names to all private members in this class
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 92 #region IDictionaryEnumerator Members
132 #region IEnumerator Members
245 #region ICollection Members
269 #region IEnumerable Members
316 #region ICollection Members
340 #region IEnumerable Members
379 #region IDictionary Members
444 #region ICollection Members
473 #region IEnumerable Members
  /external/autotest/client/bin/self-test/tests/
105-barrier-5x-master-middle-out 4 barrier: 127.0.0.1#P1 members: 127.0.0.1#P1,127.0.0.1#P2,127.0.0.1#P3,127.0.0.1#P4,127.0.0.1#P5
8 barrier: 127.0.0.1#P2 members: 127.0.0.1#P1,127.0.0.1#P2,127.0.0.1#P3,127.0.0.1#P4,127.0.0.1#P5
16 barrier: 127.0.0.1#P3 members: 127.0.0.1#P1,127.0.0.1#P2,127.0.0.1#P3,127.0.0.1#P4,127.0.0.1#P5
24 barrier: 127.0.0.1#P4 members: 127.0.0.1#P1,127.0.0.1#P2,127.0.0.1#P3,127.0.0.1#P4,127.0.0.1#P5
32 barrier: 127.0.0.1#P5 members: 127.0.0.1#P1,127.0.0.1#P2,127.0.0.1#P3,127.0.0.1#P4,127.0.0.1#P5
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 86 // since a lot of classes have constexpr special members in C++11, but the
88 // special member templates (defaulted special members should only be
89 // generated if they are well-formed, and non-constexpr special members in a
106 constexpr S(const S&) : n(T::error) {} // expected-error {{has no members}}
200 template<typename T> constexpr S(T) : n(T::error) {} // expected-error {{no members}}
  /external/proguard/src/proguard/classfile/util/
MethodLinker.java 51 // Collect all non-private members in this class hierarchy.
92 // Link both members.
101 * Links the two given class members.
112 // Merge the two chains, with the library members last.
126 * Finds the last class member in the linked list of related class members.
  /external/clang/test/SemaCUDA/
implicit-member-target-collision.cu 20 // expected-note@-4 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
36 // expected-note@-6 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
52 // expected-note@-5 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
  /external/compiler-rt/test/msan/
dtor-multiple-inheritance.cc 70 // Members accessed through the vtable are still accessible.
81 // Keep track of members inherited from virtual bases,
91 // members are.

Completed in 2651 milliseconds

<<11121314151617181920>>