Searched
refs:all (Results
1801 -
1825 of
2476) sorted by null
<<71727374757677787980>>
/external/openssl/crypto/conf/ |
conf_mod.c | 6 * Copyright (c) 2001 The OpenSSL Project. All rights reserved. 20 * 3. All advertising materials mentioning features or use of this 274 /* All OK, add module */ 418 * i.e. have no active initialized modules. If 'all' is set 419 * then all modules are unloaded including static ones. 422 void CONF_modules_unload(int all) 431 /* If static or in use and 'all' not set ignore it */ 432 if (((md->links > 0) || !md->dso) && !all) 454 /* finish and free up all modules instances */
|
/external/protobuf/ |
Android.mk | 141 LOCAL_SRC_FILES := $(call all-java-files-under, java/src/main/java/com/google/protobuf/nano) 152 LOCAL_SRC_FILES := $(call all-java-files-under, java/src/main/java/com/google/protobuf/nano) 164 LOCAL_SRC_FILES := $(call all-java-files-under, java/src/main/java/com/google/protobuf/micro) 175 LOCAL_SRC_FILES := $(call all-java-files-under, java/src/main/java/com/google/protobuf/micro)
|
/external/quake/quake/src/QW/ |
Makefile.Solaris | 49 all: build_debug build_release
|
/external/v8/test/mjsunit/ |
builtins.js | 1 // Copyright 2011 the V8 project authors. All rights reserved. 30 // Checks that all function properties of the builtin object that are actually
|
codegen-coverage.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 94 // left, all available registers on the right, and a non-smi result.
|
debug-clearbreakpoint.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 81 // Indicate that all was processed.
|
debug-evaluate-arguments.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 66 // Indicate that all was processed.
|
debug-evaluate-bool-constructor.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 58 // Indicate that all was processed.
|
debug-liveedit-breakpoints.js | 1 // Copyright 2010 the V8 project authors. All rights reserved. 101 // Delete all breakpoints to make this test reentrant.
|
debug-suspend.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 80 // Indicate that all was processed.
|
debug-version.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 74 // Indicate that all was processed.
|
object-define-properties.js | 1 // Copyright 2010 the V8 project authors. All rights reserved. 59 // Make sure that all property descriptors are calculated before any
|
/external/v8/test/mjsunit/compiler/ |
inline-arguments.js | 1 // Copyright 2011 the V8 project authors. All rights reserved. 60 // and dominates all uses.
|
simple-bailouts.js | 1 // Copyright 2010 the V8 project authors. All rights reserved. 39 // Test operations expected to stay on the fast path. Enumerate all binary
|
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.stdout.exp | 70 all ok
|
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.stdout.exp | 71 all ok
|
vcpu_bz2.stdout.exp | 70 all ok
|
/external/valgrind/main/perf/ |
vg_perf.in | 65 Any tools named in --tools must be present in all directories specified
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_characterdatadeletedataexceedslength.js | 5 for Informatics and Mathematics, Keio University). All 80 length of the character data then all the characters
|
hc_characterdatasubstringexceedsvalue.js | 5 for Informatics and Mathematics, Keio University). All 80 returns all the characters to the end of the data.
|
hc_commentgetcomment.js | 5 for Informatics and Mathematics, Keio University). All 78 A comment is all the characters between the starting
|
hc_documentgetelementsbytagnamevalue.js | 5 for Informatics and Mathematics, Keio University). All 79 NodeList of all the Elements with a given tagName
|
hc_elementretrieveallattributes.js | 5 for Informatics and Mathematics, Keio University). All 78 Create a list of all the attributes of the last child
|
hc_elementretrievetagname.js | 5 for Informatics and Mathematics, Keio University). All 79 of all descendant elements with a given tagName.
|
hc_nodeappendchilddocfragment.js | 5 for Informatics and Mathematics, Keio University). All 79 all its content is added to the child list of this node.
|
Completed in 376 milliseconds
<<71727374757677787980>>