HomeSort by relevance Sort by last modified time
    Searched full:assumed (Results 1 - 25 of 2333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/P_array_init/
stderr.txt.expect 1 array_init.rs:22:6: warning: tentative array definition assumed to have one element
  /external/clang/test/SemaObjC/
warn-implicit-atomic-property.m 11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the property}}
12 @synthesize P,P1,P2; // expected-warning {{property is assumed atomic by default}}
warn-assign-property-nscopying.m 13 @property NSDictionary* undoAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-warning {{default assign attribute on property 'undoAction' which implements NSCopying protocol is not appropriate with}}
14 @property id okAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}
  /external/elfutils/
README 3 - the sizes of external and internal types are assumed to be the same.
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.h 20 // buffer is assumed to be 32-bit ARGB-8-8-8-8 pixel format, with pre-
22 // is assumed to be size.width() * sizeof(uint32_t).
25 // Delete the pixel buffer. It is assumed that the pixel buffer was created
31 // is 0, then the number of bytes per row is assumed to be size.width() *
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
example.js 6 // assumed to contain the current estimated value of Pi. Update the Pi
  /external/chromium_org/chrome/installer/setup/
chrome_frame_quick_enable.h 18 // in. Setup is assumed to be running from the Installer directory.
  /external/chromium_org/content/renderer/pepper/
mock_resource.h 13 // It's assumed that a test will only need one mock resource, so it can
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 2 // they come from a system header -- for example, it is assumed that system
  /art/runtime/entrypoints/portable/
portable_lock_entrypoints.cc 24 DCHECK(obj != NULL); // Assumed to have been checked before entry.
33 DCHECK(obj != NULL); // Assumed to have been checked before entry.
  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 26 DCHECK(obj != NULL); // Assumed to have been checked before entry
35 DCHECK(obj != NULL); // Assumed to have been checked before entry
  /external/clang/test/Sema/
incomplete-decl.c 15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}}
24 int h[]; // expected-warning {{tentative array definition assumed to have one element}}
extern-redecl.c 4 static int a16[]; // expected-warning {{tentative array definition assumed to have one element}}
23 static int test1_a[]; // expected-warning {{tentative array definition assumed to have one element}}
  /external/chromium_org/content/renderer/media/
active_loader.h 22 // Creates an ActiveLoader with the given loader. It is assumed that the
  /external/clang/test/PCH/
floating-literal.c 6 // reader assumed PPC 128-bit float semantics, which is incorrect for
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 21 * that might otherwise be assumed to be thread-safe, despite the fact that it
  /external/llvm/test/Transforms/InstSimplify/
2011-11-23-MaskedBitsCrash.ll 6 ; be assumed to have a negative value (since if not it has an undefined
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateRGBSurfaceFrom.3 13 The data stored in \fBpixels\fR is assumed to be of the \fBdepth\fR specified in the parameter list\&. The pixel data is not copied into the \fBSDL_Surface\fR structure so it should not be freed until the surface has been freed with a called to \fISDL_FreeSurface\fR\&. \fBpitch\fR is the length of each scanline in bytes\&.
  /ndk/sources/host-tools/make-3.81/tests/scripts/
test_template 11 # make. If not specified, it's assumed that the make program should succeed
  /packages/apps/Settings/src/com/android/settings/
DialogCreatable.java 22 * Letting the class, assumed to be Fragment, create a Dialog on it. Should be useful
  /external/chromium_org/ui/base/cursor/
cursor_loader.h 48 // cursor map. The image is assumed to be a concatenation of animation frames
49 // from left to right. Also, each frame is assumed to be square
  /external/iptables/extensions/
libxt_MARK.man 9 mark ("nfmark"). If \fImask\fP is omitted, 0xFFFFFFFF is assumed.
13 mark. If \fImask\fP is omitted, 0xFFFFFFFF is assumed.
  /external/smack/src/org/xbill/DNS/
Serial.java 22 * Compares two numbers using serial arithmetic. The numbers are assumed
45 * Increments a serial number. The number is assumed to be a 32 bit unsigned
  /frameworks/base/media/java/android/media/
AudioTimestamp.java 20 * Structure that groups a position in frame units relative to an assumed audio stream,
33 * Position in frames relative to start of an assumed audio stream.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 44 * Currently this is assumed to be true for CDMA phones, and false
55 * Currently this is assumed to be true for CDMA phones, and false
75 * Currently this is assumed to be true on CDMA phones and false otherwise.
85 * Currently this is assumed to be true only on GSM phones.
121 * Currently this is assumed to be true on GSM phones and false otherwise.
133 * Currently this is assumed to be true on GSM phones and false
148 * Currently this is assumed to be true on GSM phones and false

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 91011>>