/external/openssl/crypto/asn1/ |
a_d2i_fp.c | 148 int want=HEADER_SIZE; local 168 if (want >= (len-off)) 170 want-=(len-off); 172 if (!BUF_MEM_grow_clean(b,len+want)) 177 i=BIO_read(in,&(b->data[len]),want); 209 want=HEADER_SIZE; 218 want=HEADER_SIZE; 223 want=(int)c.slen; 224 if (want > (len-off)) 226 want-=(len-off) [all...] |
/external/llvm/test/Transforms/LoopUnroll/ |
2007-05-05-UnrollMiscomp.ll | 11 %want = alloca [1 x %struct.__mpz_struct], align 16 ; <[1 x %struct.__mpz_struct]*> [#uses=4] 12 %want1 = getelementptr [1 x %struct.__mpz_struct]* %want, i32 0, i32 0 ; <%struct.__mpz_struct*> [#uses=1] 14 %want27 = getelementptr [1 x %struct.__mpz_struct]* %want, i32 0, i32 0 ; <%struct.__mpz_struct*> [#uses=1] 15 %want3 = getelementptr [1 x %struct.__mpz_struct]* %want, i32 0, i32 0 ; <%struct.__mpz_struct*> [#uses=1] 16 %want2 = getelementptr [1 x %struct.__mpz_struct]* %want, i32 0, i32 0 ; <%struct.__mpz_struct*> [#uses=2]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.good | 9 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 14 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 19 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 24 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 29 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 34 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 39 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 44 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 49 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW 54 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW [all...] |
readin.inp | 13 I want freedom just as you.''
|
/development/samples/ApiDemos/res/values/ |
attrs.xml | 18 <!-- These are the attributes that we want to retrieve from the theme 24 <!-- These are the attributes that we want to retrieve from the theme 48 <!-- These are the attributes that we want to retrieve for
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TranslucentGLSurfaceViewActivity.java | 37 // We want an 8888 pixel format because that's required for 39 // And we want a depth buffer. 41 // Tell the cube renderer that we want to render a translucent version
|
/external/chromium/chrome/browser/ |
shell_integration_mac.mm | 17 // We really do want the main bundle here, not base::mac::MainAppBundle(), 43 // protocols; we don't want to report "no" here if the user has simply chosen 46 // As above, we want to use the real main bundle.
|
/external/libpng/projects/visualc71/ |
README_zlib.txt | 19 3) Set one of the project as the StartUp project. If you just want to build the 21 Project | Set as StartUp project). If you want to build and test the 23 Set as StartUp project), If you want to build the minigzip utility set it to
|
/frameworks/base/include/utils/ |
ZipUtils.h | 42 * Someday we might want to make this generic and handle bzip2 ".bz2" 46 * one always-compressed entry, but we currently want to treat Zip 51 * want to gzseek to the end).
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardScreenCallback.java | 38 * The user reported that they forgot their pattern (or not, when they want to back out of the 41 * @param isForgotten True if the user hit the forgot pattern, false if they want to back out 52 * @return Whether we are in a mode where we only want to verify the
|
/system/core/rootdir/etc/ |
init.goldfish.sh | 8 # want the RIL (radio interface layer) to talk to 13 # - When we want the RIL to talk directly to a guest 17 # - We don't want to use the RIL but the VM-based
|
/development/samples/ApiDemos/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/development/samples/ContactManager/ |
_index.html | 6 <p>In most cases, you will want to ask the existing Contacts activity to handle these tasks for you,
|
/external/antlr/src/org/antlr/runtime/ |
TokenSource.java | 34 * Errors from the lexer are never passed to the parser. Either you want 36 * want to continue lexing then you do not want to continue parsing. Just 38 * toss you all the way out of the recognizers. If you want to continue
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
delete_bookmarks.applescript | 8 -- Change the folder to whichever you want.
|
open_tabs_from_bookmark_folder.applescript | 7 -- Change the folder to whichever you want.
|
/external/chromium/chrome/common/ |
googleurl_dummy.cc | 8 // process types. For some processes, we don't want to link against googleurl.
|
/external/dropbear/libtomcrypt/ |
filter.pl | 3 # we want to filter every between START_INS and END_INS out and then insert crap from another file (this is fun)
|
/external/iproute2/etc/iproute2/ |
rt_dsfield | 7 # These values seems do not want to die, Cisco likes them by a strange reason.
|
/external/oprofile/m4/ |
precompiledheader.m4 | 10 dnl but we don't want -Winvalid-pch else compilation will fail due -Werror and
|
/external/webrtc/src/modules/interface/ |
module.h | 20 // Returns the number of milliseconds until the module want a worker
|
/frameworks/base/core/java/android/text/style/ |
StyleSpan.java | 91 int want = oldStyle | style; local 95 tf = Typeface.defaultFromStyle(want); 97 tf = Typeface.create(old, want); 100 int fake = want & ~tf.getStyle();
|
/frameworks/base/core/tests/systemproperties/ |
Android.mk | 4 # We only want this apk build for tests.
|
/frameworks/base/tests/SmokeTest/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/inputmethods/LatinIME/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|