HomeSort by relevance Sort by last modified time
    Searched defs:attributes (Results 276 - 300 of 2500) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/threading/
platform_thread_posix.cc 35 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes);
89 pthread_attr_t attributes; local
90 pthread_attr_init(&attributes);
95 pthread_attr_setdetachstate(&attributes, PTHREAD_CREATE_DETACHED);
99 stack_size = base::GetDefaultThreadStackSize(attributes);
102 pthread_attr_setstacksize(&attributes, stack_size);
110 int err = pthread_create(&handle, &attributes, ThreadFunc, params.get());
123 pthread_attr_destroy(&attributes);
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 203 const DWORD attributes = GetFileAttributes(unicode); local
205 return attributes != kInvalidFileAttributes;
227 const DWORD attributes = GetFileAttributes(unicode); local
229 if ((attributes != kInvalidFileAttributes) &&
230 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 42 public Attribute[] attributes; field in class:CodeAttribute
64 Attribute[] attributes)
75 this.attributes = attributes;
86 Attribute attribute = attributes[index];
193 * Applies the given attribute visitor to all attributes.
199 attributes[index].accept(clazz, method, this, attributeVisitor);
  /external/proguard/src/proguard/optimize/peephole/
RetargetedInnerClassAttributeRemover.java 34 * This ClassVisitor removes InnerClasses and EnclosingMethod attributes in
55 Attribute[] attributes = programClass.attributes; local
59 // Copy over all non-retargeted attributes.
62 Attribute attribute = attributes[index];
70 attributes[newAtributesCount++] = attribute;
75 Arrays.fill(attributes, newAtributesCount, attributesCount, null);
77 // Update the number of attributes.
101 // Copy over all non-retargeted attributes.
  /external/python/cpython2/Lib/test/
test_posixpath.py 495 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat'] variable in class:PosixCommonTest
  /external/turbine/javatests/com/google/turbine/zip/
