HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 276 - 300 of 339) sorted by null

<<11121314

  /prebuilt/common/osgi/
osgi.jar 
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 82 final SourcePathCache cache, final IProperties properties)
85 initialize (mdata, cdata, cache, properties);
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 32 #include <cutils/properties.h> // for property_get
46 #include <cutils/properties.h>
    [all...]
  /external/dhcpcd/
dhcpcd.c 57 #include <cutils/properties.h>
  /external/icu4c/data/
makedata.mak 387 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu)
411 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
639 @echo Creating data file for Unicode Character Properties
645 @echo Creating data file for Unicode BiDi/Shaping Properties
651 @echo Creating data file for Unicode Case Mapping Properties
  /external/v8/src/
factory.cc 256 // extra inobject properties.
261 // If the instance size overflows, we allocate as many properties
262 // as we can as inobject properties.
266 // Adjust the map with the extra inobject properties.
292 ASSERT(boilerplate->properties() == Heap::empty_fixed_array());
    [all...]
heap.h 306 // Properties and elements are copied too.
    [all...]
string.js 196 // lastMatchArray without erroneously affecting the properties on the global
376 // the static properties of the RegExp constructor. Example:
objects.cc 254 // If the object has an interceptor, try real named properties.
314 // If the object has an interceptor, try real named properties.
409 // When forced to delete global properties, we have to make a
514 // Non-JS objects do not have integer indexed properties.
    [all...]
  /external/wpa_supplicant/
wpa_cli.c 33 #include <cutils/properties.h>
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 29 #include <cutils/properties.h>
505 /* Set to ro properties, default is en_US */
517 * Various arguments, most determined by system properties, are passed in.
842 /* Set the properties for locale */
    [all...]
android_server_BluetoothService.cpp 44 #include <cutils/properties.h>
    [all...]
  /frameworks/base/libs/rs/
rsContext.cpp 27 #include <cutils/properties.h>
  /frameworks/base/libs/ui/
EventHub.cpp 22 #include <cutils/properties.h>
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 50 #include <cutils/properties.h>
    [all...]
  /external/libxml2/
parser.c     [all...]
valid.c     [all...]
  /external/gtest/src/
gtest.cc 3162 const internal::List<TestProperty>& properties = result->test_properties(); local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 799 for (int i = 0; i < expr->properties()->length(); i++) {
800 ObjectLiteral::Property* property = expr->properties()->at(i);
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 913 for (int i = 0; i < expr->properties()->length(); i++) {
914 ObjectLiteral::Property* property = expr->properties()->at(i);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 914 for (int i = 0; i < expr->properties()->length(); i++) {
915 ObjectLiteral::Property* property = expr->properties()->at(i);
    [all...]
  /external/v8/test/mjsunit/
debug-scopes.js 139 var scope_size = scope.scopeObject().properties().length;
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/opencore/android/
playerdriver.cpp 30 #include <cutils/properties.h>
    [all...]
  /external/ppp/pppd/
main.c 93 #include <cutils/properties.h>
    [all...]

Completed in 558 milliseconds

<<11121314