/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
MockLooper.java | 9 * myLooper and getMainLooper will always be equal. The implication is that any calling 10 * entity will assume that it is running on the main thread. Simulation of background mode
|
/external/clang/test/Parser/ |
ms-if-exists.cpp | 15 this will not compile. 18 this will not compile. 41 this will not compile. 45 this will not compile. 62 __if_exists(MayExist::Type_not) { this will not compile } 74 __if_not_exists(MayExist::Type) { this will not compile } 91 this will not compile. 95 this will not compile.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
system_boot_mode.txt | 13 Note if you disable SELinux, you will need to to reboot, to turn it off. Also the next time you turn SELinux on, a full system relabel will be performed.
|
/external/valgrind/none/tests/ |
allexec32.stdout.exp | 1 ./allexec32 will exec ./allexec32 8 ./allexec32 will exec ./allexec64
|
allexec64.stdout.exp | 1 ./allexec64 will exec ./allexec32 8 ./allexec64 will exec ./allexec64
|
/ndk/tests/build/pthread-rwlock-initializer/jni/ |
test_pthread_rwlock_initializer.c | 2 * Defined. It will fail to compile otherwise. 5 * by the C library. It will fail to link otherwise.
|
/external/clang/test/Sema/ |
builtin-assume.c | 11 __assume(++i > 2); //expected-warning {{the argument to '__assume' has side effects that will be discarded}} 12 __assume(nonconst() > 2); //expected-warning {{the argument to '__assume' has side effects that will be discarded}} 15 __assume(ispure(++i) > 2); //expected-warning {{the argument to '__assume' has side effects that will be discarded}} 20 __builtin_assume(++i > 2); //expected-warning {{the argument to '__builtin_assume' has side effects that will be discarded}} 21 __builtin_assume(nonconst() > 2); //expected-warning {{the argument to '__builtin_assume' has side effects that will be discarded}} 24 __builtin_assume(ispure(++i) > 2); //expected-warning {{the argument to '__builtin_assume' has side effects that will be discarded}}
|
/external/clang/test/SemaCXX/ |
warn-unreachable.cpp | 35 dead(); // expected-warning {{will never be executed}} 41 --; // expected-warning {{will never be executed}} 44 halt() // expected-warning {{will never be executed}} 49 (halt()); // expected-warning {{will never be executed}} 57 halt(), foor()// expected-warning {{will never be executed}} 67 .mem; // expected-warning {{will never be executed}} 77 (halt()); // expected-warning {{will never be executed}} 107 dead(); // expected-warning {{will never be executed}} 129 return PR19040_TEST_FAILURE; // expected-warning {{will never be executed}} 145 return ""; // expected-warning {{'return' will never be executed} [all...] |
/device/asus/flo/conn_init/ |
wfc_util_fctrl.h | 30 * return : it will return the length of the stored buffer value if procedure is success 31 * or will return 0 if not. 38 * The following format string will be added or updated to the file pFileName. 64 * return : it will return the length of the stored string value if procedure is success 65 * or will return 0 if not. 77 * return : it will return 0 if the file exist 78 * or will return -1 if not. 85 * check whether pDestFName file exist if not it will copy from pSourceFName file 87 * return : it will return 0 if procedure is success 88 * or will return -1 if not [all...] |
/frameworks/base/obex/javax/obex/ |
ServerRequestHandler.java | 37 * will respond to OBEX requests made to the server. 44 * <code>ResponseCodes</code> class is returned, the server implementation will 51 * implementation, it will not send a Connection ID header, if a Connection ID 54 * an OBEX operation and a Connection ID was specified, no Connection ID will be 60 * When a CREATE-EMPTY request is received, the <code>onPut()</code> method will 64 * <code>onPut()</code> method. For a PUT request, the application will be able 66 * request, there will be no Body data to read. Therefore, a call to 67 * <code>InputStream.read()</code> will return -1. 100 * This method will return -1 if no connection ID is being used. 112 * <code>onConnect()</code> will always return an <code>OBEX_HTTP_OK</code [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
DataFetcher.java | 9 * not be called. If {@link #loadData(Priority)} is called, then so {@link #cleanup()} will be called. 16 * Asynchronously fetch data from which a resource can be decoded. This will always be called on 18 * must be thread safe since this method will be called from a thread in a 21 * This method will only be called when the corresponding resource is not in the cache. 24 * Note - this method will be run on a background thread so blocking I/O is safe. 28 * @see #cleanup() where the data retuned will be cleaned up 33 * Cleanup or recycle any resources used by this data fetcher. This method will be called in a finally block 38 * Note - this method will be run on a background thread so blocking I/O is safe. 45 * Returns a string uniquely identifying the data that this fetcher will fetch including the specific size. 48 * A hash of the bytes of the data that will be fetched is the ideal id but since that is in many case [all...] |
/external/e2fsprogs/misc/ |
logsave.8.in | 17 program will execute 25 will accumulate the output in memory until it can be written out. 26 A copy of the output will also be written to standard output. 32 will take its input from standard input and save it in 42 This option will cause the output to be appended to 47 This option will cause 55 This option will make
|
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/ |
DoSFilter-mbean.properties | 4 maxWaitMs: maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore. 13 whitelist: comma separated list of IP addresses that will not be rate limited. 14 clearWhitelist(): clears the list of IP addresses that will not be rate limited. 15 addWhitelistAddress(java.lang.String):ACTION: adds an IP address that will not be rate limited. 16 addWhitelistAddress(java.lang.String)[0]:address: the IP address that will not be rate limited. 17 removeWhitelistAddress(java.lang.String):ACTION: removes an IP address that will not be rate limited. 18 removeWhitelistAddress(java.lang.String)[0]:address: the IP address that will not be rate limited.
|
/external/llvm/docs/CommandGuide/ |
llvm-dis.rst | 23 will send its output to standard output by default. Otherwise, the 24 output will be written to a file named after the input file, with 25 a ``.ll`` suffix added (any existing ``.bc`` suffix will first be 37 Enable binary output on terminals. Normally, **llvm-dis** will refuse to 39 **llvm-dis** will write raw bitcode regardless of the output device. 61 If **llvm-dis** succeeds, it will exit with 0. Otherwise, if an error 62 occurs, it will exit with a non-zero value.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
BasicPeriodFormatterFactory.java | 27 * or 'less than' will be displayed when the Period has a defined 31 * or 'from now' will be displayed to indicate past or future 35 * count and period, and multiple periods) will be displayed, when 40 * unit names to use. PLURALIZED indicates that full names will be 42 * names will be used. SHORT indicates that short (usually single 43 * character) names will be used. If there is no localization data 44 * available for either the SHORT or MEDIUM names, the other will be 45 * used, if neither is available, the PLURALIZED names will be used. 49 * unit will be formatted: either as an integer, a fraction to the 51 * Counts for higher units will be formatted as integers [all...] |
/external/skia/include/core/ |
SkMallocPixelRef.h | 23 * lifetime of the pixel storage buffer, as this pixelref will not try 26 * The pixelref will ref() the colortable (if not NULL). 35 * pixels. If rowBytes are 0, an optimal value will be chosen automatically. 36 * If rowBytes is > 0, then it will be respected, or NULL will be returned 39 * This pixelref will ref() the specified colortable (if not NULL). 49 * will be called. 51 * This pixelref will ref() the specified colortable (if not NULL). 53 * If ReleaseProc is NULL, the pixels will never be released. This 67 * Return a new SkMallocPixelRef that will use the provide [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
memoryobject.h | 25 base object for the memory view will be a *new* bytes object. 27 Otherwise, the base-object will be the object itself and no 28 data-copying will be done. 34 PyBUF_WRITE and the buffer is not contiguous an error will 38 contiguous buffer will be copied back into the original 45 the first dimension of the underlying array will vary the 47 dimension will vary the fastest (C-style contiguous). If 48 fortran is 'A', then it does not matter and you will get 58 will be a new bytesobject in base */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
memoryobject.h | 25 base object for the memory view will be a *new* bytes object. 27 Otherwise, the base-object will be the object itself and no 28 data-copying will be done. 34 PyBUF_WRITE and the buffer is not contiguous an error will 38 contiguous buffer will be copied back into the original 45 the first dimension of the underlying array will vary the 47 dimension will vary the fastest (C-style contiguous). If 48 fortran is 'A', then it does not matter and you will get 58 will be a new bytesobject in base */
|
/art/test/459-dead-phi/smali/ |
EquivalentPhi.smali | 22 # aget is initally expected to be an int, but will 29 # v2 will be a phi with (int, int) as input 33 # v3 will be a phi with (int, int) as input. 35 # This instruction will lead to creating a phi equivalent 36 # for v3 with float type, which in turn will lead to creating
|
/external/dnsmasq/contrib/port-forward/ |
portforward | 3 # first column of this file, then a DNAT port-forward will be set up 14 # will set up a port forward from port 80 on this host to port 80 18 # will set up a port forward from port 8080 on this host to port 80 23 # will port forward port 53 UDP and TCP from this host to port 53 on dnsserver. 25 # Port forwards will recreated when dnsmasq restarts after a reboot, and
|
/external/icu/icu4c/source/i18n/ |
nultrans.h | 24 * @internal Use transliterator factory methods instead since this class will be removed in that release. 32 * @internal Use transliterator factory methods instead since this class will be removed in that release. 38 * @internal Use transliterator factory methods instead since this class will be removed in that release. 44 * @internal Use transliterator factory methods instead since this class will be removed in that release. 50 * @internal Use transliterator factory methods instead since this class will be removed in that release.
|
/external/selinux/libsemanage/man/man3/ |
semanage_bool_set_active.3 | 20 The set function will fail if no matching key is found in the local store. Otherwise, the provided object will replace the current one. When 22 is invoked, changes will be written permanently into the local store, and will be loaded into policy. Validity of the object being added is checked at commit time. 32 object, which will be written into the store. The key are data are properties of the caller, and are not stored or modified internally.
|
semanage_modify.3 | 22 If a matching key is found in the local store, the provided object will replace the current one. Otherwise, it will be added to the store. When 24 is invoked, changes will be permanently written into the local store, and then loaded into policy. Validity of the object being added is checked at commit time. Adding new objects with respect to policy is allowed, except in the case of booleans. Attempt to add new booleans with respect to policy will fail at commit time. 34 object, which will be written into the store. The key are data are properties of the caller, and are not stored or modified internally.
|
/frameworks/base/core/res/res/xml/ |
global_keys.xml | 20 <!-- Mapping of keycodes to components which will be handled globally. 22 A global key will NOT go to the foreground application and instead only ever be sent via targeted 23 broadcast to the specified component. The action of the intent will be 24 android.intent.action.GLOBAL_BUTTON and the KeyEvent will be included in the intent as 29 <!-- Example format: keyCode = keycode to handle globally. component = component which will handle this key. -->
|
/art/runtime/base/unix_file/ |
README | 10 This code will not log, because it can't know whether that's appropriate in 13 This code will, in general, return -errno on failure. If an operation consisted 14 of multiple sub-operations, it will return the errno corresponding to the most
|