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

1 2 3 45 6 7

  /external/libxml2/
xmlcatalog.c 295 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
  /build/core/
main.mk 512 # Only include this during a full build, otherwise we can't be
520 # they're actually full paths to a particular file.
572 # We're not doing a full build, and are probably only including
705 # dist_libraries only for putting your library into the dist directory with a full build.
709 # If this build is just for apps, only build apps and not the full system by default.
744 # Building a full system-- the default is to build droidcore
definitions.mk 26 # Full paths to all of the documentation
40 # Full paths to targets that should be added to the "make droid"
58 # Full paths to all prebuilt files that will be copied
62 # Full path to all files that are made by some tool
65 # Full path to all asm, C, C++, lex and yacc generated C files.
490 define _java-lib-full-classes.jar
497 $(foreach lib,$(1),$(call _java-lib-full-classes.jar,$(lib),$(2)))
502 define _java-lib-full-dep
509 $(foreach lib,$(1),$(call _java-lib-full-dep,$(lib),$(2)))
    [all...]
config.mk 78 # The 'showcommands' goal says to show the full command
envsetup.mk 6 # the bottom for the full list
  /external/freetype/src/cff/
cffobjs.c 709 char* full = cff_index_get_sid_string( cff, local
711 char* fullp = full;
726 /* We try to extract the style name from the full name. */
728 if ( full && family )
740 /* ignore spaces and dashes in full name during comparison */
756 /* The full name begins with the same characters as the */
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 558 private float strictModeLoop(boolean full) {
569 if (full) {
579 if (full) {
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.cpp 2359 NumberFormat *full = NumberFormat::createInstance(loc, status); local
2391 NumberFormat *full = NumberFormat::createInstance(loc, status); local
    [all...]
transrt.cpp 166 UBool full; member in class:LegalGreek
168 LegalGreek(UBool _full) { full = _full; }
184 if (full == FALSE) {
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 2365 NumberFormat *full = NumberFormat::createInstance(loc, status); local
2397 NumberFormat *full = NumberFormat::createInstance(loc, status); local
    [all...]
transrt.cpp 166 UBool full; member in class:LegalGreek
168 LegalGreek(UBool _full) { full = _full; }
184 if (full == FALSE) {
    [all...]
  /external/openssl/apps/
s_client.c 207 static void print_stuff(BIO *berr,SSL *con,int full);
345 BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
    [all...]
  /external/zlib/contrib/pascal/
example.pas 365 * Test deflate with full flush
582 WriteLn('** Testing deflate with full flush');
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 3208 UChar full[32]; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 3266 UChar full[32]; local
    [all...]
  /external/v8/src/
d8.cc 269 Handle<Array> Shell::GetCompletions(Handle<String> text, Handle<String> full) {
275 Handle<Value> argv[kArgc] = { evaluation_context_->Global(), text, full };
d8.js 46 function GetCompletions(global, last, full) {
47 var full_tokens = full.split();
48 full = full_tokens.pop();
49 var parts = full.split('.');
    [all...]
  /external/v8/tools/
logreader.js 56 * A key-value map for aliases. Translates short name -> full name.
  /system/extras/tests/fstest/
perm_checker.conf 47 /dev/full 666 666 root root root root
  /external/dhcpcd/
client.c 192 sigset_t full; local
201 sigfillset(&full);
202 sigprocmask(SIG_SETMASK, &full, &old);
    [all...]
  /external/elfutils/
elfutils.spec 139 %doc fake-src/FULL
191 - full version
  /external/emma/lib/
emma_ant.jar 
  /external/v8/benchmarks/
base.js 48 // full benchmark suite has run to completion.
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 520 update: function(full)
522 if (full || this.computedStyle) {
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 353 private void saveQueue(boolean full) {
360 if (full) {
367 // (saving the full state takes about 40 ms under no-load conditions
    [all...]

Completed in 827 milliseconds

1 2 3 45 6 7