/external/wpa_supplicant_8/src/p2p/ |
p2p_pd.c | 33 /* Config Methods */ 72 /* WPS IE with Config Methods attribute */ 120 /* WPS IE with Config Methods attribute */ 145 " with config methods 0x%x (freq=%d)", 166 p2p_dbg(p2p, "Unsupported Config Methods in Provision Discovery Request"); 260 " with config methods 0x%x", 284 * Use a local copy of the requested config methods since 417 " (config methods 0x%x)", 434 MACSTR " (config methods 0x%x)", 468 /* Reset the config methods of the device * [all...] |
p2p_build.c | 154 u16 methods; local 164 /* Config Methods */ 165 methods = 0; 168 methods |= WPS_CONFIG_PUSHBUTTON; 171 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; 173 methods |= p2p->cfg->config_methods & 177 methods |= WPS_CONFIG_PUSHBUTTON; 178 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; 180 wpabuf_put_be16(buf, methods);
|
/frameworks/base/docs/html/training/activity-testing/ |
activity-ui-testing.jd | 13 <li><a href="#test_method">Add Test Methods to Verify UI Behavior</a> 63 {@link android.app.Activity} or run test methods on the UI thread, you can 65 To learn more about how to run test methods on the UI thread, see 100 <h2 id="test_methods">Add Test Methods to Validate UI Behavior</h2> 109 <p>The following section demonstrates how you can implement test methods 137 object, then call assertion methods to verify that the 182 helper class provides convenience methods for simulating touch interactions 183 with your application. You can use these methods to simulate clicking, tapping, 186 methods are designed to send events to the UI thread safely from the test thread. 210 <p>You can mark up your test methods with other test annotations to contro [all...] |
/frameworks/base/test-runner/src/android/test/ |
ActivityUnitTestCase.java | 40 * The following methods should not be called in this configuration - most of them will throw 55 * <p>The following methods may be called but will not do anything. For test purposes, you can use 56 * the methods {@link #getStartedActivityIntent()} and {@link #getStartedActivityRequest()} to 63 * <p>The following methods may be called but will not do anything. For test purposes, you can use 64 * the methods {@link #isFinishCalled()} and {@link #getFinishedActivityRequest()} to inspect the 109 * cycle methods, you must call them yourself from your test case. 112 * test methods.</i> 236 * @return Returns true if one of the listed finish methods was called. 259 * to call a few more Activity methods, including: 268 * TODO: Make this overrideable, and the unit test can look for calls to other methods [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.h | 133 /** Debug methods */ 139 * Utility methods called by configure/readout threads and pipeline 151 * Utility methods 327 Mutex mInputMutex; // Protects input methods 360 // Private to threadLoop and its utility methods 366 // Utility methods for AF 372 // Utility methods for precapture trigger
|
/external/chromium_org/chromeos/ime/ |
input_method_manager.h | 90 // Returns all input methods that are supported, including ones not active. 96 // Returns the list of input methods we can select (i.e. active) including 97 // extension input methods. 100 // Returns the list of input methods we can select (i.e. active) including 101 // extension input methods. 105 // Returns the number of active input methods including extension input 106 // methods.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ReflectionUtils.java | 132 Map<String, Method> methods = Maps.newHashMap(); local 137 if (!methods.containsKey(signature)) { 139 methods.put(signature, method); 147 if (!methods.containsKey(signature)) { 149 methods.put(signature, method); 154 return methods; 192 * we can find even protected/private methods. Can return <code>null</code> if no method with
|
/external/eigen/doc/ |
C05_TutorialAdvancedInitialization.dox | 9 This page discusses several advanced methods for initializing matrices. It gives more details on the 74 The Matrix and Array classes have static methods like \link DenseBase::Zero() Zero()\endlink, which can be 114 \f$ J = \bigl[ \begin{smallmatrix} O & I \\ I & O \end{smallmatrix} \bigr] \f$: using static methods and 115 assignment, using static methods and the comma-initializer, or using the setXxx() methods. 131 As shown above, static methods as Zero() and Constant() can be used to initialize variables at the time of 132 declaration or at the right-hand side of an assignment operator. You can think of these methods as returning a
|
/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 52 final MethodDescriptor [] methods = m_cls.getMethods (); local 55 for (int m = 0, mLimit = methods.length; m < mLimit; ++ m) 57 final int mFirstLine = methods [m].getFirstLine (); 112 // info is available; instead, lines from all methods belonging 120 for (Iterator methods = getChildren (); methods.hasNext (); ) 122 final MethodItem method = (MethodItem) methods.next ();
|
/external/proguard/src/proguard/evaluation/value/ |
DoubleValue.java | 41 // Basic unary methods. 64 // Basic binary methods. 120 // Derived binary methods. 132 // Similar binary methods, but this time with more specific arguments. 222 // Derived binary methods. 235 // Similar binary methods, but this time with particular arguments. 325 // Derived binary methods.
|
FloatValue.java | 41 // Basic unary methods. 64 // Basic binary methods. 120 // Derived binary methods. 132 // Similar binary methods, but this time with more specific arguments. 222 // Derived binary methods. 235 // Similar binary methods, but this time with particular arguments. 325 // Derived binary methods.
|
/hardware/libhardware/include/hardware/ |
nfc.h | 39 * - Implement each of the HAL methods specified below as applicable to their silicon 81 * Allowed status return values for each of the HAL methods 106 * followed by device-specific methods and members. 108 * All methods in the NCI HAL are asynchronous. 183 * Convenience methods that the NFC stack can use to open 188 return module->methods->open(module, NFC_NCI_CONTROLLER, 263 return module->methods->open(module, NFC_PN544_CONTROLLER,
|
/libcore/luni/src/main/java/java/util/ |
Queue.java | 17 * operations. Each of these methods exists in two forms: one throws 69 * <p>The {@link #remove()} and {@link #poll()} methods remove and 74 * <tt>poll()</tt> methods differ only in their behavior when the 78 * <p>The {@link #element()} and {@link #peek()} methods return, but do 82 * methods</i>, which are common in concurrent programming. These methods, 96 * element-based versions of methods <tt>equals</tt> and
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ThresholdingOutputStream.java | 29 * This class overrides all <code>OutputStream</code> methods. However, these
30 * overrides ultimately call the corresponding methods in the underlying output
81 // --------------------------------------------------- OutputStream methods
165 // --------------------------------------------------------- Public methods
203 // ------------------------------------------------------ Protected methods
235 // ------------------------------------------------------- Abstract methods
240 * <code>OutputStream</code> methods in this class will ultimately delegate.
|
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 45 // This castAs is safe: methods that don't return an object 370 // Warn on deprecated methods under -Wdeprecated-implementations, [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
Fences.java | 10 * A set of methods providing fine-grained control over happens-before 12 * methods of this class are designed for use in uncommon situations 15 * methods, or using other synchronization facilities are not possible 18 * <p><b>Memory Ordering.</b> There are three methods for controlling 25 * properties of these methods described below provide 28 * methods may result in the suppression of otherwise valid compiler 38 * order. These methods also return their arguments to simplify 41 * <p>Usages of ordering methods almost always take one of the forms 105 * practice, among other changes, you would use access methods instead 127 * idioms illustrated above, Fence methods ordering writes must b [all...] |
/frameworks/base/docs/html/tools/testing/ |
testing_android.jd | 105 provide helper methods for creating mock objects and methods that help you control the 148 statements test a part of the application under test. You organize test methods into classes 150 the application under test. Each class is a container for related test methods, although it 151 often provides helper methods as well. 227 teardown, and helper methods. 231 The assert methods compare values you expect from a test to the actual results and 247 Android instrumentation is a set of control methods or "hooks" in the Android system. These hooks 258 methods directly, but you can do so using instrumentation. 267 With Android instrumentation, though, you can invoke callback methods in your test code [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1-sources.jar | |
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Output.java | 129 * Prints the list of methods in a simple human-readable format. 134 MethodRef[] methods = classes[i].getMethodArray(); local 136 for (int j = 0; j < methods.length; j++) { 137 MethodRef ref = methods[j]; 155 * the matching fields and methods. 204 * Prints the externally-visible methods in XML format. 207 MethodRef[] methods = cref.getMethodArray(); local 208 for (int i = 0; i < methods.length; i++) { 209 MethodRef mref = methods[i];
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 26 * Container representing a class or interface with fields and methods. 30 // methods are hashed on name:descriptor 158 * Returns an iterator over all known methods. 213 * Flattens a class. This involves copying all methods and fields 250 * and declare no fields or methods. (If the API XML file is 251 * fixed, it will declare methods; but at that point having special 322 * Merges the fields and methods from "otherClass" into this class. 330 ", methods=" + 337 ", methods=" + mMethodList.size());*/
|
/external/guava/guava/src/com/google/common/collect/ |
ForwardingMap.java | 32 * override one or more methods to modify the behavior of the backing map as 36 * <p><i>Warning:</i> The methods of {@code ForwardingMap} forward 37 * <i>indiscriminately</i> to the methods of the delegate. For example, 43 * <p>Each of the {@code standard} methods, where appropriate, use {@link 49 * <p>The {@code standard} methods and the collection views they return are not 50 * guaranteed to be thread-safe, even when all of the methods that they depend 190 * methods: {@link ForwardingMap#clear}, {@link ForwardingMap#containsKey}, 223 * methods: {@link ForwardingMap#clear}, {@link ForwardingMap#containsValue}, 255 * methods: {@link ForwardingMap#clear}, {@link ForwardingMap#containsKey},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
saxutils.py | 94 # TextIOWrapper uses this methods to determine 138 # ContentHandler methods 196 unmodified, but subclasses can override specific methods to modify 204 # ErrorHandler methods 215 # ContentHandler methods 256 # DTDHandler methods 264 # EntityResolver methods 269 # XMLReader methods 293 # XMLFilter methods
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
saxutils.py | 94 # TextIOWrapper uses this methods to determine 138 # ContentHandler methods 196 unmodified, but subclasses can override specific methods to modify 204 # ErrorHandler methods 215 # ContentHandler methods 256 # DTDHandler methods 264 # EntityResolver methods 269 # XMLReader methods 293 # XMLFilter methods
|
/cts/tools/signature-tools/src/signature/model/impl/ |
SigClassDefinition.java | 45 private Set<IMethod> methods = Uninitialized.unset(); field in class:SigClassDefinition 110 return methods; 113 public void setMethods(Set<IMethod> methods) { 114 this.methods = methods;
|
/external/chromium/chrome/browser/ssl/ |
ssl_error_handler.h | 29 // methods to implement the actions that should be taken on the UI thread. 30 // These methods can call the different convenience methods ContinueRequest/ 93 // The following 2 methods are the methods subclasses should implement.
|