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

<<11121314151617181920>>

  /sdk/testapps/userLibTest/
proguard-project.txt 1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
  /system/core/toolbox/
getprop.c 4 #include <cutils/properties.h>
21 /* Record properties in the string list */
  /cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java 39 List<ICalendar.Property> properties = local
41 assertTrue(properties == null);
48 properties = component.getProperties(RecurrenceSet.CTS_PROPERTY_NAME);
49 assertTrue(properties.size() == 1);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t025lexerRulePropertyRef.html 28 assertEquals(lexer.properties.length, 3);
40 assertArrayEquals(lexer.properties[0], p1);
52 assertArrayEquals(lexer.properties[1], p2);
64 assertArrayEquals(lexer.properties[2], p3);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/
antlr.properties 1 # This properties file is used by ANTLR to pick up any resources
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
window_creation.applescript 8 make new window with properties {mode:"incognito"}
  /external/chromium_org/cc/layers/
paint_properties.h 12 // Container for properties that layers need to save before they can be paint.
  /external/chromium_org/chrome/browser/guestview/
guestview_constants.cc 9 // Parameters/properties on events.
guestview_constants.h 12 // Parameters/properties on events.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
window_creation.applescript 8 make new window with properties {mode:"incognito"}
  /external/chromium_org/chrome/common/extensions/docs/templates/private/intro_tables/
tabs_permissions.html 7 <code><a href="#property-Tab-favIconUrl">favIconUrl</a></code> properties of
  /external/chromium_org/chromeos/network/
shill_property_handler.h 35 // requests properties for new devices/networks. It takes a Listener in its
36 // constructor (e.g. NetworkStateHandler) that it calls when properties change
53 // Called when the properties for a managed state have changed.
57 const base::DictionaryValue& properties) = 0;
81 // Called when a managed state list has changed, after properties for any
96 // Requests all Manager properties. Called from Init() and any time
97 // properties that do not signal changes might have been updated (e.g.
123 // Requests all properties for the service or device (called for new items).
135 // Callback for dbus method fetching properties.
137 const base::DictionaryValue& properties);
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.h 17 // Update |event|'s windowsKeyCode and keyIdentifer properties using the
  /external/chromium_org/sync/protocol/
dictionary_specifics.proto 14 // Properties of Dictionary objects.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
cso.rst 7 out a state object with the desired properties, then passing that object
  /external/clang/test/CodeGenObjC/
debug-info-property4.m 1 // RUN: %clang_cc1 -fobjc-default-synthesize-properties -masm-verbose -S -g %s -o - | FileCheck %s
  /external/clang/test/SemaObjC/
direct-synthesized-ivar-access.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
  /external/clang/tools/c-index-test/
CMakeLists.txt 22 PROPERTIES
  /external/clang/tools/libclang/
CMakeLists.txt 81 PROPERTIES
87 PROPERTIES
97 PROPERTIES
117 PROPERTIES
  /external/clang/unittests/
CMakeLists.txt 2 set_target_properties(ClangUnitTests PROPERTIES FOLDER "Clang tests")
  /external/compiler-rt/lib/ubsan/lit_tests/
CMakeLists.txt 20 set_target_properties(check-ubsan PROPERTIES FOLDER "UBSan unittests")
  /external/mesa3d/src/gallium/docs/source/
cso.rst 7 out a state object with the desired properties, then passing that object
  /external/proguard/examples/ant/
applications1.xml 8 <taskdef resource="proguard/ant/task.properties"
  /external/robolectric/
find-android.sh 10 echo "sdk.dir=$ANDROID_HOME" > local.properties
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
Android.mk 8 properties.cpp \

Completed in 652 milliseconds

<<11121314151617181920>>