ZipTest.java 125 public void attributes() throws Exception { method in class:ZipTest
  /frameworks/av/media/libaudioclient/tests/
test_create_audiotrack.cpp 71 audio_attributes_t attributes; local
108 memset(&attributes, 0, sizeof(attributes));
109 attributes.content_type = contentType;
110 attributes.usage = usage;
131 &attributes,
  /frameworks/base/core/java/android/net/
ScoredNetwork.java 37 * Key used with the {@link #attributes} bundle to define the badging curve.
43 "android.net.attributes.key.BADGING_CURVE";
45 * Extra used with {@link #attributes} to specify whether the
58 "android.net.attributes.key.HAS_CAPTIVE_PORTAL";
61 * Key used with the {@link #attributes} bundle to define the rankingScoreOffset int value.
67 "android.net.attributes.key.RANKING_SCORE_OFFSET";
92 * An additional collection of optional attributes set by
99 public final Bundle attributes; field in class:ScoredNetwork
130 this(networkKey, rssiCurve, meteredHint, null /* attributes */);
145 * @param attributes optional provider specific attribute
    [all...]
  /frameworks/base/core/java/android/os/
Vibrator.java 156 * @param attributes {@link AudioAttributes} corresponding to the vibration. For example,
165 public void vibrate(long milliseconds, AudioAttributes attributes) {
170 vibrate(effect, attributes);
219 * @param attributes {@link AudioAttributes} corresponding to the vibration. For example,
228 public void vibrate(long[] pattern, int repeat, AudioAttributes attributes) {
238 vibrate(VibrationEffect.createWaveform(pattern, repeat), attributes); local
250 public void vibrate(VibrationEffect vibe, AudioAttributes attributes) {
251 vibrate(Process.myUid(), mPackageName, vibe, attributes); local
261 VibrationEffect vibe, AudioAttributes attributes);
  /frameworks/base/core/java/com/android/internal/print/
DumpUtils.java 206 * @param attributes The attributes to write
210 @NonNull PrintAttributes attributes) {
213 PrintAttributes.MediaSize mediaSize = attributes.getMediaSize();
216 proto.write("is_portrait", PrintAttributesProto.IS_PORTRAIT, attributes.isPortrait());
219 PrintAttributes.Resolution res = attributes.getResolution();
224 PrintAttributes.Margins minMargins = attributes.getMinMargins();
229 proto.write("color_mode", PrintAttributesProto.COLOR_MODE, attributes.getColorMode());
230 proto.write("duplex_mode", PrintAttributesProto.DUPLEX_MODE, attributes.getDuplexMode());
314 PrintAttributes attributes = printJobInfo.getAttributes() local
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedSwitchPreference.java 48 final TypedArray attributes = context.obtainStyledAttributes(attrs, local
50 final TypedValue useAdditionalSummary = attributes.peekValue(
58 final TypedValue restrictedSwitchSummary = attributes.peekValue(
  /frameworks/base/tools/bit/
aapt.cpp 55 vector<Attribute> attributes; member in struct:Element
87 const size_t N = attributes.size();
89 const Attribute& attr = attributes[i];
228 current->attributes.push_back(attr);
  /frameworks/native/libs/vr/libvrflinger/
display_surface.h 32 const display::SurfaceAttributes& attributes);
45 const display::SurfaceAttributes& attributes() const { return attributes_; } function in class:android::dvr::DisplaySurface
98 pdx::Message& message, const display::SurfaceAttributes& attributes);
110 // Subset of attributes that may be interpreted by the display service.
  /hardware/qcom/display/msm8909/libdisplayconfig/
DisplayConfig.cpp 214 DisplayAttributes attributes; local
218 return attributes;
227 attributes.vsync_period = tmpAttributes.vsyncPeriod;
228 attributes.xres = tmpAttributes.xRes;
229 attributes.yres = tmpAttributes.yRes;
230 attributes.xdpi = tmpAttributes.xDpi;
231 attributes.ydpi = tmpAttributes.yDpi;
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType);
233 attributes.is_yuv = tmpAttributes.isYuv;
236 return attributes;
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
color_manager.cpp 202 DisplayConfigVariableInfo &attributes = *this; local
203 attributes = attr;
  /hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DisplayConfig.cpp 214 DisplayAttributes attributes; local
218 return attributes;
227 attributes.vsync_period = tmpAttributes.vsyncPeriod;
228 attributes.xres = tmpAttributes.xRes;
229 attributes.yres = tmpAttributes.yRes;
230 attributes.xdpi = tmpAttributes.xDpi;
231 attributes.ydpi = tmpAttributes.yDpi;
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType);
233 attributes.is_yuv = tmpAttributes.isYuv;
236 return attributes;
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
color_manager.cpp 202 DisplayConfigVariableInfo &attributes = *this; local
203 attributes = attr;
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 202 DisplayConfigVariableInfo &attributes = *this; local
203 attributes = attr;
  /hardware/qcom/display/msm8998/sdm/libs/core/
color_manager.cpp 202 DisplayConfigVariableInfo &attributes = *this; local
203 attributes = attr;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setNamedItemNS04.java 86 NamedNodeMap attributes; local
104 attributes = child2.getAttributes();
105 arg = attributes.getNamedItemNS(namespaceURI, localName);
110 setNode = attributes.setNamedItemNS(arg);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 68 Set<AttributedCharacterIterator.Attribute> attributes = local
70 for(AttributedCharacterIterator.Attribute attr:attributes) {
90 Map<AttributedCharacterIterator.Attribute, Object> attributes = local
92 assertEquals(2, attributes.size());
94 attributes.get(AttributedCharacterIterator.Attribute.LANGUAGE));
96 attributes.get(AttributedCharacterIterator.Attribute.READING));
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNodeNS.java 85 NamedNodeMap attributes; local
105 attributes = element.getAttributes();
106 length = (int) attributes.getLength();
NamedNodeMapRemoveNamedItemNS.java 77 NamedNodeMap attributes; local
85 attributes = element.getAttributes();
86 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov",
88 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov",
96 // NamedNodeMap attributes;
107 // attributes = element.getAttributes();
108 // attribute = (Attr) attributes.removeNamedItemNS(nullNS, "defaultAttr");
109 // attribute = (Attr) attributes.getNamedItemNS(nullNS, "defaultAttr");
117 NamedNodeMap attributes; local
132 attributes = element.getAttributes()
142 NamedNodeMap attributes; local
209 NamedNodeMap attributes; local
231 NamedNodeMap attributes; local
253 NamedNodeMap attributes; local
276 NamedNodeMap attributes; local
    [all...]
SetNamedItemNS.java 111 NamedNodeMap attributes; local
119 attributes = testAddress.getAttributes();
124 attributes.setNamedItemNS(arg);
138 NamedNodeMap attributes; local
147 attributes = testAddress.getAttributes();
148 attributes.setNamedItemNS(arg);
149 retnode = attributes.getNamedItemNS(namespaceURI, "newAttr");
165 // NamedNodeMap attributes;
183 // attributes = child2.getAttributes();
184 // arg = attributes.getNamedItemNS(namespaceURI, localName)
203 NamedNodeMap attributes; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posixpath.py 415 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat'] variable in class:PosixCommonTest

Completed in 662 milliseconds

<<11121314151617181920>>