/external/icu/icu4c/source/common/ |
propname.h | 24 * This header defines the in-memory layout of the property names data 31 /* low-level char * property name comparison -------------------------------- */ 37 * Unicode property names and property value names are compared "loosely". 40 * For all property names, property value names, and for property values for 101 static const char *getPropertyName(int32_t property, int32_t nameChoice); 102 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice); 105 static int32_t getPropertyValueEnum(int32_t property, const char *alias) [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
ListAdditionChange.java | 22 public Object getValue(ObservableProperty property, Node node) { 23 if (property == observableProperty) { 25 Object currentRawValue = new NoChange().getValue(property, node); 34 return new NoChange().getValue(property, node);
|
ListReplacementChange.java | 25 public Object getValue(ObservableProperty property, Node node) { 26 if (property == observableProperty) { 28 Object currentRawValue = new NoChange().getValue(property, node); 41 return new NoChange().getValue(property, node);
|
/external/libmojo/third_party/catapult/devil/devil/ |
base_error.py | 13 @property 15 """Property to indicate if error was caused by an infrastructure issue."""
|
/external/lzma/CPP/7zip/UI/Common/ |
SetProperties.cpp | 46 const CProperty &property = properties[i];
local 48 UString name = property.Name;
49 if (property.Value.IsEmpty())
63 ParseNumberString(property.Value, propVariant);
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
Criterion.py | 48 @property
|
/external/pdfium/fxjs/ |
cjs_global.h | 18 v8::Local<v8::String> property, 20 static void getprop_static(v8::Local<v8::String> property, 22 static void putprop_static(v8::Local<v8::String> property, 25 static void delprop_static(v8::Local<v8::String> property,
|
/external/tensorflow/tensorflow/contrib/predictor/ |
predictor.py | 29 @property 33 @property 37 @property 41 @property
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCMediaSource+Internal.h | 34 @property(nonatomic, assign, readonly)
|
RTCMediaStream+Internal.h | 34 @property(nonatomic, assign, readonly)
|
RTCMediaStreamTrack+Internal.h | 34 @property(nonatomic, assign, readonly)
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCEAGLVideoView.h | 44 @property(nonatomic, weak) id<RTCEAGLVideoViewDelegate> delegate;
|
RTCNSGLVideoView.h | 45 @property(nonatomic, weak) id<RTCNSGLVideoViewDelegate> delegate;
|
/external/webrtc/webrtc/api/objc/ |
RTCEAGLVideoView.h | 6 * tree. An additional intellectual property rights grant can be found 31 @property(nonatomic, weak) id<RTCEAGLVideoViewDelegate> delegate;
|
RTCMediaSource.h | 6 * tree. An additional intellectual property rights grant can be found 25 @property(nonatomic, readonly) RTCSourceState state;
|
RTCNSGLVideoView.h | 6 * tree. An additional intellectual property rights grant can be found 30 @property(nonatomic, weak) id<RTCNSGLVideoViewDelegate> delegate;
|
RTCSessionDescription+Private.h | 6 * tree. An additional intellectual property rights grant can be found 24 @property(nonatomic, readonly)
|
/external/webrtc/webrtc/base/objc/ |
NSString+StdString.h | 6 * tree. An additional intellectual property rights grant can be found 19 @property(nonatomic, readonly) std::string stdString;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDMessageResponse.h | 6 * tree. An additional intellectual property rights grant can be found 22 @property(nonatomic, readonly) ARDMessageResultType result;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
ARDMainView.h | 6 * tree. An additional intellectual property rights grant can be found 28 @property(nonatomic, weak) id<ARDMainViewDelegate> delegate;
|
/frameworks/base/media/java/android/mtp/ |
MtpPropertyList.java | 31 // list of object property codes (second field in quadruplet) 35 // list of long int property values (fourth field in quadruplet, when value is integer type) 37 // list of long int property values (fourth field in quadruplet, when value is string type) 52 public void append(int handle, int property, int type, long value) { 54 mPropertyCodes.add(property); 60 public void append(int handle, int property, String value) { 62 mPropertyCodes.add(property);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
TouchAnimator.java | 19 import android.util.Property; 131 public Builder addFloat(Object target, String property, float... values) { 132 add(target, KeyframeSet.ofFloat(getProperty(target, property, float.class), values)); 136 public Builder addInt(Object target, String property, int... values) { 137 add(target, KeyframeSet.ofInt(getProperty(target, property, int.class), values)); 146 private static Property getProperty(Object target, String property, Class<?> cls) { 148 switch (property) { 169 if (target instanceof TouchAnimator && "position".equals(property)) { 172 return Property.of(target.getClass(), cls, property) [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntryCounter.java | 46 public void onPropertyCreated(VCardProperty property) {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
context.py | 47 @property 52 @property 57 @property 62 @property
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
StringXmlPropertyDialog.java | 23 import org.eclipse.wb.internal.core.model.property.Property; 24 import org.eclipse.wb.internal.core.model.property.editor.string.StringPropertyDialog; 27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception { 28 super(parentShell, property);
|