/prebuilt/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/external/guava/src/com/google/common/collect/ |
Maps.java | 41 import java.util.Properties; 462 * Creates an {@code ImmutableMap<String, String>} from a {@code Properties} 463 * instance. Properties normally derive from {@code Map<Object, Object>}, but 465 * a plain-old-{@code Map} out of a {@code Properties}. 467 * @param properties a {@code Properties} object to be converted 469 * {@code properties} 470 * @throws ClassCastException if any key in {@code Properties} is not a 472 * @throws NullPointerException if any key or value in {@code Properties} is 476 fromProperties(Properties properties) [all...] |
/external/libxml2/ |
c14n.c | 790 for(attr = cur->properties; attr != NULL; attr = attr->next) { 1000 attr = cur->properties; 1021 attr = cur->properties; [all...] |
xmlsave.c | 891 if (cur->properties != NULL) 892 xmlAttrListDumpOutput(ctxt, cur->properties); [all...] |
/external/v8/src/ |
heap.cc | 3161 Object* properties; local 3318 FixedArray* properties = FixedArray::cast(source->properties()); local 3357 Object* properties; local [all...] |
/external/bluetooth/bluez/attrib/ |
gatttool.c | 206 g_print("handle = 0x%04x, char properties = 0x%02x, char value " 208 chars->properties, chars->value_handle, chars->uuid);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jsevalcontext.js | 63 * object, whose properties can be referred to in jstemplate
132 // to allow for accessing top-level properties of the original context
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jsevalcontext.js | 63 * object, whose properties can be referred to in jstemplate 132 // to allow for accessing top-level properties of the original context
|
/external/harfbuzz/src/ |
harfbuzz-gsub.c | 4124 HB_UInt* properties = gsub->LookupList.Properties; local 4214 HB_UInt* properties; local 4249 HB_UInt* properties; local [all...] |
/external/qemu/ |
android-configure.sh | 217 TOOLS_PROPS=$ANDROID_TOP/sdk/files/tools_source.properties
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 41 #include <cutils/properties.h>
|
/external/v8/src/arm/ |
stub-cache-arm.cc | 96 // This function is safe to call if the receiver has fast properties. 126 // Load properties array. 127 Register properties = scratch0; local 128 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset)); 129 // Check that the properties array is a dictionary. 130 __ ldr(map, FieldMemOperand(properties, HeapObject::kMapOffset)); 131 Register tmp = properties; 137 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset)); 154 // property. It's true even if some slots represent deleted properties 157 // scratch0 points to properties hash [all...] |
/external/webkit/ |
Android.mk | 225 $(WEBCORE_PATH)/svg/properties \
|
/external/webkit/Source/WebCore/editing/ |
ApplyStyleCommand.cpp | 209 // Apply the block-centric properties of the style. 221 // Force all properties to be applied as block styles. 590 // Avoid removing the dir attribute and the unicode-bidi and direction properties from the unsplit ancestors. 632 // Avoid applying the unicode-bidi and direction properties beneath ancestors that already have them. [all...] |
/frameworks/base/cmds/dumpstate/ |
utils.c | 34 #include <cutils/properties.h> 215 /* prints all the system properties */ 222 printf("------ SYSTEM PROPERTIES ------\n");
|
/frameworks/base/libs/rs/driver/ |
rsdCore.cpp | 35 #include <cutils/properties.h>
|
/frameworks/base/media/libstagefright/chromium_http/ |
support.cpp | 39 #include <cutils/properties.h>
|
/frameworks/base/services/surfaceflinger/ |
Layer.cpp | 23 #include <cutils/properties.h>
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
Script.cpp | 46 #include <cutils/properties.h>
|
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 23 #include <cutils/properties.h>
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 23 #include <cutils/properties.h> [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 291 XkbPropertyPtr properties; member in struct:_XkbGeometry
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditor.java | 55 import org.eclipse.ui.views.properties.IPropertySheetPage;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 17 package com.android.ide.eclipse.adt.internal.properties; 75 * read-write copy of the properties being edited. 272 * the new properties on disk. Saving the properties on disk, via
|
/system/bluetooth/brcm_patchram_plus/ |
brcm_patchram_plus.c | 129 #include <cutils/properties.h>
|