/external/chromium_org/ppapi/cpp/private/ |
flash_fullscreen.h | 19 // PPB_FlashFullscreen methods.
|
/external/chromium_org/rlz/lib/ |
crc8.h | 11 // CRC-8 methods:
|
/external/chromium_org/sandbox/win/src/ |
sandbox_factory.h | 10 // SandboxFactory is a set of static methods to get access to the broker 11 // or target services object. Only one of the two methods (GetBrokerServices, 26 // The methods in this class are expected to be called from a single thread 30 // process. These factory methods then need to be called from the main
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/ |
create-element.html | 7 description: "This benchmark covers 'createElement', 'createTextNode' and 'cloneNode' in Dromaeo/dom-modify.html, and other DOM methods that return a new Node object.",
|
get-attribute.html | 10 description: "This benchmark covers 'getAttribute' in Dromaeo/dom-attr.html, and other DOM methods that return a String.",
|
get-element-by-id.html | 8 description: "This benchmark covers 'getElementById' in Dromaeo/dom-query.html, and other DOM methods that return a Node object.",
|
get-elements-by-tag-name.html | 8 description: "This benchmark covers 'getElementsByTagName (not in document)', 'getElementsByTagName', 'getElementsByName (not in document)' and 'getElementsByName' in Dromaeo/dom-query.html, and other DOM methods that return a NodeList.",
|
set-attribute.html | 10 description: "This benchmark covers 'setAttribute' in Dromaeo/dom-attr.html and other DOM methods that return an undefined.",
|
undefined-get-element-by-id.html | 7 description: "This benchmark covers 'getElementById (not in document)' in Dromaeo/dom-query.html, and other Node-query methods that return a null.",
|
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
bitset.h | 35 // TODO add other methods as needed.
|
/external/chromium_org/tools/clang/plugins/tests/ |
virtual_methods.txt | 2 ./virtual_methods.h:17:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be declared inline.
|
/external/clang/test/SemaObjC/ |
method-lookup-3.m | 31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}} 35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}} 39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}} 72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
|
/external/guava/guava/src/com/google/common/io/ |
package-info.java | 18 * This package contains utility methods and classes for working with Java I/O, 21 * <p>Many of the methods are based on the 25 * being created. The advantage of using a factory is that the helper methods in 29 * {@link com.google.common.io.Files} classes all have static helper methods to
|
/external/icu4c/test/perf/usetperf/ |
bitset.h | 35 // TODO add other methods as needed.
|
/external/javassist/src/main/javassist/tools/rmi/ |
package.html | 9 Javassist API; they never call any hidden methods.
|
/external/junit/src/org/junit/runners/model/ |
RunnerScheduler.java | 4 * Represents a strategy for scheduling when individual test methods
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
UserDataBox.java | 37 return super.getContentSize(); //To change body of overridden methods use File | Settings | File Templates. 42 super.parse(readableByteChannel, header, contentSize, boxParser); //To change body of overridden methods use File | Settings | File Templates. 47 super._parseDetails(content); //To change body of overridden methods use File | Settings | File Templates. 52 super.getContent(byteBuffer); //To change body of overridden methods use File | Settings | File Templates.
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockDialogInterface.java | 8 * A mock {@link android.content.DialogInterface} class. All methods are non-functional and throw
|
/frameworks/testing/uiautomator/library/ |
apicheck_msg_current.txt | 6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldAndroidClassTest.java | 141 Method[] methods = ArrayList.class.getMethods(); local 144 for (Method method : methods) { 173 // Check if we also reflect methods from interfaces 175 Method[] methods = MyInterface.class.getMethods(); local 176 assertTrue(hasMethod(methods, ".foo(")); 178 methods = MyOtherInterface.class.getMethods(); 179 assertTrue(hasMethod(methods, ".foo(")); 180 assertTrue(hasMethod(methods, ".bar(")); 182 methods = MyClass.class.getMethods(); 183 assertTrue(hasMethod(methods, ".foo(")) [all...] |
/libnativehelper/ |
README | 4 These are VM-agnostic native functions that implement methods for system
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_nonzero.py | 1 """Fixer for __nonzero__ -> __bool__ methods."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_nonzero.py | 1 """Fixer for __nonzero__ -> __bool__ methods."""
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_JniCTest.c | 39 static JNINativeMethod methods[] = { variable 47 methods, sizeof(methods) / sizeof(JNINativeMethod));
|
android_jni_cts_JniCppTest.cpp | 39 static JNINativeMethod methods[] = { variable 47 methods, sizeof(methods) / sizeof(JNINativeMethod));
|