HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 1701 - 1725 of 6891) sorted by null

<<61626364656667686970>>

  /external/icu4c/common/
propname.h 39 * Enumerated, Binary, or Catalog properties, use the following
151 * The valueMaps[] begins with a map from UProperty enums to properties,
153 * for those properties that have named values.
182 * For both properties and property values, ranges are sorted by their start/limit values.
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 603 Map<String, byte[]> properties = this.getProperties(); local
604 for (String key : properties.keySet()) {
605 byte[] value = properties.get(key);
695 Map<String, byte[]> properties = this.getProperties(); local
696 Collection<String> names = (properties != null ? properties.keySet() : Collections.<String> emptySet());
817 Hashtable<String, byte[]> properties = new Hashtable<String, byte[]>(); local
824 properties.clear();
836 properties.clear();
840 properties.put(name, NO_VALUE)
1176 Map<String, byte[]> properties = this.getProperties(); local
    [all...]
  /external/kernel-headers/original/linux/
nfs3.h 40 /* NFSv3 file system properties */
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp 26 #include <cutils/properties.h>
  /external/libnfc-nci/src/adaptation/
OverrideLog.cpp 26 #include <cutils/properties.h>
  /external/libvpx/libvpx/nestegg/halloc/
README 6 when allocated structures exhibit hierarchical properties.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.h 1 //===-- ARMMCAsmInfo.h - ARM asm properties --------------------*- C++ -*--===//
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.h 1 //===-- NVPTXMCAsmInfo.h - NVPTX asm properties ----------------*- C++ -*--===//
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.h 1 //===-- PPCMCAsmInfo.h - PPC asm properties --------------------*- C++ -*--===//
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.h 1 //===-- XCoreMCAsmInfo.h - XCore asm properties ----------------*- C++ -*--===//
  /external/lzma/C/
Lzma2Dec.h 73 SZ_ERROR_UNSUPPORTED - Unsupported properties
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 104 const PROPVARIANT *properties, UInt32 numProperties);
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 313 public boolean SetDecoderProperties(byte[] properties)
315 if (properties.length < 5)
317 int val = properties[0] & 0xFF;
324 dictionarySize += ((int)(properties[1 + i]) & 0xFF) << (i * 8);
  /external/lzma/Java/SevenZip/
LzmaAlone.java 228 byte[] properties = new byte[propertiesSize];
229 if (inStream.read(properties, 0, propertiesSize) != propertiesSize)
232 if (!decoder.SetDecoderProperties(properties))
233 throw new Exception("Incorrect stream properties");
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.h 81 * properties
  /external/openfst/src/bin/
fstinfo.cc 21 // and arcs and property values (see properties.h).
  /external/openfst/src/include/fst/
weight.h 22 // two designated elements Zero and One with the following properties:
64 // Properties: specifies additional properties that hold:
136 if (!(W::Properties() & kIdempotent)) {
  /external/proguard/examples/
proguard.pro 44 #-adaptresourcefilecontents proguard/ant/task.properties
  /external/proguard/src/proguard/classfile/attribute/
ExceptionInfo.java 53 * Creates an ExceptionInfo with the given properties.
  /external/protobuf/vsprojects/
readme.txt 41 2a) Right-click the project and choose "properties".
42 2b) From the side bar, choose "General", under "Configuration Properties".
73 3) Right-click on the "tests" project and choose "properties". Navigate the
74 sidebar to "Configuration Properties" -> "Linker" -> "Input".
  /external/smack/src/org/jivesoftware/smackx/provider/
DelayInfoProvider.java 28 * <p>This provider must be registered in the <b>smack.properties</b> file for the element
  /external/v8/test/mjsunit/
declare-locally.js 29 // properties defined in the prototype chain too
delete-in-eval.js 28 // Should be able to delete properties in the context through eval().
delete-in-with.js 28 // It should be possible to delete properties of 'with' context
for-in-delete.js 28 // Test that properties deleted during a for-in iteration do not show up in

Completed in 958 milliseconds

<<61626364656667686970>>