HomeSort by relevance Sort by last modified time
    Searched full:will (Results 101 - 125 of 62482) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/tutorials/MoarRam/
README.txt 6 foo.c (libmoarram-foo.so). Each invocation will allocate 32 bytes.
8 bar.c (libmoarram-bar.so). Each invocation will allocate 2M bytes.
10 in baz.c (libmoarram-baz.so). Each invocation will allocate 17 or 71 bytes,
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/
release.rake 8 # If so, files will change and release will abort since changes
14 # if anything fails, gl-matrix will be untagged and not pushed.
  /external/clang/test/ARCMT/
GC-check.m 11 CFTypeRef c = CFMakeCollectable(cft); // expected-error {{CFMakeCollectable will leak the object that it receives in ARC}} \
13 NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it will become unmanaged in ARC}}
17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
  /external/iproute2/man/man8/
routel.8 16 The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
18 The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_apply.3 11 capng_apply will transfer the specified internal posix capabilities settings to the kernel. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if transferring both is desired.
19 If you are doing multi-threaded programming, calling this function will only set capabilities on the calling thread. All other threads are unaffected. If you want to set overall capabilities for a multi-threaded process, you will need to do that before creating any threads. See the capset syscall for more information on this topic.
  /external/libpcap/
pcap_breakloop.3pcap 37 sets a flag that will force
41 to return rather than looping; they will return the number of packets
50 itself will not necessarily terminate those loops - as well as in loops
59 call will be restarted, and the loop will not terminate until more
66 a call to pcap_breakloop() in a different thread will not unblock that
67 thread; you will need to use whatever mechanism the OS provides for
76 will, on some platforms, loop reading packets from the OS; that loop
77 will not necessarily be terminated by a signal, so
86 does not guarantee that no further packets will be processed b
    [all...]
  /external/lldb/test/functionalities/thread/create_after_attach/
main.c 11 while (!g_thread_2_continuing) // The debugger will change this value
25 while (!child_thread_continue) // The debugger will change this value
47 while (!main_thread_continue) // The debugger will change this value
  /external/selinux/libsemanage/man/man3/
semanage_count.3 20 The count function will return the number of all objects in the selected location.
26 is used to track persistent state across semanage calls, and for error reporting. The number of objects will be stored at the location poined by
37 Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit.
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
lockdown_permissive.txt 6 When the distribution policy writers write a new confined domain, they initially ship the policy for that domain in permissive mode. Permissive mode means that a process running in the domain will not be confined by SELinux. The kernel will log the AVC messages, access denials, that would have happened had the process been run in enforcing mode.
8 Permissive domain policies are experimental and will be turned to enforcing in future Operation System Releases.
  /external/valgrind/gdbserver_tests/
mcsignopass.vgtest 3 # the gdb output will not contain the signal handling
4 # faultstatus C code will report a failure for the signal not passed
5 # (i.e. SIGBUG, Test 3). Other tests will be succesful, because signals
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh1.cpp 32 // On the sparc, the return will use a ld [%l0],%i0 instruction.
51 // The return will use a ld [%l2],%i0 instruction. Since %l2
61 // the badTest will have failed
  /ndk/tests/device/test-stlport_static-exception/jni/
eh1.cpp 32 // On the sparc, the return will use a ld [%l0],%i0 instruction.
51 // The return will use a ld [%l2],%i0 instruction. Since %l2
61 // the badTest will have failed
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion23.txt 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text. [reference]
4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region. [reference]
5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region. [reference]
  /art/runtime/arch/arm/
instruction_set_features_assembly_tests.S 21 // instruction at runtime. It will either return the value 1 or
22 // will cause an invalid instruction trap (SIGILL signal). The
28 // depending on the architecture, the assembler will not allow an
29 // sdiv instruction, so we will have to output the bytes directly.
34 // if the divide worked, r0 will have the value #1 (result of sdiv).
35 // It will have 0 otherwise (set by the signal handler)
  /development/ndk/platforms/android-18/include/android/
bitmap.h 53 * If the call fails, the info parameter will be ignored
60 * Locking will ensure that the memory for the pixels will not move
62 * previously purged, they will have been restored.
68 * If this succeeds, *addrPtr will be set to the pixel address. If the call
69 * fails, addrPtr will be ignored.
  /development/ndk/platforms/android-8/include/android/
bitmap.h 53 * If the call fails, the info parameter will be ignored
60 * Locking will ensure that the memory for the pixels will not move
62 * previously purged, they will have been restored.
68 * If this succeeds, *addrPtr will be set to the pixel address. If the call
69 * fails, addrPtr will be ignored.
  /development/ndk/platforms/android-9/include/android/
bitmap.h 52 * If the call fails, the info parameter will be ignored
59 * Locking will ensure that the memory for the pixels will not move
61 * previously purged, they will have been restored.
67 * If this succeeds, *addrPtr will be set to the pixel address. If the call
68 * fails, addrPtr will be ignored.
  /external/clang/test/SemaObjC/
warn-unreachable.m 15 return; // expected-warning {{will never be executed}}
25 return 1; // expected-warning {{will never be executed}}
34 return 0; // expected-warning {{will never be executed}}
56 if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as explicitly dead}}
62 calledFun(); // expected-warning {{will never be executed}}
70 calledFun(); // expected-warning {{code will never be executed}}
  /frameworks/native/include/android/
bitmap.h 53 * If the call fails, the info parameter will be ignored
60 * Locking will ensure that the memory for the pixels will not move
62 * previously purged, they will have been restored.
68 * If this succeeds, *addrPtr will be set to the pixel address. If the call
69 * fails, addrPtr will be ignored.
  /packages/apps/Contacts/res/values/
donottranslate_config.xml 25 <!-- If true, the "home" icon on the action bar will be shown. -->
29 If true, the "view updates from group" button in the action bar will be
30 shown. Otherwise it will be part of the content on the group detail page.
35 the overlay will fill this in during build time. -->
39 the overlay will fill this in during build time. -->
43 the overlay will fill this in during build time. -->
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 50 * If the call fails, the info parameter will be ignored
57 * Locking will ensure that the memory for the pixels will not move
59 * previously purged, they will have been restored.
65 * If this succeeds, *addrPtr will be set to the pixel address. If the call
66 * fails, addrPtr will be ignored.
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 50 * If the call fails, the info parameter will be ignored
57 * Locking will ensure that the memory for the pixels will not move
59 * previously purged, they will have been restored.
65 * If this succeeds, *addrPtr will be set to the pixel address. If the call
66 * fails, addrPtr will be ignored.
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 50 * If the call fails, the info parameter will be ignored
57 * Locking will ensure that the memory for the pixels will not move
59 * previously purged, they will have been restored.
65 * If this succeeds, *addrPtr will be set to the pixel address. If the call
66 * fails, addrPtr will be ignored.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
bitmap.h 49 * If the call fails, the info parameter will be ignored
56 * Locking will ensure that the memory for the pixels will not move
58 * previously purged, they will have been restored.
64 * If this succeeds, *addrPtr will be set to the pixel address. If the call
65 * fails, addrPtr will be ignored.
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 50 * If the call fails, the info parameter will be ignored
57 * Locking will ensure that the memory for the pixels will not move
59 * previously purged, they will have been restored.
65 * If this succeeds, *addrPtr will be set to the pixel address. If the call
66 * fails, addrPtr will be ignored.

Completed in 392 milliseconds

1 2 3 45 6 7 8 91011>>