HomeSort by relevance Sort by last modified time
    Searched full:will (Results 51 - 75 of 65801) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/tests/081-hot-exceptions/
info.txt 2 exceptions encountered during trace selection. The existence of exceptions will
  /dalvik/vm/mterp/c/
OP_UNUSED_FF.cpp 3 * In portable interp, most unused opcodes will fall through to here.
  /development/samples/WiFiDirectDemo/assets/
sample_file.txt 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file.
  /external/chromium_org/extensions/
README 1 This will become a reusable extensions module. It implements the core parts of
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.h 12 // The current process will fork(). The parent will become a process reaper
13 // like init(1). The child will continue normally (after this function
15 // If not NULL, |post_fork_parent_callback| will run in the parent almost
  /external/chromium_org/third_party/leveldatabase/src/db/
builder.h 21 // will be named according to meta->number. On success, the rest of
22 // *meta will be filled with metadata about the generated table.
23 // If no data is present in *iter, meta->file_size will be set to
24 // zero, and no Table file will be produced.
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
README.txt 3 substantially different storage schema from fts1, so tables will need
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
README.txt 3 substantially different storage schema from fts1, so tables will need
  /external/chromium_org/tools/gn/
input_conversion.h 18 // will be performed. The given origin will be used for constructing the
21 // If the conversion string is invalid, the error will be set and an empty
22 // value will be returned.
  /external/clang/test/Sema/
warn-sizeof-arrayarg.c 15 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
17 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
19 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
21 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'Arr' (aka 'int [10]')}}
  /external/clang/test/SemaCXX/
warn-member-not-needed.cpp 5 void g() {} // expected-warning {{is not needed and will not be emitted}}
warn-reorder-ctor-initialization.cpp 10 : s2(1), // expected-warning {{field 's2' will be initialized after field 's1'}}
12 s3(3), // expected-warning {{field 's3' will be initialized after base 'BB1'}}
13 BB1(), // expected-warning {{base class 'BB1' will be initialized after base 'BB'}}
48 D() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
53 E() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
66 F() : A1(), V() { } // expected-warning {{base class 'A1' will be initialized after base 'V'}}
70 X(): A(), V(), B() {} // expected-warning {{base class 'A' will be initialized after base 'V'}}
80 d(10), // expected-warning {{field 'd' will be initialized after field 'b'}}
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
104 y(), // expected-warning {{field 'y' will be initialized after field 'x'}
    [all...]
  /external/easymock/src/org/easymock/
CaptureType.java 19 * Defines how arguments will be captured by a <tt>Capture</tt> object
30 * Will capture the argument of the first matching call
35 * Will capture the argument of the last matching call
40 * Will capture, in order, the arguments of each matching calls
  /external/genext2fs/
INSTALL 1 If you're using CVS, you will have to first run:
  /external/iproute2/ip/
routef 8 echo "This script will flush the IPv4 routing table"
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_print_caps_numeric.3 11 capng_print_caps_numeric will create a numeric representation of the internal capabilities. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
17 If CAPNG_PRINT_BUFFER was selected for where, this will be the text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was selected then this value will be NULL no matter what.
capng_print_caps_text.3 11 capng_print_caps_text will create a text string representation of the internal capability set specified. The representation can be sent to either stdout or a buffer by passing CAPNG_PRINT_STDOUT or CAPNG_PRINT_BUFFER respectively for the where parameter. If the option was for a buffer, this function will malloc a buffer that the caller must free.
17 If CAPNG_PRINT_BUFFER was selected for where, this will be the text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was selected then this value will be NULL no matter what.
  /external/llvm/projects/sample/include/
sample.h 5 * It is located here so that everyone will find it.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_EventState.3 13 If \fBstate\fR is set to \fBSDL_IGNORE\fP, that event \fBtype\fR will be automatically dropped from the event queue and will not be filtered\&.
15 If \fBstate\fR is set to \fBSDL_ENABLE\fP, that event \fBtype\fR will be processed normally\&.
17 If \fBstate\fR is set to \fBSDL_QUERY\fP, \fBSDL_EventState\fP will return the current processing state of the specified event \fBtype\fR\&.
  /external/qemu/
qemu_debug.h 3 * implementation will be hooked in
  /frameworks/opt/photoviewer/res/values/
config.xml 3 <!-- If true, thumbnails will be forcibly set to ScaleType.CENTER -->
  /ndk/tests/device/test-googletest-full/jni/
Android.mk 2 # The APP_MODULES declaration in Application.mk will force the
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 2 # build.sh in the project tree will check
  /external/chromium_org/ppapi/api/
ppp_input_event.idl 23 * If the event was handled, it will not be forwarded to the web page or
24 * browser. If it was not handled, it will bubble according to the normal
29 * event, typically the instance will be given focus. Returning false from
31 * the click will be given to a lower part of the page and your instance will
33 * where clicks on the transparent areas will behave like clicks to the
40 * The caller of this function will maintain a reference to the input event
48 * handler) for mouse events. Otherwise, the instance will not receive focus
49 * and keyboard events will not be sent.
56 * RequestFilteringInputEvents, and you return PP_FALSE, the event will
    [all...]
  /build/target/board/generic/
README.txt 5 will work with the emulator, though sound will not work

Completed in 2388 milliseconds

1 23 4 5 6 7 8 91011>>